author | Antonio Rojas
<arojas@archlinux.org> 2016-06-05 17:57:26 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-06-05 17:57:26 UTC |
parent | c74b30c9e04a201e3fc1bc26f341421516bbccb4 |
PKGBUILD | +15 | -5 |
breeze-gtk-3.20-1.patch | +98575 | -0 |
breeze-gtk-3.20-2.patch | +78 | -0 |
breeze-gtk-3.20-3.patch | +37 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index c67e9a3..b5b5f58 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,19 +2,28 @@ pkgname=breeze-gtk pkgver=5.6.4 -pkgrel=1 +pkgrel=3 pkgdesc="Breeze widget theme for GTK 2 and 3" arch=(i686 x86_64) url='https://quickgit.kde.org/?p=breeze-gtk.git' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules) +makedepends=(extra-cmake-modules git) groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") -md5sums=('39d7e635079545938fa225fef0e29d05') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" breeze-gtk-3.20-{1,2,3}.patch) +md5sums=('39d7e635079545938fa225fef0e29d05' + '15817d45cf3adf8b8b8aada41676a520' + 'a9dda4b30690cfedf65188dd797c8b48' + '5bc3bbd044806189704a493032e96576') prepare(){ mkdir -p build + +# Port to GTK 3.20 + cd $pkgname-$pkgver + for _n in 1 2 3; do + git apply -p1 < ../breeze-gtk-3.20-$_n.patch + done } build(){ @@ -22,7 +31,8 @@ build(){ cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib + -DCMAKE_INSTALL_LIBDIR=lib \ + -DWITH_GTK3_VERSION=3.20 make } diff --git a/breeze-gtk-3.20-1.patch b/breeze-gtk-3.20-1.patch new file mode 100644 index 0000000..37de67f --- /dev/null +++ b/breeze-gtk-3.20-1.patch @@ -0,0 +1,98575 @@ +From 499226afa44cafb342546dd5362c4b0b1c916955 Mon Sep 17 00:00:00 2001 +From: Dirruk de Vries <dirruk1@gmail.com> +Date: Sun, 5 Jun 2016 11:29:30 +0100 +Subject: [PATCH 1/3] Update for GTK 3.20 + +Update for the breeze-gtk theme mainly for gtk-3.20 but also some +bugfixes for older gtk versions. Fixes most problems for gtk 3.20 +--- + Breeze-dark-gtk/assets/arrow-down-active.png | Bin 0 -> 222 bytes + Breeze-dark-gtk/assets/arrow-down-hover.png | Bin 0 -> 222 bytes + Breeze-dark-gtk/assets/arrow-down-insensitive.png | Bin 0 -> 211 bytes + Breeze-dark-gtk/assets/arrow-down.png | Bin 0 -> 165 bytes + Breeze-dark-gtk/assets/arrow-left-active.png | Bin 0 -> 213 bytes + Breeze-dark-gtk/assets/arrow-left-hover.png | Bin 0 -> 213 bytes + Breeze-dark-gtk/assets/arrow-left-insensitive.png | Bin 0 -> 215 bytes + Breeze-dark-gtk/assets/arrow-left.png | Bin 0 -> 158 bytes + Breeze-dark-gtk/assets/arrow-right-active.png | Bin 0 -> 226 bytes + Breeze-dark-gtk/assets/arrow-right-hover.png | Bin 0 -> 226 bytes + Breeze-dark-gtk/assets/arrow-right-insensitive.png | Bin 0 -> 206 bytes + Breeze-dark-gtk/assets/arrow-right.png | Bin 0 -> 160 bytes + Breeze-dark-gtk/assets/arrow-small-down-active.png | Bin 0 -> 185 bytes + Breeze-dark-gtk/assets/arrow-small-down-hover.png | Bin 0 -> 185 bytes + .../assets/arrow-small-down-insensitive.png | Bin 0 -> 173 bytes + Breeze-dark-gtk/assets/arrow-small-down.png | Bin 0 -> 153 bytes + Breeze-dark-gtk/assets/arrow-small-left-active.png | Bin 0 -> 182 bytes + Breeze-dark-gtk/assets/arrow-small-left-hover.png | Bin 0 -> 182 bytes + .../assets/arrow-small-left-insensitive.png | Bin 0 -> 186 bytes + Breeze-dark-gtk/assets/arrow-small-left.png | Bin 0 -> 151 bytes + .../assets/arrow-small-right-active.png | Bin 0 -> 183 bytes + Breeze-dark-gtk/assets/arrow-small-right-hover.png | Bin 0 -> 183 bytes + .../assets/arrow-small-right-insensitive.png | Bin 0 -> 185 bytes + Breeze-dark-gtk/assets/arrow-small-right.png | Bin 0 -> 152 bytes + Breeze-dark-gtk/assets/arrow-small-up-active.png | Bin 0 -> 183 bytes + Breeze-dark-gtk/assets/arrow-small-up-hover.png | Bin 0 -> 183 bytes + .../assets/arrow-small-up-insensitive.png | Bin 0 -> 184 bytes + Breeze-dark-gtk/assets/arrow-small-up.png | Bin 0 -> 156 bytes + Breeze-dark-gtk/assets/arrow-up-active.png | Bin 0 -> 218 bytes + Breeze-dark-gtk/assets/arrow-up-hover.png | Bin 0 -> 218 bytes + Breeze-dark-gtk/assets/arrow-up-insensitive.png | Bin 0 -> 209 bytes + Breeze-dark-gtk/assets/arrow-up.png | Bin 0 -> 177 bytes + Breeze-dark-gtk/assets/button-active.png | Bin 0 -> 290 bytes + Breeze-dark-gtk/assets/button-hover.png | Bin 0 -> 351 bytes + Breeze-dark-gtk/assets/button-insensitive.png | Bin 0 -> 315 bytes + Breeze-dark-gtk/assets/button.png | Bin 0 -> 324 bytes + Breeze-dark-gtk/assets/check-checked-active.png | Bin 0 -> 382 bytes + Breeze-dark-gtk/assets/check-checked-active@2.png | Bin 0 -> 767 bytes + .../assets/check-checked-backdrop-insensitive.png | Bin 0 -> 344 bytes + .../check-checked-backdrop-insensitive@2.png | Bin 0 -> 703 bytes + Breeze-dark-gtk/assets/check-checked-backdrop.png | Bin 0 -> 371 bytes + .../assets/check-checked-backdrop@2.png | Bin 0 -> 759 bytes + Breeze-dark-gtk/assets/check-checked-hover.png | Bin 0 -> 382 bytes + Breeze-dark-gtk/assets/check-checked-hover@2.png | Bin 0 -> 767 bytes + .../assets/check-checked-insensitive.png | Bin 0 -> 344 bytes + .../assets/check-checked-insensitive@2.png | Bin 0 -> 703 bytes + Breeze-dark-gtk/assets/check-mixed-active.png | Bin 0 -> 432 bytes + Breeze-dark-gtk/assets/check-mixed-active@2.png | Bin 0 -> 848 bytes + .../assets/check-mixed-backdrop-insensitive.png | Bin 0 -> 386 bytes + .../assets/check-mixed-backdrop-insensitive@2.png | Bin 0 -> 781 bytes + Breeze-dark-gtk/assets/check-mixed-backdrop.png | Bin 0 -> 421 bytes + Breeze-dark-gtk/assets/check-mixed-backdrop@2.png | Bin 0 -> 846 bytes + Breeze-dark-gtk/assets/check-mixed-hover.png | Bin 0 -> 432 bytes + Breeze-dark-gtk/assets/check-mixed-hover@2.png | Bin 0 -> 848 bytes + Breeze-dark-gtk/assets/check-mixed-insensitive.png | Bin 0 -> 386 bytes + .../assets/check-mixed-insensitive@2.png | Bin 0 -> 781 bytes + .../assets/check-selectionmode-checked-active.png | Bin 0 -> 437 bytes + .../check-selectionmode-checked-active@2.png | Bin 0 -> 883 bytes + ...-selectionmode-checked-backdrop-insensitive.png | Bin 0 -> 398 bytes + ...electionmode-checked-backdrop-insensitive@2.png | Bin 0 -> 827 bytes + .../check-selectionmode-checked-backdrop.png | Bin 0 -> 424 bytes + .../check-selectionmode-checked-backdrop@2.png | Bin 0 -> 877 bytes + .../assets/check-selectionmode-checked-hover.png | Bin 0 -> 437 bytes + .../assets/check-selectionmode-checked-hover@2.png | Bin 0 -> 883 bytes + .../check-selectionmode-checked-insensitive.png | Bin 0 -> 398 bytes + .../check-selectionmode-checked-insensitive@2.png | Bin 0 -> 827 bytes + .../check-selectionmode-unchecked-active.png | Bin 0 -> 390 bytes + .../check-selectionmode-unchecked-active@2.png | Bin 0 -> 793 bytes + ...electionmode-unchecked-backdrop-insensitive.png | Bin 0 -> 357 bytes + ...ectionmode-unchecked-backdrop-insensitive@2.png | Bin 0 -> 748 bytes + .../check-selectionmode-unchecked-backdrop.png | Bin 0 -> 384 bytes + .../check-selectionmode-unchecked-backdrop@2.png | Bin 0 -> 786 bytes + .../assets/check-selectionmode-unchecked-hover.png | Bin 0 -> 390 bytes + .../check-selectionmode-unchecked-hover@2.png | Bin 0 -> 793 bytes + .../check-selectionmode-unchecked-insensitive.png | Bin 0 -> 357 bytes + ...check-selectionmode-unchecked-insensitive@2.png | Bin 0 -> 748 bytes + .../assets/check-selectionmode-unchecked.png | Bin 0 -> 384 bytes + .../assets/check-selectionmode-unchecked@2.png | Bin 0 -> 786 bytes + Breeze-dark-gtk/assets/check-unchecked-active.png | Bin 0 -> 336 bytes + .../assets/check-unchecked-active@2.png | Bin 0 -> 673 bytes + .../check-unchecked-backdrop-insensitive.png | Bin 0 -> 302 bytes + .../check-unchecked-backdrop-insensitive@2.png | Bin 0 -> 625 bytes + .../assets/check-unchecked-backdrop.png | Bin 0 -> 333 bytes + .../assets/check-unchecked-backdrop@2.png | Bin 0 -> 669 bytes + Breeze-dark-gtk/assets/check-unchecked-hover.png | Bin 0 -> 336 bytes + Breeze-dark-gtk/assets/check-unchecked-hover@2.png | Bin 0 -> 673 bytes + .../assets/check-unchecked-insensitive.png | Bin 0 -> 302 bytes + .../assets/check-unchecked-insensitive@2.png | Bin 0 -> 625 bytes + Breeze-dark-gtk/assets/check-unchecked.png | Bin 0 -> 333 bytes + Breeze-dark-gtk/assets/check-unchecked@2.png | Bin 0 -> 669 bytes + Breeze-dark-gtk/assets/combo-entry-active.png | Bin 0 -> 199 bytes + .../assets/combo-entry-button-active.png | Bin 0 -> 195 bytes + .../assets/combo-entry-button-insensitive.png | Bin 0 -> 216 bytes + Breeze-dark-gtk/assets/combo-entry-button.png | Bin 0 -> 205 bytes + Breeze-dark-gtk/assets/combo-entry-insensitive.png | Bin 0 -> 208 bytes + Breeze-dark-gtk/assets/combo-entry.png | Bin 0 -> 202 bytes + Breeze-dark-gtk/assets/entry-active.png | Bin 0 -> 272 bytes + Breeze-dark-gtk/assets/entry-insensitive.png | Bin 0 -> 264 bytes + Breeze-dark-gtk/assets/entry.png | Bin 0 -> 246 bytes + Breeze-dark-gtk/assets/frame-gap-end.png | Bin 0 -> 92 bytes + Breeze-dark-gtk/assets/frame-gap-start.png | Bin 0 -> 92 bytes + Breeze-dark-gtk/assets/frame.png | Bin 0 -> 240 bytes + Breeze-dark-gtk/assets/handle-h.png | Bin 0 -> 90 bytes + Breeze-dark-gtk/assets/handle-v.png | Bin 0 -> 93 bytes + Breeze-dark-gtk/assets/line-h.png | Bin 0 -> 90 bytes + Breeze-dark-gtk/assets/line-v.png | Bin 0 -> 93 bytes + Breeze-dark-gtk/assets/menu-arrow-insensitive.png | Bin 0 -> 206 bytes + Breeze-dark-gtk/assets/menu-arrow-selected.png | Bin 0 -> 160 bytes + Breeze-dark-gtk/assets/menu-arrow.png | Bin 0 -> 160 bytes + Breeze-dark-gtk/assets/menubar-button.png | Bin 0 -> 121 bytes + Breeze-dark-gtk/assets/notebook-frame-bottom.png | Bin 0 -> 226 bytes + Breeze-dark-gtk/assets/notebook-frame-right.png | Bin 0 -> 217 bytes + Breeze-dark-gtk/assets/notebook-frame-top.png | Bin 0 -> 220 bytes + Breeze-dark-gtk/assets/notebook-gap-horizontal.png | Bin 0 -> 104 bytes + Breeze-dark-gtk/assets/notebook-gap-vertical.png | Bin 0 -> 99 bytes + Breeze-dark-gtk/assets/null.png | Bin 0 -> 96 bytes + Breeze-dark-gtk/assets/progressbar-bar.png | Bin 0 -> 196 bytes + Breeze-dark-gtk/assets/progressbar-trough.png | Bin 0 -> 206 bytes + Breeze-dark-gtk/assets/radio-checked-active.png | Bin 0 -> 869 bytes + Breeze-dark-gtk/assets/radio-checked-active@2.png | Bin 0 -> 2064 bytes + .../assets/radio-checked-backdrop-insensitive.png | Bin 0 -> 780 bytes + .../radio-checked-backdrop-insensitive@2.png | Bin 0 -> 1825 bytes + Breeze-dark-gtk/assets/radio-checked-backdrop.png | Bin 0 -> 899 bytes + .../assets/radio-checked-backdrop@2.png | Bin 0 -> 2111 bytes + Breeze-dark-gtk/assets/radio-checked-hover.png | Bin 0 -> 869 bytes + Breeze-dark-gtk/assets/radio-checked-hover@2.png | Bin 0 -> 2064 bytes + .../assets/radio-checked-insensitive.png | Bin 0 -> 780 bytes + .../assets/radio-checked-insensitive@2.png | Bin 0 -> 1825 bytes + Breeze-dark-gtk/assets/radio-mixed-active.png | Bin 0 -> 950 bytes + Breeze-dark-gtk/assets/radio-mixed-active@2.png | Bin 0 -> 2235 bytes + .../assets/radio-mixed-backdrop-insensitive.png | Bin 0 -> 823 bytes + .../assets/radio-mixed-backdrop-insensitive@2.png | Bin 0 -> 1944 bytes + Breeze-dark-gtk/assets/radio-mixed-backdrop.png | Bin 0 -> 985 bytes + Breeze-dark-gtk/assets/radio-mixed-backdrop@2.png | Bin 0 -> 2302 bytes + Breeze-dark-gtk/assets/radio-mixed-hover.png | Bin 0 -> 950 bytes + Breeze-dark-gtk/assets/radio-mixed-hover@2.png | Bin 0 -> 2235 bytes + Breeze-dark-gtk/assets/radio-mixed-insensitive.png | Bin 0 -> 823 bytes + .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 1944 bytes + Breeze-dark-gtk/assets/radio-unchecked-active.png | Bin 0 -> 727 bytes + .../assets/radio-unchecked-active@2.png | Bin 0 -> 1661 bytes + .../radio-unchecked-backdrop-insensitive.png | Bin 0 -> 646 bytes + .../radio-unchecked-backdrop-insensitive@2.png | Bin 0 -> 1474 bytes + .../assets/radio-unchecked-backdrop.png | Bin 0 -> 734 bytes + .../assets/radio-unchecked-backdrop@2.png | Bin 0 -> 1674 bytes + Breeze-dark-gtk/assets/radio-unchecked-hover.png | Bin 0 -> 727 bytes + Breeze-dark-gtk/assets/radio-unchecked-hover@2.png | Bin 0 -> 1661 bytes + .../assets/radio-unchecked-insensitive.png | Bin 0 -> 646 bytes + .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 1474 bytes + Breeze-dark-gtk/assets/radio-unchecked.png | Bin 0 -> 734 bytes + Breeze-dark-gtk/assets/radio-unchecked@2.png | Bin 0 -> 1674 bytes + Breeze-dark-gtk/assets/scale-slider-active.png | Bin 0 -> 719 bytes + Breeze-dark-gtk/assets/scale-slider-hover.png | Bin 0 -> 719 bytes + .../assets/scale-slider-insensitive.png | Bin 0 -> 637 bytes + Breeze-dark-gtk/assets/scale-slider.png | Bin 0 -> 673 bytes + Breeze-dark-gtk/assets/scale-trough-horizontal.png | Bin 0 -> 204 bytes + Breeze-dark-gtk/assets/scale-trough-vertical.png | Bin 0 -> 216 bytes + .../assets/scrollbar-slider-horizontal-active.png | Bin 0 -> 251 bytes + .../scrollbar-slider-horizontal-active@2.png | Bin 0 -> 498 bytes + .../assets/scrollbar-slider-horizontal-hover.png | Bin 0 -> 251 bytes + .../assets/scrollbar-slider-horizontal-hover@2.png | Bin 0 -> 498 bytes + .../assets/scrollbar-slider-horizontal.png | Bin 0 -> 257 bytes + .../assets/scrollbar-slider-horizontal@2.png | Bin 0 -> 503 bytes + .../assets/scrollbar-slider-vertical-active.png | Bin 0 -> 271 bytes + .../assets/scrollbar-slider-vertical-active@2.png | Bin 0 -> 563 bytes + .../assets/scrollbar-slider-vertical-hover.png | Bin 0 -> 271 bytes + .../assets/scrollbar-slider-vertical-hover@2.png | Bin 0 -> 563 bytes + .../assets/scrollbar-slider-vertical.png | Bin 0 -> 276 bytes + .../assets/scrollbar-slider-vertical@2.png | Bin 0 -> 578 bytes + .../assets/scrollbar-trough-horizontal.png | Bin 0 -> 282 bytes + .../assets/scrollbar-trough-horizontal@2.png | Bin 0 -> 539 bytes + .../assets/scrollbar-trough-vertical.png | Bin 0 -> 278 bytes + .../assets/scrollbar-trough-vertical@2.png | Bin 0 -> 569 bytes + .../assets/spinbutton-down-insensitive.png | Bin 0 -> 162 bytes + .../assets/spinbutton-down-rtl-insensitive.png | Bin 0 -> 168 bytes + Breeze-dark-gtk/assets/spinbutton-down-rtl.png | Bin 0 -> 161 bytes + Breeze-dark-gtk/assets/spinbutton-down.png | Bin 0 -> 159 bytes + .../assets/spinbutton-up-insensitive.png | Bin 0 -> 181 bytes + .../assets/spinbutton-up-rtl-insensitive.png | Bin 0 -> 169 bytes + Breeze-dark-gtk/assets/spinbutton-up-rtl.png | Bin 0 -> 158 bytes + Breeze-dark-gtk/assets/spinbutton-up.png | Bin 0 -> 171 bytes + Breeze-dark-gtk/assets/tab-bottom-active.png | Bin 0 -> 180 bytes + Breeze-dark-gtk/assets/tab-bottom-inactive.png | Bin 0 -> 158 bytes + Breeze-dark-gtk/assets/tab-left-active.png | Bin 0 -> 191 bytes + Breeze-dark-gtk/assets/tab-left-inactive.png | Bin 0 -> 170 bytes + Breeze-dark-gtk/assets/tab-right-active.png | Bin 0 -> 201 bytes + Breeze-dark-gtk/assets/tab-right-inactive.png | Bin 0 -> 173 bytes + Breeze-dark-gtk/assets/tab-top-active.png | Bin 0 -> 199 bytes + Breeze-dark-gtk/assets/tab-top-inactive.png | Bin 0 -> 172 bytes + .../assets/titlebutton-close-active-backdrop.png | Bin 0 -> 522 bytes + .../assets/titlebutton-close-active-backdrop@2.png | Bin 0 -> 1028 bytes + .../assets/titlebutton-close-active.png | Bin 0 -> 522 bytes + .../assets/titlebutton-close-active@2.png | Bin 0 -> 1028 bytes + .../assets/titlebutton-close-backdrop.png | Bin 0 -> 515 bytes + .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 1034 bytes + .../assets/titlebutton-close-hover-backdrop.png | Bin 0 -> 492 bytes + .../assets/titlebutton-close-hover-backdrop@2.png | Bin 0 -> 963 bytes + Breeze-dark-gtk/assets/titlebutton-close-hover.png | Bin 0 -> 492 bytes + .../assets/titlebutton-close-hover@2.png | Bin 0 -> 963 bytes + Breeze-dark-gtk/assets/titlebutton-close.png | Bin 0 -> 506 bytes + Breeze-dark-gtk/assets/titlebutton-close@2.png | Bin 0 -> 1003 bytes + .../titlebutton-maximize-active-backdrop.png | Bin 0 -> 483 bytes + .../titlebutton-maximize-active-backdrop@2.png | Bin 0 -> 977 bytes + .../assets/titlebutton-maximize-active.png | Bin 0 -> 472 bytes + .../assets/titlebutton-maximize-active@2.png | Bin 0 -> 940 bytes + .../assets/titlebutton-maximize-backdrop.png | Bin 0 -> 222 bytes + .../assets/titlebutton-maximize-backdrop@2.png | Bin 0 -> 337 bytes + .../assets/titlebutton-maximize-hover-backdrop.png | Bin 0 -> 490 bytes + .../titlebutton-maximize-hover-backdrop@2.png | Bin 0 -> 961 bytes + .../assets/titlebutton-maximize-hover.png | Bin 0 -> 469 bytes + .../assets/titlebutton-maximize-hover@2.png | Bin 0 -> 925 bytes + ...lebutton-maximize-maximized-active-backdrop.png | Bin 0 -> 495 bytes + ...button-maximize-maximized-active-backdrop@2.png | Bin 0 -> 1012 bytes + .../titlebutton-maximize-maximized-active.png | Bin 0 -> 490 bytes + .../titlebutton-maximize-maximized-active@2.png | Bin 0 -> 990 bytes + .../titlebutton-maximize-maximized-backdrop.png | Bin 0 -> 261 bytes + .../titlebutton-maximize-maximized-backdrop@2.png | Bin 0 -> 388 bytes + ...tlebutton-maximize-maximized-hover-backdrop.png | Bin 0 -> 504 bytes + ...ebutton-maximize-maximized-hover-backdrop@2.png | Bin 0 -> 1016 bytes + .../titlebutton-maximize-maximized-hover.png | Bin 0 -> 472 bytes + .../titlebutton-maximize-maximized-hover@2.png | Bin 0 -> 975 bytes + .../assets/titlebutton-maximize-maximized.png | Bin 0 -> 192 bytes + .../assets/titlebutton-maximize-maximized@2.png | Bin 0 -> 343 bytes + Breeze-dark-gtk/assets/titlebutton-maximize.png | Bin 0 -> 183 bytes + Breeze-dark-gtk/assets/titlebutton-maximize@2.png | Bin 0 -> 311 bytes + .../titlebutton-minimize-active-backdrop.png | Bin 0 -> 478 bytes + .../titlebutton-minimize-active-backdrop@2.png | Bin 0 -> 994 bytes + .../assets/titlebutton-minimize-active.png | Bin 0 -> 472 bytes + .../assets/titlebutton-minimize-active@2.png | Bin 0 -> 968 bytes + .../assets/titlebutton-minimize-backdrop.png | Bin 0 -> 227 bytes + .../assets/titlebutton-minimize-backdrop@2.png | Bin 0 -> 330 bytes + .../assets/titlebutton-minimize-hover-backdrop.png | Bin 0 -> 482 bytes + .../titlebutton-minimize-hover-backdrop@2.png | Bin 0 -> 983 bytes + .../assets/titlebutton-minimize-hover.png | Bin 0 -> 485 bytes + .../assets/titlebutton-minimize-hover@2.png | Bin 0 -> 948 bytes + Breeze-dark-gtk/assets/titlebutton-minimize.png | Bin 0 -> 167 bytes + Breeze-dark-gtk/assets/titlebutton-minimize@2.png | Bin 0 -> 329 bytes + Breeze-dark-gtk/assets/togglebutton-active.png | Bin 0 -> 259 bytes + Breeze-dark-gtk/assets/togglebutton-hover.png | Bin 0 -> 319 bytes + .../assets/togglebutton-insensitive.png | Bin 0 -> 277 bytes + Breeze-dark-gtk/assets/togglebutton.png | Bin 0 -> 297 bytes + Breeze-dark-gtk/assets/toolbar-background.png | Bin 0 -> 104 bytes + Breeze-dark-gtk/assets/toolbutton-active.png | Bin 0 -> 225 bytes + Breeze-dark-gtk/assets/toolbutton-hover.png | Bin 0 -> 277 bytes + Breeze-dark-gtk/assets/toolbutton-toggled.png | Bin 0 -> 225 bytes + Breeze-dark-gtk/assets/tree-header.png | Bin 0 -> 117 bytes + .../gtk-2.0/Arrows/arrow-down-insens.png | Bin 326 -> 0 bytes + .../gtk-2.0/Arrows/arrow-down-prelight.png | Bin 253 -> 0 bytes + .../gtk-2.0/Arrows/arrow-down-small-insens.png | Bin 247 -> 0 bytes + .../gtk-2.0/Arrows/arrow-down-small-prelight.png | Bin 212 -> 0 bytes + .../gtk-2.0/Arrows/arrow-down-small.png | Bin 234 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down.png | Bin 261 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-insens.png | Bin 295 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-prelight.png | Bin 191 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-small-insens.png | Bin 264 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-small-prelight.png | Bin 229 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-small.png | Bin 245 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left.png | Bin 210 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-insens.png | Bin 292 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-prelight.png | Bin 200 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-small-insens.png | Bin 262 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-small-prelight.png | Bin 223 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-small.png | Bin 229 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right.png | Bin 214 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-insens.png | Bin 320 -> 0 bytes + .../gtk-2.0/Arrows/arrow-up-prelight.png | Bin 258 -> 0 bytes + .../gtk-2.0/Arrows/arrow-up-small-insens.png | Bin 255 -> 0 bytes + .../gtk-2.0/Arrows/arrow-up-small-prelight.png | Bin 220 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small.png | Bin 225 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up.png | Bin 276 -> 0 bytes + .../gtk-2.0/Arrows/menu-arrow-insens.png | Bin 292 -> 0 bytes + .../gtk-2.0/Arrows/menu-arrow-prelight.png | Bin 214 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow.png | Bin 214 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Buttons/button-default.png | Bin 446 -> 0 bytes + .../gtk-2.0/Buttons/button-insensitive.png | Bin 439 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Buttons/button-normal.png | Bin 446 -> 0 bytes + .../gtk-2.0/Buttons/button-prelight.png | Bin 469 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Buttons/button-pressed.png | Bin 432 -> 0 bytes + .../Check-Radio/checkbox-checked-insensitive.png | Bin 326 -> 0 bytes + .../gtk-2.0/Check-Radio/checkbox-checked.png | Bin 341 -> 0 bytes + .../Check-Radio/checkbox-unchecked-insensitive.png | Bin 289 -> 0 bytes + .../gtk-2.0/Check-Radio/checkbox-unchecked.png | Bin 290 -> 0 bytes + .../menu-checkbox-checked-insensitive.png | Bin 309 -> 0 bytes + .../Check-Radio/menu-checkbox-checked-prelight.png | Bin 265 -> 0 bytes + .../gtk-2.0/Check-Radio/menu-checkbox-checked.png | Bin 292 -> 0 bytes + .../menu-checkbox-unchecked-insensitive.png | Bin 257 -> 0 bytes + .../menu-checkbox-unchecked-prelight.png | Bin 223 -> 0 bytes + .../Check-Radio/menu-checkbox-unchecked.png | Bin 249 -> 0 bytes + .../menu-option-checked-insensitive.png | Bin 831 -> 0 bytes + .../Check-Radio/menu-option-checked-prelight.png | Bin 617 -> 0 bytes + .../gtk-2.0/Check-Radio/menu-option-checked.png | Bin 805 -> 0 bytes + .../menu-option-unchecked-insensitive.png | Bin 625 -> 0 bytes + .../Check-Radio/menu-option-unchecked-prelight.png | Bin 499 -> 0 bytes + .../gtk-2.0/Check-Radio/menu-option-unchecked.png | Bin 620 -> 0 bytes + .../Check-Radio/option-checked-insensitive.png | Bin 814 -> 0 bytes + .../gtk-2.0/Check-Radio/option-checked.png | Bin 919 -> 0 bytes + .../Check-Radio/option-unchecked-insensitive.png | Bin 699 -> 0 bytes + .../gtk-2.0/Check-Radio/option-unchecked.png | Bin 741 -> 0 bytes + .../gtk-2.0/Entry/entry-border-active-bg.png | Bin 363 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Entry/entry-border-bg.png | Bin 325 -> 0 bytes + .../gtk-2.0/Entry/entry-border-disabled-bg.png | Bin 312 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Expanders/minus.png | Bin 165 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Expanders/plus.png | Bin 180 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Handles/handle-h.png | Bin 154 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Handles/handle-v.png | Bin 154 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Lines/line-h.png | Bin 157 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Lines/line-v.png | Bin 162 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Lines/menu-line-h.png | Bin 155 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Menubar/menu-frame.png | Bin 180 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Menubar/menubar-button.png | Bin 209 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Others/null.png | Bin 157 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Others/tree-header.png | Bin 178 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/ProgressBar/bar.png | Bin 283 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/ProgressBar/trough.png | Bin 289 -> 0 bytes + .../gtk-2.0/Range/slider-horiz-prelight.png | Bin 712 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Range/slider-horiz.png | Bin 694 -> 0 bytes + .../gtk-2.0/Range/slider-vert-prelight.png | Bin 712 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Range/slider-vert.png | Bin 694 -> 0 bytes + .../gtk-2.0/Range/trough-horizontal.png | Bin 260 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Range/trough-vertical.png | Bin 282 -> 0 bytes + .../Scrollbars/slider-scrollbar-horiz-active.png | Bin 294 -> 0 bytes + .../Scrollbars/slider-scrollbar-horiz-insens.png | Bin 317 -> 0 bytes + .../Scrollbars/slider-scrollbar-horiz-prelight.png | Bin 291 -> 0 bytes + .../gtk-2.0/Scrollbars/slider-scrollbar-horiz.png | Bin 286 -> 0 bytes + .../Scrollbars/slider-scrollbar-vert-active.png | Bin 297 -> 0 bytes + .../Scrollbars/slider-scrollbar-vert-insens.png | Bin 327 -> 0 bytes + .../Scrollbars/slider-scrollbar-vert-prelight.png | Bin 294 -> 0 bytes + .../gtk-2.0/Scrollbars/slider-scrollbar-vert.png | Bin 290 -> 0 bytes + .../gtk-2.0/Scrollbars/trough-scrollbar-horiz.png | Bin 367 -> 0 bytes + .../gtk-2.0/Scrollbars/trough-scrollbar-vert.png | Bin 367 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-end.png | Bin 148 -> 0 bytes + .../gtk-2.0/Shadows/frame-gap-start.png | Bin 148 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Shadows/frame.png | Bin 335 -> 0 bytes + .../gtk-2.0/Spin/down-background-disable.png | Bin 242 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Spin/down-background.png | Bin 243 -> 0 bytes + .../gtk-2.0/Spin/up-background-disable.png | Bin 253 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Spin/up-background.png | Bin 261 -> 0 bytes + .../gtk-2.0/Tabs/notebook-gap-horiz.png | Bin 160 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-vert.png | Bin 155 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/notebook.png | Bin 327 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-active.png | Bin 260 -> 0 bytes + .../gtk-2.0/Tabs/tab-bottom-prelight.png | Bin 264 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom.png | Bin 214 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-active.png | Bin 269 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-prelight.png | Bin 279 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-left.png | Bin 223 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-active.png | Bin 268 -> 0 bytes + .../gtk-2.0/Tabs/tab-right-prelight.png | Bin 286 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-right.png | Bin 230 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-active.png | Bin 274 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-prelight.png | Bin 287 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Tabs/tab-top.png | Bin 230 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/Toolbar/toolbar-bg.png | Bin 155 -> 0 bytes + .../gtk-2.0/Toolbar/toolbutton-normal.png | Bin 151 -> 0 bytes + .../gtk-2.0/Toolbar/toolbutton-prelight.png | Bin 322 -> 0 bytes + .../gtk-2.0/Toolbar/toolbutton-pressed.png | Bin 308 -> 0 bytes + .../gtk-2.0/Toolbar/toolbutton-toggled.png | Bin 255 -> 0 bytes + Breeze-dark-gtk/gtk-2.0/assets.svg | 2374 -------- + Breeze-dark-gtk/gtk-2.0/assets.txt | 107 - + Breeze-dark-gtk/gtk-2.0/gtkrc | 1719 +----- + Breeze-dark-gtk/gtk-2.0/render-assets.sh | 28 - + Breeze-dark-gtk/gtk-2.0/widgets/buttons | 385 ++ + Breeze-dark-gtk/gtk-2.0/widgets/default | 542 ++ + Breeze-dark-gtk/gtk-2.0/widgets/entry | 214 + + Breeze-dark-gtk/gtk-2.0/widgets/menu | 277 + + Breeze-dark-gtk/gtk-2.0/widgets/misc | 168 + + Breeze-dark-gtk/gtk-2.0/widgets/notebook | 138 + + Breeze-dark-gtk/gtk-2.0/widgets/progressbar | 47 + + Breeze-dark-gtk/gtk-2.0/widgets/range | 108 + + Breeze-dark-gtk/gtk-2.0/widgets/scrollbar | 110 + + Breeze-dark-gtk/gtk-2.0/widgets/styles | 52 + + Breeze-dark-gtk/gtk-2.0/widgets/toolbar | 94 + + .../assets/checkbox-active-selectionmode.png | Bin 523 -> 0 bytes + .../assets/checkbox-active-selectionmode@2.png | Bin 988 -> 0 bytes + .../assets/checkbox-backdrop-selectionmode.png | Bin 523 -> 0 bytes + .../assets/checkbox-backdrop-selectionmode@2.png | Bin 1006 -> 0 bytes + .../assets/checkbox-checked-active-dark.png | Bin 369 -> 0 bytes + .../assets/checkbox-checked-active-dark@2.png | Bin 630 -> 0 bytes + .../checkbox-checked-active-selectionmode.png | Bin 611 -> 0 bytes + .../checkbox-checked-active-selectionmode@2.png | Bin 1143 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-active.png | Bin 369 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-active@2.png | Bin 630 -> 0 bytes + .../assets/checkbox-checked-backdrop-dark.png | Bin 369 -> 0 bytes + .../assets/checkbox-checked-backdrop-dark@2.png | Bin 630 -> 0 bytes + .../checkbox-checked-backdrop-insensitive-dark.png | Bin 369 -> 0 bytes + ...heckbox-checked-backdrop-insensitive-dark@2.png | Bin 578 -> 0 bytes + .../checkbox-checked-backdrop-insensitive.png | Bin 335 -> 0 bytes + .../checkbox-checked-backdrop-insensitive@2.png | Bin 586 -> 0 bytes + .../checkbox-checked-backdrop-selectionmode.png | Bin 611 -> 0 bytes + .../checkbox-checked-backdrop-selectionmode@2.png | Bin 1143 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-backdrop.png | Bin 369 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-backdrop@2.png | Bin 630 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 409 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-dark@2.png | Bin 668 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-hover-dark.png | Bin 375 -> 0 bytes + .../assets/checkbox-checked-hover-dark@2.png | Bin 641 -> 0 bytes + .../checkbox-checked-hover-selectionmode.png | Bin 642 -> 0 bytes + .../checkbox-checked-hover-selectionmode@2.png | Bin 1187 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-hover.png | Bin 375 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-hover@2.png | Bin 641 -> 0 bytes + .../assets/checkbox-checked-insensitive-dark.png | Bin 369 -> 0 bytes + .../assets/checkbox-checked-insensitive-dark@2.png | Bin 578 -> 0 bytes + .../assets/checkbox-checked-insensitive.png | Bin 335 -> 0 bytes + .../assets/checkbox-checked-insensitive@2.png | Bin 586 -> 0 bytes + .../assets/checkbox-checked-selectionmode.png | Bin 611 -> 0 bytes + .../assets/checkbox-checked-selectionmode@2.png | Bin 1143 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked.png | Bin 369 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked@2.png | Bin 630 -> 0 bytes + .../assets/checkbox-hover-selectionmode.png | Bin 543 -> 0 bytes + .../assets/checkbox-hover-selectionmode@2.png | Bin 1031 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-active-dark.png | Bin 381 -> 0 bytes + .../assets/checkbox-mixed-active-dark@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-active.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-active@2.png | Bin 615 -> 0 bytes + .../assets/checkbox-mixed-backdrop-dark.png | Bin 381 -> 0 bytes + .../assets/checkbox-mixed-backdrop-dark@2.png | Bin 615 -> 0 bytes + .../checkbox-mixed-backdrop-insensitive-dark.png | Bin 360 -> 0 bytes + .../checkbox-mixed-backdrop-insensitive-dark@2.png | Bin 580 -> 0 bytes + .../assets/checkbox-mixed-backdrop-insensitive.png | Bin 351 -> 0 bytes + .../checkbox-mixed-backdrop-insensitive@2.png | Bin 563 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-backdrop.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-backdrop@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover-dark.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover-dark@2.png | Bin 621 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover@2.png | Bin 621 -> 0 bytes + .../assets/checkbox-mixed-insensitive-dark.png | Bin 360 -> 0 bytes + .../assets/checkbox-mixed-insensitive-dark@2.png | Bin 580 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-insensitive.png | Bin 351 -> 0 bytes + .../assets/checkbox-mixed-insensitive@2.png | Bin 563 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 523 -> 0 bytes + .../gtk-3.0/assets/checkbox-selectionmode@2.png | Bin 1006 -> 0 bytes + .../assets/checkbox-unchecked-active-dark.png | Bin 337 -> 0 bytes + .../assets/checkbox-unchecked-active-dark@2.png | Bin 521 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-active.png | Bin 337 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-active@2.png | Bin 521 -> 0 bytes + .../assets/checkbox-unchecked-backdrop-dark.png | Bin 319 -> 0 bytes + .../assets/checkbox-unchecked-backdrop-dark@2.png | Bin 523 -> 0 bytes + ...heckbox-unchecked-backdrop-insensitive-dark.png | Bin 310 -> 0 bytes + ...ckbox-unchecked-backdrop-insensitive-dark@2.png | Bin 486 -> 0 bytes + .../checkbox-unchecked-backdrop-insensitive.png | Bin 302 -> 0 bytes + .../checkbox-unchecked-backdrop-insensitive@2.png | Bin 478 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-backdrop.png | Bin 319 -> 0 bytes + .../assets/checkbox-unchecked-backdrop@2.png | Bin 523 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark.png | Bin 319 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark@2.png | Bin 523 -> 0 bytes + .../assets/checkbox-unchecked-hover-dark.png | Bin 333 -> 0 bytes + .../assets/checkbox-unchecked-hover-dark@2.png | Bin 530 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-hover.png | Bin 333 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-hover@2.png | Bin 530 -> 0 bytes + .../assets/checkbox-unchecked-insensitive-dark.png | Bin 297 -> 0 bytes + .../checkbox-unchecked-insensitive-dark@2.png | Bin 489 -> 0 bytes + .../assets/checkbox-unchecked-insensitive.png | Bin 302 -> 0 bytes + .../assets/checkbox-unchecked-insensitive@2.png | Bin 478 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked.png | Bin 319 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 523 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active-dark.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active-dark@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-checked-backdrop-dark.png | Bin 714 -> 0 bytes + .../assets/radio-checked-backdrop-dark@2.png | Bin 1491 -> 0 bytes + .../radio-checked-backdrop-insensitive-dark.png | Bin 704 -> 0 bytes + .../radio-checked-backdrop-insensitive-dark@2.png | Bin 1493 -> 0 bytes + .../assets/radio-checked-backdrop-insensitive.png | Bin 683 -> 0 bytes + .../radio-checked-backdrop-insensitive@2.png | Bin 1383 -> 0 bytes + .../gtk-3.0/assets/radio-checked-backdrop.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-backdrop@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-checked-dark.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover-dark.png | Bin 709 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover-dark@2.png | Bin 1514 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover.png | Bin 709 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover@2.png | Bin 1514 -> 0 bytes + .../assets/radio-checked-insensitive-dark.png | Bin 704 -> 0 bytes + .../assets/radio-checked-insensitive-dark@2.png | Bin 1493 -> 0 bytes + .../gtk-3.0/assets/radio-checked-insensitive.png | Bin 683 -> 0 bytes + .../gtk-3.0/assets/radio-checked-insensitive@2.png | Bin 1383 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/assets/radio-checked.png | Bin 714 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/assets/radio-checked@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-active-dark.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-active-dark@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-active.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-active@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop-dark.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop-dark@2.png | Bin 1315 -> 0 bytes + .../radio-mixed-backdrop-insensitive-dark.png | Bin 593 -> 0 bytes + .../radio-mixed-backdrop-insensitive-dark@2.png | Bin 1280 -> 0 bytes + .../assets/radio-mixed-backdrop-insensitive.png | Bin 580 -> 0 bytes + .../assets/radio-mixed-backdrop-insensitive@2.png | Bin 1167 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-dark.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-hover-dark.png | Bin 617 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-hover-dark@2.png | Bin 1329 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-hover.png | Bin 617 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-hover@2.png | Bin 1329 -> 0 bytes + .../assets/radio-mixed-insensitive-dark.png | Bin 593 -> 0 bytes + .../assets/radio-mixed-insensitive-dark@2.png | Bin 1280 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-insensitive.png | Bin 580 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-insensitive@2.png | Bin 1167 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/assets/radio-mixed.png | Bin 615 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/assets/radio-mixed@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-active-dark.png | Bin 587 -> 0 bytes + .../assets/radio-unchecked-active-dark@2.png | Bin 1246 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-active.png | Bin 587 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-active@2.png | Bin 1246 -> 0 bytes + .../assets/radio-unchecked-backdrop-dark.png | Bin 596 -> 0 bytes + .../assets/radio-unchecked-backdrop-dark@2.png | Bin 1248 -> 0 bytes + .../radio-unchecked-backdrop-insensitive-dark.png | Bin 565 -> 0 bytes + ...radio-unchecked-backdrop-insensitive-dark@2.png | Bin 1208 -> 0 bytes + .../radio-unchecked-backdrop-insensitive.png | Bin 551 -> 0 bytes + .../radio-unchecked-backdrop-insensitive@2.png | Bin 1102 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-backdrop.png | Bin 596 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-backdrop@2.png | Bin 1248 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 596 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 1248 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-hover-dark.png | Bin 587 -> 0 bytes + .../assets/radio-unchecked-hover-dark@2.png | Bin 1258 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-hover.png | Bin 587 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-hover@2.png | Bin 1258 -> 0 bytes + .../assets/radio-unchecked-insensitive-dark.png | Bin 565 -> 0 bytes + .../assets/radio-unchecked-insensitive-dark@2.png | Bin 1208 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-insensitive.png | Bin 551 -> 0 bytes + .../assets/radio-unchecked-insensitive@2.png | Bin 1102 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked.png | Bin 596 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked@2.png | Bin 1248 -> 0 bytes + .../assets/scrollbar-slider-active-dark.png | Bin 323 -> 0 bytes + .../assets/scrollbar-slider-active-dark@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-active.png | Bin 323 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-active@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-dark.png | Bin 316 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-dark@2.png | Bin 498 -> 0 bytes + .../scrollbar-slider-horizontal-active-dark.png | Bin 316 -> 0 bytes + .../scrollbar-slider-horizontal-active-dark@2.png | Bin 503 -> 0 bytes + .../assets/scrollbar-slider-horizontal-active.png | Bin 316 -> 0 bytes + .../scrollbar-slider-horizontal-active@2.png | Bin 503 -> 0 bytes + .../assets/scrollbar-slider-horizontal-dark.png | Bin 313 -> 0 bytes + .../assets/scrollbar-slider-horizontal-dark@2.png | Bin 509 -> 0 bytes + .../scrollbar-slider-horizontal-hover-dark.png | Bin 314 -> 0 bytes + .../scrollbar-slider-horizontal-hover-dark@2.png | Bin 517 -> 0 bytes + .../assets/scrollbar-slider-horizontal-hover.png | Bin 313 -> 0 bytes + .../assets/scrollbar-slider-horizontal-hover@2.png | Bin 509 -> 0 bytes + .../scrollbar-slider-horizontal-overlay-dark.png | Bin 221 -> 0 bytes + .../scrollbar-slider-horizontal-overlay-dark@2.png | Bin 328 -> 0 bytes + .../assets/scrollbar-slider-horizontal-overlay.png | Bin 218 -> 0 bytes + .../scrollbar-slider-horizontal-overlay@2.png | Bin 326 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-horizontal.png | Bin 305 -> 0 bytes + .../assets/scrollbar-slider-horizontal@2.png | Bin 505 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-hover-dark.png | Bin 314 -> 0 bytes + .../assets/scrollbar-slider-hover-dark@2.png | Bin 505 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-hover.png | Bin 318 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-hover@2.png | Bin 499 -> 0 bytes + .../assets/scrollbar-slider-overlay-dark.png | Bin 229 -> 0 bytes + .../assets/scrollbar-slider-overlay-dark@2.png | Bin 315 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-overlay.png | Bin 227 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-overlay@2.png | Bin 317 -> 0 bytes + .../assets/scrollbar-slider-rtl-active-dark.png | Bin 323 -> 0 bytes + .../assets/scrollbar-slider-rtl-active-dark@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-active.png | Bin 323 -> 0 bytes + .../assets/scrollbar-slider-rtl-active@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-dark.png | Bin 316 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png | Bin 498 -> 0 bytes + .../assets/scrollbar-slider-rtl-hover-dark.png | Bin 314 -> 0 bytes + .../assets/scrollbar-slider-rtl-hover-dark@2.png | Bin 505 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-hover.png | Bin 318 -> 0 bytes + .../assets/scrollbar-slider-rtl-hover@2.png | Bin 499 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl@2.png | Bin 497 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider@2.png | Bin 497 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-dark.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-dark@2.png | Bin 501 -> 0 bytes + .../assets/scrollbar-trough-horizontal-dark.png | Bin 312 -> 0 bytes + .../assets/scrollbar-trough-horizontal-dark@2.png | Bin 513 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-horizontal.png | Bin 311 -> 0 bytes + .../assets/scrollbar-trough-horizontal@2.png | Bin 502 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl-dark.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png | Bin 501 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl.png | Bin 314 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl@2.png | Bin 497 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough.png | Bin 314 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough@2.png | Bin 497 -> 0 bytes + .../assets/selected-checkbox-checked-active.png | Bin 275 -> 0 bytes + .../assets/selected-checkbox-checked-active@2.png | Bin 490 -> 0 bytes + ...ected-checkbox-checked-backdrop-insensitive.png | Bin 365 -> 0 bytes + ...ted-checkbox-checked-backdrop-insensitive@2.png | Bin 590 -> 0 bytes + .../assets/selected-checkbox-checked-backdrop.png | Bin 275 -> 0 bytes + .../selected-checkbox-checked-backdrop@2.png | Bin 490 -> 0 bytes + .../assets/selected-checkbox-checked-hover.png | Bin 316 -> 0 bytes + .../assets/selected-checkbox-checked-hover@2.png | Bin 515 -> 0 bytes + .../selected-checkbox-checked-insensitive.png | Bin 365 -> 0 bytes + .../selected-checkbox-checked-insensitive@2.png | Bin 590 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-checked.png | Bin 275 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-checked@2.png | Bin 490 -> 0 bytes + .../assets/selected-checkbox-mixed-active.png | Bin 280 -> 0 bytes + .../assets/selected-checkbox-mixed-active@2.png | Bin 476 -> 0 bytes + ...elected-checkbox-mixed-backdrop-insensitive.png | Bin 367 -> 0 bytes + ...ected-checkbox-mixed-backdrop-insensitive@2.png | Bin 571 -> 0 bytes + .../assets/selected-checkbox-mixed-backdrop.png | Bin 280 -> 0 bytes + .../assets/selected-checkbox-mixed-backdrop@2.png | Bin 476 -> 0 bytes + .../assets/selected-checkbox-mixed-hover.png | Bin 315 -> 0 bytes + .../assets/selected-checkbox-mixed-hover@2.png | Bin 497 -> 0 bytes + .../assets/selected-checkbox-mixed-insensitive.png | Bin 367 -> 0 bytes + .../selected-checkbox-mixed-insensitive@2.png | Bin 571 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-mixed.png | Bin 280 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-mixed@2.png | Bin 476 -> 0 bytes + .../assets/selected-checkbox-unchecked-active.png | Bin 246 -> 0 bytes + .../selected-checkbox-unchecked-active@2.png | Bin 390 -> 0 bytes + ...ted-checkbox-unchecked-backdrop-insensitive.png | Bin 317 -> 0 bytes + ...d-checkbox-unchecked-backdrop-insensitive@2.png | Bin 478 -> 0 bytes + .../selected-checkbox-unchecked-backdrop.png | Bin 246 -> 0 bytes + .../selected-checkbox-unchecked-backdrop@2.png | Bin 390 -> 0 bytes + .../assets/selected-checkbox-unchecked-hover.png | Bin 274 -> 0 bytes + .../assets/selected-checkbox-unchecked-hover@2.png | Bin 409 -> 0 bytes + .../selected-checkbox-unchecked-insensitive.png | Bin 317 -> 0 bytes + .../selected-checkbox-unchecked-insensitive@2.png | Bin 478 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-unchecked.png | Bin 246 -> 0 bytes + .../assets/selected-checkbox-unchecked@2.png | Bin 390 -> 0 bytes + .../assets/selected-radio-checked-active.png | Bin 482 -> 0 bytes + .../assets/selected-radio-checked-active@2.png | Bin 942 -> 0 bytes + ...selected-radio-checked-backdrop-insensitive.png | Bin 653 -> 0 bytes + ...lected-radio-checked-backdrop-insensitive@2.png | Bin 1329 -> 0 bytes + .../assets/selected-radio-checked-backdrop.png | Bin 482 -> 0 bytes + .../assets/selected-radio-checked-backdrop@2.png | Bin 942 -> 0 bytes + .../assets/selected-radio-checked-hover.png | Bin 569 -> 0 bytes + .../assets/selected-radio-checked-hover@2.png | Bin 1149 -> 0 bytes + .../assets/selected-radio-checked-insensitive.png | Bin 653 -> 0 bytes + .../selected-radio-checked-insensitive@2.png | Bin 1329 -> 0 bytes + .../gtk-3.0/assets/selected-radio-checked.png | Bin 482 -> 0 bytes + .../gtk-3.0/assets/selected-radio-checked@2.png | Bin 942 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed-active.png | Bin 414 -> 0 bytes + .../assets/selected-radio-mixed-active@2.png | Bin 826 -> 0 bytes + .../selected-radio-mixed-backdrop-insensitive.png | Bin 552 -> 0 bytes + ...selected-radio-mixed-backdrop-insensitive@2.png | Bin 1161 -> 0 bytes + .../assets/selected-radio-mixed-backdrop.png | Bin 414 -> 0 bytes + .../assets/selected-radio-mixed-backdrop@2.png | Bin 826 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed-hover.png | Bin 513 -> 0 bytes + .../assets/selected-radio-mixed-hover@2.png | Bin 931 -> 0 bytes + .../assets/selected-radio-mixed-insensitive.png | Bin 552 -> 0 bytes + .../assets/selected-radio-mixed-insensitive@2.png | Bin 1161 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed.png | Bin 414 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed@2.png | Bin 826 -> 0 bytes + .../assets/selected-radio-unchecked-active.png | Bin 392 -> 0 bytes + .../assets/selected-radio-unchecked-active@2.png | Bin 774 -> 0 bytes + ...lected-radio-unchecked-backdrop-insensitive.png | Bin 518 -> 0 bytes + ...cted-radio-unchecked-backdrop-insensitive@2.png | Bin 1093 -> 0 bytes + .../assets/selected-radio-unchecked-backdrop.png | Bin 392 -> 0 bytes + .../assets/selected-radio-unchecked-backdrop@2.png | Bin 774 -> 0 bytes + .../assets/selected-radio-unchecked-hover.png | Bin 480 -> 0 bytes + .../assets/selected-radio-unchecked-hover@2.png | Bin 862 -> 0 bytes + .../selected-radio-unchecked-insensitive.png | Bin 518 -> 0 bytes + .../selected-radio-unchecked-insensitive@2.png | Bin 1093 -> 0 bytes + .../gtk-3.0/assets/selected-radio-unchecked.png | Bin 392 -> 0 bytes + .../gtk-3.0/assets/selected-radio-unchecked@2.png | Bin 774 -> 0 bytes + ...ider-horz-scale-has-marks-above-active-dark.png | Bin 878 -> 0 bytes + ...er-horz-scale-has-marks-above-active-dark@2.png | Bin 1687 -> 0 bytes + .../slider-horz-scale-has-marks-above-active.png | Bin 807 -> 0 bytes + .../slider-horz-scale-has-marks-above-active@2.png | Bin 1572 -> 0 bytes + ...er-horz-scale-has-marks-above-backdrop-dark.png | Bin 781 -> 0 bytes + ...-horz-scale-has-marks-above-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-above-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-above-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-above-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-above-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-horz-scale-has-marks-above-backdrop.png | Bin 738 -> 0 bytes + ...lider-horz-scale-has-marks-above-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-horz-scale-has-marks-above-dark.png | Bin 781 -> 0 bytes + .../slider-horz-scale-has-marks-above-dark@2.png | Bin 1672 -> 0 bytes + ...lider-horz-scale-has-marks-above-hover-dark.png | Bin 919 -> 0 bytes + ...der-horz-scale-has-marks-above-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-horz-scale-has-marks-above-hover.png | Bin 729 -> 0 bytes + .../slider-horz-scale-has-marks-above-hover@2.png | Bin 1434 -> 0 bytes + ...horz-scale-has-marks-above-insensitive-dark.png | Bin 735 -> 0 bytes + ...rz-scale-has-marks-above-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-horz-scale-has-marks-above-insensitive.png | Bin 718 -> 0 bytes + ...er-horz-scale-has-marks-above-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-horz-scale-has-marks-above.png | Bin 738 -> 0 bytes + .../assets/slider-horz-scale-has-marks-above@2.png | Bin 1554 -> 0 bytes + ...ider-horz-scale-has-marks-below-active-dark.png | Bin 818 -> 0 bytes + ...er-horz-scale-has-marks-below-active-dark@2.png | Bin 1523 -> 0 bytes + .../slider-horz-scale-has-marks-below-active.png | Bin 774 -> 0 bytes + .../slider-horz-scale-has-marks-below-active@2.png | Bin 1482 -> 0 bytes + ...er-horz-scale-has-marks-below-backdrop-dark.png | Bin 781 -> 0 bytes + ...-horz-scale-has-marks-below-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-below-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-below-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-below-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-below-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-horz-scale-has-marks-below-backdrop.png | Bin 738 -> 0 bytes + ...lider-horz-scale-has-marks-below-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-horz-scale-has-marks-below-dark.png | Bin 755 -> 0 bytes + .../slider-horz-scale-has-marks-below-dark@2.png | Bin 1536 -> 0 bytes + ...lider-horz-scale-has-marks-below-hover-dark.png | Bin 919 -> 0 bytes + ...der-horz-scale-has-marks-below-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-horz-scale-has-marks-below-hover.png | Bin 729 -> 0 bytes + .../slider-horz-scale-has-marks-below-hover@2.png | Bin 1434 -> 0 bytes + ...horz-scale-has-marks-below-insensitive-dark.png | Bin 735 -> 0 bytes + ...rz-scale-has-marks-below-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-horz-scale-has-marks-below-insensitive.png | Bin 718 -> 0 bytes + ...er-horz-scale-has-marks-below-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-horz-scale-has-marks-below.png | Bin 737 -> 0 bytes + .../assets/slider-horz-scale-has-marks-below@2.png | Bin 1487 -> 0 bytes + ...ider-vert-scale-has-marks-above-active-dark.png | Bin 878 -> 0 bytes + ...er-vert-scale-has-marks-above-active-dark@2.png | Bin 1687 -> 0 bytes + .../slider-vert-scale-has-marks-above-active.png | Bin 807 -> 0 bytes + .../slider-vert-scale-has-marks-above-active@2.png | Bin 1572 -> 0 bytes + ...er-vert-scale-has-marks-above-backdrop-dark.png | Bin 781 -> 0 bytes + ...-vert-scale-has-marks-above-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-above-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-above-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-above-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-above-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-vert-scale-has-marks-above-backdrop.png | Bin 738 -> 0 bytes + ...lider-vert-scale-has-marks-above-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-vert-scale-has-marks-above-dark.png | Bin 781 -> 0 bytes + .../slider-vert-scale-has-marks-above-dark@2.png | Bin 1672 -> 0 bytes + ...lider-vert-scale-has-marks-above-hover-dark.png | Bin 919 -> 0 bytes + ...der-vert-scale-has-marks-above-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-vert-scale-has-marks-above-hover.png | Bin 729 -> 0 bytes + .../slider-vert-scale-has-marks-above-hover@2.png | Bin 1434 -> 0 bytes + ...vert-scale-has-marks-above-insensitive-dark.png | Bin 735 -> 0 bytes + ...rt-scale-has-marks-above-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-vert-scale-has-marks-above-insensitive.png | Bin 718 -> 0 bytes + ...er-vert-scale-has-marks-above-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-vert-scale-has-marks-above.png | Bin 738 -> 0 bytes + .../assets/slider-vert-scale-has-marks-above@2.png | Bin 1554 -> 0 bytes + ...ider-vert-scale-has-marks-below-active-dark.png | Bin 878 -> 0 bytes + ...er-vert-scale-has-marks-below-active-dark@2.png | Bin 1687 -> 0 bytes + .../slider-vert-scale-has-marks-below-active.png | Bin 807 -> 0 bytes + .../slider-vert-scale-has-marks-below-active@2.png | Bin 1572 -> 0 bytes + ...er-vert-scale-has-marks-below-backdrop-dark.png | Bin 781 -> 0 bytes + ...-vert-scale-has-marks-below-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-below-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-below-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-below-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-below-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-vert-scale-has-marks-below-backdrop.png | Bin 738 -> 0 bytes + ...lider-vert-scale-has-marks-below-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-vert-scale-has-marks-below-dark.png | Bin 781 -> 0 bytes + .../slider-vert-scale-has-marks-below-dark@2.png | Bin 1672 -> 0 bytes + ...lider-vert-scale-has-marks-below-hover-dark.png | Bin 919 -> 0 bytes + ...der-vert-scale-has-marks-below-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-vert-scale-has-marks-below-hover.png | Bin 729 -> 0 bytes + .../slider-vert-scale-has-marks-below-hover@2.png | Bin 1434 -> 0 bytes + ...vert-scale-has-marks-below-insensitive-dark.png | Bin 735 -> 0 bytes + ...rt-scale-has-marks-below-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-vert-scale-has-marks-below-insensitive.png | Bin 718 -> 0 bytes + ...er-vert-scale-has-marks-below-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-vert-scale-has-marks-below.png | Bin 738 -> 0 bytes + .../assets/slider-vert-scale-has-marks-below@2.png | Bin 1554 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-active.png | Bin 571 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-active@2.png | Bin 1085 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-backdrop.png | Bin 554 -> 0 bytes + .../assets/titlebutton-close-backdrop@2.png | Bin 1129 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-hover.png | Bin 595 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-hover@2.png | Bin 1163 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close.png | Bin 527 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close@2.png | Bin 1056 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize-active.png | Bin 560 -> 0 bytes + .../assets/titlebutton-maximize-active@2.png | Bin 977 -> 0 bytes + .../assets/titlebutton-maximize-backdrop.png | Bin 293 -> 0 bytes + .../assets/titlebutton-maximize-backdrop@2.png | Bin 390 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize-hover.png | Bin 520 -> 0 bytes + .../assets/titlebutton-maximize-hover@2.png | Bin 918 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize.png | Bin 586 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize@2.png | Bin 1070 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize-active.png | Bin 563 -> 0 bytes + .../assets/titlebutton-minimize-active@2.png | Bin 1008 -> 0 bytes + .../assets/titlebutton-minimize-backdrop.png | Bin 310 -> 0 bytes + .../assets/titlebutton-minimize-backdrop@2.png | Bin 367 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize-hover.png | Bin 540 -> 0 bytes + .../assets/titlebutton-minimize-hover@2.png | Bin 952 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize.png | Bin 608 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize@2.png | Bin 1086 -> 0 bytes + Breeze-dark-gtk/gtk-3.0/gtk.css | 6071 ++++++++----------- + Breeze-dark-gtk/gtk-3.18/gtk.css | 2936 +++++++++ + Breeze-dark-gtk/gtk-3.20/gtk.css | 3771 ++++++++++++ + Breeze-gtk/assets/arrow-down-active.png | Bin 0 -> 222 bytes + Breeze-gtk/assets/arrow-down-hover.png | Bin 0 -> 223 bytes + Breeze-gtk/assets/arrow-down-insensitive.png | Bin 0 -> 244 bytes + Breeze-gtk/assets/arrow-down.png | Bin 0 -> 239 bytes + Breeze-gtk/assets/arrow-left-active.png | Bin 0 -> 213 bytes + Breeze-gtk/assets/arrow-left-hover.png | Bin 0 -> 213 bytes + Breeze-gtk/assets/arrow-left-insensitive.png | Bin 0 -> 250 bytes + Breeze-gtk/assets/arrow-left.png | Bin 0 -> 239 bytes + Breeze-gtk/assets/arrow-right-active.png | Bin 0 -> 226 bytes + Breeze-gtk/assets/arrow-right-hover.png | Bin 0 -> 227 bytes + Breeze-gtk/assets/arrow-right-insensitive.png | Bin 0 -> 232 bytes + Breeze-gtk/assets/arrow-right.png | Bin 0 -> 233 bytes + Breeze-gtk/assets/arrow-small-down-active.png | Bin 0 -> 185 bytes + Breeze-gtk/assets/arrow-small-down-hover.png | Bin 0 -> 189 bytes + Breeze-gtk/assets/arrow-small-down-insensitive.png | Bin 0 -> 186 bytes + Breeze-gtk/assets/arrow-small-down.png | Bin 0 -> 180 bytes + Breeze-gtk/assets/arrow-small-left-active.png | Bin 0 -> 182 bytes + Breeze-gtk/assets/arrow-small-left-hover.png | Bin 0 -> 182 bytes + Breeze-gtk/assets/arrow-small-left-insensitive.png | Bin 0 -> 201 bytes + Breeze-gtk/assets/arrow-small-left.png | Bin 0 -> 189 bytes + Breeze-gtk/assets/arrow-small-right-active.png | Bin 0 -> 183 bytes + Breeze-gtk/assets/arrow-small-right-hover.png | Bin 0 -> 183 bytes + .../assets/arrow-small-right-insensitive.png | Bin 0 -> 201 bytes + Breeze-gtk/assets/arrow-small-right.png | Bin 0 -> 202 bytes + Breeze-gtk/assets/arrow-small-up-active.png | Bin 0 -> 183 bytes + Breeze-gtk/assets/arrow-small-up-hover.png | Bin 0 -> 184 bytes + Breeze-gtk/assets/arrow-small-up-insensitive.png | Bin 0 -> 183 bytes + Breeze-gtk/assets/arrow-small-up.png | Bin 0 -> 180 bytes + Breeze-gtk/assets/arrow-up-active.png | Bin 0 -> 218 bytes + Breeze-gtk/assets/arrow-up-hover.png | Bin 0 -> 221 bytes + Breeze-gtk/assets/arrow-up-insensitive.png | Bin 0 -> 231 bytes + Breeze-gtk/assets/arrow-up.png | Bin 0 -> 226 bytes + Breeze-gtk/assets/button-active.png | Bin 0 -> 282 bytes + Breeze-gtk/assets/button-hover.png | Bin 0 -> 329 bytes + Breeze-gtk/assets/button-insensitive.png | Bin 0 -> 332 bytes + Breeze-gtk/assets/button.png | Bin 0 -> 329 bytes + Breeze-gtk/assets/check-checked-active.png | Bin 0 -> 364 bytes + Breeze-gtk/assets/check-checked-active@2.png | Bin 0 -> 724 bytes + .../assets/check-checked-backdrop-insensitive.png | Bin 0 -> 349 bytes + .../check-checked-backdrop-insensitive@2.png | Bin 0 -> 695 bytes + Breeze-gtk/assets/check-checked-backdrop.png | Bin 0 -> 368 bytes + Breeze-gtk/assets/check-checked-backdrop@2.png | Bin 0 -> 733 bytes + Breeze-gtk/assets/check-checked-hover.png | Bin 0 -> 353 bytes + Breeze-gtk/assets/check-checked-hover@2.png | Bin 0 -> 697 bytes + Breeze-gtk/assets/check-checked-insensitive.png | Bin 0 -> 349 bytes + Breeze-gtk/assets/check-checked-insensitive@2.png | Bin 0 -> 695 bytes + Breeze-gtk/assets/check-mixed-active.png | Bin 0 -> 411 bytes + Breeze-gtk/assets/check-mixed-active@2.png | Bin 0 -> 803 bytes + .../assets/check-mixed-backdrop-insensitive.png | Bin 0 -> 394 bytes + .../assets/check-mixed-backdrop-insensitive@2.png | Bin 0 -> 777 bytes + Breeze-gtk/assets/check-mixed-backdrop.png | Bin 0 -> 419 bytes + Breeze-gtk/assets/check-mixed-backdrop@2.png | Bin 0 -> 821 bytes + Breeze-gtk/assets/check-mixed-hover.png | Bin 0 -> 398 bytes + Breeze-gtk/assets/check-mixed-hover@2.png | Bin 0 -> 777 bytes + Breeze-gtk/assets/check-mixed-insensitive.png | Bin 0 -> 394 bytes + Breeze-gtk/assets/check-mixed-insensitive@2.png | Bin 0 -> 777 bytes + .../assets/check-selectionmode-checked-active.png | Bin 0 -> 418 bytes + .../check-selectionmode-checked-active@2.png | Bin 0 -> 843 bytes + ...-selectionmode-checked-backdrop-insensitive.png | Bin 0 -> 403 bytes + ...electionmode-checked-backdrop-insensitive@2.png | Bin 0 -> 817 bytes + .../check-selectionmode-checked-backdrop.png | Bin 0 -> 423 bytes + .../check-selectionmode-checked-backdrop@2.png | Bin 0 -> 844 bytes + .../assets/check-selectionmode-checked-hover.png | Bin 0 -> 407 bytes + .../assets/check-selectionmode-checked-hover@2.png | Bin 0 -> 815 bytes + .../check-selectionmode-checked-insensitive.png | Bin 0 -> 403 bytes + .../check-selectionmode-checked-insensitive@2.png | Bin 0 -> 817 bytes + .../check-selectionmode-unchecked-active.png | Bin 0 -> 376 bytes + .../check-selectionmode-unchecked-active@2.png | Bin 0 -> 755 bytes + ...electionmode-unchecked-backdrop-insensitive.png | Bin 0 -> 358 bytes + ...ectionmode-unchecked-backdrop-insensitive@2.png | Bin 0 -> 733 bytes + .../check-selectionmode-unchecked-backdrop.png | Bin 0 -> 380 bytes + .../check-selectionmode-unchecked-backdrop@2.png | Bin 0 -> 753 bytes + .../assets/check-selectionmode-unchecked-hover.png | Bin 0 -> 366 bytes + .../check-selectionmode-unchecked-hover@2.png | Bin 0 -> 726 bytes + .../check-selectionmode-unchecked-insensitive.png | Bin 0 -> 358 bytes + ...check-selectionmode-unchecked-insensitive@2.png | Bin 0 -> 733 bytes + .../assets/check-selectionmode-unchecked.png | Bin 0 -> 380 bytes + .../assets/check-selectionmode-unchecked@2.png | Bin 0 -> 753 bytes + Breeze-gtk/assets/check-unchecked-active.png | Bin 0 -> 328 bytes + Breeze-gtk/assets/check-unchecked-active@2.png | Bin 0 -> 641 bytes + .../check-unchecked-backdrop-insensitive.png | Bin 0 -> 307 bytes + .../check-unchecked-backdrop-insensitive@2.png | Bin 0 -> 618 bytes + Breeze-gtk/assets/check-unchecked-backdrop.png | Bin 0 -> 327 bytes + Breeze-gtk/assets/check-unchecked-backdrop@2.png | Bin 0 -> 645 bytes + Breeze-gtk/assets/check-unchecked-hover.png | Bin 0 -> 316 bytes + Breeze-gtk/assets/check-unchecked-hover@2.png | Bin 0 -> 613 bytes + Breeze-gtk/assets/check-unchecked-insensitive.png | Bin 0 -> 307 bytes + .../assets/check-unchecked-insensitive@2.png | Bin 0 -> 618 bytes + Breeze-gtk/assets/check-unchecked.png | Bin 0 -> 327 bytes + Breeze-gtk/assets/check-unchecked@2.png | Bin 0 -> 645 bytes + Breeze-gtk/assets/combo-entry-active.png | Bin 0 -> 197 bytes + Breeze-gtk/assets/combo-entry-button-active.png | Bin 0 -> 207 bytes + .../assets/combo-entry-button-insensitive.png | Bin 0 -> 216 bytes + Breeze-gtk/assets/combo-entry-button.png | Bin 0 -> 199 bytes + Breeze-gtk/assets/combo-entry-insensitive.png | Bin 0 -> 201 bytes + Breeze-gtk/assets/combo-entry.png | Bin 0 -> 185 bytes + Breeze-gtk/assets/entry-active.png | Bin 0 -> 255 bytes + Breeze-gtk/assets/entry-insensitive.png | Bin 0 -> 250 bytes + Breeze-gtk/assets/entry.png | Bin 0 -> 231 bytes + Breeze-gtk/assets/frame-gap-end.png | Bin 0 -> 92 bytes + Breeze-gtk/assets/frame-gap-start.png | Bin 0 -> 92 bytes + Breeze-gtk/assets/frame.png | Bin 0 -> 238 bytes + Breeze-gtk/assets/handle-h.png | Bin 0 -> 90 bytes + Breeze-gtk/assets/handle-v.png | Bin 0 -> 93 bytes + Breeze-gtk/assets/line-h.png | Bin 0 -> 90 bytes + Breeze-gtk/assets/line-v.png | Bin 0 -> 93 bytes + Breeze-gtk/assets/menu-arrow-insensitive.png | Bin 0 -> 232 bytes + Breeze-gtk/assets/menu-arrow-selected.png | Bin 0 -> 160 bytes + Breeze-gtk/assets/menu-arrow.png | Bin 0 -> 233 bytes + Breeze-gtk/assets/menubar-button.png | Bin 0 -> 121 bytes + Breeze-gtk/assets/notebook-frame-bottom.png | Bin 0 -> 226 bytes + Breeze-gtk/assets/notebook-frame-right.png | Bin 0 -> 220 bytes + Breeze-gtk/assets/notebook-frame-top.png | Bin 0 -> 220 bytes + Breeze-gtk/assets/notebook-gap-horizontal.png | Bin 0 -> 104 bytes + Breeze-gtk/assets/notebook-gap-vertical.png | Bin 0 -> 99 bytes + Breeze-gtk/assets/null.png | Bin 0 -> 96 bytes + Breeze-gtk/assets/progressbar-bar.png | Bin 0 -> 196 bytes + Breeze-gtk/assets/progressbar-trough.png | Bin 0 -> 193 bytes + Breeze-gtk/assets/radio-checked-active.png | Bin 0 -> 829 bytes + Breeze-gtk/assets/radio-checked-active@2.png | Bin 0 -> 1939 bytes + .../assets/radio-checked-backdrop-insensitive.png | Bin 0 -> 816 bytes + .../radio-checked-backdrop-insensitive@2.png | Bin 0 -> 1857 bytes + Breeze-gtk/assets/radio-checked-backdrop.png | Bin 0 -> 851 bytes + Breeze-gtk/assets/radio-checked-backdrop@2.png | Bin 0 -> 2032 bytes + Breeze-gtk/assets/radio-checked-hover.png | Bin 0 -> 802 bytes + Breeze-gtk/assets/radio-checked-hover@2.png | Bin 0 -> 1845 bytes + Breeze-gtk/assets/radio-checked-insensitive.png | Bin 0 -> 816 bytes + Breeze-gtk/assets/radio-checked-insensitive@2.png | Bin 0 -> 1857 bytes + Breeze-gtk/assets/radio-mixed-active.png | Bin 0 -> 909 bytes + Breeze-gtk/assets/radio-mixed-active@2.png | Bin 0 -> 2089 bytes + .../assets/radio-mixed-backdrop-insensitive.png | Bin 0 -> 869 bytes + .../assets/radio-mixed-backdrop-insensitive@2.png | Bin 0 -> 1962 bytes + Breeze-gtk/assets/radio-mixed-backdrop.png | Bin 0 -> 951 bytes + Breeze-gtk/assets/radio-mixed-backdrop@2.png | Bin 0 -> 2195 bytes + Breeze-gtk/assets/radio-mixed-hover.png | Bin 0 -> 871 bytes + Breeze-gtk/assets/radio-mixed-hover@2.png | Bin 0 -> 1983 bytes + Breeze-gtk/assets/radio-mixed-insensitive.png | Bin 0 -> 869 bytes + Breeze-gtk/assets/radio-mixed-insensitive@2.png | Bin 0 -> 1962 bytes + Breeze-gtk/assets/radio-unchecked-active.png | Bin 0 -> 686 bytes + Breeze-gtk/assets/radio-unchecked-active@2.png | Bin 0 -> 1562 bytes + .../radio-unchecked-backdrop-insensitive.png | Bin 0 -> 674 bytes + .../radio-unchecked-backdrop-insensitive@2.png | Bin 0 -> 1518 bytes + Breeze-gtk/assets/radio-unchecked-backdrop.png | Bin 0 -> 689 bytes + Breeze-gtk/assets/radio-unchecked-backdrop@2.png | Bin 0 -> 1616 bytes + Breeze-gtk/assets/radio-unchecked-hover.png | Bin 0 -> 671 bytes + Breeze-gtk/assets/radio-unchecked-hover@2.png | Bin 0 -> 1489 bytes + Breeze-gtk/assets/radio-unchecked-insensitive.png | Bin 0 -> 674 bytes + .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 1518 bytes + Breeze-gtk/assets/radio-unchecked.png | Bin 0 -> 689 bytes + Breeze-gtk/assets/radio-unchecked@2.png | Bin 0 -> 1616 bytes + Breeze-gtk/assets/scale-slider-active.png | Bin 0 -> 673 bytes + Breeze-gtk/assets/scale-slider-hover.png | Bin 0 -> 650 bytes + Breeze-gtk/assets/scale-slider-insensitive.png | Bin 0 -> 591 bytes + Breeze-gtk/assets/scale-slider.png | Bin 0 -> 659 bytes + Breeze-gtk/assets/scale-trough-horizontal.png | Bin 0 -> 198 bytes + Breeze-gtk/assets/scale-trough-vertical.png | Bin 0 -> 223 bytes + .../assets/scrollbar-slider-horizontal-active.png | Bin 0 -> 251 bytes + .../scrollbar-slider-horizontal-active@2.png | Bin 0 -> 498 bytes + .../assets/scrollbar-slider-horizontal-hover.png | Bin 0 -> 252 bytes + .../assets/scrollbar-slider-horizontal-hover@2.png | Bin 0 -> 500 bytes + Breeze-gtk/assets/scrollbar-slider-horizontal.png | Bin 0 -> 273 bytes + .../assets/scrollbar-slider-horizontal@2.png | Bin 0 -> 536 bytes + .../assets/scrollbar-slider-vertical-active.png | Bin 0 -> 271 bytes + .../assets/scrollbar-slider-vertical-active@2.png | Bin 0 -> 563 bytes + .../assets/scrollbar-slider-vertical-hover.png | Bin 0 -> 271 bytes + .../assets/scrollbar-slider-vertical-hover@2.png | Bin 0 -> 563 bytes + Breeze-gtk/assets/scrollbar-slider-vertical.png | Bin 0 -> 294 bytes + Breeze-gtk/assets/scrollbar-slider-vertical@2.png | Bin 0 -> 617 bytes + Breeze-gtk/assets/scrollbar-trough-horizontal.png | Bin 0 -> 313 bytes + .../assets/scrollbar-trough-horizontal@2.png | Bin 0 -> 572 bytes + Breeze-gtk/assets/scrollbar-trough-vertical.png | Bin 0 -> 305 bytes + Breeze-gtk/assets/scrollbar-trough-vertical@2.png | Bin 0 -> 603 bytes + Breeze-gtk/assets/spinbutton-down-insensitive.png | Bin 0 -> 169 bytes + .../assets/spinbutton-down-rtl-insensitive.png | Bin 0 -> 156 bytes + Breeze-gtk/assets/spinbutton-down-rtl.png | Bin 0 -> 150 bytes + Breeze-gtk/assets/spinbutton-down.png | Bin 0 -> 159 bytes + Breeze-gtk/assets/spinbutton-up-insensitive.png | Bin 0 -> 177 bytes + .../assets/spinbutton-up-rtl-insensitive.png | Bin 0 -> 165 bytes + Breeze-gtk/assets/spinbutton-up-rtl.png | Bin 0 -> 155 bytes + Breeze-gtk/assets/spinbutton-up.png | Bin 0 -> 166 bytes + Breeze-gtk/assets/tab-bottom-active.png | Bin 0 -> 184 bytes + Breeze-gtk/assets/tab-bottom-inactive.png | Bin 0 -> 159 bytes + Breeze-gtk/assets/tab-left-active.png | Bin 0 -> 192 bytes + Breeze-gtk/assets/tab-left-inactive.png | Bin 0 -> 175 bytes + Breeze-gtk/assets/tab-right-active.png | Bin 0 -> 197 bytes + Breeze-gtk/assets/tab-right-inactive.png | Bin 0 -> 174 bytes + Breeze-gtk/assets/tab-top-active.png | Bin 0 -> 200 bytes + Breeze-gtk/assets/tab-top-inactive.png | Bin 0 -> 171 bytes + .../assets/titlebutton-close-active-backdrop.png | Bin 0 -> 522 bytes + .../assets/titlebutton-close-active-backdrop@2.png | Bin 0 -> 1028 bytes + Breeze-gtk/assets/titlebutton-close-active.png | Bin 0 -> 522 bytes + Breeze-gtk/assets/titlebutton-close-active@2.png | Bin 0 -> 1028 bytes + Breeze-gtk/assets/titlebutton-close-backdrop.png | Bin 0 -> 514 bytes + Breeze-gtk/assets/titlebutton-close-backdrop@2.png | Bin 0 -> 1028 bytes + .../assets/titlebutton-close-hover-backdrop.png | Bin 0 -> 492 bytes + .../assets/titlebutton-close-hover-backdrop@2.png | Bin 0 -> 963 bytes + Breeze-gtk/assets/titlebutton-close-hover.png | Bin 0 -> 492 bytes + Breeze-gtk/assets/titlebutton-close-hover@2.png | Bin 0 -> 963 bytes + Breeze-gtk/assets/titlebutton-close.png | Bin 0 -> 506 bytes + Breeze-gtk/assets/titlebutton-close@2.png | Bin 0 -> 1003 bytes + .../titlebutton-maximize-active-backdrop.png | Bin 0 -> 492 bytes + .../titlebutton-maximize-active-backdrop@2.png | Bin 0 -> 942 bytes + Breeze-gtk/assets/titlebutton-maximize-active.png | Bin 0 -> 475 bytes + .../assets/titlebutton-maximize-active@2.png | Bin 0 -> 919 bytes + .../assets/titlebutton-maximize-backdrop.png | Bin 0 -> 229 bytes + .../assets/titlebutton-maximize-backdrop@2.png | Bin 0 -> 331 bytes + .../assets/titlebutton-maximize-hover-backdrop.png | Bin 0 -> 481 bytes + .../titlebutton-maximize-hover-backdrop@2.png | Bin 0 -> 948 bytes + Breeze-gtk/assets/titlebutton-maximize-hover.png | Bin 0 -> 469 bytes + Breeze-gtk/assets/titlebutton-maximize-hover@2.png | Bin 0 -> 925 bytes + ...lebutton-maximize-maximized-active-backdrop.png | Bin 0 -> 501 bytes + ...button-maximize-maximized-active-backdrop@2.png | Bin 0 -> 991 bytes + .../titlebutton-maximize-maximized-active.png | Bin 0 -> 490 bytes + .../titlebutton-maximize-maximized-active@2.png | Bin 0 -> 973 bytes + .../titlebutton-maximize-maximized-backdrop.png | Bin 0 -> 230 bytes + .../titlebutton-maximize-maximized-backdrop@2.png | Bin 0 -> 372 bytes + ...tlebutton-maximize-maximized-hover-backdrop.png | Bin 0 -> 497 bytes + ...ebutton-maximize-maximized-hover-backdrop@2.png | Bin 0 -> 999 bytes + .../titlebutton-maximize-maximized-hover.png | Bin 0 -> 472 bytes + .../titlebutton-maximize-maximized-hover@2.png | Bin 0 -> 975 bytes + .../assets/titlebutton-maximize-maximized.png | Bin 0 -> 192 bytes + .../assets/titlebutton-maximize-maximized@2.png | Bin 0 -> 343 bytes + Breeze-gtk/assets/titlebutton-maximize.png | Bin 0 -> 183 bytes + Breeze-gtk/assets/titlebutton-maximize@2.png | Bin 0 -> 311 bytes + .../titlebutton-minimize-active-backdrop.png | Bin 0 -> 490 bytes + .../titlebutton-minimize-active-backdrop@2.png | Bin 0 -> 962 bytes + Breeze-gtk/assets/titlebutton-minimize-active.png | Bin 0 -> 471 bytes + .../assets/titlebutton-minimize-active@2.png | Bin 0 -> 955 bytes + .../assets/titlebutton-minimize-backdrop.png | Bin 0 -> 232 bytes + .../assets/titlebutton-minimize-backdrop@2.png | Bin 0 -> 327 bytes + .../assets/titlebutton-minimize-hover-backdrop.png | Bin 0 -> 478 bytes + .../titlebutton-minimize-hover-backdrop@2.png | Bin 0 -> 975 bytes + Breeze-gtk/assets/titlebutton-minimize-hover.png | Bin 0 -> 485 bytes + Breeze-gtk/assets/titlebutton-minimize-hover@2.png | Bin 0 -> 948 bytes + Breeze-gtk/assets/titlebutton-minimize.png | Bin 0 -> 167 bytes + Breeze-gtk/assets/titlebutton-minimize@2.png | Bin 0 -> 329 bytes + Breeze-gtk/assets/togglebutton-active.png | Bin 0 -> 258 bytes + Breeze-gtk/assets/togglebutton-hover.png | Bin 0 -> 295 bytes + Breeze-gtk/assets/togglebutton-insensitive.png | Bin 0 -> 288 bytes + Breeze-gtk/assets/togglebutton.png | Bin 0 -> 287 bytes + Breeze-gtk/assets/toolbar-background.png | Bin 0 -> 104 bytes + Breeze-gtk/assets/toolbutton-active.png | Bin 0 -> 221 bytes + Breeze-gtk/assets/toolbutton-hover.png | Bin 0 -> 265 bytes + Breeze-gtk/assets/toolbutton-toggled.png | Bin 0 -> 226 bytes + Breeze-gtk/assets/tree-header.png | Bin 0 -> 118 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-down-insens.png | Bin 231 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-down-prelight.png | Bin 279 -> 0 bytes + .../gtk-2.0/Arrows/arrow-down-small-insens.png | Bin 203 -> 0 bytes + .../gtk-2.0/Arrows/arrow-down-small-prelight.png | Bin 233 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-down-small.png | Bin 230 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-down.png | Bin 286 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-left-insens.png | Bin 223 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-left-prelight.png | Bin 278 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-small-insens.png | Bin 205 -> 0 bytes + .../gtk-2.0/Arrows/arrow-left-small-prelight.png | Bin 261 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-left-small.png | Bin 259 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-left.png | Bin 271 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-right-insens.png | Bin 215 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-right-prelight.png | Bin 265 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-small-insens.png | Bin 207 -> 0 bytes + .../gtk-2.0/Arrows/arrow-right-small-prelight.png | Bin 255 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-right-small.png | Bin 253 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-right.png | Bin 259 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-up-insens.png | Bin 220 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-up-prelight.png | Bin 302 -> 0 bytes + .../gtk-2.0/Arrows/arrow-up-small-insens.png | Bin 192 -> 0 bytes + .../gtk-2.0/Arrows/arrow-up-small-prelight.png | Bin 241 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-up-small.png | Bin 241 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/arrow-up.png | Bin 289 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/menu-arrow-insens.png | Bin 215 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png | Bin 193 -> 0 bytes + Breeze-gtk/gtk-2.0/Arrows/menu-arrow.png | Bin 259 -> 0 bytes + Breeze-gtk/gtk-2.0/Buttons/button-default.png | Bin 449 -> 0 bytes + Breeze-gtk/gtk-2.0/Buttons/button-insensitive.png | Bin 428 -> 0 bytes + Breeze-gtk/gtk-2.0/Buttons/button-normal.png | Bin 447 -> 0 bytes + Breeze-gtk/gtk-2.0/Buttons/button-prelight.png | Bin 444 -> 0 bytes + Breeze-gtk/gtk-2.0/Buttons/button-pressed.png | Bin 433 -> 0 bytes + .../Check-Radio/checkbox-checked-insensitive.png | Bin 319 -> 0 bytes + .../gtk-2.0/Check-Radio/checkbox-checked.png | Bin 344 -> 0 bytes + .../Check-Radio/checkbox-unchecked-insensitive.png | Bin 282 -> 0 bytes + .../gtk-2.0/Check-Radio/checkbox-unchecked.png | Bin 296 -> 0 bytes + .../menu-checkbox-checked-insensitive.png | Bin 281 -> 0 bytes + .../Check-Radio/menu-checkbox-checked-prelight.png | Bin 265 -> 0 bytes + .../gtk-2.0/Check-Radio/menu-checkbox-checked.png | Bin 292 -> 0 bytes + .../menu-checkbox-unchecked-insensitive.png | Bin 234 -> 0 bytes + .../menu-checkbox-unchecked-prelight.png | Bin 223 -> 0 bytes + .../Check-Radio/menu-checkbox-unchecked.png | Bin 249 -> 0 bytes + .../menu-option-checked-insensitive.png | Bin 743 -> 0 bytes + .../Check-Radio/menu-option-checked-prelight.png | Bin 617 -> 0 bytes + .../gtk-2.0/Check-Radio/menu-option-checked.png | Bin 805 -> 0 bytes + .../menu-option-unchecked-insensitive.png | Bin 579 -> 0 bytes + .../Check-Radio/menu-option-unchecked-prelight.png | Bin 499 -> 0 bytes + .../gtk-2.0/Check-Radio/menu-option-unchecked.png | Bin 615 -> 0 bytes + .../Check-Radio/option-checked-insensitive.png | Bin 809 -> 0 bytes + Breeze-gtk/gtk-2.0/Check-Radio/option-checked.png | Bin 881 -> 0 bytes + .../Check-Radio/option-unchecked-insensitive.png | Bin 664 -> 0 bytes + .../gtk-2.0/Check-Radio/option-unchecked.png | Bin 721 -> 0 bytes + .../gtk-2.0/Entry/entry-border-active-bg.png | Bin 364 -> 0 bytes + Breeze-gtk/gtk-2.0/Entry/entry-border-bg.png | Bin 332 -> 0 bytes + .../gtk-2.0/Entry/entry-border-disabled-bg.png | Bin 291 -> 0 bytes + Breeze-gtk/gtk-2.0/Expanders/minus.png | Bin 156 -> 0 bytes + Breeze-gtk/gtk-2.0/Expanders/plus.png | Bin 172 -> 0 bytes + Breeze-gtk/gtk-2.0/Handles/handle-h.png | Bin 155 -> 0 bytes + Breeze-gtk/gtk-2.0/Handles/handle-v.png | Bin 154 -> 0 bytes + Breeze-gtk/gtk-2.0/Lines/line-h.png | Bin 157 -> 0 bytes + Breeze-gtk/gtk-2.0/Lines/line-v.png | Bin 162 -> 0 bytes + Breeze-gtk/gtk-2.0/Lines/menu-line-h.png | Bin 155 -> 0 bytes + Breeze-gtk/gtk-2.0/Menubar/menu-frame.png | Bin 181 -> 0 bytes + Breeze-gtk/gtk-2.0/Menubar/menubar-button.png | Bin 209 -> 0 bytes + Breeze-gtk/gtk-2.0/Others/null.png | Bin 157 -> 0 bytes + Breeze-gtk/gtk-2.0/Others/tree-header.png | Bin 177 -> 0 bytes + Breeze-gtk/gtk-2.0/ProgressBar/bar.png | Bin 283 -> 0 bytes + Breeze-gtk/gtk-2.0/ProgressBar/trough.png | Bin 278 -> 0 bytes + Breeze-gtk/gtk-2.0/Range/slider-horiz-prelight.png | Bin 659 -> 0 bytes + Breeze-gtk/gtk-2.0/Range/slider-horiz.png | Bin 660 -> 0 bytes + Breeze-gtk/gtk-2.0/Range/slider-vert-prelight.png | Bin 659 -> 0 bytes + Breeze-gtk/gtk-2.0/Range/slider-vert.png | Bin 660 -> 0 bytes + Breeze-gtk/gtk-2.0/Range/trough-horizontal.png | Bin 267 -> 0 bytes + Breeze-gtk/gtk-2.0/Range/trough-vertical.png | Bin 289 -> 0 bytes + .../Scrollbars/slider-scrollbar-horiz-active.png | Bin 294 -> 0 bytes + .../Scrollbars/slider-scrollbar-horiz-insens.png | Bin 248 -> 0 bytes + .../Scrollbars/slider-scrollbar-horiz-prelight.png | Bin 291 -> 0 bytes + .../gtk-2.0/Scrollbars/slider-scrollbar-horiz.png | Bin 312 -> 0 bytes + .../Scrollbars/slider-scrollbar-vert-active.png | Bin 297 -> 0 bytes + .../Scrollbars/slider-scrollbar-vert-insens.png | Bin 251 -> 0 bytes + .../Scrollbars/slider-scrollbar-vert-prelight.png | Bin 294 -> 0 bytes + .../gtk-2.0/Scrollbars/slider-scrollbar-vert.png | Bin 315 -> 0 bytes + .../gtk-2.0/Scrollbars/trough-scrollbar-horiz.png | Bin 343 -> 0 bytes + .../gtk-2.0/Scrollbars/trough-scrollbar-vert.png | Bin 334 -> 0 bytes + Breeze-gtk/gtk-2.0/Shadows/frame-gap-end.png | Bin 148 -> 0 bytes + Breeze-gtk/gtk-2.0/Shadows/frame-gap-start.png | Bin 148 -> 0 bytes + Breeze-gtk/gtk-2.0/Shadows/frame.png | Bin 337 -> 0 bytes + .../gtk-2.0/Spin/down-background-disable.png | Bin 239 -> 0 bytes + Breeze-gtk/gtk-2.0/Spin/down-background.png | Bin 243 -> 0 bytes + Breeze-gtk/gtk-2.0/Spin/up-background-disable.png | Bin 249 -> 0 bytes + Breeze-gtk/gtk-2.0/Spin/up-background.png | Bin 262 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png | Bin 160 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/notebook-gap-vert.png | Bin 155 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/notebook.png | Bin 326 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-bottom-active.png | Bin 264 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-bottom.png | Bin 215 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-left-active.png | Bin 265 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-left.png | Bin 237 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-right-active.png | Bin 266 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-right.png | Bin 233 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-top-active.png | Bin 276 -> 0 bytes + Breeze-gtk/gtk-2.0/Tabs/tab-top.png | Bin 244 -> 0 bytes + Breeze-gtk/gtk-2.0/Toolbar/toolbar-bg.png | Bin 155 -> 0 bytes + Breeze-gtk/gtk-2.0/Toolbar/toolbutton-normal.png | Bin 151 -> 0 bytes + Breeze-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png | Bin 315 -> 0 bytes + Breeze-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png | Bin 304 -> 0 bytes + Breeze-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png | Bin 262 -> 0 bytes + Breeze-gtk/gtk-2.0/assets.svg | 2289 ------- + Breeze-gtk/gtk-2.0/assets.txt | 107 - + Breeze-gtk/gtk-2.0/gtkrc | 1726 +----- + Breeze-gtk/gtk-2.0/render-assets.sh | 28 - + Breeze-gtk/gtk-2.0/widgets/buttons | 385 ++ + Breeze-gtk/gtk-2.0/widgets/default | 542 ++ + Breeze-gtk/gtk-2.0/widgets/entry | 214 + + Breeze-gtk/gtk-2.0/widgets/menu | 277 + + Breeze-gtk/gtk-2.0/widgets/misc | 168 + + Breeze-gtk/gtk-2.0/widgets/notebook | 138 + + Breeze-gtk/gtk-2.0/widgets/progressbar | 47 + + Breeze-gtk/gtk-2.0/widgets/range | 108 + + Breeze-gtk/gtk-2.0/widgets/scrollbar | 110 + + Breeze-gtk/gtk-2.0/widgets/styles | 52 + + Breeze-gtk/gtk-2.0/widgets/toolbar | 94 + + Breeze-gtk/gtk-3.0/_colors-public.scss | 119 - + Breeze-gtk/gtk-3.0/_colors.scss | 59 - + Breeze-gtk/gtk-3.0/_common.scss | 3400 ----------- + Breeze-gtk/gtk-3.0/_drawing.scss | 619 -- + Breeze-gtk/gtk-3.0/assets.svg | 5049 ---------------- + Breeze-gtk/gtk-3.0/assets.txt | 204 - + .../assets/checkbox-active-selectionmode.png | Bin 523 -> 0 bytes + .../assets/checkbox-active-selectionmode@2.png | Bin 988 -> 0 bytes + .../assets/checkbox-backdrop-selectionmode.png | Bin 523 -> 0 bytes + .../assets/checkbox-backdrop-selectionmode@2.png | Bin 1006 -> 0 bytes + .../assets/checkbox-checked-active-dark.png | Bin 369 -> 0 bytes + .../assets/checkbox-checked-active-dark@2.png | Bin 630 -> 0 bytes + .../checkbox-checked-active-selectionmode.png | Bin 611 -> 0 bytes + .../checkbox-checked-active-selectionmode@2.png | Bin 1143 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-active.png | Bin 369 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-active@2.png | Bin 630 -> 0 bytes + .../assets/checkbox-checked-backdrop-dark.png | Bin 369 -> 0 bytes + .../assets/checkbox-checked-backdrop-dark@2.png | Bin 630 -> 0 bytes + .../checkbox-checked-backdrop-insensitive-dark.png | Bin 369 -> 0 bytes + ...heckbox-checked-backdrop-insensitive-dark@2.png | Bin 578 -> 0 bytes + .../checkbox-checked-backdrop-insensitive.png | Bin 335 -> 0 bytes + .../checkbox-checked-backdrop-insensitive@2.png | Bin 586 -> 0 bytes + .../checkbox-checked-backdrop-selectionmode.png | Bin 611 -> 0 bytes + .../checkbox-checked-backdrop-selectionmode@2.png | Bin 1143 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-backdrop.png | Bin 369 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-backdrop@2.png | Bin 630 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 409 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-dark@2.png | Bin 668 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-hover-dark.png | Bin 375 -> 0 bytes + .../assets/checkbox-checked-hover-dark@2.png | Bin 641 -> 0 bytes + .../checkbox-checked-hover-selectionmode.png | Bin 642 -> 0 bytes + .../checkbox-checked-hover-selectionmode@2.png | Bin 1187 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-hover.png | Bin 375 -> 0 bytes + .../gtk-3.0/assets/checkbox-checked-hover@2.png | Bin 641 -> 0 bytes + .../assets/checkbox-checked-insensitive-dark.png | Bin 369 -> 0 bytes + .../assets/checkbox-checked-insensitive-dark@2.png | Bin 578 -> 0 bytes + .../assets/checkbox-checked-insensitive.png | Bin 335 -> 0 bytes + .../assets/checkbox-checked-insensitive@2.png | Bin 586 -> 0 bytes + .../assets/checkbox-checked-selectionmode.png | Bin 611 -> 0 bytes + .../assets/checkbox-checked-selectionmode@2.png | Bin 1143 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-checked.png | Bin 369 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-checked@2.png | Bin 630 -> 0 bytes + .../assets/checkbox-hover-selectionmode.png | Bin 543 -> 0 bytes + .../assets/checkbox-hover-selectionmode@2.png | Bin 1031 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-active-dark.png | Bin 381 -> 0 bytes + .../assets/checkbox-mixed-active-dark@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-active.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-active@2.png | Bin 615 -> 0 bytes + .../assets/checkbox-mixed-backdrop-dark.png | Bin 381 -> 0 bytes + .../assets/checkbox-mixed-backdrop-dark@2.png | Bin 615 -> 0 bytes + .../checkbox-mixed-backdrop-insensitive-dark.png | Bin 360 -> 0 bytes + .../checkbox-mixed-backdrop-insensitive-dark@2.png | Bin 580 -> 0 bytes + .../assets/checkbox-mixed-backdrop-insensitive.png | Bin 351 -> 0 bytes + .../checkbox-mixed-backdrop-insensitive@2.png | Bin 563 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-backdrop.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-backdrop@2.png | Bin 615 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover-dark.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover-dark@2.png | Bin 621 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover.png | Bin 381 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-hover@2.png | Bin 621 -> 0 bytes + .../assets/checkbox-mixed-insensitive-dark.png | Bin 360 -> 0 bytes + .../assets/checkbox-mixed-insensitive-dark@2.png | Bin 580 -> 0 bytes + .../gtk-3.0/assets/checkbox-mixed-insensitive.png | Bin 351 -> 0 bytes + .../assets/checkbox-mixed-insensitive@2.png | Bin 563 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-mixed.png | Bin 381 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-mixed@2.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 523 -> 0 bytes + .../gtk-3.0/assets/checkbox-selectionmode@2.png | Bin 1006 -> 0 bytes + .../assets/checkbox-unchecked-active-dark.png | Bin 337 -> 0 bytes + .../assets/checkbox-unchecked-active-dark@2.png | Bin 521 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-active.png | Bin 337 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-active@2.png | Bin 521 -> 0 bytes + .../assets/checkbox-unchecked-backdrop-dark.png | Bin 319 -> 0 bytes + .../assets/checkbox-unchecked-backdrop-dark@2.png | Bin 523 -> 0 bytes + ...heckbox-unchecked-backdrop-insensitive-dark.png | Bin 310 -> 0 bytes + ...ckbox-unchecked-backdrop-insensitive-dark@2.png | Bin 486 -> 0 bytes + .../checkbox-unchecked-backdrop-insensitive.png | Bin 302 -> 0 bytes + .../checkbox-unchecked-backdrop-insensitive@2.png | Bin 478 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-backdrop.png | Bin 319 -> 0 bytes + .../assets/checkbox-unchecked-backdrop@2.png | Bin 523 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark.png | Bin 319 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-dark@2.png | Bin 523 -> 0 bytes + .../assets/checkbox-unchecked-hover-dark.png | Bin 333 -> 0 bytes + .../assets/checkbox-unchecked-hover-dark@2.png | Bin 530 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-hover.png | Bin 333 -> 0 bytes + .../gtk-3.0/assets/checkbox-unchecked-hover@2.png | Bin 530 -> 0 bytes + .../assets/checkbox-unchecked-insensitive-dark.png | Bin 297 -> 0 bytes + .../checkbox-unchecked-insensitive-dark@2.png | Bin 489 -> 0 bytes + .../assets/checkbox-unchecked-insensitive.png | Bin 302 -> 0 bytes + .../assets/checkbox-unchecked-insensitive@2.png | Bin 478 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-unchecked.png | Bin 319 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/checkbox-unchecked@2.png | Bin 523 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active-dark.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active-dark@2.png | Bin 1491 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-checked-active.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-active@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-checked-backdrop-dark.png | Bin 714 -> 0 bytes + .../assets/radio-checked-backdrop-dark@2.png | Bin 1491 -> 0 bytes + .../radio-checked-backdrop-insensitive-dark.png | Bin 704 -> 0 bytes + .../radio-checked-backdrop-insensitive-dark@2.png | Bin 1493 -> 0 bytes + .../assets/radio-checked-backdrop-insensitive.png | Bin 683 -> 0 bytes + .../radio-checked-backdrop-insensitive@2.png | Bin 1383 -> 0 bytes + .../gtk-3.0/assets/radio-checked-backdrop.png | Bin 714 -> 0 bytes + .../gtk-3.0/assets/radio-checked-backdrop@2.png | Bin 1491 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-checked-dark.png | Bin 714 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-checked-dark@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover-dark.png | Bin 709 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover-dark@2.png | Bin 1514 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-checked-hover.png | Bin 709 -> 0 bytes + .../gtk-3.0/assets/radio-checked-hover@2.png | Bin 1514 -> 0 bytes + .../assets/radio-checked-insensitive-dark.png | Bin 704 -> 0 bytes + .../assets/radio-checked-insensitive-dark@2.png | Bin 1493 -> 0 bytes + .../gtk-3.0/assets/radio-checked-insensitive.png | Bin 683 -> 0 bytes + .../gtk-3.0/assets/radio-checked-insensitive@2.png | Bin 1383 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-checked.png | Bin 714 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-checked@2.png | Bin 1491 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-active-dark.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-active-dark@2.png | Bin 1315 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-active.png | Bin 615 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-active@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop-dark.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop-dark@2.png | Bin 1315 -> 0 bytes + .../radio-mixed-backdrop-insensitive-dark.png | Bin 593 -> 0 bytes + .../radio-mixed-backdrop-insensitive-dark@2.png | Bin 1280 -> 0 bytes + .../assets/radio-mixed-backdrop-insensitive.png | Bin 580 -> 0 bytes + .../assets/radio-mixed-backdrop-insensitive@2.png | Bin 1167 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop.png | Bin 615 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-backdrop@2.png | Bin 1315 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-dark.png | Bin 615 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-dark@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-hover-dark.png | Bin 617 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-hover-dark@2.png | Bin 1329 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-hover.png | Bin 617 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed-hover@2.png | Bin 1329 -> 0 bytes + .../assets/radio-mixed-insensitive-dark.png | Bin 593 -> 0 bytes + .../assets/radio-mixed-insensitive-dark@2.png | Bin 1280 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-insensitive.png | Bin 580 -> 0 bytes + .../gtk-3.0/assets/radio-mixed-insensitive@2.png | Bin 1167 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed.png | Bin 615 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-mixed@2.png | Bin 1315 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-active-dark.png | Bin 587 -> 0 bytes + .../assets/radio-unchecked-active-dark@2.png | Bin 1246 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-active.png | Bin 587 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-active@2.png | Bin 1246 -> 0 bytes + .../assets/radio-unchecked-backdrop-dark.png | Bin 596 -> 0 bytes + .../assets/radio-unchecked-backdrop-dark@2.png | Bin 1248 -> 0 bytes + .../radio-unchecked-backdrop-insensitive-dark.png | Bin 565 -> 0 bytes + ...radio-unchecked-backdrop-insensitive-dark@2.png | Bin 1208 -> 0 bytes + .../radio-unchecked-backdrop-insensitive.png | Bin 551 -> 0 bytes + .../radio-unchecked-backdrop-insensitive@2.png | Bin 1102 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-backdrop.png | Bin 596 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-backdrop@2.png | Bin 1248 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark.png | Bin 596 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 1248 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-hover-dark.png | Bin 587 -> 0 bytes + .../assets/radio-unchecked-hover-dark@2.png | Bin 1258 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-hover.png | Bin 587 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-hover@2.png | Bin 1258 -> 0 bytes + .../assets/radio-unchecked-insensitive-dark.png | Bin 565 -> 0 bytes + .../assets/radio-unchecked-insensitive-dark@2.png | Bin 1208 -> 0 bytes + .../gtk-3.0/assets/radio-unchecked-insensitive.png | Bin 551 -> 0 bytes + .../assets/radio-unchecked-insensitive@2.png | Bin 1102 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-unchecked.png | Bin 596 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/radio-unchecked@2.png | Bin 1248 -> 0 bytes + .../assets/scrollbar-slider-active-dark.png | Bin 323 -> 0 bytes + .../assets/scrollbar-slider-active-dark@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-active.png | Bin 323 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-active@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-dark.png | Bin 316 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-dark@2.png | Bin 498 -> 0 bytes + .../scrollbar-slider-horizontal-active-dark.png | Bin 316 -> 0 bytes + .../scrollbar-slider-horizontal-active-dark@2.png | Bin 503 -> 0 bytes + .../assets/scrollbar-slider-horizontal-active.png | Bin 316 -> 0 bytes + .../scrollbar-slider-horizontal-active@2.png | Bin 503 -> 0 bytes + .../assets/scrollbar-slider-horizontal-dark.png | Bin 313 -> 0 bytes + .../assets/scrollbar-slider-horizontal-dark@2.png | Bin 509 -> 0 bytes + .../scrollbar-slider-horizontal-hover-dark.png | Bin 314 -> 0 bytes + .../scrollbar-slider-horizontal-hover-dark@2.png | Bin 517 -> 0 bytes + .../assets/scrollbar-slider-horizontal-hover.png | Bin 313 -> 0 bytes + .../assets/scrollbar-slider-horizontal-hover@2.png | Bin 509 -> 0 bytes + .../scrollbar-slider-horizontal-overlay-dark.png | Bin 221 -> 0 bytes + .../scrollbar-slider-horizontal-overlay-dark@2.png | Bin 328 -> 0 bytes + .../assets/scrollbar-slider-horizontal-overlay.png | Bin 218 -> 0 bytes + .../scrollbar-slider-horizontal-overlay@2.png | Bin 326 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-horizontal.png | Bin 305 -> 0 bytes + .../assets/scrollbar-slider-horizontal@2.png | Bin 505 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-hover-dark.png | Bin 314 -> 0 bytes + .../assets/scrollbar-slider-hover-dark@2.png | Bin 505 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-hover.png | Bin 318 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-hover@2.png | Bin 499 -> 0 bytes + .../assets/scrollbar-slider-overlay-dark.png | Bin 229 -> 0 bytes + .../assets/scrollbar-slider-overlay-dark@2.png | Bin 315 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-overlay.png | Bin 227 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-overlay@2.png | Bin 317 -> 0 bytes + .../assets/scrollbar-slider-rtl-active-dark.png | Bin 323 -> 0 bytes + .../assets/scrollbar-slider-rtl-active-dark@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-active.png | Bin 323 -> 0 bytes + .../assets/scrollbar-slider-rtl-active@2.png | Bin 492 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-dark.png | Bin 316 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png | Bin 498 -> 0 bytes + .../assets/scrollbar-slider-rtl-hover-dark.png | Bin 314 -> 0 bytes + .../assets/scrollbar-slider-rtl-hover-dark@2.png | Bin 505 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl-hover.png | Bin 318 -> 0 bytes + .../assets/scrollbar-slider-rtl-hover@2.png | Bin 499 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-slider-rtl@2.png | Bin 497 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/scrollbar-slider.png | Bin 321 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/scrollbar-slider@2.png | Bin 497 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-dark.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-dark@2.png | Bin 501 -> 0 bytes + .../assets/scrollbar-trough-horizontal-dark.png | Bin 312 -> 0 bytes + .../assets/scrollbar-trough-horizontal-dark@2.png | Bin 513 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-horizontal.png | Bin 311 -> 0 bytes + .../assets/scrollbar-trough-horizontal@2.png | Bin 502 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl-dark.png | Bin 321 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png | Bin 501 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png | Bin 314 -> 0 bytes + .../gtk-3.0/assets/scrollbar-trough-rtl@2.png | Bin 497 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/scrollbar-trough.png | Bin 314 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/scrollbar-trough@2.png | Bin 497 -> 0 bytes + .../assets/selected-checkbox-checked-active.png | Bin 275 -> 0 bytes + .../assets/selected-checkbox-checked-active@2.png | Bin 490 -> 0 bytes + ...ected-checkbox-checked-backdrop-insensitive.png | Bin 365 -> 0 bytes + ...ted-checkbox-checked-backdrop-insensitive@2.png | Bin 590 -> 0 bytes + .../assets/selected-checkbox-checked-backdrop.png | Bin 275 -> 0 bytes + .../selected-checkbox-checked-backdrop@2.png | Bin 490 -> 0 bytes + .../assets/selected-checkbox-checked-hover.png | Bin 316 -> 0 bytes + .../assets/selected-checkbox-checked-hover@2.png | Bin 515 -> 0 bytes + .../selected-checkbox-checked-insensitive.png | Bin 365 -> 0 bytes + .../selected-checkbox-checked-insensitive@2.png | Bin 590 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-checked.png | Bin 275 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-checked@2.png | Bin 490 -> 0 bytes + .../assets/selected-checkbox-mixed-active.png | Bin 280 -> 0 bytes + .../assets/selected-checkbox-mixed-active@2.png | Bin 476 -> 0 bytes + ...elected-checkbox-mixed-backdrop-insensitive.png | Bin 367 -> 0 bytes + ...ected-checkbox-mixed-backdrop-insensitive@2.png | Bin 571 -> 0 bytes + .../assets/selected-checkbox-mixed-backdrop.png | Bin 280 -> 0 bytes + .../assets/selected-checkbox-mixed-backdrop@2.png | Bin 476 -> 0 bytes + .../assets/selected-checkbox-mixed-hover.png | Bin 315 -> 0 bytes + .../assets/selected-checkbox-mixed-hover@2.png | Bin 497 -> 0 bytes + .../assets/selected-checkbox-mixed-insensitive.png | Bin 367 -> 0 bytes + .../selected-checkbox-mixed-insensitive@2.png | Bin 571 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-mixed.png | Bin 280 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-mixed@2.png | Bin 476 -> 0 bytes + .../assets/selected-checkbox-unchecked-active.png | Bin 246 -> 0 bytes + .../selected-checkbox-unchecked-active@2.png | Bin 390 -> 0 bytes + ...ted-checkbox-unchecked-backdrop-insensitive.png | Bin 317 -> 0 bytes + ...d-checkbox-unchecked-backdrop-insensitive@2.png | Bin 478 -> 0 bytes + .../selected-checkbox-unchecked-backdrop.png | Bin 246 -> 0 bytes + .../selected-checkbox-unchecked-backdrop@2.png | Bin 390 -> 0 bytes + .../assets/selected-checkbox-unchecked-hover.png | Bin 274 -> 0 bytes + .../assets/selected-checkbox-unchecked-hover@2.png | Bin 409 -> 0 bytes + .../selected-checkbox-unchecked-insensitive.png | Bin 317 -> 0 bytes + .../selected-checkbox-unchecked-insensitive@2.png | Bin 478 -> 0 bytes + .../gtk-3.0/assets/selected-checkbox-unchecked.png | Bin 246 -> 0 bytes + .../assets/selected-checkbox-unchecked@2.png | Bin 390 -> 0 bytes + .../assets/selected-radio-checked-active.png | Bin 482 -> 0 bytes + .../assets/selected-radio-checked-active@2.png | Bin 942 -> 0 bytes + ...selected-radio-checked-backdrop-insensitive.png | Bin 653 -> 0 bytes + ...lected-radio-checked-backdrop-insensitive@2.png | Bin 1329 -> 0 bytes + .../assets/selected-radio-checked-backdrop.png | Bin 482 -> 0 bytes + .../assets/selected-radio-checked-backdrop@2.png | Bin 942 -> 0 bytes + .../assets/selected-radio-checked-hover.png | Bin 569 -> 0 bytes + .../assets/selected-radio-checked-hover@2.png | Bin 1149 -> 0 bytes + .../assets/selected-radio-checked-insensitive.png | Bin 653 -> 0 bytes + .../selected-radio-checked-insensitive@2.png | Bin 1329 -> 0 bytes + .../gtk-3.0/assets/selected-radio-checked.png | Bin 482 -> 0 bytes + .../gtk-3.0/assets/selected-radio-checked@2.png | Bin 942 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed-active.png | Bin 414 -> 0 bytes + .../assets/selected-radio-mixed-active@2.png | Bin 826 -> 0 bytes + .../selected-radio-mixed-backdrop-insensitive.png | Bin 552 -> 0 bytes + ...selected-radio-mixed-backdrop-insensitive@2.png | Bin 1161 -> 0 bytes + .../assets/selected-radio-mixed-backdrop.png | Bin 414 -> 0 bytes + .../assets/selected-radio-mixed-backdrop@2.png | Bin 826 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed-hover.png | Bin 513 -> 0 bytes + .../assets/selected-radio-mixed-hover@2.png | Bin 931 -> 0 bytes + .../assets/selected-radio-mixed-insensitive.png | Bin 552 -> 0 bytes + .../assets/selected-radio-mixed-insensitive@2.png | Bin 1161 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/selected-radio-mixed.png | Bin 414 -> 0 bytes + .../gtk-3.0/assets/selected-radio-mixed@2.png | Bin 826 -> 0 bytes + .../assets/selected-radio-unchecked-active.png | Bin 392 -> 0 bytes + .../assets/selected-radio-unchecked-active@2.png | Bin 774 -> 0 bytes + ...lected-radio-unchecked-backdrop-insensitive.png | Bin 518 -> 0 bytes + ...cted-radio-unchecked-backdrop-insensitive@2.png | Bin 1093 -> 0 bytes + .../assets/selected-radio-unchecked-backdrop.png | Bin 392 -> 0 bytes + .../assets/selected-radio-unchecked-backdrop@2.png | Bin 774 -> 0 bytes + .../assets/selected-radio-unchecked-hover.png | Bin 480 -> 0 bytes + .../assets/selected-radio-unchecked-hover@2.png | Bin 862 -> 0 bytes + .../selected-radio-unchecked-insensitive.png | Bin 518 -> 0 bytes + .../selected-radio-unchecked-insensitive@2.png | Bin 1093 -> 0 bytes + .../gtk-3.0/assets/selected-radio-unchecked.png | Bin 392 -> 0 bytes + .../gtk-3.0/assets/selected-radio-unchecked@2.png | Bin 774 -> 0 bytes + ...ider-horz-scale-has-marks-above-active-dark.png | Bin 878 -> 0 bytes + ...er-horz-scale-has-marks-above-active-dark@2.png | Bin 1687 -> 0 bytes + .../slider-horz-scale-has-marks-above-active.png | Bin 807 -> 0 bytes + .../slider-horz-scale-has-marks-above-active@2.png | Bin 1572 -> 0 bytes + ...er-horz-scale-has-marks-above-backdrop-dark.png | Bin 781 -> 0 bytes + ...-horz-scale-has-marks-above-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-above-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-above-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-above-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-above-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-horz-scale-has-marks-above-backdrop.png | Bin 738 -> 0 bytes + ...lider-horz-scale-has-marks-above-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-horz-scale-has-marks-above-dark.png | Bin 781 -> 0 bytes + .../slider-horz-scale-has-marks-above-dark@2.png | Bin 1672 -> 0 bytes + ...lider-horz-scale-has-marks-above-hover-dark.png | Bin 919 -> 0 bytes + ...der-horz-scale-has-marks-above-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-horz-scale-has-marks-above-hover.png | Bin 729 -> 0 bytes + .../slider-horz-scale-has-marks-above-hover@2.png | Bin 1434 -> 0 bytes + ...horz-scale-has-marks-above-insensitive-dark.png | Bin 735 -> 0 bytes + ...rz-scale-has-marks-above-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-horz-scale-has-marks-above-insensitive.png | Bin 718 -> 0 bytes + ...er-horz-scale-has-marks-above-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-horz-scale-has-marks-above.png | Bin 738 -> 0 bytes + .../assets/slider-horz-scale-has-marks-above@2.png | Bin 1554 -> 0 bytes + ...ider-horz-scale-has-marks-below-active-dark.png | Bin 818 -> 0 bytes + ...er-horz-scale-has-marks-below-active-dark@2.png | Bin 1523 -> 0 bytes + .../slider-horz-scale-has-marks-below-active.png | Bin 774 -> 0 bytes + .../slider-horz-scale-has-marks-below-active@2.png | Bin 1482 -> 0 bytes + ...er-horz-scale-has-marks-below-backdrop-dark.png | Bin 781 -> 0 bytes + ...-horz-scale-has-marks-below-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-below-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-below-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-below-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-below-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-horz-scale-has-marks-below-backdrop.png | Bin 738 -> 0 bytes + ...lider-horz-scale-has-marks-below-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-horz-scale-has-marks-below-dark.png | Bin 755 -> 0 bytes + .../slider-horz-scale-has-marks-below-dark@2.png | Bin 1536 -> 0 bytes + ...lider-horz-scale-has-marks-below-hover-dark.png | Bin 919 -> 0 bytes + ...der-horz-scale-has-marks-below-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-horz-scale-has-marks-below-hover.png | Bin 729 -> 0 bytes + .../slider-horz-scale-has-marks-below-hover@2.png | Bin 1434 -> 0 bytes + ...horz-scale-has-marks-below-insensitive-dark.png | Bin 735 -> 0 bytes + ...rz-scale-has-marks-below-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-horz-scale-has-marks-below-insensitive.png | Bin 718 -> 0 bytes + ...er-horz-scale-has-marks-below-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-horz-scale-has-marks-below.png | Bin 737 -> 0 bytes + .../assets/slider-horz-scale-has-marks-below@2.png | Bin 1487 -> 0 bytes + ...ider-vert-scale-has-marks-above-active-dark.png | Bin 878 -> 0 bytes + ...er-vert-scale-has-marks-above-active-dark@2.png | Bin 1687 -> 0 bytes + .../slider-vert-scale-has-marks-above-active.png | Bin 807 -> 0 bytes + .../slider-vert-scale-has-marks-above-active@2.png | Bin 1572 -> 0 bytes + ...er-vert-scale-has-marks-above-backdrop-dark.png | Bin 781 -> 0 bytes + ...-vert-scale-has-marks-above-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-above-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-above-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-above-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-above-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-vert-scale-has-marks-above-backdrop.png | Bin 738 -> 0 bytes + ...lider-vert-scale-has-marks-above-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-vert-scale-has-marks-above-dark.png | Bin 781 -> 0 bytes + .../slider-vert-scale-has-marks-above-dark@2.png | Bin 1672 -> 0 bytes + ...lider-vert-scale-has-marks-above-hover-dark.png | Bin 919 -> 0 bytes + ...der-vert-scale-has-marks-above-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-vert-scale-has-marks-above-hover.png | Bin 729 -> 0 bytes + .../slider-vert-scale-has-marks-above-hover@2.png | Bin 1434 -> 0 bytes + ...vert-scale-has-marks-above-insensitive-dark.png | Bin 735 -> 0 bytes + ...rt-scale-has-marks-above-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-vert-scale-has-marks-above-insensitive.png | Bin 718 -> 0 bytes + ...er-vert-scale-has-marks-above-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-vert-scale-has-marks-above.png | Bin 738 -> 0 bytes + .../assets/slider-vert-scale-has-marks-above@2.png | Bin 1554 -> 0 bytes + ...ider-vert-scale-has-marks-below-active-dark.png | Bin 878 -> 0 bytes + ...er-vert-scale-has-marks-below-active-dark@2.png | Bin 1687 -> 0 bytes + .../slider-vert-scale-has-marks-below-active.png | Bin 807 -> 0 bytes + .../slider-vert-scale-has-marks-below-active@2.png | Bin 1572 -> 0 bytes + ...er-vert-scale-has-marks-below-backdrop-dark.png | Bin 781 -> 0 bytes + ...-vert-scale-has-marks-below-backdrop-dark@2.png | Bin 1672 -> 0 bytes + ...e-has-marks-below-backdrop-insensitive-dark.png | Bin 735 -> 0 bytes + ...has-marks-below-backdrop-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...-scale-has-marks-below-backdrop-insensitive.png | Bin 718 -> 0 bytes + ...cale-has-marks-below-backdrop-insensitive@2.png | Bin 1495 -> 0 bytes + .../slider-vert-scale-has-marks-below-backdrop.png | Bin 738 -> 0 bytes + ...lider-vert-scale-has-marks-below-backdrop@2.png | Bin 1554 -> 0 bytes + .../slider-vert-scale-has-marks-below-dark.png | Bin 781 -> 0 bytes + .../slider-vert-scale-has-marks-below-dark@2.png | Bin 1672 -> 0 bytes + ...lider-vert-scale-has-marks-below-hover-dark.png | Bin 919 -> 0 bytes + ...der-vert-scale-has-marks-below-hover-dark@2.png | Bin 1776 -> 0 bytes + .../slider-vert-scale-has-marks-below-hover.png | Bin 729 -> 0 bytes + .../slider-vert-scale-has-marks-below-hover@2.png | Bin 1434 -> 0 bytes + ...vert-scale-has-marks-below-insensitive-dark.png | Bin 735 -> 0 bytes + ...rt-scale-has-marks-below-insensitive-dark@2.png | Bin 1542 -> 0 bytes + ...ider-vert-scale-has-marks-below-insensitive.png | Bin 718 -> 0 bytes + ...er-vert-scale-has-marks-below-insensitive@2.png | Bin 1495 -> 0 bytes + .../assets/slider-vert-scale-has-marks-below.png | Bin 738 -> 0 bytes + .../assets/slider-vert-scale-has-marks-below@2.png | Bin 1554 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-active.png | Bin 571 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-active@2.png | Bin 1085 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-backdrop.png | Bin 554 -> 0 bytes + .../assets/titlebutton-close-backdrop@2.png | Bin 1129 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-hover.png | Bin 595 -> 0 bytes + .../gtk-3.0/assets/titlebutton-close-hover@2.png | Bin 1163 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/titlebutton-close.png | Bin 527 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/titlebutton-close@2.png | Bin 1056 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize-active.png | Bin 560 -> 0 bytes + .../assets/titlebutton-maximize-active@2.png | Bin 977 -> 0 bytes + .../assets/titlebutton-maximize-backdrop.png | Bin 293 -> 0 bytes + .../assets/titlebutton-maximize-backdrop@2.png | Bin 390 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize-hover.png | Bin 520 -> 0 bytes + .../assets/titlebutton-maximize-hover@2.png | Bin 918 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/titlebutton-maximize.png | Bin 233 -> 0 bytes + .../gtk-3.0/assets/titlebutton-maximize@2.png | Bin 283 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize-active.png | Bin 563 -> 0 bytes + .../assets/titlebutton-minimize-active@2.png | Bin 1008 -> 0 bytes + .../assets/titlebutton-minimize-backdrop.png | Bin 310 -> 0 bytes + .../assets/titlebutton-minimize-backdrop@2.png | Bin 367 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize-hover.png | Bin 540 -> 0 bytes + .../assets/titlebutton-minimize-hover@2.png | Bin 952 -> 0 bytes + Breeze-gtk/gtk-3.0/assets/titlebutton-minimize.png | Bin 263 -> 0 bytes + .../gtk-3.0/assets/titlebutton-minimize@2.png | Bin 295 -> 0 bytes + Breeze-gtk/gtk-3.0/gtk-contained-dark.css | 4502 -------------- + Breeze-gtk/gtk-3.0/gtk-contained.css | 4675 --------------- + Breeze-gtk/gtk-3.0/gtk-contained.scss | 12 - + Breeze-gtk/gtk-3.0/gtk-dark.css | 4213 ------------- + Breeze-gtk/gtk-3.0/gtk.css | 6325 ++++++++------------ + Breeze-gtk/gtk-3.0/gtk.css.map | 7 - + Breeze-gtk/gtk-3.0/render-assets.sh | 34 - + Breeze-gtk/gtk-3.18/gtk.css | 2936 +++++++++ + Breeze-gtk/gtk-3.20/gtk.css | 3771 ++++++++++++ + COPYING.LIB | 0 + README.md | 0 + 1574 files changed, 22553 insertions(+), 38798 deletions(-) + create mode 100644 Breeze-dark-gtk/assets/arrow-down-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-down-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-down-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-down.png + create mode 100644 Breeze-dark-gtk/assets/arrow-left-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-left-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-left-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-left.png + create mode 100644 Breeze-dark-gtk/assets/arrow-right-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-right-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-right-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-right.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-down-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-down-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-down-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-down.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-left-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-left-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-left-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-left.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-right-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-right-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-right-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-right.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-up-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-up-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-up-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-small-up.png + create mode 100644 Breeze-dark-gtk/assets/arrow-up-active.png + create mode 100644 Breeze-dark-gtk/assets/arrow-up-hover.png + create mode 100644 Breeze-dark-gtk/assets/arrow-up-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/arrow-up.png + create mode 100644 Breeze-dark-gtk/assets/button-active.png + create mode 100644 Breeze-dark-gtk/assets/button-hover.png + create mode 100644 Breeze-dark-gtk/assets/button-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/button.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-active.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-active@2.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-hover.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-checked-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-active.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-active@2.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-hover.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-mixed-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-active.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-active@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-hover.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-checked-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-active.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-active@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-hover.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked.png + create mode 100644 Breeze-dark-gtk/assets/check-selectionmode-unchecked@2.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-active.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-active@2.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-hover.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked.png + create mode 100644 Breeze-dark-gtk/assets/check-unchecked@2.png + create mode 100644 Breeze-dark-gtk/assets/combo-entry-active.png + create mode 100644 Breeze-dark-gtk/assets/combo-entry-button-active.png + create mode 100644 Breeze-dark-gtk/assets/combo-entry-button-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/combo-entry-button.png + create mode 100644 Breeze-dark-gtk/assets/combo-entry-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/combo-entry.png + create mode 100644 Breeze-dark-gtk/assets/entry-active.png + create mode 100644 Breeze-dark-gtk/assets/entry-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/entry.png + create mode 100644 Breeze-dark-gtk/assets/frame-gap-end.png + create mode 100644 Breeze-dark-gtk/assets/frame-gap-start.png + create mode 100644 Breeze-dark-gtk/assets/frame.png + create mode 100644 Breeze-dark-gtk/assets/handle-h.png + create mode 100644 Breeze-dark-gtk/assets/handle-v.png + create mode 100644 Breeze-dark-gtk/assets/line-h.png + create mode 100644 Breeze-dark-gtk/assets/line-v.png + create mode 100644 Breeze-dark-gtk/assets/menu-arrow-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/menu-arrow-selected.png + create mode 100644 Breeze-dark-gtk/assets/menu-arrow.png + create mode 100644 Breeze-dark-gtk/assets/menubar-button.png + create mode 100644 Breeze-dark-gtk/assets/notebook-frame-bottom.png + create mode 100644 Breeze-dark-gtk/assets/notebook-frame-right.png + create mode 100644 Breeze-dark-gtk/assets/notebook-frame-top.png + create mode 100644 Breeze-dark-gtk/assets/notebook-gap-horizontal.png + create mode 100644 Breeze-dark-gtk/assets/notebook-gap-vertical.png + create mode 100644 Breeze-dark-gtk/assets/null.png + create mode 100644 Breeze-dark-gtk/assets/progressbar-bar.png + create mode 100644 Breeze-dark-gtk/assets/progressbar-trough.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-active.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-active@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-hover.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/radio-checked-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-active.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-active@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-hover.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/radio-mixed-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-active.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-active@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-backdrop-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-backdrop-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-hover.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked-insensitive@2.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked.png + create mode 100644 Breeze-dark-gtk/assets/radio-unchecked@2.png + create mode 100644 Breeze-dark-gtk/assets/scale-slider-active.png + create mode 100644 Breeze-dark-gtk/assets/scale-slider-hover.png + create mode 100644 Breeze-dark-gtk/assets/scale-slider-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/scale-slider.png + create mode 100644 Breeze-dark-gtk/assets/scale-trough-horizontal.png + create mode 100644 Breeze-dark-gtk/assets/scale-trough-vertical.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-horizontal-active.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-horizontal-active@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-horizontal-hover.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-horizontal-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-horizontal.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-horizontal@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-vertical-active.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-vertical-active@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-vertical-hover.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-vertical-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-vertical.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-slider-vertical@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-trough-horizontal.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-trough-horizontal@2.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-trough-vertical.png + create mode 100644 Breeze-dark-gtk/assets/scrollbar-trough-vertical@2.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-down-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-down-rtl-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-down-rtl.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-down.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-up-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-up-rtl-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-up-rtl.png + create mode 100644 Breeze-dark-gtk/assets/spinbutton-up.png + create mode 100644 Breeze-dark-gtk/assets/tab-bottom-active.png + create mode 100644 Breeze-dark-gtk/assets/tab-bottom-inactive.png + create mode 100644 Breeze-dark-gtk/assets/tab-left-active.png + create mode 100644 Breeze-dark-gtk/assets/tab-left-inactive.png + create mode 100644 Breeze-dark-gtk/assets/tab-right-active.png + create mode 100644 Breeze-dark-gtk/assets/tab-right-inactive.png + create mode 100644 Breeze-dark-gtk/assets/tab-top-active.png + create mode 100644 Breeze-dark-gtk/assets/tab-top-inactive.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-active-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-active-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-active.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-active@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-hover-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-hover-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-hover.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-close@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-active-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-active-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-active.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-active@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-hover-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-hover-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-hover.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize-maximized@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-maximize@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-active-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-active-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-active.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-active@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-hover-backdrop.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-hover-backdrop@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-hover.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize-hover@2.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize.png + create mode 100644 Breeze-dark-gtk/assets/titlebutton-minimize@2.png + create mode 100644 Breeze-dark-gtk/assets/togglebutton-active.png + create mode 100644 Breeze-dark-gtk/assets/togglebutton-hover.png + create mode 100644 Breeze-dark-gtk/assets/togglebutton-insensitive.png + create mode 100644 Breeze-dark-gtk/assets/togglebutton.png + create mode 100644 Breeze-dark-gtk/assets/toolbar-background.png + create mode 100644 Breeze-dark-gtk/assets/toolbutton-active.png + create mode 100644 Breeze-dark-gtk/assets/toolbutton-hover.png + create mode 100644 Breeze-dark-gtk/assets/toolbutton-toggled.png + create mode 100644 Breeze-dark-gtk/assets/tree-header.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Buttons/button-default.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Buttons/button-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Buttons/button-normal.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Buttons/button-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Buttons/button-pressed.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/option-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/option-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/option-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Check-Radio/option-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Entry/entry-border-active-bg.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Entry/entry-border-bg.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Entry/entry-border-disabled-bg.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Expanders/minus.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Expanders/plus.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Handles/handle-h.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Handles/handle-v.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Lines/line-h.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Lines/line-v.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Lines/menu-line-h.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Menubar/menu-frame.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Menubar/menubar-button.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Others/null.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Others/tree-header.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/ProgressBar/bar.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/ProgressBar/trough.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Range/slider-horiz-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Range/slider-horiz.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Range/slider-vert-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Range/slider-vert.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Range/trough-horizontal.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Range/trough-vertical.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Scrollbars/trough-scrollbar-vert.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-end.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-start.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Shadows/frame.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Spin/down-background-disable.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Spin/down-background.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Spin/up-background-disable.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Spin/up-background.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-vert.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/notebook.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-active.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-active.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-left.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-active.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-right.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-active.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Tabs/tab-top.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Toolbar/toolbar-bg.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-normal.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png + delete mode 100644 Breeze-dark-gtk/gtk-2.0/assets.svg + delete mode 100644 Breeze-dark-gtk/gtk-2.0/assets.txt + mode change 100755 => 100644 Breeze-dark-gtk/gtk-2.0/gtkrc + delete mode 100644 Breeze-dark-gtk/gtk-2.0/render-assets.sh + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/buttons + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/default + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/entry + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/menu + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/misc + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/notebook + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/progressbar + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/range + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/scrollbar + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/styles + create mode 100644 Breeze-dark-gtk/gtk-2.0/widgets/toolbar + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-active-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-active-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-hover-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-hover-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-selectionmode.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-selectionmode@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-checked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-mixed@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-active.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-active@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-hover.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-hover@2.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize.png + delete mode 100644 Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize@2.png + create mode 100644 Breeze-dark-gtk/gtk-3.18/gtk.css + create mode 100644 Breeze-dark-gtk/gtk-3.20/gtk.css + create mode 100644 Breeze-gtk/assets/arrow-down-active.png + create mode 100644 Breeze-gtk/assets/arrow-down-hover.png + create mode 100644 Breeze-gtk/assets/arrow-down-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-down.png + create mode 100644 Breeze-gtk/assets/arrow-left-active.png + create mode 100644 Breeze-gtk/assets/arrow-left-hover.png + create mode 100644 Breeze-gtk/assets/arrow-left-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-left.png + create mode 100644 Breeze-gtk/assets/arrow-right-active.png + create mode 100644 Breeze-gtk/assets/arrow-right-hover.png + create mode 100644 Breeze-gtk/assets/arrow-right-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-right.png + create mode 100644 Breeze-gtk/assets/arrow-small-down-active.png + create mode 100644 Breeze-gtk/assets/arrow-small-down-hover.png + create mode 100644 Breeze-gtk/assets/arrow-small-down-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-small-down.png + create mode 100644 Breeze-gtk/assets/arrow-small-left-active.png + create mode 100644 Breeze-gtk/assets/arrow-small-left-hover.png + create mode 100644 Breeze-gtk/assets/arrow-small-left-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-small-left.png + create mode 100644 Breeze-gtk/assets/arrow-small-right-active.png + create mode 100644 Breeze-gtk/assets/arrow-small-right-hover.png + create mode 100644 Breeze-gtk/assets/arrow-small-right-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-small-right.png + create mode 100644 Breeze-gtk/assets/arrow-small-up-active.png + create mode 100644 Breeze-gtk/assets/arrow-small-up-hover.png + create mode 100644 Breeze-gtk/assets/arrow-small-up-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-small-up.png + create mode 100644 Breeze-gtk/assets/arrow-up-active.png + create mode 100644 Breeze-gtk/assets/arrow-up-hover.png + create mode 100644 Breeze-gtk/assets/arrow-up-insensitive.png + create mode 100644 Breeze-gtk/assets/arrow-up.png + create mode 100644 Breeze-gtk/assets/button-active.png + create mode 100644 Breeze-gtk/assets/button-hover.png + create mode 100644 Breeze-gtk/assets/button-insensitive.png + create mode 100644 Breeze-gtk/assets/button.png + create mode 100644 Breeze-gtk/assets/check-checked-active.png + create mode 100644 Breeze-gtk/assets/check-checked-active@2.png + create mode 100644 Breeze-gtk/assets/check-checked-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/check-checked-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-checked-backdrop.png + create mode 100644 Breeze-gtk/assets/check-checked-backdrop@2.png + create mode 100644 Breeze-gtk/assets/check-checked-hover.png + create mode 100644 Breeze-gtk/assets/check-checked-hover@2.png + create mode 100644 Breeze-gtk/assets/check-checked-insensitive.png + create mode 100644 Breeze-gtk/assets/check-checked-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-mixed-active.png + create mode 100644 Breeze-gtk/assets/check-mixed-active@2.png + create mode 100644 Breeze-gtk/assets/check-mixed-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/check-mixed-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-mixed-backdrop.png + create mode 100644 Breeze-gtk/assets/check-mixed-backdrop@2.png + create mode 100644 Breeze-gtk/assets/check-mixed-hover.png + create mode 100644 Breeze-gtk/assets/check-mixed-hover@2.png + create mode 100644 Breeze-gtk/assets/check-mixed-insensitive.png + create mode 100644 Breeze-gtk/assets/check-mixed-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-active.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-active@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-backdrop.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-backdrop@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-hover.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-hover@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-insensitive.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-checked-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-active.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-active@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-backdrop.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-backdrop@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-hover.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-hover@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-insensitive.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked.png + create mode 100644 Breeze-gtk/assets/check-selectionmode-unchecked@2.png + create mode 100644 Breeze-gtk/assets/check-unchecked-active.png + create mode 100644 Breeze-gtk/assets/check-unchecked-active@2.png + create mode 100644 Breeze-gtk/assets/check-unchecked-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/check-unchecked-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-unchecked-backdrop.png + create mode 100644 Breeze-gtk/assets/check-unchecked-backdrop@2.png + create mode 100644 Breeze-gtk/assets/check-unchecked-hover.png + create mode 100644 Breeze-gtk/assets/check-unchecked-hover@2.png + create mode 100644 Breeze-gtk/assets/check-unchecked-insensitive.png + create mode 100644 Breeze-gtk/assets/check-unchecked-insensitive@2.png + create mode 100644 Breeze-gtk/assets/check-unchecked.png + create mode 100644 Breeze-gtk/assets/check-unchecked@2.png + create mode 100644 Breeze-gtk/assets/combo-entry-active.png + create mode 100644 Breeze-gtk/assets/combo-entry-button-active.png + create mode 100644 Breeze-gtk/assets/combo-entry-button-insensitive.png + create mode 100644 Breeze-gtk/assets/combo-entry-button.png + create mode 100644 Breeze-gtk/assets/combo-entry-insensitive.png + create mode 100644 Breeze-gtk/assets/combo-entry.png + create mode 100644 Breeze-gtk/assets/entry-active.png + create mode 100644 Breeze-gtk/assets/entry-insensitive.png + create mode 100644 Breeze-gtk/assets/entry.png + create mode 100644 Breeze-gtk/assets/frame-gap-end.png + create mode 100644 Breeze-gtk/assets/frame-gap-start.png + create mode 100644 Breeze-gtk/assets/frame.png + create mode 100644 Breeze-gtk/assets/handle-h.png + create mode 100644 Breeze-gtk/assets/handle-v.png + create mode 100644 Breeze-gtk/assets/line-h.png + create mode 100644 Breeze-gtk/assets/line-v.png + create mode 100644 Breeze-gtk/assets/menu-arrow-insensitive.png + create mode 100644 Breeze-gtk/assets/menu-arrow-selected.png + create mode 100644 Breeze-gtk/assets/menu-arrow.png + create mode 100644 Breeze-gtk/assets/menubar-button.png + create mode 100644 Breeze-gtk/assets/notebook-frame-bottom.png + create mode 100644 Breeze-gtk/assets/notebook-frame-right.png + create mode 100644 Breeze-gtk/assets/notebook-frame-top.png + create mode 100644 Breeze-gtk/assets/notebook-gap-horizontal.png + create mode 100644 Breeze-gtk/assets/notebook-gap-vertical.png + create mode 100644 Breeze-gtk/assets/null.png + create mode 100644 Breeze-gtk/assets/progressbar-bar.png + create mode 100644 Breeze-gtk/assets/progressbar-trough.png + create mode 100644 Breeze-gtk/assets/radio-checked-active.png + create mode 100644 Breeze-gtk/assets/radio-checked-active@2.png + create mode 100644 Breeze-gtk/assets/radio-checked-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/radio-checked-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/radio-checked-backdrop.png + create mode 100644 Breeze-gtk/assets/radio-checked-backdrop@2.png + create mode 100644 Breeze-gtk/assets/radio-checked-hover.png + create mode 100644 Breeze-gtk/assets/radio-checked-hover@2.png + create mode 100644 Breeze-gtk/assets/radio-checked-insensitive.png + create mode 100644 Breeze-gtk/assets/radio-checked-insensitive@2.png + create mode 100644 Breeze-gtk/assets/radio-mixed-active.png + create mode 100644 Breeze-gtk/assets/radio-mixed-active@2.png + create mode 100644 Breeze-gtk/assets/radio-mixed-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/radio-mixed-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/radio-mixed-backdrop.png + create mode 100644 Breeze-gtk/assets/radio-mixed-backdrop@2.png + create mode 100644 Breeze-gtk/assets/radio-mixed-hover.png + create mode 100644 Breeze-gtk/assets/radio-mixed-hover@2.png + create mode 100644 Breeze-gtk/assets/radio-mixed-insensitive.png + create mode 100644 Breeze-gtk/assets/radio-mixed-insensitive@2.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-active.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-active@2.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-backdrop-insensitive.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-backdrop-insensitive@2.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-backdrop.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-backdrop@2.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-hover.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-hover@2.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-insensitive.png + create mode 100644 Breeze-gtk/assets/radio-unchecked-insensitive@2.png + create mode 100644 Breeze-gtk/assets/radio-unchecked.png + create mode 100644 Breeze-gtk/assets/radio-unchecked@2.png + create mode 100644 Breeze-gtk/assets/scale-slider-active.png + create mode 100644 Breeze-gtk/assets/scale-slider-hover.png + create mode 100644 Breeze-gtk/assets/scale-slider-insensitive.png + create mode 100644 Breeze-gtk/assets/scale-slider.png + create mode 100644 Breeze-gtk/assets/scale-trough-horizontal.png + create mode 100644 Breeze-gtk/assets/scale-trough-vertical.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-horizontal-active.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-horizontal-active@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-horizontal-hover.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-horizontal-hover@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-horizontal.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-horizontal@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-vertical-active.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-vertical-active@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-vertical-hover.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-vertical-hover@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-vertical.png + create mode 100644 Breeze-gtk/assets/scrollbar-slider-vertical@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-trough-horizontal.png + create mode 100644 Breeze-gtk/assets/scrollbar-trough-horizontal@2.png + create mode 100644 Breeze-gtk/assets/scrollbar-trough-vertical.png + create mode 100644 Breeze-gtk/assets/scrollbar-trough-vertical@2.png + create mode 100644 Breeze-gtk/assets/spinbutton-down-insensitive.png + create mode 100644 Breeze-gtk/assets/spinbutton-down-rtl-insensitive.png + create mode 100644 Breeze-gtk/assets/spinbutton-down-rtl.png + create mode 100644 Breeze-gtk/assets/spinbutton-down.png + create mode 100644 Breeze-gtk/assets/spinbutton-up-insensitive.png + create mode 100644 Breeze-gtk/assets/spinbutton-up-rtl-insensitive.png + create mode 100644 Breeze-gtk/assets/spinbutton-up-rtl.png + create mode 100644 Breeze-gtk/assets/spinbutton-up.png + create mode 100644 Breeze-gtk/assets/tab-bottom-active.png + create mode 100644 Breeze-gtk/assets/tab-bottom-inactive.png + create mode 100644 Breeze-gtk/assets/tab-left-active.png + create mode 100644 Breeze-gtk/assets/tab-left-inactive.png + create mode 100644 Breeze-gtk/assets/tab-right-active.png + create mode 100644 Breeze-gtk/assets/tab-right-inactive.png + create mode 100644 Breeze-gtk/assets/tab-top-active.png + create mode 100644 Breeze-gtk/assets/tab-top-inactive.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-active-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-active-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-active.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-active@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-hover-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-hover-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-hover.png + create mode 100644 Breeze-gtk/assets/titlebutton-close-hover@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-close.png + create mode 100644 Breeze-gtk/assets/titlebutton-close@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-active-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-active-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-active.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-active@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-hover-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-hover-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-hover.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-hover@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-active-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-active-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-active.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-active@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-hover-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-hover-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-hover.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized-hover@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize-maximized@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize.png + create mode 100644 Breeze-gtk/assets/titlebutton-maximize@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-active-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-active-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-active.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-active@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-hover-backdrop.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-hover-backdrop@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-hover.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize-hover@2.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize.png + create mode 100644 Breeze-gtk/assets/titlebutton-minimize@2.png + create mode 100644 Breeze-gtk/assets/togglebutton-active.png + create mode 100644 Breeze-gtk/assets/togglebutton-hover.png + create mode 100644 Breeze-gtk/assets/togglebutton-insensitive.png + create mode 100644 Breeze-gtk/assets/togglebutton.png + create mode 100644 Breeze-gtk/assets/toolbar-background.png + create mode 100644 Breeze-gtk/assets/toolbutton-active.png + create mode 100644 Breeze-gtk/assets/toolbutton-hover.png + create mode 100644 Breeze-gtk/assets/toolbutton-toggled.png + create mode 100644 Breeze-gtk/assets/tree-header.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-down-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-down-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-down-small-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-down-small-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-down-small.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-down.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-left-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-left-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-left-small-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-left-small-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-left-small.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-left.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-right-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-right-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-right-small-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-right-small-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-right-small.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-right.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-up-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-up-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-up-small-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-up-small-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-up-small.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/arrow-up.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/menu-arrow-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Arrows/menu-arrow.png + delete mode 100644 Breeze-gtk/gtk-2.0/Buttons/button-default.png + delete mode 100644 Breeze-gtk/gtk-2.0/Buttons/button-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Buttons/button-normal.png + delete mode 100644 Breeze-gtk/gtk-2.0/Buttons/button-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Buttons/button-pressed.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/checkbox-checked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/checkbox-unchecked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/option-checked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/option-checked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/option-unchecked-insensitive.png + delete mode 100644 Breeze-gtk/gtk-2.0/Check-Radio/option-unchecked.png + delete mode 100644 Breeze-gtk/gtk-2.0/Entry/entry-border-active-bg.png + delete mode 100644 Breeze-gtk/gtk-2.0/Entry/entry-border-bg.png + delete mode 100644 Breeze-gtk/gtk-2.0/Entry/entry-border-disabled-bg.png + delete mode 100644 Breeze-gtk/gtk-2.0/Expanders/minus.png + delete mode 100644 Breeze-gtk/gtk-2.0/Expanders/plus.png + delete mode 100644 Breeze-gtk/gtk-2.0/Handles/handle-h.png + delete mode 100644 Breeze-gtk/gtk-2.0/Handles/handle-v.png + delete mode 100644 Breeze-gtk/gtk-2.0/Lines/line-h.png + delete mode 100644 Breeze-gtk/gtk-2.0/Lines/line-v.png + delete mode 100644 Breeze-gtk/gtk-2.0/Lines/menu-line-h.png + delete mode 100644 Breeze-gtk/gtk-2.0/Menubar/menu-frame.png + delete mode 100644 Breeze-gtk/gtk-2.0/Menubar/menubar-button.png + delete mode 100644 Breeze-gtk/gtk-2.0/Others/null.png + delete mode 100644 Breeze-gtk/gtk-2.0/Others/tree-header.png + delete mode 100644 Breeze-gtk/gtk-2.0/ProgressBar/bar.png + delete mode 100644 Breeze-gtk/gtk-2.0/ProgressBar/trough.png + delete mode 100644 Breeze-gtk/gtk-2.0/Range/slider-horiz-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Range/slider-horiz.png + delete mode 100644 Breeze-gtk/gtk-2.0/Range/slider-vert-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Range/slider-vert.png + delete mode 100644 Breeze-gtk/gtk-2.0/Range/trough-horizontal.png + delete mode 100644 Breeze-gtk/gtk-2.0/Range/trough-vertical.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png + delete mode 100644 Breeze-gtk/gtk-2.0/Scrollbars/trough-scrollbar-vert.png + delete mode 100644 Breeze-gtk/gtk-2.0/Shadows/frame-gap-end.png + delete mode 100644 Breeze-gtk/gtk-2.0/Shadows/frame-gap-start.png + delete mode 100644 Breeze-gtk/gtk-2.0/Shadows/frame.png + delete mode 100644 Breeze-gtk/gtk-2.0/Spin/down-background-disable.png + delete mode 100644 Breeze-gtk/gtk-2.0/Spin/down-background.png + delete mode 100644 Breeze-gtk/gtk-2.0/Spin/up-background-disable.png + delete mode 100644 Breeze-gtk/gtk-2.0/Spin/up-background.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/notebook-gap-vert.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/notebook.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-bottom-active.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-bottom.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-left-active.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-left.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-right-active.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-right.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-top-active.png + delete mode 100644 Breeze-gtk/gtk-2.0/Tabs/tab-top.png + delete mode 100644 Breeze-gtk/gtk-2.0/Toolbar/toolbar-bg.png + delete mode 100644 Breeze-gtk/gtk-2.0/Toolbar/toolbutton-normal.png + delete mode 100644 Breeze-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png + delete mode 100644 Breeze-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png + delete mode 100644 Breeze-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png + delete mode 100644 Breeze-gtk/gtk-2.0/assets.svg + delete mode 100644 Breeze-gtk/gtk-2.0/assets.txt + mode change 100755 => 100644 Breeze-gtk/gtk-2.0/gtkrc + delete mode 100644 Breeze-gtk/gtk-2.0/render-assets.sh + create mode 100644 Breeze-gtk/gtk-2.0/widgets/buttons + create mode 100644 Breeze-gtk/gtk-2.0/widgets/default + create mode 100644 Breeze-gtk/gtk-2.0/widgets/entry + create mode 100644 Breeze-gtk/gtk-2.0/widgets/menu + create mode 100644 Breeze-gtk/gtk-2.0/widgets/misc + create mode 100644 Breeze-gtk/gtk-2.0/widgets/notebook + create mode 100644 Breeze-gtk/gtk-2.0/widgets/progressbar + create mode 100644 Breeze-gtk/gtk-2.0/widgets/range + create mode 100644 Breeze-gtk/gtk-2.0/widgets/scrollbar + create mode 100644 Breeze-gtk/gtk-2.0/widgets/styles + create mode 100644 Breeze-gtk/gtk-2.0/widgets/toolbar + delete mode 100755 Breeze-gtk/gtk-3.0/_colors-public.scss + delete mode 100755 Breeze-gtk/gtk-3.0/_colors.scss + delete mode 100755 Breeze-gtk/gtk-3.0/_common.scss + delete mode 100755 Breeze-gtk/gtk-3.0/_drawing.scss + delete mode 100755 Breeze-gtk/gtk-3.0/assets.svg + delete mode 100755 Breeze-gtk/gtk-3.0/assets.txt + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-active-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-active-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-checked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-hover-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-hover-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-mixed@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-selectionmode.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-selectionmode@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/checkbox-unchecked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-checked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-mixed@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/radio-unchecked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-slider@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/scrollbar-trough@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-checked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-mixed@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below.png + delete mode 100755 Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close-active.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close-active@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close-backdrop.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close-backdrop@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close-hover.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close-hover@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-close@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-active.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-active@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-hover.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-hover@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-maximize@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-active.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-active@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-hover.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-hover@2.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize.png + delete mode 100644 Breeze-gtk/gtk-3.0/assets/titlebutton-minimize@2.png + delete mode 100755 Breeze-gtk/gtk-3.0/gtk-contained-dark.css + delete mode 100755 Breeze-gtk/gtk-3.0/gtk-contained.css + delete mode 100755 Breeze-gtk/gtk-3.0/gtk-contained.scss + delete mode 100755 Breeze-gtk/gtk-3.0/gtk-dark.css + mode change 100755 => 100644 Breeze-gtk/gtk-3.0/gtk.css + delete mode 100755 Breeze-gtk/gtk-3.0/gtk.css.map + delete mode 100755 Breeze-gtk/gtk-3.0/render-assets.sh + create mode 100644 Breeze-gtk/gtk-3.18/gtk.css + create mode 100644 Breeze-gtk/gtk-3.20/gtk.css + mode change 100755 => 100644 COPYING.LIB + mode change 100755 => 100644 README.md + +diff --git a/Breeze-dark-gtk/assets/arrow-down-active.png b/Breeze-dark-gtk/assets/arrow-down-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..989ee6751d27c4c07593ca44994c352669f94f8a +GIT binary patch +literal 222 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0Go-U3d +z8WYd<Z{$5>AmZ}BcG`j1WebcFHaZ3=NEmV?sX2%(O6n?ci)4Jbm?@HzNlIm%&EE1~ +z@lWg@*XZm^eNdy5cg1+(wB?st!Z&=q*tknl(br_kvZV`{w$3x1?kYd;{cg<_rY)-j +zW{I7jx@@z+JB1ke)gK=+E<cicPci<q>WaAE9~@4+7Zt4he%)b{-LC!z{zdHB7M{KZ +TDeF3c&SUU&^>bP0l+XkKZ-rNF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-down-hover.png b/Breeze-dark-gtk/assets/arrow-down-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..989ee6751d27c4c07593ca44994c352669f94f8a +GIT binary patch +literal 222 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0Go-U3d +z8WYd<Z{$5>AmZ}BcG`j1WebcFHaZ3=NEmV?sX2%(O6n?ci)4Jbm?@HzNlIm%&EE1~ +z@lWg@*XZm^eNdy5cg1+(wB?st!Z&=q*tknl(br_kvZV`{w$3x1?kYd;{cg<_rY)-j +zW{I7jx@@z+JB1ke)gK=+E<cicPci<q>WaAE9~@4+7Zt4he%)b{-LC!z{zdHB7M{KZ +TDeF3c&SUU&^>bP0l+XkKZ-rNF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-down-insensitive.png b/Breeze-dark-gtk/assets/arrow-down-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7cf64800ff450a09a681b839ebaae234d9e850e0 +GIT binary patch +literal 211 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}|~PZ!4! +zjfrO`?BzOaz|)eN>_6{ymRVhQ%K7H+&sBA7R?D(Vs#>vjdEe4&y;t$;odElX`AN^d +z=suol*?GdrrIKH5k&Y6#v3h^U>f(1xRt3NRYjJ4p*5*}yiY?qq>)!oLNGtC780EF| +zZDn50ZHCaTf_0oZ|7YFgVR*3D{(98=`D~0zr{25$SSxpUL+~NH)}v>EZes9s^>bP0 +Hl+XkKv*J|U + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-down.png b/Breeze-dark-gtk/assets/arrow-down.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d72ee1b515d22f53b5bf411bd1e7934a86d9ee3e +GIT binary patch +literal 165 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}PPZ!4! +zjfrQ^Z{%$-;Bg6@>}kZ|A^3PRr{<rzJ`RkmOu|6{1#9m|ZaZPmd?Ze|LBlzs;mU!R +z2EUW8S|z2LZvNR7`ufSaJ(rZfd9D9ZqaS7zR`hy(^-A&jdA#PYlSB^ql(++JVeoYI +Kb6Mw<&;$TR4?79~ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-left-active.png b/Breeze-dark-gtk/assets/arrow-left-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d229b39bcf68b5477f4708fda9fdc6d997a3c755 +GIT binary patch +literal 213 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}VPZ!4! +zjfu$#2bg89*@rubCm&jRBkgZ-`~Lqk{T5~)T6M7Quy*vZ|32E1lK<RgIHuGz=p66x +z{kXsW|8)bSKm9f$DjWG@=S>tjsv(tg&AvS0&-pE{>>uynpxii#z2GPB^5un$BI-BS +zRHq(3@u6Nf&`&8$xQ)$e)`qNv1P2x-<Hz>KUv?be+@Q+Ku-VN0t!&!fO+Z&Mc)I$z +JtaD0e0sxtyQfvSK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-left-hover.png b/Breeze-dark-gtk/assets/arrow-left-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d229b39bcf68b5477f4708fda9fdc6d997a3c755 +GIT binary patch +literal 213 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}VPZ!4! +zjfu$#2bg89*@rubCm&jRBkgZ-`~Lqk{T5~)T6M7Quy*vZ|32E1lK<RgIHuGz=p66x +z{kXsW|8)bSKm9f$DjWG@=S>tjsv(tg&AvS0&-pE{>>uynpxii#z2GPB^5un$BI-BS +zRHq(3@u6Nf&`&8$xQ)$e)`qNv1P2x-<Hz>KUv?be+@Q+Ku-VN0t!&!fO+Z&Mc)I$z +JtaD0e0sxtyQfvSK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-left-insensitive.png b/Breeze-dark-gtk/assets/arrow-left-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cc8789678f141c5b36e32c660e38b1c730623cce +GIT binary patch +literal 215 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}FPZ!4! +zjfqPq8uBqI3b=~1Yh{OLF)eq<=Fj^e<g+5sTF9F1jhS|1@3HuEd#0Z`?{nELspogu +zHtB;M7R#sTt-T_;=R3R7ra8sxOKaAauVJ4a<mc2eJLuKDcQ^Gv9QW+7xE^($;ep$S +z4Tr<T9JBu>^u%_aXcOpDez^bAeUH0*$7ZNA?3lCpZEf`oxj$^bl>HPXBm{Q@-NoSP +L>gTe~DWM4fgVs}V + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-left.png b/Breeze-dark-gtk/assets/arrow-left.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e296294ee87ffa9f18c396901cf82446b8d6bdde +GIT binary patch +literal 158 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}{PZ!4! +zjfu$#2bk~euV3GwcdW&IBQvw|WzC#f1_ySR&(FDE|KrD}!|nWj%qxEU{r#Qqy?ss1 +z*MEPj*=t@ERL#=(@b0d<^rE>g^}ZgB3mm%Cc#bkm6_3`>7BravG@ilJ)z4*}Q$iB} +DL)tsK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-right-active.png b/Breeze-dark-gtk/assets/arrow-right-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..283b8983ecaa30d355bf2d410252bc64b27129e3 +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0mo-U3d +z8WVdb`EngH5NJ(*CXiGvr?T~^v<Y{8UWViCc@AAEPc`p^7O{Vh5q0vpRCoG#jX}TU +zqJ~}b%Mza{Kl~v6Dd=y=dZA;>Dw-pVm)tF%@9gs+VujV}83pNwp03>9@2aTo>19xr +zeBd3+qt*8{HJ5mBT}|+A+u~y}dzr*@n_CN|a$d^ht@e7}_P^z4K|=YL>nApSk+L_H +W^?WbGcXcDsi42~uelF{r5}E+Lja%CQ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-right-hover.png b/Breeze-dark-gtk/assets/arrow-right-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..283b8983ecaa30d355bf2d410252bc64b27129e3 +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0mo-U3d +z8WVdb`EngH5NJ(*CXiGvr?T~^v<Y{8UWViCc@AAEPc`p^7O{Vh5q0vpRCoG#jX}TU +zqJ~}b%Mza{Kl~v6Dd=y=dZA;>Dw-pVm)tF%@9gs+VujV}83pNwp03>9@2aTo>19xr +zeBd3+qt*8{HJ5mBT}|+A+u~y}dzr*@n_CN|a$d^ht@e7}_P^z4K|=YL>nApSk+L_H +W^?WbGcXcDsi42~uelF{r5}E+Lja%CQ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-right-insensitive.png b/Breeze-dark-gtk/assets/arrow-right-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6cbd9a58fdf1caf25e2ea37c51cb988004e2bf88 +GIT binary patch +literal 206 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~2PZ!4! +zjfra~?dChIz~jo>p;;`Pb|l_p?&pWOpM)dMEKv?}^SRcstJ1^r@m1SNy3z}jj@`I& +zQ!H|Nuott^w&g6zXOvnhp3j-D*wQD=B3|`g-sMX6TJ`L=H5zX`>sc8XTyi>BOb@D? +zQ+$8E?74#T9@D4Y(`Ghk*Iv43N|17Rnq^h5=&YH3@_UR|MFX9~;OXk;vd$@?2>{EY +BOb`G7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-right.png b/Breeze-dark-gtk/assets/arrow-right.png +new file mode 100644 +index 0000000000000000000000000000000000000000..43daf58222d307be0a5b63805c3c0493afc7d3b1 +GIT binary patch +literal 160 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}%PZ!4! +zjfrRb9l06|cv!OIF12fj%zy9yWrFALrnu~u0RE=pJ7=8CRM{ugnkn&DPGr^yeA$*2 +zy|HT6&3}i50yb3j&Q|$wf8nidFQ@OD-1x@bZ|b6I_SX}m^;Ma~4+AY=@O1TaS?83{ +F1ORoAIoALH + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-down-active.png b/Breeze-dark-gtk/assets/arrow-small-down-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fa450d164e3d5646eec414e5706dbc764cc036c9 +GIT binary patch +literal 185 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_6o-U3d +z5>tEo47r*E1YFYV^cK!t?y>b~oFn%^?XHve6j(NXQsUm}^kMzf1+5?Ae<sK=Pg(Hn +z?A*n(%%hi>&iK7_?S2M@XQw<KH~;ixnDE`dqe9ToU}^n1LqWqcv0oofv<YJ<SQjf$ +gELyB<6?cYj>TYc=%bV#>fi^REy85}Sb4q9e0Bp-ej{pDw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-down-hover.png b/Breeze-dark-gtk/assets/arrow-small-down-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fa450d164e3d5646eec414e5706dbc764cc036c9 +GIT binary patch +literal 185 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_6o-U3d +z5>tEo47r*E1YFYV^cK!t?y>b~oFn%^?XHve6j(NXQsUm}^kMzf1+5?Ae<sK=Pg(Hn +z?A*n(%%hi>&iK7_?S2M@XQw<KH~;ixnDE`dqe9ToU}^n1LqWqcv0oofv<YJ<SQjf$ +gELyB<6?cYj>TYc=%bV#>fi^REy85}Sb4q9e0Bp-ej{pDw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-down-insensitive.png b/Breeze-dark-gtk/assets/arrow-small-down-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..74441d7b5db22abf4352b100bfcfa9a0c67d98a6 +GIT binary patch +literal 173 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^ho-U3d +z5>waq8FDokh&U%N3{J0ZxRhM-{m~=US<EiS_kVw^!l7jGW7z}&p$FWPF3lEKQ8kYC +zc&4o~^K8z<DQXNa_MU%tFRACY#9{qduba!OPv4bhXc4#;_4?xvC!_nz|2<?$4>0~5 +TEw7>gw2i^j)z4*}Q$iB}1|vY- + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-down.png b/Breeze-dark-gtk/assets/arrow-small-down.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1843ea03f1baabf08447a6d1d93d90c9145d0561 +GIT binary patch +literal 153 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_Bo-U3d +z5>w~)IC3=@2rysYw}d}X!|wk48;AY2>3>+@6v&n2r#Sh@o9+giQ$iDRy`%%IBG$c; +y*|lBrs9t7i{^_^#r?a}c2L9e&p2<@Gnn6g_YTv^2Ylnd*GkCiCxvX<aXaWGav^7Bh + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-left-active.png b/Breeze-dark-gtk/assets/arrow-small-left-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0dc188f4dc0972bca5e0649599db56c61d23ce5d +GIT binary patch +literal 182 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`Ho-U3d +z5>t~C4lv1Fvk!0BIP-#P?lt@JAHV0n6!8)4V*1UyK1cGu@!FJ>AM%9?0iPI|fk1ha +z-?9HbtN$7Q<F*#ksAO0!`l3N_X7c8DQ+bsS|KHlf^Iw^t)$`5afQB4V<Hz>KGps*U +a2{XihQ-A5}e7Xi`ErX}4pUXO@geCybZ$WJU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-left-hover.png b/Breeze-dark-gtk/assets/arrow-small-left-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0dc188f4dc0972bca5e0649599db56c61d23ce5d +GIT binary patch +literal 182 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`Ho-U3d +z5>t~C4lv1Fvk!0BIP-#P?lt@JAHV0n6!8)4V*1UyK1cGu@!FJ>AM%9?0iPI|fk1ha +z-?9HbtN$7Q<F*#ksAO0!`l3N_X7c8DQ+bsS|KHlf^Iw^t)$`5afQB4V<Hz>KGps*U +a2{XihQ-A5}e7Xi`ErX}4pUXO@geCybZ$WJU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-left-insensitive.png b/Breeze-dark-gtk/assets/arrow-small-left-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6a2e61270627520188786769c23a949a9d544ffd +GIT binary patch +literal 186 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`no-U3d +z5>spY4fz@rM4S(vf40U**n+k2+k>{?4~KhpP2BOZd9qvQt(Bhfx29|qKPqwivUzDo +zN3B<;)k5|Md*64Q;8L73rKp~v<HqzLH--YQl~0QoU1QBy8-DJmkBeE0!5%Y-WHW{W +g%k=8{Pt~6p?iuOHE_vOO0<@aJ)78&qol`;+06Zo~Z2$lO + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-left.png b/Breeze-dark-gtk/assets/arrow-small-left.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5a0a3032d88f1abc6761568f11c92b97b5edab17 +GIT binary patch +literal 151 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Wo-U3d +z5>t~C4lv!@U%#Fq**I}xNkT%3RqGlKzI%Irr~LkR`1o{ryPASSX=@Ju=9iD(TmSza +vW2DSsu00R#?)EpcSbHEzbeZx*k%Ov?kG2`#ROV{~S;*k&>gTe~DWM4f1nf3T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-right-active.png b/Breeze-dark-gtk/assets/arrow-small-right-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8831a1f9dd4f29edae52eb6c4e926f68eb04d21b +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>t~C8kpL@o)?waz@Rqc$^HL6%X6;TmmgU5z+u6Y=KnlBjy?ZphTU3Q{jg<WLt|s( +zLyrkJCjRgFf9Sul!8!-C&dx@L2JH>^Kb)HO(f+cRTibs@cP3T-14kq$%Kn`HF<xSm +e3fF<Bz6?JmYQ9d3Xe<QU%i!ti=d#Wzp$P!K4NCq1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-right-hover.png b/Breeze-dark-gtk/assets/arrow-small-right-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8831a1f9dd4f29edae52eb6c4e926f68eb04d21b +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>t~C8kpL@o)?waz@Rqc$^HL6%X6;TmmgU5z+u6Y=KnlBjy?ZphTU3Q{jg<WLt|s( +zLyrkJCjRgFf9Sul!8!-C&dx@L2JH>^Kb)HO(f+cRTibs@cP3T-14kq$%Kn`HF<xSm +e3fF<Bz6?JmYQ9d3Xe<QU%i!ti=d#Wzp$P!K4NCq1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-right-insensitive.png b/Breeze-dark-gtk/assets/arrow-small-right-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..756ff700b135eb672e05669a963f798cc4b5b147 +GIT binary patch +literal 185 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_6o-U3d +z5>spYE%_Q0L|h`BQgwrb^A=u{yYp1&Przc;PE~nnRf*}>ebbC)Dn2<<9Y0b0MrxY? +z8^eV4j7zWhY04(|tSw%r$-G5`K|ye1a*yw^8M@|wCQ7f_YN}M`)Zv=F*UoL(l&W(- +eV`iD}%adc!(v#M)_3i@N%;4$j=d#Wzp$P!+H9aQ) + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-right.png b/Breeze-dark-gtk/assets/arrow-small-right.png +new file mode 100644 +index 0000000000000000000000000000000000000000..dcdf5b963fc0ca72a5f6c22253f5b8045ea46692 +GIT binary patch +literal 152 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_>o-U3d +z5>rci5Arq`@G$$Ty;M*L?K!XZ;l<Lq4gR5uQ+{O5uern%Aadl|j+?AkI3}rVH7nb5 +x|6ScOfq;+yYUb-KWj;DltKrjrzJ)958HG<8-`p;&wijqHgQu&X%Q~loCIIB~Hq`(C + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-up-active.png b/Breeze-dark-gtk/assets/arrow-small-up-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9156f7909f421fcce0d2539e30593c2c7ebcd7a3 +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>waqZRBls5MW8~*E+G{(8c8aFAnhOM71=ObMnbtJfU1=;GXg_RnX|+nzF40T8d94 +zg8G&QOP<PQDabv4es3MK#DTY4w-rgZeD9Mhl3sWD5~IelJ2iKoZTcF$dP^)rho<@e +d`o24g))f;q%;RRn@Br;)@O1TaS?83{1OSAGL~8&5 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-up-hover.png b/Breeze-dark-gtk/assets/arrow-small-up-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9156f7909f421fcce0d2539e30593c2c7ebcd7a3 +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>waqZRBls5MW8~*E+G{(8c8aFAnhOM71=ObMnbtJfU1=;GXg_RnX|+nzF40T8d94 +zg8G&QOP<PQDabv4es3MK#DTY4w-rgZeD9Mhl3sWD5~IelJ2iKoZTcF$dP^)rho<@e +d`o24g))f;q%;RRn@Br;)@O1TaS?83{1OSAGL~8&5 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-up-insensitive.png b/Breeze-dark-gtk/assets/arrow-small-up-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..70820304072e5b6f3807f006dadba25365b40f09 +GIT binary patch +literal 184 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_+o-U3d +z5>wZnv=(Ag6mhwDT7C8n!{rI0FJ4Uzbr7^K<+d@{tTy9<aOvH){aI_@uHE|g#+i?E +zitjP3*?L~$vGf6^D^dEZX6^lcRN`~M)jQSunIZ&lUW+P!9>b})C&)|wd5mOoir`I# +fAHB_+%U*Gx&^Ji?bcn4PXfcDQtDnm{r-UW|u9ip@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-small-up.png b/Breeze-dark-gtk/assets/arrow-small-up.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ff09fbabc3d4d3783839843dfa24cd0ce4243128 +GIT binary patch +literal 156 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_Eo-U3d +z5>waq9^`FM5OMzfUqvU$N#@{W?M+hbQ4$U|o;{Dw%H6&$_9Ik9`Q#7TRcWi9SwCS2 +z@QO~D$5Z>hJ=eg0(zVr+^VV*3Yh(1)i@z75zPQeU>%pJo^FYHHJYD@<);T3K0RT(6 +BHdg=u + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-up-active.png b/Breeze-dark-gtk/assets/arrow-up-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f0efc0d0ae825cb99a679e02e3c350b48e7e53c +GIT binary patch +literal 218 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~QPZ!4! +zjfqG5H}W2G5MU|qS5qh!b;<v;h*?G<c#+_bSVpIg4mY`4{y&z^`mZOP*mLvlxtC>) +zu1}o4=(*%qZb?`*htXkX|M|nu;(i73ot=@j>Pt%**S3(C<%g^D>oSgoJYOU3<lkRb +z%gkV|;{IamosZ&wdM&IM@o)UKV$YgApX0Qj=`tK>kBCfISwExIgmEvwhvkO^(LA8j +O7(8A5T-G@yGywpzi&iiI + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-up-hover.png b/Breeze-dark-gtk/assets/arrow-up-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f0efc0d0ae825cb99a679e02e3c350b48e7e53c +GIT binary patch +literal 218 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~QPZ!4! +zjfqG5H}W2G5MU|qS5qh!b;<v;h*?G<c#+_bSVpIg4mY`4{y&z^`mZOP*mLvlxtC>) +zu1}o4=(*%qZb?`*htXkX|M|nu;(i73ot=@j>Pt%**S3(C<%g^D>oSgoJYOU3<lkRb +z%gkV|;{IamosZ&wdM&IM@o)UKV$YgApX0Qj=`tK>kBCfISwExIgmEvwhvkO^(LA8j +O7(8A5T-G@yGywpzi&iiI + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-up-insensitive.png b/Breeze-dark-gtk/assets/arrow-up-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..89db4356bf921fbb366cf7980aedfd7205cae2e9 +GIT binary patch +literal 209 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}dPZ!4! +zjfqEl4fzf$@VMGbEIZ>_&azy=w$@ue@rciDZHAL!uA(7#KdJrRuP<%UD)Cq-Ii||* +z%c-?nMH!Y%DbIfU`o+`2#AiFNy_y>2$Wgd@>#r%7mi}&>`TW|gRa@&MlIJb<={fRZ +z!Wm2d+uLG0HEO0a9<cnbwkW{sqvdl>h7Xc;AN-%IlzA@*$hcQGDF)~w22WQ%mvv4F +FO#mvNRXqRz + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/arrow-up.png b/Breeze-dark-gtk/assets/arrow-up.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ff47a3a1fa2ecaff3d275d7038dd4ede81a45651 +GIT binary patch +literal 177 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}bPZ!4! +zjfqG55ArrB@VG{+B?@?UC|4A@x=nVjPh|L*)^X`YZ+-UXxXb<~stigEKjg1XTBzEu +za-CnvRABd!E8ogKxxJaRYTe<}N~R8{FET5YR=)GOF@>Sx_5E=D1NSGfmS0jg))Z&E +W6`#<bvD*Y_BZH@_pUXO@geCxfVL+<@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/button-active.png b/Breeze-dark-gtk/assets/button-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e1789165f58fa70092e3029a06f245a05828f751 +GIT binary patch +literal 290 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41(PZ!4! +zi{7)Bt^Jq+CE6Z7pW}1Zw9R|*wG%-(ciXKK#NQo!tFfhwrPGJU%l+I&12v0Y$#kxL +zPx9~Y`QJNDIAL3b49~j!dCB=Eg2}c{UYCBS#qQI2e)?!^q{IKLZz5HXJ=>;aTesdz +zxwYTN+lRa3ZuiPLSxt57W$wv5+$WfJu8Rycaai84tV~_=7Td49ote8s7nFQ!%RRs0 +z<H?Z5owbLzO%M8A|DR#r*F<-Y_99*N-dB&`iXP|q{Wj}eK;Dx#@n3h|UMKf1e<Q#8 +lHb&=?I=4V&_ct4VGrdpjNM5?M<u%ZY44$rjF6*2Ung9i4ekcF{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/button-hover.png b/Breeze-dark-gtk/assets/button-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c39e9d6f5779598217a6fe3ccf26de8a703b0bde +GIT binary patch +literal 351 +zcmV-l0igbgP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Tf9@K~y-6<<h-M15pr$;rGn03i;VY(#fiw2(rZ@QNgsig<xwd*4C-L +z0I~1}EChQk(rA++7zv~jwh35Be%OG7-E*uADRX2CAs-A(^)NFGWE=%>aM3Jy+lSBM +z?^PvV78}4!N2wn4+vBKH@7*+G7ofBoJ|&+Y$KQ|FV6@#t%5m0C8z)6SXaQ9LP+R*) +z$;*Q^24GCe?DZaJCkTOx07$+p#-!HRJX#~Uk^r97y_SfZHOLBr?r&p^$prlWE3YbO +zrlV9T=g)`|!Nfy72lb%eUavJ!N&sV3N`#Ht8MCO{1rirv9ChkNKWODH??NeTTAe}1 +xL!Cr#@4efrb6}ztCkHBk$HK!enFN>sUq41bU7tmc5@!Ga002ovPDHLkV1ia#kNN-r + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/button-insensitive.png b/Breeze-dark-gtk/assets/button-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..09645d37f4e29f9e8e6f5787d4ebf2fc645ed246 +GIT binary patch +literal 315 +zcmV-B0mS}^P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0PsmfK~y-6<<l`v!$1&);eRG;*^a;{<U;O2f&)-Mn_F-RI7bc;$u*+m +z97K@DUfG(VAi_jSfh`x2c-3l)Z{KP(FmVK+EX&N3>{(Q9#APu^aNioXmNu@cs%ip& +zC+SnycK3B1akpWOR4?-^dk_sNaHspr+qxN!0k|1;Q!|?-*TC`{bXm9!$9mLJkpd`m +zv~oOQYLL?hLx1#1z|;ToKLq<JPc!6wL-(!d__Cscn}7U(hOP5FXACMT%=0--*KB|; +z07x5Gq9HBL&#pxEVhHGFpRtXbx7U|PU?;yH1C~I+!3O;)9k2u5zW}hEP>3SKWWN9a +N002ovPDHLkV1lh0gqZ*U + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/button.png b/Breeze-dark-gtk/assets/button.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a1b05f3fbed6f8290b497aea5fa06225cf9313ef +GIT binary patch +literal 324 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41TPZ!4! +zi{7VGcKb0oia4CtneHU#EixzevG@v6)~ubp@{jU=d6;c0`Ne!m*PG`g%dsT(V@`(A +zMj45RJoAcHPyT(X)!vOUCGwi3rEPuA)_yl7p;iv9@U?4WeZ^7@&wZ}ZWH@eByFvcj +zvs|mAkD0ZDdR<=MzUT1#fCf{>cB|`8bL4cGKU8%6?8!5iWBSYC;IgPT#Z>#!1dfj8 +zXIq&Qxo@;Gi<~n1_)k1~-N*mYb|HyRS8e_EE2Vm&$c|IFbuHJ{sbwzOKh;iSO4DYQ +zqdI4~AFw0@iaiEeFg;xS@G=u;`8UTTKL7etQqMl4YChKsX2Y$`_XXJ{9{d&d_m1km +UcS~*qFc26#UHx3vIVCg!0JWWjtN;K2 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-active.png b/Breeze-dark-gtk/assets/check-checked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c5bec8f392b19e361804323b31e9fbb53ad8834f +GIT binary patch +literal 382 +zcmV-^0fGLBP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0W(QNK~y-6?UXS~0&y6|f4+C1rFRxO#Z_Av;UHo41q44t5N+Zf4K7YW +zU!bC;#Sc-`;O-z9rt6V7DW+Z)qW^0sB67Klh6dm9f%o@3JTJWP#}fe9$`>Q%>h_&j +z8)*qIi64Ob@;p`TW~FaeGxf8gqXR_OQ@5_j?(5YNuG96ENQ}4^%;xqCD_I880uWe9 +z?2NB3eZv6Mu*2KUIoet>1;lg!2``Bnb^ut|KS8q+-e9c;qf!BP&_x!b0+=&>d4&Op +zwfR%heI3A)$s9Nb{zsr{H9Rj*pB`s49X?)=7;#MvJB&&N->Cv-4A<$YuY{`ItOT<; +z#EAb27Ru%s+qD`n(E<8)HDg%Ga_HbRC6Q%cy(*`tCieY9{o?o#7zDnX0WrYjvkD(G +c0R}+#9c><9x8oK}MgRZ+07*qoM6N<$f~(w~X#fBK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-active@2.png b/Breeze-dark-gtk/assets/check-checked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..aaf94c2a44219acf83b3e5db9b889f181afda4d7 +GIT binary patch +literal 767 +zcmV<b0s#GqP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0<=j)K~z|U?bz>26JY?r@$YlH-8OY|;QT>L(1HrdiVE#TBJ?8bZSN$c +z7lB1+L_yRa(Tf(9^dbYHm%WP?q%X1%BP~z}0})x`uM=#uZ8zthUd;J>?8WW$&3#`T +z&po^6!`;}p2kguxb`CUmhkT;4rq@wbe_8me%7o^&6d+Sc<nqEwW??FvS)98${OoQt +zFYxSx7w0@DE(|IaL64=XJW2geB0e$PGWz7sNN#Kc*xViRsi!W^DHTDFjOrNuy`-mp +zLMmacO7o!BHKMh4pi~5rdL)_n{;6i<)uX=v%7(PErZ<O+zrIg;V#s<NKq^7{_cs!K +zkC9Ow5vX-LDy!cD>NcRGy1os-=<h`)SFDHaNG4Y>2HpVRtZirof`Hh(gZ}CgAp2Mk +zsNCAZUsDRWfO0i=QaD}N@8gcgsvbR$>*_5;Sw&GXnV60d?qO|mbaT*%XDyq*96n{& +zCwHV>=`1=9K=B4}x7{wdd_kb%4HQSTN5WU|+Dbv-L1zQaW&_P;1I=aw&1M75W&_P; +z1I=aw&1M75RuGtp>6R@nqlK?s5NL#ZEJ4bsPBQ$m;Jl6ZV!3Ka;dBW!&$f5twaHQ9 +z&pV3_+$-TK%^su@GB>ty2j%j796+sW+!xGVIgXqGAhT|PEx^qD)CT~qwFBWU+jpGs +zc+oE103bCzKA2-Uaub3lTRtjY|2-ve*y(I&LB^KI#Fk)f)moXW1oc=G?rRTGyaA*h +zNsfiO+E-)CtAMd<1GD6K(-#q_wRT%IPg0L0Bk!JGpAPqpuMaIawoaHGdOz!_^oP{g +z@@YkN9>VF?ghSoqQbk0ilB_L8{-u6>9T*FBwJ-koJhOhv02X%bQLm?x-Jf$=s>`1N +x%mC?pK*(+nmjgaP!}@=n43Gk%z+XTD{0HCm-b)+`25JBR002ovPDHLkV1kh9W<3A^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-backdrop-insensitive.png b/Breeze-dark-gtk/assets/check-checked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9dae72d27bf8af86506bfff83657f7cb81828413 +GIT binary patch +literal 344 +zcmV-e0jK_nP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0S!q+K~y-6?bJI?!$1^;;eX~DJ4kuh4#|4bg9HnpfHu2e6JZ@$K%^ki +zuoeemr|~1XV+tNZgu)IK6glmj`E)eJz#qo|OeT{~XAs|e#$Fm@qBel5>lat+JkQqC +z<#Jhg0H=d!wym}|t29GZTP+fiI10mCzuOCdYYQMouF?ZA099q3rkqG{0Sr9=V@&jc +zjYntrzTXHdtBNF9p{iJG`as`)FEzygg8i<y2mUrk@Cg1(u&k=amw)Pd@b(3XNUW+P +z$*T1#5y3f^elB#i&Z96yL=M8DFr+B*1+en~@@zfzyS-pM9-WJ|gEpW#mlb8cczS%e +q12*Q%nE{4CpZBL|ksYuBo?ihVYGQKxo7Qds0000<MNUMnLSTZc<BgC2 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/check-checked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b9d40b80ceacd547e15403f0a6ccfbd2aca90631 +GIT binary patch +literal 703 +zcmV;w0zmzVP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0(414K~z|U?U=z%6G0fqf8Wg3ZZU3KEcT#@h)18GFJNN4kSH(UBY5SG +zuV8!v6FiW3Fd7dg#^6D2CJ;qL5v;ATEh62P&Ws1z8lYI>cJZ>m<2SQ2zwBgo^Zg+q +z8gjT$D$QhqLVMN|@0Mt}B1k$;0f%cj<31Y9qee9~x41apJXY|=^z>DYekP)(;*>fL +z=j@unTz|5#@S#`h3zkYVne#>aRzyu1W2o1+30on~xmcw{1V5c7$Ofc54{ObO`ODt5 +zrKQKa0ID}JD70sLa^EUdnqf0`IRNJz%`l`|`HnFLrSxPlzIPAs4hU+Mx(!gTZ)2^E +zUF<N{SsIN70DfldCU6muzMxWa86a$hr!Lo{8MXn?N?iidK-TLG3i!a0WA%NXd@hUD +zdZaSOSZeheVc6=|oZCM+k^Yw>Py?PlKt7inxg3DjihM3VY}%Qjf?5xq^3R-LZ57|{ +zBO(!uN+KAQL@+9eU{n&ps3d|>Nd%*k2u39ljLJ|!W8&+PPqOw<!CJi*i)63u97ew{ +zb`T2qB66TN4#O5-%jJ;^4nlQ%IA`gn2mLo_t@{Mvr(;dq{z|&Lw{d2(SNkLAI`aTQ +zHbBYg-yNkCxoiNy?ysGvJ*~b;qnes?&aS0Ak799xv5b$Lf~bfhlgUuLFoD(@V>%me +zUcb8E9c~{9FqKo!mC}>3n+?F2&c^Edl{@d2mp^w)l>?#6>dH#3FrIs0k#kCW1ra$b +zBHn<tMuu~)WvpG_+4=c!@#TxV<*ltB-JupxIg(L#@z~Gj{@0CZ0h>VQI6>HthqFKc +loFV?djs@DlHqZbZz;Ac5;QYpuL@odT002ovPDHLkV1jR(MSTDO + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-backdrop.png b/Breeze-dark-gtk/assets/check-checked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3159fb1c4561846e97bc3184a5d5f77e8e49abb4 +GIT binary patch +literal 371 +zcmV-(0gV2MP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0VqjCK~y-6?UcPv!cZ87pOy~oDIq4L4IxVO5*V<>9fRy#fU6he6*y>E +zH3&K|8IVmcfPpCFG%k%jWkBK}F(xcM#=(Ji{C=LidB5a?Kb8T|ZlC3M_jm4nzgTl@ +z$J7C&i^WG2$?<d&H#(j3cMD+epm1lJMsR&|i&9F<kt;;59tL5#k{<vy6TtJl!{P8z +z8wQXl#lvVssZ^>0MGL^O9Wz<OPMXK~o|g$GWkk2vM<oi!woRb0kyln2fbVb2T3QFl +zqAhR>{Fgu}qs+@v%8i-@UoXfNB9|ydx7XKpC0s$O($%-aD3arP7~l%=E7(yG@-m-2 +z0ZR*DI*A+QN`BC4HLJqWd$1}^SF_pc^VP-WDG(b!dInGg3aq2h&=QD&w@-o?U$t)7 +RURnSE002ovPDHLkV1i;#noa-! + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-backdrop@2.png b/Breeze-dark-gtk/assets/check-checked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d6db09eba4f853df32fa63d48729c1a473c7f87a +GIT binary patch +literal 759 +zcmV<T0to$yP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0<1|yK~z|U?byFh6Hx%b@h|kQ2iNwFlpxR|1T+pVhGGOw{I%%cKsq=$ +zF_8GT=wRYPAi)KVi7_G!Frf0oGDt9SG5pX2BoTToebV+U4s9>;qv>!QF83W@U+;ac +zFKu%Vyqr~YbRZrd)WS{5P&gdE7YYS~k|enbuq=yodT(!ccjw)&?d-$R(I=^jzy|{Z +zJzZ@bGrFeLyQ->C%1r(KW~|*De)@E=JZ1yq@j>m<<>;2KY4su_SV$~lY;0m#c~?=A +zBok?ECKl^P*EGzexxc)$(lR#o%mk<{PYgFHLuK6SH*Z;6Uw0h`U|D(AzyDx-d;*aX +z=nZ;ZxT)?rARPiWHiqv5EF>1m=CZECj+V{k__SEu*>f$;w}B{7V*`W1kP2XIY@Ru; +zTzPFR7zzLipxa+jN%GYI$F{XC8s&Q5HB?nSRZK<*X6NQHj17A%pD(U0%Qj1^J^t3i +z^|^op2&gJIdV8x)^H&81T)>r6168kGTNU`f^MFqCfKKy(PV<0H^MFqCfKKy(PV<0H +z^MFpP3d{)M+TtQp{n}N5vvc#VAVo&-ael7qJo^FEvi=-MlCMUR<U`NKhOxnmm#<D8 +zcv7<8U$R&S<uUsc+}leFfJkfenP5&T8fgW<OsDNFvw=H1JL3ScST{=PPR=q#QMlR@ +z1K{W8)=X)*;44qKc%f$^6jC1Px+ZsZb|QozBLsy)!Bv<n%e1$j=kA?b1XL9>Y3`2< +z4fhL?&I8%w2bhue_j-d~=c=kgX42fBoSKY(n4VrP4Q>1Wo$xu4*wjKDkN0z_E47j@ +zB1^L0=X3X`GM~3dn#s)S%Ieg}&~X3PFH1)0r7W<0?2NjUMDcu1aaC8jEMNduB_I@! +phjl;${J8(GQvh;63NV2KfWKIF=gg~P;3WV6002ovPDHLkV1kHFVHyAc + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-hover.png b/Breeze-dark-gtk/assets/check-checked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c5bec8f392b19e361804323b31e9fbb53ad8834f +GIT binary patch +literal 382 +zcmV-^0fGLBP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0W(QNK~y-6?UXS~0&y6|f4+C1rFRxO#Z_Av;UHo41q44t5N+Zf4K7YW +zU!bC;#Sc-`;O-z9rt6V7DW+Z)qW^0sB67Klh6dm9f%o@3JTJWP#}fe9$`>Q%>h_&j +z8)*qIi64Ob@;p`TW~FaeGxf8gqXR_OQ@5_j?(5YNuG96ENQ}4^%;xqCD_I880uWe9 +z?2NB3eZv6Mu*2KUIoet>1;lg!2``Bnb^ut|KS8q+-e9c;qf!BP&_x!b0+=&>d4&Op +zwfR%heI3A)$s9Nb{zsr{H9Rj*pB`s49X?)=7;#MvJB&&N->Cv-4A<$YuY{`ItOT<; +z#EAb27Ru%s+qD`n(E<8)HDg%Ga_HbRC6Q%cy(*`tCieY9{o?o#7zDnX0WrYjvkD(G +c0R}+#9c><9x8oK}MgRZ+07*qoM6N<$f~(w~X#fBK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-hover@2.png b/Breeze-dark-gtk/assets/check-checked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..aaf94c2a44219acf83b3e5db9b889f181afda4d7 +GIT binary patch +literal 767 +zcmV<b0s#GqP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0<=j)K~z|U?bz>26JY?r@$YlH-8OY|;QT>L(1HrdiVE#TBJ?8bZSN$c +z7lB1+L_yRa(Tf(9^dbYHm%WP?q%X1%BP~z}0})x`uM=#uZ8zthUd;J>?8WW$&3#`T +z&po^6!`;}p2kguxb`CUmhkT;4rq@wbe_8me%7o^&6d+Sc<nqEwW??FvS)98${OoQt +zFYxSx7w0@DE(|IaL64=XJW2geB0e$PGWz7sNN#Kc*xViRsi!W^DHTDFjOrNuy`-mp +zLMmacO7o!BHKMh4pi~5rdL)_n{;6i<)uX=v%7(PErZ<O+zrIg;V#s<NKq^7{_cs!K +zkC9Ow5vX-LDy!cD>NcRGy1os-=<h`)SFDHaNG4Y>2HpVRtZirof`Hh(gZ}CgAp2Mk +zsNCAZUsDRWfO0i=QaD}N@8gcgsvbR$>*_5;Sw&GXnV60d?qO|mbaT*%XDyq*96n{& +zCwHV>=`1=9K=B4}x7{wdd_kb%4HQSTN5WU|+Dbv-L1zQaW&_P;1I=aw&1M75W&_P; +z1I=aw&1M75RuGtp>6R@nqlK?s5NL#ZEJ4bsPBQ$m;Jl6ZV!3Ka;dBW!&$f5twaHQ9 +z&pV3_+$-TK%^su@GB>ty2j%j796+sW+!xGVIgXqGAhT|PEx^qD)CT~qwFBWU+jpGs +zc+oE103bCzKA2-Uaub3lTRtjY|2-ve*y(I&LB^KI#Fk)f)moXW1oc=G?rRTGyaA*h +zNsfiO+E-)CtAMd<1GD6K(-#q_wRT%IPg0L0Bk!JGpAPqpuMaIawoaHGdOz!_^oP{g +z@@YkN9>VF?ghSoqQbk0ilB_L8{-u6>9T*FBwJ-koJhOhv02X%bQLm?x-Jf$=s>`1N +x%mC?pK*(+nmjgaP!}@=n43Gk%z+XTD{0HCm-b)+`25JBR002ovPDHLkV1kh9W<3A^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-insensitive.png b/Breeze-dark-gtk/assets/check-checked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9dae72d27bf8af86506bfff83657f7cb81828413 +GIT binary patch +literal 344 +zcmV-e0jK_nP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0S!q+K~y-6?bJI?!$1^;;eX~DJ4kuh4#|4bg9HnpfHu2e6JZ@$K%^ki +zuoeemr|~1XV+tNZgu)IK6glmj`E)eJz#qo|OeT{~XAs|e#$Fm@qBel5>lat+JkQqC +z<#Jhg0H=d!wym}|t29GZTP+fiI10mCzuOCdYYQMouF?ZA099q3rkqG{0Sr9=V@&jc +zjYntrzTXHdtBNF9p{iJG`as`)FEzygg8i<y2mUrk@Cg1(u&k=amw)Pd@b(3XNUW+P +z$*T1#5y3f^elB#i&Z96yL=M8DFr+B*1+en~@@zfzyS-pM9-WJ|gEpW#mlb8cczS%e +q12*Q%nE{4CpZBL|ksYuBo?ihVYGQKxo7Qds0000<MNUMnLSTZc<BgC2 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-checked-insensitive@2.png b/Breeze-dark-gtk/assets/check-checked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b9d40b80ceacd547e15403f0a6ccfbd2aca90631 +GIT binary patch +literal 703 +zcmV;w0zmzVP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0(414K~z|U?U=z%6G0fqf8Wg3ZZU3KEcT#@h)18GFJNN4kSH(UBY5SG +zuV8!v6FiW3Fd7dg#^6D2CJ;qL5v;ATEh62P&Ws1z8lYI>cJZ>m<2SQ2zwBgo^Zg+q +z8gjT$D$QhqLVMN|@0Mt}B1k$;0f%cj<31Y9qee9~x41apJXY|=^z>DYekP)(;*>fL +z=j@unTz|5#@S#`h3zkYVne#>aRzyu1W2o1+30on~xmcw{1V5c7$Ofc54{ObO`ODt5 +zrKQKa0ID}JD70sLa^EUdnqf0`IRNJz%`l`|`HnFLrSxPlzIPAs4hU+Mx(!gTZ)2^E +zUF<N{SsIN70DfldCU6muzMxWa86a$hr!Lo{8MXn?N?iidK-TLG3i!a0WA%NXd@hUD +zdZaSOSZeheVc6=|oZCM+k^Yw>Py?PlKt7inxg3DjihM3VY}%Qjf?5xq^3R-LZ57|{ +zBO(!uN+KAQL@+9eU{n&ps3d|>Nd%*k2u39ljLJ|!W8&+PPqOw<!CJi*i)63u97ew{ +zb`T2qB66TN4#O5-%jJ;^4nlQ%IA`gn2mLo_t@{Mvr(;dq{z|&Lw{d2(SNkLAI`aTQ +zHbBYg-yNkCxoiNy?ysGvJ*~b;qnes?&aS0Ak799xv5b$Lf~bfhlgUuLFoD(@V>%me +zUcb8E9c~{9FqKo!mC}>3n+?F2&c^Edl{@d2mp^w)l>?#6>dH#3FrIs0k#kCW1ra$b +zBHn<tMuu~)WvpG_+4=c!@#TxV<*ltB-JupxIg(L#@z~Gj{@0CZ0h>VQI6>HthqFKc +loFV?djs@DlHqZbZz;Ac5;QYpuL@odT002ovPDHLkV1jR(MSTDO + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-active.png b/Breeze-dark-gtk/assets/check-mixed-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..03273478e77422be34688664923f20fa32995bec +GIT binary patch +literal 432 +zcmV;h0Z;ykP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0cA-<K~y-6t<=3sLQxpU@$WtNqLyAWbc$<j(F+a|R)eeHf8Y{CTewGq +zi&M})P|?!T(tl9Y;LzqE8CI(#PKx=`3!>*XL=l;GkMxYs;e5`I^KcIQb7=s}>8#Hm +zUbzz1d`x%)LItp&pZc=;kZ+a?iPAx~V*pIeMK5h3)?QC`use07M8XW|?&S8mX+?5C +zOaN#z3#;ApV`U6Lwrjjy9HP%gqCn695Z-{0?HT|R8++*1f-|gg&&z2ByH!U_P6@z2 +za9>U_0AVfuY#B-e_^j^r+3-Wg!Tt^W3sVA}V2(kjm?KaH`x8{fMuMX-J-jp&G=?p> +z;wfD5lu9_@mxQu%?|5_n@ou1Jz{eLP%#beIHC|3L%BeJe5WCZmUkPRPA@5FZBh1iP +zm?xR0TP_xXo&nG-7ZRow$$2*Sqrx|>^m=5cA$#SU+tShQ7SPhZ9|i;gKO=@Uq<TOL +asJ{b$7=}J4YpH+$0000<MNUMnLSTZvX}wnf + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-active@2.png b/Breeze-dark-gtk/assets/check-mixed-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1c0a60a29f83af13fdd5b45042385f3e1983ac78 +GIT binary patch +literal 848 +zcmV-W1F!svP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0|iM$K~z|U?byw06G0fq@$YOlo1|^hKvNrx1z$i#tcr^D&{FVV_3A}L +z#DkzBRYXDbkMLl`7d%)&5WIL3BUlewDHW}Pf+$FlC~CVxOlp$dwiyp;(l%`fX?CK5 +zzti&U%+811WnUinpV}fy3!NvU0nr-ncP(4BTLhOi3B#)tAnhzNF*cDK8;#}0za1IA +zd@5NMxb^JSZNBw8pK2`;pHfwsNb_?h{eHN6<l>2!g<28Vc`_Q%H+6l}S|UD~G_eNy +znHqf!c1Eqr@S(5l!00)I))GOQ@oeVBqwvcc=YIldMQLlezko~MJj2xcA@w)_JHyn6 +z=VWeQKqgH@sNL&oZMy^L^MJ0lRlNY#KtD1&p&nKenVrCTd<y_~`-UDM0*Ki&7;I|* +z@|X1wrLeXLh8qD7(5x4B3b!YJKbBlpea&_}dygTSS{%jXQYKdHI@2FVW{XxjZ<&2^ +z1hfS+OJeLf>NpNS^M~;E9<R83MWE&nIU`ymB2e+zT1DWWPF;ca;N7a{)D374-u-)l +zOT|GQfVJR2F|bw~C<Hoz14TfmaG(I_Bn}(~I*kJdfhus|5Kt8k9001sL5)DwIH&<w +z4;(BJxKx}7RR7^yHLw<(ch8Bc=joM)%#YEvAERr3)e9{(|Na+sE@diPTqY|YyCTqv +zT~~sXNt0~sTE%h2dr(eVQn)<=!#D5Wc>3cA=_^Ma2QC)jY0Pif8Cj?m&!9|vPXp*H +zJL-a2EUwjC0LaZ)U=A?%ee?l<(Q^plZK^v?`1}~V4g+9+di%7%auo(dHg-SM{K3;& +zXocIop&Oa{K`!+JrYF_PJPqh;ci`Q34$U7zn(^$LXy1X!RALga7Bny$*6kP+p?0-x +z)iRN0JR84v>ENf>?YA?fG1uGyUx)60^|c10dMdG5)7{H)dkx{L`dMBb%FZ%99{**( +zd-nKEwC}+9t0!M(c3HsKf*$oubn^W<k5XOvSil!xsvHpV?cru102ru$>*N3%NCH0r +a3Gf^J%_{|NFhj@y0000<MNUMnLSTZ_=78k@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-backdrop-insensitive.png b/Breeze-dark-gtk/assets/check-mixed-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..68b47ae0a4c631172cacfefdf0f0ed59e3edce87 +GIT binary patch +literal 386 +zcmV-|0e$|7P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0XIoRK~y-6t<+CW0x=ZF@o(Gtg9(3TKsXP3P4oaRbjvNggr0)~kYM7* +zvkb}%n}I3qxF8w>4zz@~?0fz6m%OBK;SvDj@wnCM^<M)a?}QMk4`A#1%hqOE7R$+e +zK3@j_SH1K_SNd_07Z_u_5-FwnX_7oe?M@6lNB||&eSQW8V2ojz=Y%T01qK0t5F-7- +zM#F2OD00F!RYjI9FvcLI=mK52Kjex5#D}xN0q9a%>&BipsI|Tvcnb3ZT`*_R6>|c8 +zu#=!Kb`(5@N!gquXljIENEn7b;dYPhA8e}1`SO3W0qnjYrBvS-LzXSPQz@me*5<zn +zZEdD$lAx423rmxP^}3t^+W?>}mXoO6iASU1jgqqG0~%|K^`@MCyuUpIEAgi%fC13u +g$g&!03#@?8Z?g1`w`OyE7XSbN07*qoM6N<$f&ww7i2wiq + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/check-mixed-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ca26d4c1b1d9803450574802dcfb04035da91f9e +GIT binary patch +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0>Vi|K~z|U?bthR6G0ru@$Y|T*Ioy)wnHEVNW4l;;0qujnn=I}I09|@ +za0SE(kf1=KKp+YvghBxwQX-y#@CXUQb_ns>&dgB6Yh;pOZ0{J5_?7e6`Dh<w&maD0 +zw8+m5mCA)eJk^>FBseEpjti3a32?ZkGw!v)+^DaGbMy1p8+!uJ%*>qB=({57giq97 +zan8OnnA5j!-h7$1b%B-2g~EYp`&2}oFvd`;t&=npoO51LB0`kU6BlE`Ai!F)wDPWf +z>dBK^n*b^u7*DlkQ{1Q3H5y67I}X4(M<YpCTm6hN2Bq||c(Q#N2zr28h35fkwRNnu +z-eEt-I!nD?2Oug;oCOX8(gi9dM*)&%GIm^=M$!U6D|H0O1H~Zi6o`Nwk2Q)S%B3P& +z>r64mSgN%uNz&}LIk)}fM7lditah2(lX9t)ISxQ;MY&Y&H!Rl|sCC~VL+3ZHt^BQ? +zQN{{vx7!2H85^+OZvVZ&VR0}9;3zoo3>*~)9)Vflz!NYl9C!d`iGz%RS>qr>pbs2m +z1oVZ241hjyFe1=54n_cu0|!F_hsB8uzTChwM#1HBxq;^e{fG1>3`4>&9C)E&^Y8zo +zHpbr>`FF0}7g()Ty&%(LXTNmcK?jLIBqBX$<0NVFab+cQ;BHZ!Gn}(@s|VdXXsvq# +z5aqpA+kTmRXKmxm`?T!`&~04@h>J05i2Z8RD5WSBV*ob4ZQMy&T}gc{oO8~;3WI>@ +z>4QuZqM<g{K_j9l6beiqI*8U9W44wbKYDnj)7{!pz*J7%Q%WE6F54x>Y%RZdzIgH3 +z!ou55(`rxA<;CJ+b!xJ7)gt?q4yHt8pNI^+nGX`@T+>*)w6XE^+Wdq2msUP}_|oZW +z0;@Y})SU!u*XRD!7t;jZ16z9mVY@tB1Y#hE|6d&ow19P>4mg1CQdvB7d@8D(00000 +LNkvXXu0mjfgkfV0 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-backdrop.png b/Breeze-dark-gtk/assets/check-mixed-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..118a0d202a75d1bacfc0aa8c0511e798d46e8483 +GIT binary patch +literal 421 +zcmV;W0b2fvP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0a{5!K~y-6t<*nG0znkV@h{63>_CVK*$p8|^Z<lV;DS8{={bO{2l50K +z8d?p47E}hL5jcPaQOs;?h|E$TvG7k!5ZE!ia^B1*zsyS>Y`8)I)#^!Xdw1*BaT0ke +zVi`JsKb^jNp6m`E$E8~B^vwj=*^A#8M##Oqx<)Cbl_)AixL9xtsdTIb<P8AZw)flZ +zdu<G0q7-+X4#{LP2P8}YD`FXwFYKs%h-2G<FeyFijV5ZMup$uyh%fwCPz=Cv7Ver_ +z1Ng39Z?Lqd4fc8i9{T;wfa@?VFbEbH42lH;b+EOdF18X}g*lG16f~DLve^vTY(^&> +z@JB)^y}*y9lnZAje6FCV5aEeZ)EiChR3a+yl|TPU=y|eREVx94_!oBI7I=CY^?{iQ +zFnk=BQt4Q$QYq(zrMF;}@6Si0=fTC<`7tmK{py8)1Q2J%u$I&e7z3{#!I*{PMX9bl +P00000NkvXXu0mjf5{|ES + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-backdrop@2.png b/Breeze-dark-gtk/assets/check-mixed-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f79c0c2bd7834b6bfd99de2ab624389af92fcf58 +GIT binary patch +literal 846 +zcmV-U1F`&xP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0|QA!K~z|U?bu6C6Hyq(@jrB?gVT1#)F9F-1T-#8Ok**EB;Gdq8B7;0 +zT)8muv*?1v4Z%b=XiSU|b)gGyfRI?k#En7G0VNSTEj`k9EG}p#VrgpWoEj6K<=gkn +z`L(B)=?nkUSXzEBBoY^maJx1f4u?;NLcyS-C{h8A<B-X$tbF^neE;iG?)>%ZSJG91 +z=Pq36>)qY`#59a;QdL!ww$tC=Ss#v#3=K_}Yc4R6xM=J@5dCZ##x{`^OioQ>EiB?V +z1*s@SQHgYR5RV_iGz{#Ny*fKHw`+9tstwRuZVb0;!)4r^yZ87oKQA2z;5Y^5KYn6t +z>;WPxFt?j+;r6y0fU*I&V@LQ5z~t04xqMDK?DypId0tMhpX|<E9VdV&(BcAv!H^DM +zEi5)2S5A3vBNz$*8eqB~QAP2!02Rl&I~wKaz!7v^_Y{*Af*0cxSk{7DD-_oER#lf} +zv{o+Nm;nhmfPk(u*xz5P&0iB3kbo;k57fMNYfa$aPE&!&<m<ZEG!2+czUI};Ox^36 +z0^BMNngDDB2a<t};y@zM3mixSdW8cCKreCNG0<xqcnFk%1CM~RaNq$@CJq_|%Emzh +zz-HiJi@>eo{^0(vB6R~B!438g)V;3mu|X_$kXY<s-5YH+|Nb3yRtRaEi)`&{*95*8 +zpOAtSS;6y(@tS?^d(d%ytSO4GMN!lZ|BWqcft$B(dk)+zs^4F-IBVsa`wFhCWCTE@ +zv!f}P%@U1t0$^t{?vc5`<>loufOz~6TIrcIGn%GxxGxUCm&MOdO68)j+^}zN--A#{ +zyJVV%+S}8E5Q3}_6pKZvFjZCQ>e|DplgA0@I(Euly*4~@R)|ai$W;z7BVA9;?Pi-) +zRh8H&d-dU?hlyv8AJ3LbOTJ$ll2cQQMyUJpYCaunReTXuQT;xj+^@<)!69X*vhU~K +zKe{$Na`x?;8LRYA4p^#~QJ12yKA+R1>Z&IPSb$Rv2<ziv6EFZj@_%)TKpsc~Hn0Zp +Y6GaI%_S7k}RR91007*qoM6N<$g1ZxhW&i*H + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-hover.png b/Breeze-dark-gtk/assets/check-mixed-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..03273478e77422be34688664923f20fa32995bec +GIT binary patch +literal 432 +zcmV;h0Z;ykP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0cA-<K~y-6t<=3sLQxpU@$WtNqLyAWbc$<j(F+a|R)eeHf8Y{CTewGq +zi&M})P|?!T(tl9Y;LzqE8CI(#PKx=`3!>*XL=l;GkMxYs;e5`I^KcIQb7=s}>8#Hm +zUbzz1d`x%)LItp&pZc=;kZ+a?iPAx~V*pIeMK5h3)?QC`use07M8XW|?&S8mX+?5C +zOaN#z3#;ApV`U6Lwrjjy9HP%gqCn695Z-{0?HT|R8++*1f-|gg&&z2ByH!U_P6@z2 +za9>U_0AVfuY#B-e_^j^r+3-Wg!Tt^W3sVA}V2(kjm?KaH`x8{fMuMX-J-jp&G=?p> +z;wfD5lu9_@mxQu%?|5_n@ou1Jz{eLP%#beIHC|3L%BeJe5WCZmUkPRPA@5FZBh1iP +zm?xR0TP_xXo&nG-7ZRow$$2*Sqrx|>^m=5cA$#SU+tShQ7SPhZ9|i;gKO=@Uq<TOL +asJ{b$7=}J4YpH+$0000<MNUMnLSTZvX}wnf + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-hover@2.png b/Breeze-dark-gtk/assets/check-mixed-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1c0a60a29f83af13fdd5b45042385f3e1983ac78 +GIT binary patch +literal 848 +zcmV-W1F!svP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0|iM$K~z|U?byw06G0fq@$YOlo1|^hKvNrx1z$i#tcr^D&{FVV_3A}L +z#DkzBRYXDbkMLl`7d%)&5WIL3BUlewDHW}Pf+$FlC~CVxOlp$dwiyp;(l%`fX?CK5 +zzti&U%+811WnUinpV}fy3!NvU0nr-ncP(4BTLhOi3B#)tAnhzNF*cDK8;#}0za1IA +zd@5NMxb^JSZNBw8pK2`;pHfwsNb_?h{eHN6<l>2!g<28Vc`_Q%H+6l}S|UD~G_eNy +znHqf!c1Eqr@S(5l!00)I))GOQ@oeVBqwvcc=YIldMQLlezko~MJj2xcA@w)_JHyn6 +z=VWeQKqgH@sNL&oZMy^L^MJ0lRlNY#KtD1&p&nKenVrCTd<y_~`-UDM0*Ki&7;I|* +z@|X1wrLeXLh8qD7(5x4B3b!YJKbBlpea&_}dygTSS{%jXQYKdHI@2FVW{XxjZ<&2^ +z1hfS+OJeLf>NpNS^M~;E9<R83MWE&nIU`ymB2e+zT1DWWPF;ca;N7a{)D374-u-)l +zOT|GQfVJR2F|bw~C<Hoz14TfmaG(I_Bn}(~I*kJdfhus|5Kt8k9001sL5)DwIH&<w +z4;(BJxKx}7RR7^yHLw<(ch8Bc=joM)%#YEvAERr3)e9{(|Na+sE@diPTqY|YyCTqv +zT~~sXNt0~sTE%h2dr(eVQn)<=!#D5Wc>3cA=_^Ma2QC)jY0Pif8Cj?m&!9|vPXp*H +zJL-a2EUwjC0LaZ)U=A?%ee?l<(Q^plZK^v?`1}~V4g+9+di%7%auo(dHg-SM{K3;& +zXocIop&Oa{K`!+JrYF_PJPqh;ci`Q34$U7zn(^$LXy1X!RALga7Bny$*6kP+p?0-x +z)iRN0JR84v>ENf>?YA?fG1uGyUx)60^|c10dMdG5)7{H)dkx{L`dMBb%FZ%99{**( +zd-nKEwC}+9t0!M(c3HsKf*$oubn^W<k5XOvSil!xsvHpV?cru102ru$>*N3%NCH0r +a3Gf^J%_{|NFhj@y0000<MNUMnLSTZ_=78k@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-insensitive.png b/Breeze-dark-gtk/assets/check-mixed-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..68b47ae0a4c631172cacfefdf0f0ed59e3edce87 +GIT binary patch +literal 386 +zcmV-|0e$|7P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0XIoRK~y-6t<+CW0x=ZF@o(Gtg9(3TKsXP3P4oaRbjvNggr0)~kYM7* +zvkb}%n}I3qxF8w>4zz@~?0fz6m%OBK;SvDj@wnCM^<M)a?}QMk4`A#1%hqOE7R$+e +zK3@j_SH1K_SNd_07Z_u_5-FwnX_7oe?M@6lNB||&eSQW8V2ojz=Y%T01qK0t5F-7- +zM#F2OD00F!RYjI9FvcLI=mK52Kjex5#D}xN0q9a%>&BipsI|Tvcnb3ZT`*_R6>|c8 +zu#=!Kb`(5@N!gquXljIENEn7b;dYPhA8e}1`SO3W0qnjYrBvS-LzXSPQz@me*5<zn +zZEdD$lAx423rmxP^}3t^+W?>}mXoO6iASU1jgqqG0~%|K^`@MCyuUpIEAgi%fC13u +g$g&!03#@?8Z?g1`w`OyE7XSbN07*qoM6N<$f&ww7i2wiq + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-mixed-insensitive@2.png b/Breeze-dark-gtk/assets/check-mixed-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ca26d4c1b1d9803450574802dcfb04035da91f9e +GIT binary patch +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0>Vi|K~z|U?bthR6G0ru@$Y|T*Ioy)wnHEVNW4l;;0qujnn=I}I09|@ +za0SE(kf1=KKp+YvghBxwQX-y#@CXUQb_ns>&dgB6Yh;pOZ0{J5_?7e6`Dh<w&maD0 +zw8+m5mCA)eJk^>FBseEpjti3a32?ZkGw!v)+^DaGbMy1p8+!uJ%*>qB=({57giq97 +zan8OnnA5j!-h7$1b%B-2g~EYp`&2}oFvd`;t&=npoO51LB0`kU6BlE`Ai!F)wDPWf +z>dBK^n*b^u7*DlkQ{1Q3H5y67I}X4(M<YpCTm6hN2Bq||c(Q#N2zr28h35fkwRNnu +z-eEt-I!nD?2Oug;oCOX8(gi9dM*)&%GIm^=M$!U6D|H0O1H~Zi6o`Nwk2Q)S%B3P& +z>r64mSgN%uNz&}LIk)}fM7lditah2(lX9t)ISxQ;MY&Y&H!Rl|sCC~VL+3ZHt^BQ? +zQN{{vx7!2H85^+OZvVZ&VR0}9;3zoo3>*~)9)Vflz!NYl9C!d`iGz%RS>qr>pbs2m +z1oVZ241hjyFe1=54n_cu0|!F_hsB8uzTChwM#1HBxq;^e{fG1>3`4>&9C)E&^Y8zo +zHpbr>`FF0}7g()Ty&%(LXTNmcK?jLIBqBX$<0NVFab+cQ;BHZ!Gn}(@s|VdXXsvq# +z5aqpA+kTmRXKmxm`?T!`&~04@h>J05i2Z8RD5WSBV*ob4ZQMy&T}gc{oO8~;3WI>@ +z>4QuZqM<g{K_j9l6beiqI*8U9W44wbKYDnj)7{!pz*J7%Q%WE6F54x>Y%RZdzIgH3 +z!ou55(`rxA<;CJ+b!xJ7)gt?q4yHt8pNI^+nGX`@T+>*)w6XE^+Wdq2msUP}_|oZW +z0;@Y})SU!u*XRD!7t;jZ16z9mVY@tB1Y#hE|6d&ow19P>4mg1CQdvB7d@8D(00000 +LNkvXXu0mjfgkfV0 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-active.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e25dc785ed769fae08d12465e0a60d527aef4f74 +GIT binary patch +literal 437 +zcmV;m0ZRUfP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0cuG^K~z|U?Up}FLQxpTAKx2j>D5A~xYZU$I7nE10l^OuM4PxrgNswp +z7pQ1y@k10fxI0LO>3T_=uK4e2A$o3ui!`0r3k~u9#>07df9F}w3kZTB2*ST6z`1-_ +zC`F<>N3Ue<XDGZ$oUAwQ&sC>Y9oV&O<F@4L=GHhvVteTqkLcv<@e-cf<wQYd!U*Q_ +zr>2#v0LTFFv~rvwf$ik+^yz^u2LNj1;QRRw#%?MNAg-HZHAvx2QX>Zduzq$8!%FJO +zwVRlfi|~eB&_;{^L;*NjGdY6G=*j^ASqHz5w2N6;@UIX-zlfk;M9?oH=$DlRRlBKu +zcmDaY>KNW%?2Y?#G82XxIhd4->|udu9G=@#oD8c$)oE3Oxje{B@XWA~3*`!!+Vwhs +znQo5N;J~hBO)FIio!_J>vc-Fx+fy_9?Y(h-bpc?gn`3R%OPM$pD--L1STr{T(1qs0 +fDhPrg2>$p1VbWuv6NuMG00000NkvXXu0mjf=Htj6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-active@2.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d99042f5791985e787ccab309628c27901a1a636 +GIT binary patch +literal 883 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8H9TD$ +zLn`LHy>&WUI8cK1L$Uf~&!E{-8Cl&M14Ki*^h2V=r!{fQN0%!dZ4Gc;)zS1q{^6kx +z{+I~If|q_h3A;ZuYDBTJ25KyIxwuXF$P%@gTh5jm@-7nCwBxhugwN5foHgl1Me4#c +zxCI1}z(gHY*$eercb8f1a&umN?OkwZ=-N}AUC&;6Nm`j($IqR6D&+Y-+3LclC2>an +zTMo!RU-z~r_txJdS^h^=ieFuP_dMw1<L<^zZ}oWZ)DF=bK$Ft)?|wcDlrFi~YHrqb +zbmex3r7EH?i<34~Z#y6<({y!SQ`zRHmsY#SuFsGAp(vQ{$-~NU^`dE%_WFv~I%4*A +z)Ajiov{ZHKsyZ*t?Y>Ycu60wEx3uIQYl8QYPEm<hF}vj%_G}D%@o7(pPwXxm{`@~? +z3<`JdT5~9{HfsCjv8q``GyItT);{QTSm!!X1|^0twz-O%)-XD>D*xO5_j+pf`unXX +z4n7W8`?m2}D7W68GrT&!et+y<i2g19S^GSnc>=dlcn<5e$1)Opdu$jsJo0q;K0iZ3 +zz9R1evozbW$w`|-qYvL~tiQKR{Kx*p#<qwBieecZtWrrtF&8cqkI>zbw7E1cugun0 +z|HA1z0-Ax(W2YEjXP$q%<3@4f-UpeYeHs=U?dS38`}!@YD2>qi#;>*MP<^0g=1QK8 +zqAQAxT^WEO>EUW36182HAt2UHoHL0vEPa_ALxZsei)ilDu9e<L9~FF)V`T_gcHe&G +z+^`Fl3m33oTVlp<v*l5zaafVB#T{#g*dKja53M(BQ4oFEz2(5Y3+*o!eg=9r!#uif +zx}4>nfD^h59~fA6o%OA0PCb2W-*T;+y1R9^^1V$veY1LczfbzRJ@IxX-3{N5b*yz@ +z`0?w{zv~h1O1a`iw{@)dNIhJ!*eU6|F2g^u`%8DeIe)4>{qg%t%I(kZ+5Fq|XBzwd +z0}h?<C&r~6zCT|)Gw9xZ8-{oW9X8t?k*wD?g&n$|^vvO(eTJw5tApIX_w#PVODZA2 +cqW^dGYs4SQTxF7G2Ie9LPgg&ebxsLQ09N{cMgRZ+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop-insensitive.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25ad88eb62a20b4eaed21d3319a2640ff6b60bbc +GIT binary patch +literal 398 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlHoojqL~ +zLn2z=PP6qp>>$v3zp6=g$)6jXA1g04v#>8{Fx&n>sGv_qA!tH|MYnU#@{NxTc8drG +zHKZLE6Uo?DW%u^>^)n1zi!{1Etv8(X@Mq1v_x<Yrw!$&e$wHmkb8kl-KfUUV`0KB` +zzJ0Bl<bLk>$;S&V@8os~ozV$&beXKu_x|uf1EvD*13xPoUkEyzyLJ~a95{2Ln<-r+ +zmT|_fszq$Qh9}c^l$13Z@a)}Fds*SMSwb31qa>pQ<BcCX7P0w%<Yi~Lcs}xdQWX0i +zZIgs>IErGwV}5r1nL76^-D``Zm1Y?jZ#t7bwXU%vVXdx8-wMaq6*G?*c6dzVIbPr? +zvv}QV(T4JP|0@Zh&$<f?dM=fec{&<Q+mVwS`F{1)*QY--H_TnHzH5d59L+xU$uF8M +o%(gRsU_0L&8Yto#xa%Y1+<U1p+z}qKzyN0OboFyt=akR{0L~SwSpWb4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c31caa5e3be03e2a5ab8c367e19820fcca1d72a0 +GIT binary patch +literal 827 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8K6tt~ +zhE&XXd+T7Ih^x%;kNKfr4QwT<(-I5$XLS^O;rzzx!!g}=iueP;Jw?aE4eS~@<veU8 +zdfA1OuQlKCxuKxcabQ#SoSCJmRnyjL@f$lUq#arE+g|O-cgr&WSLT1czg|%ZRZv0( +z+vb!Wc=l{*+}661r3FWS>+L9)S(iO?`pL^OpY<pHxLL8kxU~BBts_R~w;bS(j(*Pk +zQ2Y5G%hPjGi~P!!KJL|D7ytjJ*5Ne=&Ytz&ds+IW`}03LC6pImWc<2C?RkzUXG3w{ +zrrS$jg_m?SO?h<p?)`cDsvjSF?yvJ{&(Q@8SASic>RQ?V{oBkd!k<4e6rJ;VHS6!* +z`<;f5YAvGYR{atTh<GwnRHEiNbHl|K4O1qCo(a-aKla#=A@%(e*9X2l_bfIu?Jdt| +zzH<4N)}y6rUj-Qs{@&i8cOl>Ua7q-jg+^ojo^7d-o6KGaJ7t*aA3IWDvSi)z^Xs14 +z%>H@KHu|S_!j-gjH+f>xat$)}+B68*WH)b}Ui-%7_D*em1D4$<{u`9NeyFYgA#^d5 +zbWkJj$^&g73C>y@6h&`L;L7n}HCuvDc<r785^ukC=pK(td&<h^?mU@2HYa=Cteg7^ +z+HN_%oKu~czhm8Un_G9ccGWh1-~4l;aN6$QX~qUiYxozunKdu%clh1PvNInWL)&5- +zfBukixVrvB-q-A@-{(2*XL@ilzCB)VU)XEQT>c#f_uj{xwY>XMgjHHP-QuQpp|-{) +zOaJxPlOOjQw+M86{PB<fe*O24f4&92uFU2Cu?G}~wcp~a<<CVu(-D6B@$YT>w=w%l +zKR;Xl*}Hm6joGrl&RXYp?%ix0V{iIH<zd|Sg%RcF_CA|q9K8b=L6>J-x_kJrz5U&P +z-)8fd%iH})uFF2P=0MoY`4i`9&zO7u_x`XcnjaV}@~R(%itae^%Gf%ojOq9P1)VqZ +o?=c#%z3D&R)qwze7X4#8IqT6Ki`*xxfVqLe)78&qol`;+0B2p8CjbBd + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3e0e3c4faf264bedacb9e55da17b332e6bb0e7cb +GIT binary patch +literal 424 +zcmV;Z0ayNsP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0bNN%K~z|U?Uu1l!cY{3e~LqUONdF+h7cwC2n^WbjzM-Fz|{xx2^=)6 +z8U!7f49KPrz(5ppt4m{VI|w@9K;m*wn>d*B&F9bg?!VjvFbu;m%)h2U8SZvZOFMhp +zcb?}oEYmV5*(6PuVJN5bS=8$F&OUT=Ta+cc`{i51DEL>`H&9AZqOgT1HUmGX)=DD) +z4FF#{IZ_L*>mH294`ew2h?T<qWP(biQU~DZ=12`%re(xGa>wl>c&@9JlQKkqFocQ~ +zEYmaqlmWcyWJwKfqALdgp7(23yO_*^e+3KXg$47%f_Y)Vykr)XG9=8(tZQh0agwG> +zTZm$;6#9c9d6}>U5|ykd8B&8`D5uT9hb;un3~RYVKfv?r;t{~7ZjRL8d=|B;wbH25 +zY1f5CJ6KhctQL!xr_1w;69AEJj&xCPWE`wdCej13ZY~1w4$Xs=VHk#C^6?FEBx0Wt +SfEus>0000<MNUMnLSTZlq_u7U + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop@2.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..92d0732a569baafa28767744b72f04793e97b76b +GIT binary patch +literal 877 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8l{{S> +zLn`LHy|p)6I8lcEL;l&=b$eCHRhM2<i~7jQE^a8gwkf~+AMd1t2TwYF$iL`Vz$sc1 +zDCn}LEQ3A%SCW+mm)@eV^??Uxc+WbnW*ObC;xu)_!=3SLKkJTp|EMjFf47tS4zqwD +z5}3Hg?qx&Hw@H&_wiTUB`Q)P{*e~6tI7^&`QETeetMc|;{rl=y$L^^7oE2&0zvaMZ +zas9sc_x646d~Lxz$#U+Lzn{*R-#h+z^7VDPo~a$8GtR~peS7O)UnraI5GpG6+51Bn +z7e`ZDhzi321D_>s?h{VRw7j<X;QjB`>+tv6@9wL;JN?9MB|{O0Nr%JM#oqhN&i}En +zGIEa%14k3vH2d0PSFR+lSk+|x;+uN=?|epqo#h>(7A8|{xEZ>Cs$O|zx^hNe)>o@I +z9n<i4*K(EB8J8$-cyxrT=eV#LLxnc$%8qrnZu;2>GAA$=96l#dts>>Ng#Up3>9T68 +z-o?W0iMPvERE91!FyGH`KKf_znu{4}v!BhsT*5Hr&>7L)Ox806H24{kw)G~v_m%vP +zGI?`np16dt#`?2;rE_I}{rtA)z<*xuD@T}2H#+$01PBwy{JQ7Bs-UFJp`m$Y>bCj? +zd3BCUTtY)D_8G|kx|4V09yj~J^}L5WzDTz1e0g`n^R*Ao-K`GVID5v$jMv*)q=O`r +z!XLcKa%FVLDsj<Tw7MiqgyBKBR#JBKngdB2Em#?5o^g!0c;S9}d1|B>UvD}CLp*o< +zye)j|+vf^%RwvxPXZyHcnDh0f*H+Ko#qM4(#VJ&C&HDB_zS%RDb#B}!Yf<}(C21S) +z{wM42p75O)yy_A|0JFd=GxMLk(^hU={%*l-{h60L<3C+rmcDHB`Ly)-?R>S)C#sW= +ztaD(fn0a1&&XIH4*<U|3>bj|<N~M_yO|1Q3F2(3oxAND+zwI-ncb+WHzrW{Gl>F5T +zItC$+s+UCbn0$X8X?yB-G;agD0!MYhdaj)Gof&zC-A@1PUsyF*H5kqMZo6^6kqZ*| +czx)1L!&h_Hp1E-!n12{NUHx3vIVCg!09Ja4z5oCK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-hover.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e25dc785ed769fae08d12465e0a60d527aef4f74 +GIT binary patch +literal 437 +zcmV;m0ZRUfP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0cuG^K~z|U?Up}FLQxpTAKx2j>D5A~xYZU$I7nE10l^OuM4PxrgNswp +z7pQ1y@k10fxI0LO>3T_=uK4e2A$o3ui!`0r3k~u9#>07df9F}w3kZTB2*ST6z`1-_ +zC`F<>N3Ue<XDGZ$oUAwQ&sC>Y9oV&O<F@4L=GHhvVteTqkLcv<@e-cf<wQYd!U*Q_ +zr>2#v0LTFFv~rvwf$ik+^yz^u2LNj1;QRRw#%?MNAg-HZHAvx2QX>Zduzq$8!%FJO +zwVRlfi|~eB&_;{^L;*NjGdY6G=*j^ASqHz5w2N6;@UIX-zlfk;M9?oH=$DlRRlBKu +zcmDaY>KNW%?2Y?#G82XxIhd4->|udu9G=@#oD8c$)oE3Oxje{B@XWA~3*`!!+Vwhs +znQo5N;J~hBO)FIio!_J>vc-Fx+fy_9?Y(h-bpc?gn`3R%OPM$pD--L1STr{T(1qs0 +fDhPrg2>$p1VbWuv6NuMG00000NkvXXu0mjf=Htj6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-hover@2.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d99042f5791985e787ccab309628c27901a1a636 +GIT binary patch +literal 883 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8H9TD$ +zLn`LHy>&WUI8cK1L$Uf~&!E{-8Cl&M14Ki*^h2V=r!{fQN0%!dZ4Gc;)zS1q{^6kx +z{+I~If|q_h3A;ZuYDBTJ25KyIxwuXF$P%@gTh5jm@-7nCwBxhugwN5foHgl1Me4#c +zxCI1}z(gHY*$eercb8f1a&umN?OkwZ=-N}AUC&;6Nm`j($IqR6D&+Y-+3LclC2>an +zTMo!RU-z~r_txJdS^h^=ieFuP_dMw1<L<^zZ}oWZ)DF=bK$Ft)?|wcDlrFi~YHrqb +zbmex3r7EH?i<34~Z#y6<({y!SQ`zRHmsY#SuFsGAp(vQ{$-~NU^`dE%_WFv~I%4*A +z)Ajiov{ZHKsyZ*t?Y>Ycu60wEx3uIQYl8QYPEm<hF}vj%_G}D%@o7(pPwXxm{`@~? +z3<`JdT5~9{HfsCjv8q``GyItT);{QTSm!!X1|^0twz-O%)-XD>D*xO5_j+pf`unXX +z4n7W8`?m2}D7W68GrT&!et+y<i2g19S^GSnc>=dlcn<5e$1)Opdu$jsJo0q;K0iZ3 +zz9R1evozbW$w`|-qYvL~tiQKR{Kx*p#<qwBieecZtWrrtF&8cqkI>zbw7E1cugun0 +z|HA1z0-Ax(W2YEjXP$q%<3@4f-UpeYeHs=U?dS38`}!@YD2>qi#;>*MP<^0g=1QK8 +zqAQAxT^WEO>EUW36182HAt2UHoHL0vEPa_ALxZsei)ilDu9e<L9~FF)V`T_gcHe&G +z+^`Fl3m33oTVlp<v*l5zaafVB#T{#g*dKja53M(BQ4oFEz2(5Y3+*o!eg=9r!#uif +zx}4>nfD^h59~fA6o%OA0PCb2W-*T;+y1R9^^1V$veY1LczfbzRJ@IxX-3{N5b*yz@ +z`0?w{zv~h1O1a`iw{@)dNIhJ!*eU6|F2g^u`%8DeIe)4>{qg%t%I(kZ+5Fq|XBzwd +z0}h?<C&r~6zCT|)Gw9xZ8-{oW9X8t?k*wD?g&n$|^vvO(eTJw5tApIX_w#PVODZA2 +cqW^dGYs4SQTxF7G2Ie9LPgg&ebxsLQ09N{cMgRZ+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-insensitive.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25ad88eb62a20b4eaed21d3319a2640ff6b60bbc +GIT binary patch +literal 398 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlHoojqL~ +zLn2z=PP6qp>>$v3zp6=g$)6jXA1g04v#>8{Fx&n>sGv_qA!tH|MYnU#@{NxTc8drG +zHKZLE6Uo?DW%u^>^)n1zi!{1Etv8(X@Mq1v_x<Yrw!$&e$wHmkb8kl-KfUUV`0KB` +zzJ0Bl<bLk>$;S&V@8os~ozV$&beXKu_x|uf1EvD*13xPoUkEyzyLJ~a95{2Ln<-r+ +zmT|_fszq$Qh9}c^l$13Z@a)}Fds*SMSwb31qa>pQ<BcCX7P0w%<Yi~Lcs}xdQWX0i +zZIgs>IErGwV}5r1nL76^-D``Zm1Y?jZ#t7bwXU%vVXdx8-wMaq6*G?*c6dzVIbPr? +zvv}QV(T4JP|0@Zh&$<f?dM=fec{&<Q+mVwS`F{1)*QY--H_TnHzH5d59L+xU$uF8M +o%(gRsU_0L&8Yto#xa%Y1+<U1p+z}qKzyN0OboFyt=akR{0L~SwSpWb4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-checked-insensitive@2.png b/Breeze-dark-gtk/assets/check-selectionmode-checked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c31caa5e3be03e2a5ab8c367e19820fcca1d72a0 +GIT binary patch +literal 827 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8K6tt~ +zhE&XXd+T7Ih^x%;kNKfr4QwT<(-I5$XLS^O;rzzx!!g}=iueP;Jw?aE4eS~@<veU8 +zdfA1OuQlKCxuKxcabQ#SoSCJmRnyjL@f$lUq#arE+g|O-cgr&WSLT1czg|%ZRZv0( +z+vb!Wc=l{*+}661r3FWS>+L9)S(iO?`pL^OpY<pHxLL8kxU~BBts_R~w;bS(j(*Pk +zQ2Y5G%hPjGi~P!!KJL|D7ytjJ*5Ne=&Ytz&ds+IW`}03LC6pImWc<2C?RkzUXG3w{ +zrrS$jg_m?SO?h<p?)`cDsvjSF?yvJ{&(Q@8SASic>RQ?V{oBkd!k<4e6rJ;VHS6!* +z`<;f5YAvGYR{atTh<GwnRHEiNbHl|K4O1qCo(a-aKla#=A@%(e*9X2l_bfIu?Jdt| +zzH<4N)}y6rUj-Qs{@&i8cOl>Ua7q-jg+^ojo^7d-o6KGaJ7t*aA3IWDvSi)z^Xs14 +z%>H@KHu|S_!j-gjH+f>xat$)}+B68*WH)b}Ui-%7_D*em1D4$<{u`9NeyFYgA#^d5 +zbWkJj$^&g73C>y@6h&`L;L7n}HCuvDc<r785^ukC=pK(td&<h^?mU@2HYa=Cteg7^ +z+HN_%oKu~czhm8Un_G9ccGWh1-~4l;aN6$QX~qUiYxozunKdu%clh1PvNInWL)&5- +zfBukixVrvB-q-A@-{(2*XL@ilzCB)VU)XEQT>c#f_uj{xwY>XMgjHHP-QuQpp|-{) +zOaJxPlOOjQw+M86{PB<fe*O24f4&92uFU2Cu?G}~wcp~a<<CVu(-D6B@$YT>w=w%l +zKR;Xl*}Hm6joGrl&RXYp?%ix0V{iIH<zd|Sg%RcF_CA|q9K8b=L6>J-x_kJrz5U&P +z-)8fd%iH})uFF2P=0MoY`4i`9&zO7u_x`XcnjaV}@~R(%itae^%Gf%ojOq9P1)VqZ +o?=c#%z3D&R)qwze7X4#8IqT6Ki`*xxfVqLe)78&qol`;+0B2p8CjbBd + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-active.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f7f75f2a87a4a803f0fa7f7e3152f99732f652f +GIT binary patch +literal 390 +zcmV;10eSw3P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0Xs=VK~z|U?bfkM!%!3k;6JBAi*3?MI!V+`1j!Jj>I)R|7UEXAi)&Y3 +zK*hz^P;}_tp;#$&&C;o*ZJMH#_Fjh~INp;CLOI`jf6jj|cQ}9$LI|<dEY9K6W~<~J +zoV}BGT%%%zI9a`zuGMhRnMK`t|Gt%&=5{zk%16PQCc5}~zJX50oG8ey=JH|V()Ro| +zfEoa8l;aGs_D{~2FHh`p0HEe0e7`;*cjyNIT+<w@AQda5<|B5wUpgLxcFP37F`k)v +zS~kXC>%R&blY&`E!K|cUR#Gsl?JB4j(>2-E)Wa;tg-#}llVKH9!$Bt>Hjt*I<+vz> +zO)R5c55USa$Jz&HQMYb;e!FmW7f@-Bce!MuR?)|2|MB)3Kx~?0ZPb4<E;cI@>w?(4 +kTnu0g!-Z7{A%w{02l1Ryzsi{iLI3~&07*qoM6N<$f)(nocmMzZ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-active@2.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..15bc6b6ed809b0b27dcaf4deca84cc36eecc8ca5 +GIT binary patch +literal 793 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8&Uv~x +zhE&XXd+WUS<wBX`AFqGk{eIu=Kb8fTFA8mOZcTA*Ec0mLD}Aq~D7&lGO~mD|plsBI +zh0fe9eRq|bzf5SAh-`Ga;hNI9Uv16VZSTMD-kIP2K1`s8Z~pse<@o-|8a46vZSRJc +z|6p)I1}ff@<s@YMw`P8HvAS@xI<UKJTSi($$@x;99Xrp?ef8{9N@@1rTXzmiSDv)J +z*pQxQZzXM6m*@80!%d}Js&MmtucJ$MF6{rl{=9c?2dfOwAW8M}>tD;B?3jK2&^)ij +zoBl`^cm++CGiF-6T>jYyjW2yFcXEzt)mF@%QD5_Y_mMezg@Ftg9(9)3#(g}g8!|2J +z>0`!*V5g_AtEZ^FJ9svI;n7`(8!N6GGqfF<6LG*H{Jko}hUJ$E*2=D&*%p({{_RUJ +zgTsd1`4SF7O#XB3SR35B%5tDO=euWZbhp|p#ukPxzxOJN8%TVryIuY9hFOyM-s+!! +z=kGuJo^xZve~ruUx#hMr?Aw2@S?oeN&x#I4QNsmFY#~P)x+DSwnYEG}TnPxOh+WXV +zt;cZS&h%ne1_s?LZ)zV-iCM|Jvtehi5`%>8-yq?7QHvrehJdwqyID3iT<v{2ogsm* +z--&y>$61plu2G3`JGdAM!o<>FZGZaR@4$QRYpVV{doM*VHvf9#VZw%dj=V(atB1@s +zL{FRbrDaxvjI6_tPqHu88t%B+vvq=$w5E7bDuWqAeE-f)`3*T%W*@@3OHa#r=N>ql +zw&u)d_V6$@b+PRGw^$~8E_Qw+%fXPnS^t{S$Ba`NPyAlGeGq6$4Cd~Tx%~TRsm`0c +z)H;j!d%pThj=62K+Z(y|?};|?3*nE_mt^x)Jpb%ez2&>Q^Z~7guKVKmRyTZITUOzI +x#^*#m+ghdqh9?jI-WC3>;f$23zU=?aIn8k2jIW<{Q-Nun!PC{xWt~$(699u$Xq^B6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..82edbdc77322b6046a620bd8c2f18e59e2805ed4 +GIT binary patch +literal 357 +zcmV-r0h<1aP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0UAj}K~z|U?Uq4K!!Qs<zdfZXQrp<A=y|dS2@b#lw!H<HfOGT!m4d{E +zyFin4lRz1pMTNxDlOQ2g^VWWvXUmHL6h%=K<)kr^!$na{Ci&uNWbCyu#!K7~<1R$r +zv`w`x%d$)LMv@`txqm!-9`4@i2Fxr`K|~Ah-2Heu%K+R0h$)^G4KZ|6_lN@kW=2)l +zIHT+ez%tbn1sY>~pST~G8P=LPfO)DT3j9Nozt(>RCZmBv(ZHc-;7~MhD5n(|V%!l? +z?_orQ5JD|+gn_*A&Y@2v5y3l$u4}gdzEVBWKG-(ZdOV$FtJTFNS({5-4x#Bj+U@Jh +z^8<i=swdj0e>qDWS0>Q~aeTQwfOjM=tcs#2iZYCEtb<abOT)a%00000NkvXXu0mjf +DbTF5W + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f89984de1399618416ac0feb940020b8cf41542a +GIT binary patch +literal 748 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ87J9lk +zhE&XXd+T79aG=PskMHlyoU!E5mMd3uMAp2$q<(^%<EXF0Zzj8@+wWd$claw@aXr|o +zp~o_D*9Pl@i?)Vkd*`}Lj+*T`t9pI6r%TI=N9R1J*6mMa`mRzxX{H08g9|d)<x=gi +z)-2vn>uzhrqims*s*NJ1&ntiQZT~m7b?@~o5wY;FX}4y54q-lb_4Q`KMea&zZpG&e +z?(OE~u6}y()2HaQl39$|TYrAKxvE+-DQ(Tx472YO%YrK2Z*^m0aA8@RBzUr-$w}t0 +z<?fxoKfd_%>eXN8-b%N}0Sq2M3my0PSMzSUysgTH;lsVfbC+ejscqXTcFg7S$tM?e +z88#lX+1fBsGlsn(tyun?<yu2$%l8+uwlXj*{d6Og;rYT3y}{fWJuxf|TPA1q{#adh +zi<QCUSPVk|i^06_JX;%>rZDt8$+qtKep5aE$@97PC#&0{4%A;+xrg5-ld-sdzq)S1 +zI|%~;X11gQ4m=VajLe1!3T!+_8X5@*dgv}-4^p@tYN>ZDCI7tjiod(pi(Rn%FUR2J +zdNp^Oz1Fw%==|+l(_XNC*{jOnaZFf3^6%6`63v|-a|9oL_<iv3!PBQ|{qC{zZINnq +zeSg<Yu`h6~U*ejWrXGbQ9gaI=+`irsS)|dlb?;j7^Yib%v%h<`Htrt#zpQm}^G)yB +zn5oUWHpjRJDErks+dOW6)z^jpFUU2d%`;wP!~gs4uUogSpL%jcmfbRW(GDf0<*qKN +z{`m*0?{7SpD<@O4d-ta=C(quUJ6Heja;p<e&$2?cpOCm&cdzhnpcTV5#xI}jDyHl= +zWVu-v*OcS!^}FfCgxJsD7`HIU+@B{ahyWMs-?6{1-RGqIEbI#~`7(IA`njxgN@xNA +DC>2!C + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..432c9d528f29e44233ddeb7f3cfc55eb0804b05f +GIT binary patch +literal 384 +zcmV-`0e}99P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0X0cPK~z|U?Uu1h!$2H|e~k{gODIA}2}O%OLWi2vy&&ED0IoiePvD?* +zRS<OOB(2@_0Xh_oG`NK3E`zNOMR2@-P7uofoAYsBjvIae!!QiPY&A8?$AiJSzkj&* +z&}al5;R=W1>atvA*<w1M<-OtXVrlB_QVuyds^2?KExx(EgHnp3!jp2Ro5V@8<&OY# +z0DPHvq+1BX@OV6aBF6zhp%fk`6GTze1`wEfq(I>cr>GG3gDMn+>pB4HrVc6a4>5jP +z{}pHq2in4cws4>=9B9jS1?sX~c~VwBOnMSp={3b61!mb|+D&3qiIkqiNu1#IJ$(l7 +zY3h;o;Cz<%nk|3S@1M4%pbb`~^*T-8Ual{%&H&`59%)hkasq576X^%Bxw#y`2Mh-* +e!!QiP*zpZ`y-=gN+i8mc0000<MNUMnLSTZ2d8h0E + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop@2.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..424b46a14b714210b7c6ff6a3e4aa000b127d6ea +GIT binary patch +literal 786 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8j(fT| +zhE&XXduy-1aG}ickNjWO9d~};H$@>pgh`5B+_~^;=EePuB?SdZ3Lo<?HXd2p$RcKz +z>>`oiAfCg{sixP)uInn~y`Dc^{@kO2wVi6bhu`nZc=B1wyJ-HmxpB8!<Q-g)!6vIE +z>_VN9+ExiFi!Z)lzTD$t;wyajvkm{zq?IK_ldAu|-SMlU@MEN7k-y1<#WQEF>^z-3 +zds}L$_q#2@1zh*-Q@`b(KYw=VQnMpWYC@Z@eU(;r2g>eF6^~wNV$>d45f_^!#IPXK +zD(P@@$8q(<Xt6naf^XiuCmR)4_s-)@saK2$!y;z4O``9Qo({iZZz0gn&M+_h_`&D; +z5s{It(PfF>Z^mA1T&K#QG+#D}@%Qh={EP|OQ{A?PO`VmwI%@U9*jxLH^?7;ku^KQn +zTKnlFs3d)3aCl~*ZCbeO+BQ+cYDNi$Hw(;<Fl9xpU_P+(&bGH#UjN&+?*FdpwII=d +ziw`-*e^|uI^XF^amWIY;2UngI9gL!e3zXPGjx=;h1PC%~B@qzZ*f8(=W04Q%SN+kg +zvba;DcW>pDwul2kD_<}<<WvM?J@QfBn8?r&{AGSO%f^PCF?p;Ek3M=zJUsA!ey!SJ +zgMw@=K87E&Y;Wb*-QlQG7x}^(y)Jfcl&SCI&fMr<M}AnuTz9=$dNG6LpH$uA*H&)s +z>mU5vYyINw%f`v&THGgpW?t95#u&oLQgz1nUqfonm)^VS<(}`hJbp6w)U97pkKP_T +z=J$DFGQ&>=^CR~f89vxeJr(ur#$~Uy1)GDpkCyoIw>xc$|MPWM`<}`A@87;#tFQ8W +zxqaP@b0+^oTICG_9;GjtZSv#!=bqwQzk@{`*c!yYw4T>a$Ufaxe?*7p=lun|45kdM +mKjv2_*{60Ofq&)pj88R=ef#x%o+L1lGkCiCxvX<aXaWGfRAm?d + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-hover.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f7f75f2a87a4a803f0fa7f7e3152f99732f652f +GIT binary patch +literal 390 +zcmV;10eSw3P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0Xs=VK~z|U?bfkM!%!3k;6JBAi*3?MI!V+`1j!Jj>I)R|7UEXAi)&Y3 +zK*hz^P;}_tp;#$&&C;o*ZJMH#_Fjh~INp;CLOI`jf6jj|cQ}9$LI|<dEY9K6W~<~J +zoV}BGT%%%zI9a`zuGMhRnMK`t|Gt%&=5{zk%16PQCc5}~zJX50oG8ey=JH|V()Ro| +zfEoa8l;aGs_D{~2FHh`p0HEe0e7`;*cjyNIT+<w@AQda5<|B5wUpgLxcFP37F`k)v +zS~kXC>%R&blY&`E!K|cUR#Gsl?JB4j(>2-E)Wa;tg-#}llVKH9!$Bt>Hjt*I<+vz> +zO)R5c55USa$Jz&HQMYb;e!FmW7f@-Bce!MuR?)|2|MB)3Kx~?0ZPb4<E;cI@>w?(4 +kTnu0g!-Z7{A%w{02l1Ryzsi{iLI3~&07*qoM6N<$f)(nocmMzZ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-hover@2.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..15bc6b6ed809b0b27dcaf4deca84cc36eecc8ca5 +GIT binary patch +literal 793 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8&Uv~x +zhE&XXd+WUS<wBX`AFqGk{eIu=Kb8fTFA8mOZcTA*Ec0mLD}Aq~D7&lGO~mD|plsBI +zh0fe9eRq|bzf5SAh-`Ga;hNI9Uv16VZSTMD-kIP2K1`s8Z~pse<@o-|8a46vZSRJc +z|6p)I1}ff@<s@YMw`P8HvAS@xI<UKJTSi($$@x;99Xrp?ef8{9N@@1rTXzmiSDv)J +z*pQxQZzXM6m*@80!%d}Js&MmtucJ$MF6{rl{=9c?2dfOwAW8M}>tD;B?3jK2&^)ij +zoBl`^cm++CGiF-6T>jYyjW2yFcXEzt)mF@%QD5_Y_mMezg@Ftg9(9)3#(g}g8!|2J +z>0`!*V5g_AtEZ^FJ9svI;n7`(8!N6GGqfF<6LG*H{Jko}hUJ$E*2=D&*%p({{_RUJ +zgTsd1`4SF7O#XB3SR35B%5tDO=euWZbhp|p#ukPxzxOJN8%TVryIuY9hFOyM-s+!! +z=kGuJo^xZve~ruUx#hMr?Aw2@S?oeN&x#I4QNsmFY#~P)x+DSwnYEG}TnPxOh+WXV +zt;cZS&h%ne1_s?LZ)zV-iCM|Jvtehi5`%>8-yq?7QHvrehJdwqyID3iT<v{2ogsm* +z--&y>$61plu2G3`JGdAM!o<>FZGZaR@4$QRYpVV{doM*VHvf9#VZw%dj=V(atB1@s +zL{FRbrDaxvjI6_tPqHu88t%B+vvq=$w5E7bDuWqAeE-f)`3*T%W*@@3OHa#r=N>ql +zw&u)d_V6$@b+PRGw^$~8E_Qw+%fXPnS^t{S$Ba`NPyAlGeGq6$4Cd~Tx%~TRsm`0c +z)H;j!d%pThj=62K+Z(y|?};|?3*nE_mt^x)Jpb%ez2&>Q^Z~7guKVKmRyTZITUOzI +x#^*#m+ghdqh9?jI-WC3>;f$23zU=?aIn8k2jIW<{Q-Nun!PC{xWt~$(699u$Xq^B6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-insensitive.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..82edbdc77322b6046a620bd8c2f18e59e2805ed4 +GIT binary patch +literal 357 +zcmV-r0h<1aP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0UAj}K~z|U?Uq4K!!Qs<zdfZXQrp<A=y|dS2@b#lw!H<HfOGT!m4d{E +zyFin4lRz1pMTNxDlOQ2g^VWWvXUmHL6h%=K<)kr^!$na{Ci&uNWbCyu#!K7~<1R$r +zv`w`x%d$)LMv@`txqm!-9`4@i2Fxr`K|~Ah-2Heu%K+R0h$)^G4KZ|6_lN@kW=2)l +zIHT+ez%tbn1sY>~pST~G8P=LPfO)DT3j9Nozt(>RCZmBv(ZHc-;7~MhD5n(|V%!l? +z?_orQ5JD|+gn_*A&Y@2v5y3l$u4}gdzEVBWKG-(ZdOV$FtJTFNS({5-4x#Bj+U@Jh +z^8<i=swdj0e>qDWS0>Q~aeTQwfOjM=tcs#2iZYCEtb<abOT)a%00000NkvXXu0mjf +DbTF5W + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked-insensitive@2.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f89984de1399618416ac0feb940020b8cf41542a +GIT binary patch +literal 748 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ87J9lk +zhE&XXd+T79aG=PskMHlyoU!E5mMd3uMAp2$q<(^%<EXF0Zzj8@+wWd$claw@aXr|o +zp~o_D*9Pl@i?)Vkd*`}Lj+*T`t9pI6r%TI=N9R1J*6mMa`mRzxX{H08g9|d)<x=gi +z)-2vn>uzhrqims*s*NJ1&ntiQZT~m7b?@~o5wY;FX}4y54q-lb_4Q`KMea&zZpG&e +z?(OE~u6}y()2HaQl39$|TYrAKxvE+-DQ(Tx472YO%YrK2Z*^m0aA8@RBzUr-$w}t0 +z<?fxoKfd_%>eXN8-b%N}0Sq2M3my0PSMzSUysgTH;lsVfbC+ejscqXTcFg7S$tM?e +z88#lX+1fBsGlsn(tyun?<yu2$%l8+uwlXj*{d6Og;rYT3y}{fWJuxf|TPA1q{#adh +zi<QCUSPVk|i^06_JX;%>rZDt8$+qtKep5aE$@97PC#&0{4%A;+xrg5-ld-sdzq)S1 +zI|%~;X11gQ4m=VajLe1!3T!+_8X5@*dgv}-4^p@tYN>ZDCI7tjiod(pi(Rn%FUR2J +zdNp^Oz1Fw%==|+l(_XNC*{jOnaZFf3^6%6`63v|-a|9oL_<iv3!PBQ|{qC{zZINnq +zeSg<Yu`h6~U*ejWrXGbQ9gaI=+`irsS)|dlb?;j7^Yib%v%h<`Htrt#zpQm}^G)yB +zn5oUWHpjRJDErks+dOW6)z^jpFUU2d%`;wP!~gs4uUogSpL%jcmfbRW(GDf0<*qKN +z{`m*0?{7SpD<@O4d-ta=C(quUJ6Heja;p<e&$2?cpOCm&cdzhnpcTV5#xI}jDyHl= +zWVu-v*OcS!^}FfCgxJsD7`HIU+@B{ahyWMs-?6{1-RGqIEbI#~`7(IA`njxgN@xNA +DC>2!C + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked.png +new file mode 100644 +index 0000000000000000000000000000000000000000..432c9d528f29e44233ddeb7f3cfc55eb0804b05f +GIT binary patch +literal 384 +zcmV-`0e}99P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0X0cPK~z|U?Uu1h!$2H|e~k{gODIA}2}O%OLWi2vy&&ED0IoiePvD?* +zRS<OOB(2@_0Xh_oG`NK3E`zNOMR2@-P7uofoAYsBjvIae!!QiPY&A8?$AiJSzkj&* +z&}al5;R=W1>atvA*<w1M<-OtXVrlB_QVuyds^2?KExx(EgHnp3!jp2Ro5V@8<&OY# +z0DPHvq+1BX@OV6aBF6zhp%fk`6GTze1`wEfq(I>cr>GG3gDMn+>pB4HrVc6a4>5jP +z{}pHq2in4cws4>=9B9jS1?sX~c~VwBOnMSp={3b61!mb|+D&3qiIkqiNu1#IJ$(l7 +zY3h;o;Cz<%nk|3S@1M4%pbb`~^*T-8Ual{%&H&`59%)hkasq576X^%Bxw#y`2Mh-* +e!!QiP*zpZ`y-=gN+i8mc0000<MNUMnLSTZ2d8h0E + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-selectionmode-unchecked@2.png b/Breeze-dark-gtk/assets/check-selectionmode-unchecked@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..424b46a14b714210b7c6ff6a3e4aa000b127d6ea +GIT binary patch +literal 786 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8j(fT| +zhE&XXduy-1aG}ickNjWO9d~};H$@>pgh`5B+_~^;=EePuB?SdZ3Lo<?HXd2p$RcKz +z>>`oiAfCg{sixP)uInn~y`Dc^{@kO2wVi6bhu`nZc=B1wyJ-HmxpB8!<Q-g)!6vIE +z>_VN9+ExiFi!Z)lzTD$t;wyajvkm{zq?IK_ldAu|-SMlU@MEN7k-y1<#WQEF>^z-3 +zds}L$_q#2@1zh*-Q@`b(KYw=VQnMpWYC@Z@eU(;r2g>eF6^~wNV$>d45f_^!#IPXK +zD(P@@$8q(<Xt6naf^XiuCmR)4_s-)@saK2$!y;z4O``9Qo({iZZz0gn&M+_h_`&D; +z5s{It(PfF>Z^mA1T&K#QG+#D}@%Qh={EP|OQ{A?PO`VmwI%@U9*jxLH^?7;ku^KQn +zTKnlFs3d)3aCl~*ZCbeO+BQ+cYDNi$Hw(;<Fl9xpU_P+(&bGH#UjN&+?*FdpwII=d +ziw`-*e^|uI^XF^amWIY;2UngI9gL!e3zXPGjx=;h1PC%~B@qzZ*f8(=W04Q%SN+kg +zvba;DcW>pDwul2kD_<}<<WvM?J@QfBn8?r&{AGSO%f^PCF?p;Ek3M=zJUsA!ey!SJ +zgMw@=K87E&Y;Wb*-QlQG7x}^(y)Jfcl&SCI&fMr<M}AnuTz9=$dNG6LpH$uA*H&)s +z>mU5vYyINw%f`v&THGgpW?t95#u&oLQgz1nUqfonm)^VS<(}`hJbp6w)U97pkKP_T +z=J$DFGQ&>=^CR~f89vxeJr(ur#$~Uy1)GDpkCyoIw>xc$|MPWM`<}`A@87;#tFQ8W +zxqaP@b0+^oTICG_9;GjtZSv#!=bqwQzk@{`*c!yYw4T>a$Ufaxe?*7p=lun|45kdM +mKjv2_*{60Ofq&)pj88R=ef#x%o+L1lGkCiCxvX<aXaWGfRAm?d + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-active.png b/Breeze-dark-gtk/assets/check-unchecked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7713f72fcfa057f8098297b9b9d07226b3fea224 +GIT binary patch +literal 336 +zcmV-W0k8gvP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0R>4!K~y-6?a(nx0&yJ1@$daSP|`b%bBe3B2;zn#EZ=}|?;_g7Jz8CR +z0~Ia3jiLs32gwjzZ*lTa&yzyV|1}kj{lzJKUcl#hcwoaZ08U!%lD&WWD(+EDiWSiT +zvc+_zM#Jtb>@^0r?ZgBqANntu$oa?P6<HE#EfTAm%LmQ6<$4{UCIH6X@!9g}K^p^5 +z^D&>#cjOK{A8-UfiWO1wu{QRdERK+!vH-T$Uw??XX^<_r1^+LYEv756s%s;L?T{rC +z^#iKWu$vE>tb-c1Lm_Cf4Euc`H34Q}uVJ}fr*LuOOKDf@29-=y8os>`?yoO_*!W!r +iIDie9nnP0{2BI$lbx*+_|A27-0000<MNUMnLSTaPZH?Uk + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-active@2.png b/Breeze-dark-gtk/assets/check-unchecked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..768caa1aa1115743be3dd8b2c409204a056c6623 +GIT binary patch +literal 673 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8!aQ9Z +zLn2z=-q@QhoG5eP<NLi&CVf%mRmp7Lc)@Cg$m&HGtR$HDcI_6`<jcF%rP1+Ekk754 +zz`*I?Mc*|E))7lX)^O>1#Cmlu&7I{m>&laNlb#ixh|b;la>usAwaXvxWPf+q_BgM7 +z!RF~(>Juw$Bqu0coO0=IeJod5xyP*Yfei+wE_$1T&+7PxnO}c@#&-Yo?JRLsKOSxR +z|7NPBrO0RNRhv9g{!i)hF8=u5|NS}hYqJhK{FvfkTVEQ>cl3|a{G&6x0we!%rk#wO +z`po^Uw2OC-QhQQIPLzJ_Z;83}KP#ji^1PHUhA@ZMd~G;&Y0YN~hRrTdzlVDX`wRTk +z3EFXexl7eOhFA3tOPBv=YcQPZ^uqew;cu#6WP4s-XQ-%R7jod45S4Fm<1*WozONlw +zHql&ew;A;>TxF`-v-SN)gTAX;iz7B~`6t78v*`0j59@ahKX)(}HkK9RM%hfRHw73n +z+>Okc96oKku6Jfq#+t1SJA0KHZkboySeJHcWj8~}Yq1;5Yw~pVvtJNe?6I%U`MBpl +zzb)C@84be4(xr5kZd5GO`{($M=ic<g>bCP5Ef#HX-MWEwcWQd-J+mv9oqy!nIlbdi +z-jrFZXlWLt_vBPVVM4>rva}bQMc$Q`t;w2rV%gU(x6`+Wsi}*-_LfY2-?sH;dG<dK +zgOy@M;we{)nfm=Fi(HMIvU2n8ng6o?{W97+K}P!KpO2Ya>rOKmv8P@68j|(da{Xef +z*E|WLD<T*dn#sLmVrppn{Qrzr0#jvzv;Z)9O`W}Gd*Z76`M@;C;OXk;vd$@?2>`5D +BIq(1g + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/assets/check-unchecked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..51a57b9ee003ffcb792e5dd199c87b51a4a4aa75 +GIT binary patch +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41nPZ!4! +zi{7{A4E+u}h`3(-{d~5CN2l%Njy1<^JvK0KWo+g)bG$Z@)x}7Nx4Q9$U$V22@fN*| +zoTW}X-%jq6n`6nS(UoL%R(!V0nY|r56dgJW<rm%G=DStz^d@hHb;aMS{#e@8UgN#@ +z+p#~S^x>M?d1sz!e#l@5`La;1k+I_a%2%_recv}MWfTxJXM4T)m<L-*+Llk{CwDsP +zJz)K_KcS;={i?-+p{gwb-yQasUNd3~4V|;KBz8BmAE(3Zkk==3=B*1e-=5`T$MQwd +y<Zk)y-xc-MjC_}FvqUgSPT;YrV&Xe+U0;JEV9BSC@;iavW$<+Mb6Mw<&;$SsBzkrL + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/check-unchecked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6e99fc25d2c813c4732158454781e8c37e3bed78 +GIT binary patch +literal 625 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8)I41r +zLn2z=-Z+>g>?m>I<A3wrnVUq-mo9s@AYrZhd<A`lj_FO`SZi3;@4X%_FyCQCdlP%0 +z4TsX#gnXywYf)=;O$B|Ea?LW+?D##y)-Ic#dRgvU{T$gF@;ufX<Wp3=`}9JzxE&*2 +z>HT_iU&LRJdy>EKf(-YybsKK9pRLNvEG^w>D^yWi_pht{d&rS9OFN~euDZSDMs|OA +z*ggL1NeN3g3Cz*nZLXAdF3NlHMWt6RE3#H;2ris(URcbzXkUMES@!$S53g?B>dwxP +zw!=`TRJ?tM{#L8EE9P49IfQ1q3x2&7zGkb$<Fjp-+shgM>n}(z+Rh-=D|T+@l|=XA +zR~crr8AO^+N*`c#NLpZ6#HsMgCHXjSwtFmtO|l+S<pK$2R;~jPeWf9*{!SL|%<sF< +zbFWTomc?6#;#-X=2bQGbMn@f5Ieu-PBz&0X-@_|{{`^S`ihl_%nBZS}t1Rc|!QE?b +z&3$+)f5EqDjE9msCVrg1$FOZ>632mq=l`lZhv{TqEB0QMXZ-y4l+(sOY^*6f0fNo~ +zEK|;(e^4oR?c28a{Z*CuA9nmc&v1D~Wm=E<>|Jl{BX8fnR}sGVZ&~f%%Lyx={oR?k +zIO=cQta-cMPuP6yv$s-_o68@Qz*V<4p38mv{(r@WUypvy-Fx?LezUvm0<%|>zrH;G +z-0xNQO9pF)_dBdz8<Yf?gqPH(TP@(;(xA40VL!vQcYA{za~979rXdDTS3j3^P6<r_ +D@}nkE + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-backdrop.png b/Breeze-dark-gtk/assets/check-unchecked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2d6f750a2621cc5c2cd1ca2ffc7fc82cc5958977 +GIT binary patch +literal 333 +zcmV-T0kZyyP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Rl-xK~y-6?bNYK!%!H-@qexva&JNqLP{uF^btDLr0xaj-Uo2?fqVi7 +zrK^IVLnmqNrVr4eXr#d<G&dRA;-olwLnrB3KlpJt!v|ZA1uz&~cn3%OkBvsqk&YB5 +zKv`AmEL%+Hv%EJPUM_8b!(;zJ2rIt5yGLtn)W}t8ubae4v*nF|jsOV5@MJuGHpT!7 +zt$CVEh@z+s1Oh-hQWQ0?@907!9Y+AZ(O!Ruy={;kxC8$$SXR~ARjM|kTt%tN%@3Gm +zi)lBBse>w4aT+JQeWWkI$_ALv@?Nv$jr#qwwvuKKR+r@_P2XQ{uCC94-1>F1fB^6T +f+py>g$bru<CgM(|DQ>;W00000NkvXXu0mjfm2Zrt + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-backdrop@2.png b/Breeze-dark-gtk/assets/check-unchecked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a03e9f6d9ac85fbdec5ca1fb8a12acb764c453f8 +GIT binary patch +literal 669 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8f;?Ru +zLn2z=-q`DZr9k4qNB#1*Q>VXPzl5dHS#d#OfuYR0eY(HQCrHc8k?{BvU7}F9(}9V5 +zwxJS_!2<4kyh1)PJo;5KlPY4~FO6IOwP43<R>irq=JEXP^RM@`_r1)=-|}<y>qiPx +zX9@pWFzH(9-_BLX9#2wX<tmVAFWMPoX{)>Ee`%6!d{kBFCl<TebLY<6W4CW9=SATa +zrxs5N{PkD2yr4d@&hGWOTL(h2{O;^Cu3E!+F*(e4n{i~3d!@{AJ`q(<qt1znlTK=y +zC>nIR<(8-CSEN4O$|z9C|Ek&R*3rF{zx$dGA3jjX(3f2N<1hQ_)!8#bh1bTvzQ(?L +zI^#?E2L~Gdi6mH0KDsKp@vvUn)z>wr%<jM0`fy?U0gVe+*^WKV(sy{LaldfR?CN~M +z@ZSuq7j8Ltc9k*8R<4b^S@!wfraS+NJ35}fTpjpk6|-`<tOv)JXgo;zg+=|j1v|BW +z#-H36ar)7motw=z1ZmD@=$yE)@9-TrVPyu1r^{H+F><#a(sD4eY`s)9$#0nk*Y{<U +z8UCD+&)<5icSZGsYiD1YhK9yv%$lICu4dpnc~$163=^i-lbg=mxWOxDU*!;=ukUto +zh3+!(G@s2m%-5c>rX{^;zP7%UebuKE8d6)o_I|x`{OsAg*IuYp{X6j7M@|3A$LU+E +zUgo)Usik=Kxh_6f_hQ@I0F$n(fA{|FJ^JO)nd|!2JFls7TkPDjI8XKBo%5QFul8(i +yka<wSxNxW3H3r5b9RKFuWO(JkY0zNYu>Zi-qoS<`pB4kt8-u5-pUXO@geCxikvu>E + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-hover.png b/Breeze-dark-gtk/assets/check-unchecked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7713f72fcfa057f8098297b9b9d07226b3fea224 +GIT binary patch +literal 336 +zcmV-W0k8gvP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0R>4!K~y-6?a(nx0&yJ1@$daSP|`b%bBe3B2;zn#EZ=}|?;_g7Jz8CR +z0~Ia3jiLs32gwjzZ*lTa&yzyV|1}kj{lzJKUcl#hcwoaZ08U!%lD&WWD(+EDiWSiT +zvc+_zM#Jtb>@^0r?ZgBqANntu$oa?P6<HE#EfTAm%LmQ6<$4{UCIH6X@!9g}K^p^5 +z^D&>#cjOK{A8-UfiWO1wu{QRdERK+!vH-T$Uw??XX^<_r1^+LYEv756s%s;L?T{rC +z^#iKWu$vE>tb-c1Lm_Cf4Euc`H34Q}uVJ}fr*LuOOKDf@29-=y8os>`?yoO_*!W!r +iIDie9nnP0{2BI$lbx*+_|A27-0000<MNUMnLSTaPZH?Uk + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-hover@2.png b/Breeze-dark-gtk/assets/check-unchecked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..768caa1aa1115743be3dd8b2c409204a056c6623 +GIT binary patch +literal 673 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8!aQ9Z +zLn2z=-q@QhoG5eP<NLi&CVf%mRmp7Lc)@Cg$m&HGtR$HDcI_6`<jcF%rP1+Ekk754 +zz`*I?Mc*|E))7lX)^O>1#Cmlu&7I{m>&laNlb#ixh|b;la>usAwaXvxWPf+q_BgM7 +z!RF~(>Juw$Bqu0coO0=IeJod5xyP*Yfei+wE_$1T&+7PxnO}c@#&-Yo?JRLsKOSxR +z|7NPBrO0RNRhv9g{!i)hF8=u5|NS}hYqJhK{FvfkTVEQ>cl3|a{G&6x0we!%rk#wO +z`po^Uw2OC-QhQQIPLzJ_Z;83}KP#ji^1PHUhA@ZMd~G;&Y0YN~hRrTdzlVDX`wRTk +z3EFXexl7eOhFA3tOPBv=YcQPZ^uqew;cu#6WP4s-XQ-%R7jod45S4Fm<1*WozONlw +zHql&ew;A;>TxF`-v-SN)gTAX;iz7B~`6t78v*`0j59@ahKX)(}HkK9RM%hfRHw73n +z+>Okc96oKku6Jfq#+t1SJA0KHZkboySeJHcWj8~}Yq1;5Yw~pVvtJNe?6I%U`MBpl +zzb)C@84be4(xr5kZd5GO`{($M=ic<g>bCP5Ef#HX-MWEwcWQd-J+mv9oqy!nIlbdi +z-jrFZXlWLt_vBPVVM4>rva}bQMc$Q`t;w2rV%gU(x6`+Wsi}*-_LfY2-?sH;dG<dK +zgOy@M;we{)nfm=Fi(HMIvU2n8ng6o?{W97+K}P!KpO2Ya>rOKmv8P@68j|(da{Xef +z*E|WLD<T*dn#sLmVrppn{Qrzr0#jvzv;Z)9O`W}Gd*Z76`M@;C;OXk;vd$@?2>`5D +BIq(1g + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-insensitive.png b/Breeze-dark-gtk/assets/check-unchecked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..51a57b9ee003ffcb792e5dd199c87b51a4a4aa75 +GIT binary patch +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41nPZ!4! +zi{7{A4E+u}h`3(-{d~5CN2l%Njy1<^JvK0KWo+g)bG$Z@)x}7Nx4Q9$U$V22@fN*| +zoTW}X-%jq6n`6nS(UoL%R(!V0nY|r56dgJW<rm%G=DStz^d@hHb;aMS{#e@8UgN#@ +z+p#~S^x>M?d1sz!e#l@5`La;1k+I_a%2%_recv}MWfTxJXM4T)m<L-*+Llk{CwDsP +zJz)K_KcS;={i?-+p{gwb-yQasUNd3~4V|;KBz8BmAE(3Zkk==3=B*1e-=5`T$MQwd +y<Zk)y-xc-MjC_}FvqUgSPT;YrV&Xe+U0;JEV9BSC@;iavW$<+Mb6Mw<&;$SsBzkrL + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked-insensitive@2.png b/Breeze-dark-gtk/assets/check-unchecked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6e99fc25d2c813c4732158454781e8c37e3bed78 +GIT binary patch +literal 625 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8)I41r +zLn2z=-Z+>g>?m>I<A3wrnVUq-mo9s@AYrZhd<A`lj_FO`SZi3;@4X%_FyCQCdlP%0 +z4TsX#gnXywYf)=;O$B|Ea?LW+?D##y)-Ic#dRgvU{T$gF@;ufX<Wp3=`}9JzxE&*2 +z>HT_iU&LRJdy>EKf(-YybsKK9pRLNvEG^w>D^yWi_pht{d&rS9OFN~euDZSDMs|OA +z*ggL1NeN3g3Cz*nZLXAdF3NlHMWt6RE3#H;2ris(URcbzXkUMES@!$S53g?B>dwxP +zw!=`TRJ?tM{#L8EE9P49IfQ1q3x2&7zGkb$<Fjp-+shgM>n}(z+Rh-=D|T+@l|=XA +zR~crr8AO^+N*`c#NLpZ6#HsMgCHXjSwtFmtO|l+S<pK$2R;~jPeWf9*{!SL|%<sF< +zbFWTomc?6#;#-X=2bQGbMn@f5Ieu-PBz&0X-@_|{{`^S`ihl_%nBZS}t1Rc|!QE?b +z&3$+)f5EqDjE9msCVrg1$FOZ>632mq=l`lZhv{TqEB0QMXZ-y4l+(sOY^*6f0fNo~ +zEK|;(e^4oR?c28a{Z*CuA9nmc&v1D~Wm=E<>|Jl{BX8fnR}sGVZ&~f%%Lyx={oR?k +zIO=cQta-cMPuP6yv$s-_o68@Qz*V<4p38mv{(r@WUypvy-Fx?LezUvm0<%|>zrH;G +z-0xNQO9pF)_dBdz8<Yf?gqPH(TP@(;(xA40VL!vQcYA{za~979rXdDTS3j3^P6<r_ +D@}nkE + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked.png b/Breeze-dark-gtk/assets/check-unchecked.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2d6f750a2621cc5c2cd1ca2ffc7fc82cc5958977 +GIT binary patch +literal 333 +zcmV-T0kZyyP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Rl-xK~y-6?bNYK!%!H-@qexva&JNqLP{uF^btDLr0xaj-Uo2?fqVi7 +zrK^IVLnmqNrVr4eXr#d<G&dRA;-olwLnrB3KlpJt!v|ZA1uz&~cn3%OkBvsqk&YB5 +zKv`AmEL%+Hv%EJPUM_8b!(;zJ2rIt5yGLtn)W}t8ubae4v*nF|jsOV5@MJuGHpT!7 +zt$CVEh@z+s1Oh-hQWQ0?@907!9Y+AZ(O!Ruy={;kxC8$$SXR~ARjM|kTt%tN%@3Gm +zi)lBBse>w4aT+JQeWWkI$_ALv@?Nv$jr#qwwvuKKR+r@_P2XQ{uCC94-1>F1fB^6T +f+py>g$bru<CgM(|DQ>;W00000NkvXXu0mjfm2Zrt + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/check-unchecked@2.png b/Breeze-dark-gtk/assets/check-unchecked@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a03e9f6d9ac85fbdec5ca1fb8a12acb764c453f8 +GIT binary patch +literal 669 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8f;?Ru +zLn2z=-q`DZr9k4qNB#1*Q>VXPzl5dHS#d#OfuYR0eY(HQCrHc8k?{BvU7}F9(}9V5 +zwxJS_!2<4kyh1)PJo;5KlPY4~FO6IOwP43<R>irq=JEXP^RM@`_r1)=-|}<y>qiPx +zX9@pWFzH(9-_BLX9#2wX<tmVAFWMPoX{)>Ee`%6!d{kBFCl<TebLY<6W4CW9=SATa +zrxs5N{PkD2yr4d@&hGWOTL(h2{O;^Cu3E!+F*(e4n{i~3d!@{AJ`q(<qt1znlTK=y +zC>nIR<(8-CSEN4O$|z9C|Ek&R*3rF{zx$dGA3jjX(3f2N<1hQ_)!8#bh1bTvzQ(?L +zI^#?E2L~Gdi6mH0KDsKp@vvUn)z>wr%<jM0`fy?U0gVe+*^WKV(sy{LaldfR?CN~M +z@ZSuq7j8Ltc9k*8R<4b^S@!wfraS+NJ35}fTpjpk6|-`<tOv)JXgo;zg+=|j1v|BW +z#-H36ar)7motw=z1ZmD@=$yE)@9-TrVPyu1r^{H+F><#a(sD4eY`s)9$#0nk*Y{<U +z8UCD+&)<5icSZGsYiD1YhK9yv%$lICu4dpnc~$163=^i-lbg=mxWOxDU*!;=ukUto +zh3+!(G@s2m%-5c>rX{^;zP7%UebuKE8d6)o_I|x`{OsAg*IuYp{X6j7M@|3A$LU+E +zUgo)Usik=Kxh_6f_hQ@I0F$n(fA{|FJ^JO)nd|!2JFls7TkPDjI8XKBo%5QFul8(i +yka<wSxNxW3H3r5b9RKFuWO(JkY0zNYu>Zi-qoS<`pB4kt8-u5-pUXO@geCxikvu>E + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/combo-entry-active.png b/Breeze-dark-gtk/assets/combo-entry-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..69676bec72a1ecd3bc852b2ff8efa450458213aa +GIT binary patch +literal 199 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}BPZ!4! +zi{4}tlg()g;u{P=VDpCCZkt|M7<}TGv}WdAvrp?Aj@<Ul{BO5c&C^(znVGq}@9^=j +zwM$;LWTib3{PTNa%G`jnDb0ar7thLE|MUO!@-u%HrDUW{n=&o=(W7+pqW`7;AN`+y +t-{aDmjEpp1ZJsxhl`S6Eee@U@F1?odqJDb+PoO&(JYD@<);T3K0RYR?Qy>5U + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/combo-entry-button-active.png b/Breeze-dark-gtk/assets/combo-entry-button-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e3d0da6e12ee60074abb807459befce3006a15a1 +GIT binary patch +literal 195 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}|`PZ!4! +zi{4}tlg()g;s&?YReMfq`yYSr@6MtR&mTVJssC@FwK{Xsl9@B(LljoDy!^X)KD(Il +z#3hp(8y~(ueqH|B_YE(sj0_AWteFWCX}{ichbbkitvT@Q;#utT)6y6(0u7tAcxI#n +nQ2UqfPn&tBh_Ou(ab~bRsOxue(U%UO8yGxY{an^LB{Ts5d^u4m + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/combo-entry-button-insensitive.png b/Breeze-dark-gtk/assets/combo-entry-button-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e8c5cd41e4045ce9f6a3a4205df78c762109063e +GIT binary patch +literal 216 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWRQfXi(`mI +z@7pUIc@G(gv^=a<RK3Z-@95l|;_6hTp`A8mN)MB=isl>f8W9tR?Cw+l8RoCEvYdC$ +z<>0M#x6>I_61OQH<Crwzj%%&G%q6{E!&?GQC)gPetlqWd;XXa>SwatTXUX;M*)Gax +zzdC_c`-l03)mD>I9oE14G3DYJ28Kua*Vi2XXM3Y;-t;>Y<M%SmJ!t*?#v~V@yBHWe +MUHx3vIVCg!04%vu`Tzg` + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/combo-entry-button.png b/Breeze-dark-gtk/assets/combo-entry-button.png +new file mode 100644 +index 0000000000000000000000000000000000000000..289cee21aad650780973d96ebf4292a30b340fee +GIT binary patch +literal 205 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}NPZ!4! +zi{7_aHu5z&2(&yrm~$s8u2JTQQ%7&F<Nf_1)|CwXZHr^Yip#FQ4;B0Kclyg^7V+y& +z^zQnW!n7-EMw)$};ju-l`qj?tDPMQ->+g?s>5~{-rX^NPf6CY($t)nKbn3`T-uxf` +z4UAW3@uj7On=77SSh4@Euf<$OhANx*Yag%h3s2RPEh@Zt8|WGaPgg&ebxsLQ0MQds +Au>b%7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/combo-entry-insensitive.png b/Breeze-dark-gtk/assets/combo-entry-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..615bed84304a8108a7a699a4b832d6160bc5e3c6 +GIT binary patch +literal 208 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f^r;B5V +zMeo}y8+i{o2)JC_fBbEjqp;r`i$X8e0O8Vxjt%Q1G?G$32q_3E-)%K#wK=PzeAt4O +zcQT_3i?Oq*veMTDGZU9xm#K<*H$B~S#VpVFB~f0oY!e<>@0@abvDoiM-OC60%0A>9 +zD9w0&c%S5sb^6=xmgO~`GVr_jCqbF1{P^8$?oW)G1<Egz_q}}ybP$85tDnm{r-UW| +DStm{1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/combo-entry.png b/Breeze-dark-gtk/assets/combo-entry.png +new file mode 100644 +index 0000000000000000000000000000000000000000..32177f575abf7f3c96f8ced4174d9b3437ee5620 +GIT binary patch +literal 202 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}~MPZ!4! +zi{7_q75SPS1l%6hCy41Z&wR_sA=UiwA753&wt1ntWeZPUD`>pAr0@BD8>wTQI}I6> +zc2!PwyRlKS`syZ~X}|Xz&p5=|5ccG2O~ljAn}t2QL+4rS=8pgI|Hlux(%95T=c`}u +xvO9d)z|ZAL=+aynYvD8o&84O-rYx_2vb$WBpB#}P@CE1;22WQ%mvv4FO#ot#Q11W$ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/entry-active.png b/Breeze-dark-gtk/assets/entry-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..660ae789c34d41883b91ce1edea7afc2192e4a6d +GIT binary patch +literal 272 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}~#o-U3d +z7QM+PCY#d~#5Wj#z~&9N-8Q|jF!;nFbmhbU)4T1%`Tp7Lne*_yyqmLec3Jz4_wjZ$ +zH@CMuydQt)nxWxGOZ5%Kpa0oxn9<qT*ywuv;pu%xU0$XnB>edP{_;Imon3uAJUl)? +z++)+k^Z%dVQsHIuCq^@@nwev;sxrj*t?B>&pZXd*MS^F{_*Y+f`oMt$I-0u2j~qR( +zwD{}igRX7=|94(I`Fz%iAMbA7Z=Wu~dv;A?Yoo1lzkuW37p;t(d~U1^5yp;3`d2^V +Q0eXnR)78&qol`;+0P=Kq`~Uy| + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/entry-insensitive.png b/Breeze-dark-gtk/assets/entry-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..203b88c2eee63a7ac2dc308463df6e11586b3f4a +GIT binary patch +literal 264 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41iPZ!4! +zi{7_a4EdTIL|86FMr^y-(&V(>G5N6Nzd|0dduja3#AbB_)rc91&B#ddiAg#s^Wf=u +z{bN&Rcl}7#VUS3EFvodXq(t%}hDjU?-LID_ST>!r+;QeznCrgp_xKGLbSydU9n5@V +zm6p%Wl{;eeHs}>eckf-?{&{QudtIS~H8!Hm4DbI=u!*1Q<GL@EExmxPp3T$A<<iQI +zjwLGb2^_Y4)0fR_>hh?vx?iTq!XWYd^?PP-p;cU=y|y2e`5&K(Ob@=;@d4-&22WQ% +Jmvv4FO#p)5W_17n + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/entry.png b/Breeze-dark-gtk/assets/entry.png +new file mode 100644 +index 0000000000000000000000000000000000000000..56b48c837dec0f781e37d3e9a93d13fa1704974b +GIT binary patch +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v~0So-U3d +z7QJt;tmSJq5IOp>_~hE<rf+#RxF1NU_@6FOWZ-BhV(jDjj_2egNxMmw|Nc#vDP6H9 +zYfdktz{RtXbF;$sa6S?`Z1FQuK#=Xhnz_%*FWV?=>g=5Gv~}~g?{<s{Tk1;R%5gfd +z#QrvMWA<R!@Tm5~>zS2Dm+$`2`oI6NP$!>+(h-SpnPZx#yXVg1s4V19WO7Ii6`r^` +sY<9@TTSxY%D=6*#zV|!(GG+$5!!zAp`K1R{0iDg@>FVdQ&MBb@0M8I(WdHyG + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/frame-gap-end.png b/Breeze-dark-gtk/assets/frame-gap-end.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6b53697f775585e60e63c10e671f334775faba87 +GIT binary patch +literal 92 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDYhhUcNd2LAh=-f^2tCEK~ERQ +l5RRG29v&xuoIh~j08q05lg>;gK|7!%gQu&X%Q~loCIGi57rp=h + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/frame-gap-start.png b/Breeze-dark-gtk/assets/frame-gap-start.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b1af7a998c9213096390865c14864eb4524c059a +GIT binary patch +literal 92 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDYhhUcNd2LAh=-f^2tCEK~ERQ +k5RRG22|(cCaq<U014|2&j&%5}BA_ILr>mdKI;Vst0Gq5A9RL6T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/frame.png b/Breeze-dark-gtk/assets/frame.png +new file mode 100644 +index 0000000000000000000000000000000000000000..91a97ed1edb3fefb404748fa89acb0a75eb01050 +GIT binary patch +literal 240 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41WPZ!4! +zi{7_a4f&c37+N3hZ`q`A<iR45a!Uc_D(<@m7Z(?pH2Mn7+HheZ--|~c=7;MW^z*Bg +z&VNqWd(&>sQigA5Rv*2Ubs_fU`b9tPW!J8JEtY&nM|Xme=hR(ofj#X4%a1WKOY}ax +zX`*oCCiAz&%-`M`XFRv`w%2{Yr1#)|L$1P7V-@wqA2)3CntF(JYEY3!aKkD2lJK@b +lpJ}q(3NthP#4qg6%Qq{wH0xl_zXWtJgQu&X%Q~loCIHaPU~B*Y + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/handle-h.png b/Breeze-dark-gtk/assets/handle-h.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fde1d01bc24ded510c4aec24de1ce38207173ee3 +GIT binary patch +literal 90 +zcmeAS@N?(olHy`uVBq!ia0vp^B0$W@!2~1&KS&k<DYhhUcNd2LAh=-f^2tCEeoq(2 +k5RRG2CMKKH6vP=ARF5$%ahcvT6DY;t>FVdQ&MBb@08e8U2><{9 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/handle-v.png b/Breeze-dark-gtk/assets/handle-v.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cb01d6869433043c28ac1a24f42f24fbc562913a +GIT binary patch +literal 93 +zcmeAS@N?(olHy`uVBq!ia0vp^j6f{H!2~1^=N$M3q}Y<Y-CY>|gW!U_%O?Xxggjjw +nLpWw88<=cPOG-#sAjZaEK8fL^W{dwepe%!@tDnm{r-UW|<|i0^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/line-h.png b/Breeze-dark-gtk/assets/line-h.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d629cc148711855724f0f9d71d2f37e05e111e05 +GIT binary patch +literal 90 +zcmeAS@N?(olHy`uVBq!ia0vp^B0$W@!2~1&KS&k<DYhhUcNd2LAh=-f^2tCEeoq(2 +k5RRG2J{~6%6vP=AT&FSWIhTZP07@}<y85}Sb4q9e07(56d;kCd + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/line-v.png b/Breeze-dark-gtk/assets/line-v.png +new file mode 100644 +index 0000000000000000000000000000000000000000..590ebcd16b7675f67ce237b3bb0e01acc6f08187 +GIT binary patch +literal 93 +zcmeAS@N?(olHy`uVBq!ia0vp^j6f{H!2~1^=N$M3q}Y<Y-CY>|gW!U_%O?Xxggjjw +nLpWw8dw85oNJ>apAjZa!xPURZU-X?0P?o{d)z4*}Q$iB}>slCy + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/menu-arrow-insensitive.png b/Breeze-dark-gtk/assets/menu-arrow-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6cbd9a58fdf1caf25e2ea37c51cb988004e2bf88 +GIT binary patch +literal 206 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~2PZ!4! +zjfra~?dChIz~jo>p;;`Pb|l_p?&pWOpM)dMEKv?}^SRcstJ1^r@m1SNy3z}jj@`I& +zQ!H|Nuott^w&g6zXOvnhp3j-D*wQD=B3|`g-sMX6TJ`L=H5zX`>sc8XTyi>BOb@D? +zQ+$8E?74#T9@D4Y(`Ghk*Iv43N|17Rnq^h5=&YH3@_UR|MFX9~;OXk;vd$@?2>{EY +BOb`G7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/menu-arrow-selected.png b/Breeze-dark-gtk/assets/menu-arrow-selected.png +new file mode 100644 +index 0000000000000000000000000000000000000000..43daf58222d307be0a5b63805c3c0493afc7d3b1 +GIT binary patch +literal 160 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}%PZ!4! +zjfrRb9l06|cv!OIF12fj%zy9yWrFALrnu~u0RE=pJ7=8CRM{ugnkn&DPGr^yeA$*2 +zy|HT6&3}i50yb3j&Q|$wf8nidFQ@OD-1x@bZ|b6I_SX}m^;Ma~4+AY=@O1TaS?83{ +F1ORoAIoALH + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/menu-arrow.png b/Breeze-dark-gtk/assets/menu-arrow.png +new file mode 100644 +index 0000000000000000000000000000000000000000..43daf58222d307be0a5b63805c3c0493afc7d3b1 +GIT binary patch +literal 160 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}%PZ!4! +zjfrRb9l06|cv!OIF12fj%zy9yWrFALrnu~u0RE=pJ7=8CRM{ugnkn&DPGr^yeA$*2 +zy|HT6&3}i50yb3j&Q|$wf8nidFQ@OD-1x@bZ|b6I_SX}m^;Ma~4+AY=@O1TaS?83{ +F1ORoAIoALH + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/menubar-button.png b/Breeze-dark-gtk/assets/menubar-button.png +new file mode 100644 +index 0000000000000000000000000000000000000000..58e1666942c838d8a950b23964de67bf968f81bc +GIT binary patch +literal 121 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT1$ir;B5V +zMQ?J#0;7bKgoK0*vEM)0oAOx8sGK|D!rMII;EKk@Y<*G|Sr1k;nlLelt!7b?%uv`0 +P)XCuK>gTe~DWM4fGn69i + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/notebook-frame-bottom.png b/Breeze-dark-gtk/assets/notebook-frame-bottom.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2e252ab300dee79f4f4bb932d26c6d1baae1aab6 +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41&PZ!4! +zi{7_a4f&cJL|iXgxA-p>YVPIGbByI(x{Ld*$;71_OeC#*6*eYzZ4BVnl{~$Z+oJMr +zuxp^p<Ckl;Ow*lUw1zEvwR^dJ>tc(YTVl&syk<*2qo6Ak`6RMz&Jj*VueV#6*)B*Q +z4$Th8l4r<#-%wk{Ka2g`C4adu3)pRcOzmKJvA;p-kkNU@RRRf{<95zk&z+I~T;1)n +WVc10lk$pfXGI+ZBxvX<aXaWGK2~z0* + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/notebook-frame-right.png b/Breeze-dark-gtk/assets/notebook-frame-right.png +new file mode 100644 +index 0000000000000000000000000000000000000000..17990c58f3e79be35c019dc4dca3e4a6d8c1f6f9 +GIT binary patch +literal 217 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f&r;B5V +zMeo})hI~y1B5V)#^Y*){vZ*h5XVkI$WykS?D=z()Ry&&eW*katf1a>|;cdz<*$2W= +zuWR<+wVip9afN_JwCL01l6SYhi{1OZ;LV+R3W`TkJ0_e}X?P{9Is5R6pc#im{`qGV +zFM7~XcU<9MPDre>imH;#6efnrzVB*pi>S_ec7ySTzK!mTvnKoA#V`7#v43+t+eV<v +O7(8A5T-G@yGywn&TUVO^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/notebook-frame-top.png b/Breeze-dark-gtk/assets/notebook-frame-top.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cf40ed74d427ba38d1a2a3445954bd2fbdb8192a +GIT binary patch +literal 220 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41IPZ!4! +zi{7_a4f&c3B-$QsZ<)`_rsn)wuiePXqJr7n#>an&+`$8EohmwIE0{krZJYeEx<UQ^ +zx0R1yzTwP2P`&$1@O0)o@A?(i3S{<No4#q)Nu@Q9-^!fd$G(&=(1GE(%mFp2AG(d4 +zJ`eskI4cVAoXq+nc`tggsp5)`4W?`do}IQSO%1)gZMW@(KN;)9KS-^YztX49bH!y{ +Q4$yH7p00i_>zopr0J*kSd;kCd + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/notebook-gap-horizontal.png b/Breeze-dark-gtk/assets/notebook-gap-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..483c277f63d340937f30b9f82c0d645a67192b10 +GIT binary patch +literal 104 +zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWm0DYhhUcNd2LAh=-f^2tCESx*<o +v5RRG22|!?AviV<rM%v%`jX==J$jiVG@PgSj*EYQdsF1<a)z4*}Q$iB}6^b1e + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/notebook-gap-vertical.png b/Breeze-dark-gtk/assets/notebook-gap-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4ef8397646b79a5cbf1c091ff434e8ccb62b883c +GIT binary patch +literal 99 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2q}Y<Y-CY>|gW!U_%O?XxBs^Ul +sLpWw8Cp0j*IUB$J&jSQLJTDj+)I}JV&c5c63RJ`3>FVdQ&MBb@0BEWir2qf` + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/null.png b/Breeze-dark-gtk/assets/null.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bdf4c817003b053d4101161eadc861a81eabc297 +GIT binary patch +literal 96 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT1$sr;B5V +pMQ?I~1nc4ik)EbN1FjX!3~V6`jGtnZ;(-bnJYD@<);T3K0RXgm7I^>w + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/progressbar-bar.png b/Breeze-dark-gtk/assets/progressbar-bar.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3bbce74f8740527650fab98fe2558c841ff314d9 +GIT binary patch +literal 196 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u_bxCyD<C*!3BGlPX>xqdb&7< +zNKD;&b|dd00|AGN_0Ntl++aP)bw*?pYl&l1;GK>9$`7>Cn6%x+J5Oks{Q2b>&-eX! +z*>+Cz7QT!hI-EyhjydjaTYa#zYVE<B*#{(L_Ajt(z86}y_1imkmIL((QO->M>H^mv +rw78y4mD$6_W3?c5hKfMEYW%&PW3r{X<vFi_j$rU~^>bP0l+XkKKWRwu + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/progressbar-trough.png b/Breeze-dark-gtk/assets/progressbar-trough.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f47d5970bd1c246fbee8ef42ded8b3db5da19564 +GIT binary patch +literal 206 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u_bxCyD<C*!3BGlPX>xKd%8G= +zNKD;&b|dE@2MLFV-{Vz6do(1Hv<f8)8N4U!Zn>OLR?v7`Wp_nuQ{(C_zuvMuJz}!& +zSF`%-U46^V?=wgz9IN(Ysg_*++wt1Z#fPR9v})~M^I0PFl>UpUT2ndSI6Ym)&h)_k +z!q<Xy<)*)Hueg1_y2<xlzeEJXVg83M7P0D!4+|HskniWalo<zf4uhwwpUXO@geCyr +C08?)O + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-active.png b/Breeze-dark-gtk/assets/radio-checked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..867ffa716f7ff8401df5468ff4603daa166d40f5 +GIT binary patch +literal 869 +zcmV-r1DgDaP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0~$$0K~y-6t&~k{R8<tmfA_vSGfYd%l+xA^TBa+Tl77G>Ky0cmXd%_a +zjS!X<111JYbfE}D7bXx(jAEimqd;__foeirm<|+U8mv?a?Gu`q5S(!^*srNGjP205 +zZ{BtBW{eF^>B6(T_vCl}_ndS8@IQwrb+P^Ur?1OU-3wyv`bJT<#t+~wq;kyt@vEDh +zJa_G6Z{Lc5+m4*+wl+3j5Yk$s?JMNtHs=1cmt0wk3b$glbwOUI^YMw@qka1?mjrG< +zdhU?b)NxvmoELiR5*W9{yClBNJMnkyG5XebuZ+HP;PgYlZAZ>@tLDzZ+}H04Cvgj* +z6smm}zUEHEx&{EuYyv$ojAKVJj)S$ag;meJY99P}@!9Jiy!Oo!;1eH>%sKW@l^%;C +zR#y|;a|~G<{!fAKRE+Gv3Cv$fe32eh%hQ>WmpiHfEsFyXma5X@mk~-W3j>gKjRbce +zMJR>7F^EusiY*6Ey#*ivWT<YRwy%J3QSG~yh5Z|<+PcBGXnTmjhNithnFJ7P*N5}* +zaR5|v=Obao@NIh1YeC#b)YLZs6&|oW<TL46uX0WOih-iW8&*C&gDkJ|0YO>3G@|5= +zmj=3pwGsk>F@TZ)W<I55Wwj@N=I)AtZt`~ktjcw`^Jxu*p_sXQF%@nDz?m3cF;EwB +zWn(+}ncotCBfUzKXRWp_5E93Z;!edLt!^rY9>3)Mn${gG#%_KEWF^40lf8ZD#guRJ +zPK@J_9XPQpw7A&h9ej}<jLv4p`j4FjGFCC^v6ihr1R_1X?sQDJ({c38Z!rsLWN<aC +zDhJoWoxFn{y~tv;9~S4a!mR|lUNp(*Coj!T{B#>gE;WZYK0d5AJ@tO>`vIYE3@&dD +zkskaV&zsEf`M2%<<DUTuKtHrAkwfo26L@^<=fWST)b<c=+{R6L_9a8L$i{YjtvhgY +z+53MEe{uMi3m;wu?g3dSZLt0=2T#2j*wD0B)-=?M@{k|E%%^hhOycf?*w0@UdbR*e +v0s0^DB|Gm$8BhTP0aZA23TiS1;F9<ocE>vqpW~4h00000NkvXXu0mjfff$=D + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-active@2.png b/Breeze-dark-gtk/assets/radio-checked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..03f9fce78a0a427fa8386b4f742ca91b10dc4fd1 +GIT binary patch +literal 2064 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-backdrop-insensitive.png b/Breeze-dark-gtk/assets/radio-checked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3df6367058ad81bf6f9fae7ce607cdb156d8c67a +GIT binary patch +literal 780 +zcmV+n1M~ceP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0>Mc{K~y-6t(0ABTtytle>3N0c4y9ZahrYy5v*9f5eg;XYoxZ6T!@N- +zeg!Y|(-cLjP@x3WU{vs;Dz&s|-_T2qAU4^oyC*rbJ3Hr`@nTP6L%V4%`rOWce)G&c +z!vl|4V&1|_r_a6~%lHi`#j^;G0ffM22=%qf*PpGeu3S76aOuqQ2_eKsbzMGH6l0v5 +zP?i+{aU9V~720TIByJ(%cUD(E|8*|#<yT)j8z-#`c|J0QwS*AnUd<Ro_ejS&H+lQJ +zufMu<A8_f+@(C&A<-uUfOq@dqfiW80)+9*`fcGVKY$=M_VM-~E_IkxA&!7L{`)_^* +zh<AZfi1VX-WG2oLMG*@NJ(4)t=PFGT(zJ`wn*P=R=Nx&Sn=CUQ1IGa`cLS*E@@Z== +zLWl>#?p2Z`EFA42gkYyAAn^FfQ;Y8bNPt8}Zx+Rv5CX>N17Y_<jn)7Z)}l>k8PF0y +zNcoJLOaRbr{ZQDhbOUtGktFGHpd$egVxg+4=Hz(Z{s*|6&6Z_}l;Sa<Eq52^e~<&T +zw@E+{0f=Y75c+Wx0kf}hSov}`8^;kf)xXe$QrF>nODO>C*d7{a?QB*lg?IiIP)dNR +ztUlGINvyDV?;q~Ydx{2VjAlC@ehG{vz}o7{MJb~j#u!2f^tT2FLcRC&w+4g|$g&Km +zf4}n6<uzb?FO(|qR`*C}N2!#ms@T}<GaQbXPCX$6LI_N!Q-;G48=HNqs-o3WbUT^- +z>(BKMfH7eAmBWj#oIaPT)+c$Mo1LOK@XA@1(d}e*<L*E2U%m3<x4=5!@2juH7nYuD +zD|J2y@kC)Q&N-?k%_xphN@0vf1b$mz|Kr0uH-EVU{M|U5Td?WLQ;Y9v(^*c^<Vh)H +z51<b9z)$_{?a}ay=FKc{7ub97xsBaO10A5v|IJi3ZnhiXKK%!L$2E?D%Ql_>0000< +KMNUMnLSTYyT5e(h + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/radio-checked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2b0fc1c1de7aab35e2320a5d4c364c2c3dc33064 +GIT binary patch +literal 1825 +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 +P00000NkvXXu0mjfh!26f + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-backdrop.png b/Breeze-dark-gtk/assets/radio-checked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e5354d0c1bd5bc88bfbaa6d825ca0de1b1a8e8da +GIT binary patch +literal 899 +zcmV-}1AP36P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x12{=UK~y-6t&~e_8)X!QznO7dKVv&d8{0hM*fVx$rEZYAL4rc1ZeWYl +zMXQhqQB>h9*sy~IyRO2fDiSJH5h3ESEJC0tkwPh<M3tjJ>5Su4g?elyvB$9!yMD~D +zs9j=;+blTS`~RPg?z#8E|16<b;cW8V_k3>GgxA+U>U22l0K3&{y<Dzj%BAwB7cWeo +z-xqN5T=L{o!@(~lQShnS8hTErQmFvo@puRagUE_Z%QQ>5?8fV#eEiW5d;d#auHKnS +z#zvx_|Nh4<$4}Rn*x1~pR=baBT9~Fqt#+S{%`H?djUWh)!_Os7k3<#Y=JGE~k2st> +zmprLNqTekpE(&@+k0go2l{nGS2!6jG0K+iItgoYL8m*Q|Fc{>e7hkYeR##q|xqSIs +z09ywb9v+@et)v7!pU35LapINZ3<LsQ?HC#wWN2s*ITmAXet}#rM=G@{#A5O+FbFin +zP5?Gh45(TfNfQ4PwpRlK0ZzPp97z(nt*Y20$$Mse;sXE?z~^yKs@fWsWf526kA>}p +zDzbuQS!n4r2M+~L0WJ~1+wYC&x(+~ebmWP!j-t^B0J@&TAMig5ctrrG!`Zj9vjc#y +z9l(Cn39DS$!Rc`J0Zy?~w0h5YZ&?-qf&hYm1=vJ@YOUJvxLp903}fFsqf`RG<91Ws +ztu~+?O1ZSX9u5To$gJPlH!zcV@HP|<Q7jej0!<NMd%JQ;R%8T0K-Dw~h2j%og+j5j +zF(`73>|fb$fT{>^@xt`^R<miu;|i^o$=v+HW1)pYk-7N=OtZyUB0;0sEYHqdxdfCS +z?y@p=`1+Bt#2bZTK`0gt(rX!NwHgNw*s<H~n5Ic#Ym3$2Zt?Td4eIqep-_-x$DX&Y +zU0Xc6rfC|m)fMfVZzrc@d2~9JS`}`qDpotie@hSq#u5pR9z9|$FW>y|t1mvg0^9`} +zkIc&H@wZ-$M4q0p+4}mmbQ)dHb)BzJID{g{XfztzH-253`u^(GAAu}Th296&er9~) +z{ey>srviTeGY+TI4p6IB>qW!(Gkfpe*X^F|0(qeE(0$L&KadOX0#5$9OwG2NavRvC +ZzX1i4Pq#BvQvCn`002ovPDHLkV1l<Kr6B+S + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-backdrop@2.png b/Breeze-dark-gtk/assets/radio-checked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b305236b89a89acb5da9c9bcc33fd95fc15c9144 +GIT binary patch +literal 2111 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-hover.png b/Breeze-dark-gtk/assets/radio-checked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..867ffa716f7ff8401df5468ff4603daa166d40f5 +GIT binary patch +literal 869 +zcmV-r1DgDaP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0~$$0K~y-6t&~k{R8<tmfA_vSGfYd%l+xA^TBa+Tl77G>Ky0cmXd%_a +zjS!X<111JYbfE}D7bXx(jAEimqd;__foeirm<|+U8mv?a?Gu`q5S(!^*srNGjP205 +zZ{BtBW{eF^>B6(T_vCl}_ndS8@IQwrb+P^Ur?1OU-3wyv`bJT<#t+~wq;kyt@vEDh +zJa_G6Z{Lc5+m4*+wl+3j5Yk$s?JMNtHs=1cmt0wk3b$glbwOUI^YMw@qka1?mjrG< +zdhU?b)NxvmoELiR5*W9{yClBNJMnkyG5XebuZ+HP;PgYlZAZ>@tLDzZ+}H04Cvgj* +z6smm}zUEHEx&{EuYyv$ojAKVJj)S$ag;meJY99P}@!9Jiy!Oo!;1eH>%sKW@l^%;C +zR#y|;a|~G<{!fAKRE+Gv3Cv$fe32eh%hQ>WmpiHfEsFyXma5X@mk~-W3j>gKjRbce +zMJR>7F^EusiY*6Ey#*ivWT<YRwy%J3QSG~yh5Z|<+PcBGXnTmjhNithnFJ7P*N5}* +zaR5|v=Obao@NIh1YeC#b)YLZs6&|oW<TL46uX0WOih-iW8&*C&gDkJ|0YO>3G@|5= +zmj=3pwGsk>F@TZ)W<I55Wwj@N=I)AtZt`~ktjcw`^Jxu*p_sXQF%@nDz?m3cF;EwB +zWn(+}ncotCBfUzKXRWp_5E93Z;!edLt!^rY9>3)Mn${gG#%_KEWF^40lf8ZD#guRJ +zPK@J_9XPQpw7A&h9ej}<jLv4p`j4FjGFCC^v6ihr1R_1X?sQDJ({c38Z!rsLWN<aC +zDhJoWoxFn{y~tv;9~S4a!mR|lUNp(*Coj!T{B#>gE;WZYK0d5AJ@tO>`vIYE3@&dD +zkskaV&zsEf`M2%<<DUTuKtHrAkwfo26L@^<=fWST)b<c=+{R6L_9a8L$i{YjtvhgY +z+53MEe{uMi3m;wu?g3dSZLt0=2T#2j*wD0B)-=?M@{k|E%%^hhOycf?*w0@UdbR*e +v0s0^DB|Gm$8BhTP0aZA23TiS1;F9<ocE>vqpW~4h00000NkvXXu0mjfff$=D + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-hover@2.png b/Breeze-dark-gtk/assets/radio-checked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..03f9fce78a0a427fa8386b4f742ca91b10dc4fd1 +GIT binary patch +literal 2064 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-insensitive.png b/Breeze-dark-gtk/assets/radio-checked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3df6367058ad81bf6f9fae7ce607cdb156d8c67a +GIT binary patch +literal 780 +zcmV+n1M~ceP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0>Mc{K~y-6t(0ABTtytle>3N0c4y9ZahrYy5v*9f5eg;XYoxZ6T!@N- +zeg!Y|(-cLjP@x3WU{vs;Dz&s|-_T2qAU4^oyC*rbJ3Hr`@nTP6L%V4%`rOWce)G&c +z!vl|4V&1|_r_a6~%lHi`#j^;G0ffM22=%qf*PpGeu3S76aOuqQ2_eKsbzMGH6l0v5 +zP?i+{aU9V~720TIByJ(%cUD(E|8*|#<yT)j8z-#`c|J0QwS*AnUd<Ro_ejS&H+lQJ +zufMu<A8_f+@(C&A<-uUfOq@dqfiW80)+9*`fcGVKY$=M_VM-~E_IkxA&!7L{`)_^* +zh<AZfi1VX-WG2oLMG*@NJ(4)t=PFGT(zJ`wn*P=R=Nx&Sn=CUQ1IGa`cLS*E@@Z== +zLWl>#?p2Z`EFA42gkYyAAn^FfQ;Y8bNPt8}Zx+Rv5CX>N17Y_<jn)7Z)}l>k8PF0y +zNcoJLOaRbr{ZQDhbOUtGktFGHpd$egVxg+4=Hz(Z{s*|6&6Z_}l;Sa<Eq52^e~<&T +zw@E+{0f=Y75c+Wx0kf}hSov}`8^;kf)xXe$QrF>nODO>C*d7{a?QB*lg?IiIP)dNR +ztUlGINvyDV?;q~Ydx{2VjAlC@ehG{vz}o7{MJb~j#u!2f^tT2FLcRC&w+4g|$g&Km +zf4}n6<uzb?FO(|qR`*C}N2!#ms@T}<GaQbXPCX$6LI_N!Q-;G48=HNqs-o3WbUT^- +z>(BKMfH7eAmBWj#oIaPT)+c$Mo1LOK@XA@1(d}e*<L*E2U%m3<x4=5!@2juH7nYuD +zD|J2y@kC)Q&N-?k%_xphN@0vf1b$mz|Kr0uH-EVU{M|U5Td?WLQ;Y9v(^*c^<Vh)H +z51<b9z)$_{?a}ay=FKc{7ub97xsBaO10A5v|IJi3ZnhiXKK%!L$2E?D%Ql_>0000< +KMNUMnLSTYyT5e(h + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-checked-insensitive@2.png b/Breeze-dark-gtk/assets/radio-checked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2b0fc1c1de7aab35e2320a5d4c364c2c3dc33064 +GIT binary patch +literal 1825 +zcmV++2j2LJP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x2G&VLK~z|U?U-F`Tt^khe=~DGcfD(8*RD%wBq&BSZ6QICP!;h2Qktj` +zYz0vjAywi97pbpEeW;M~h{P+Z)c1<gMny!b5(NaLL4*WCK?-S0NF3UHlsaC=_FeD2 +zyZ6ov54#)hU9TJ4*@_qbZ+AX_bMDMJX9oVS`;*vi$3usY>`_u20rm?i9+pB*0%5z> +zHjK6N*4Q~?I4g~Q<HU*M7e8^p+1Xk5{hRa8JFfEsDa4~&>1(WgM{E7^6Z`hOboA)a +zZ0LaB_}0w#gmix@rPv8ztszdDG@DJ*G$Yd)*4Xx-Qs5{D*LCrIk01z;qCJ(h_D0L5 +zKl=6Y<F5?`aC&;Wq;X!6N=*Y~Sw<AqX~Z$s+D$D^2tgqXDV0h%jsid%{i~v<o;`N# +zSbf`o2WMt>xwyZRQcPKES&3GNqSZ}7Z3H?}EHYXyfe;vDt_Ur^_U4<%Zf+Uy;LOY} +zPq=4=5D#UUrnb09nx@-^>y_tuR4Wyfk{Dw?G%fp;lP7<9W7B}s)6*p_ytkzkQ>|9Y +z!eR}h&AN6<IfS84;0HL4gHjRztqob0kt7LmlAyI7&{r{Dt>U^4TI*}Ik8bWgfByVR +ze>-OopvHMcN->pXdLW!qigLL`AuJ#UEYWckj-v<ypE1UWlLpJnD`eRksMeZ=T8+tx +z36xTwE$^6o9rz}YTaD@;{NT*YGp=%9#9D6GYUnJ#`Y;HYn5g1;-axoPavhgqafB>Q +z$+9&MW344=HYpYgxUMtxz~p4@gZKaa=M4d8XJ_5j)z(QNL}@u%A&!&WM5U1;J9g~Y +zG+3{MfI^{wv4&P_Z7&;R5D0wV$Mb?OFD}f#8pm<et(U!nT>o(Xc`3!twkye>)-VVe +z9UTKU=UN8KGB!F!7zDY}dcBU(2BqYKkA7+Ib3kz*pj7TGKosR&lTwOG<$mGTAS;y$ +zO0E4oV=XID+i0bc@^^uWb%2KsAK4=XyR9`e;y5>Cxm-eQ=f7?sA)s6?=gL+a4UDxY +z$C=vw_}<5WQVy^a_=%HdE<z~fPzVb{gX^jghB+%*YiYLkyqK7rd=ePT0RsC0n$2cz +zpfL2ebtvv7Ay~H;lg`{>;P0cI8M$`>r4*k7NYi|x5%~E*hN&R*bKhyl1xe}b>J%03 +z0tz7}fSjKKaNKpSa%ggtoBP(Cxs{UDPEpwNi$w^m%TSd3<N&*&u`6TS5laZs{cWD) +zf2n(WEw=~I#=tsvk_`y-!;&`n7%xQ|$6DJBVe&4Zwe~iE<K**){#ZOrWjdd}sm|P5 +zn_9Q*E}*gI3V`e8H*S*T<MA++^u>DD?E>l#x>##~TKoyX_q|-FI7!%KX1^s_+YSo7 +z@;fdqX(n%XiqbVdX!IL^4T2!I54G0BeW7m{YBU<TL{<nv5cmLgVgA;sPI2ol;E5B* +zFB)s#m7NPtua;L<hH6D?EXz@pD=QQVNFivY*_C%LUcA~Vj&p8CYyC1nsZ?5L#oA(R +zNRWcXJ9jXB)+>*U0I*t*e%{l#kpp~U-=3GOwKp6`F;Xn{R*@u4mRFX!kH-i=u(Z5H +z+;{LsMv5p$VYI&W_Y3D<?-a*CnhO)BPoFlQnfm-KN2%`wzDLq*<@QOdm6E0@VHj>X +zfw0C>TU?~k$nR&*^Qd&P^o85=FV0=P@~=+S0?=9)$F5%f=cTDHJhE3x`A8T9>n`Y7 +zmeFXeA`rOlX6_||Mk8inz_nFL#l(0ODJ5~-Jay*xzxi3$7Qj4gaH}hN>e)ui{7ou3 +zHD0Z<P^;xEskLEgd6}qQCkz6DV8FFgrzCOn<FB3L?aVq$v$+fB&b-i5J-@cR4RrYM +z)1S7={6$LnDWeUwJ9pOQirbavd5l*oNF~wQ{O7%YTzq<N?s6AuX;XjzPd)YRhlImh +z%25wn3sDpi)$5ynlj)Zbf>N<asa!?~$kJ@?y-SzAf9=}kk2*~f;5t2N#65S=fddCd +zg;RJf2>n9<MjKY5h}A}8%a2FpQVG?0Jc{GysSD@Mys)&i)IBw=4qR?OZ1yaw{a^k1 +zb7PgtkCl=SLi;Axj1!VpleCqhwZ?RSr4T5ka6ON}_wak3-;CC`Y74i2a_;OOPW6nR +z05|*LwgLzss@3Yw-Cx}E!*Xf#8Ra-rTj+0FX?CR^t-Sijw|@JJK9D8gHXCGz+wr;u +z;DOzb?|p1ya`MSA@b^jS>{3dOcQavYZLGDa8IxU)ljdI+=5L+q313}xT}k8PCcB@o +zP@;V`4DZ#jPcdz)MfYk5_XpUOOWUd;;M4Z4-4JSkl(w~E+Sc0ABjbMo%eVFHh-VEA +P00000NkvXXu0mjfh!26f + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-active.png b/Breeze-dark-gtk/assets/radio-mixed-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1afbd18d70b098908ac7e29ba81940543717444f +GIT binary patch +literal 950 +zcmV;n14;aeP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x18Ye{K~y-6t(0#}l~o+aKj%E>-s=Uyi~MU&klWT|F#af}ETY;Ha^%*V +zaK2PqwUxTni!yZeqOF$Bm95%XDXX>`TGREyK(R4K1l52?VQXu3ugHu)UIYn{d!Boq +zUOX3z(Ph2p_wJnEIiK_U^F2TKpG~B4R3H2FRT;|PFV=4ei?nrq05d-wXX=mNO>C^C +z_w9Yh{}XV>k<<0orjoNlTI;lZg+$cGy))q*&dfs<m19-ZK|;?YqQi}S$Dh5N5?I~T +za>y#KIi-7Ag&w#Bu1S%X#JA-M{55-AJ=FP9-#gEpS^?Z~<aE6%scnmYb5b}XLkOi% +zmAmkj)FN^U0dQ}PpohC~>~>to!P->Dnx|fN@BVmU_s{RYa&Z~(p^ti|9J?b+540oJ +zW)s|V6q#4_uK}9z2n*-l!u>Obuc`r6_SkIC3pLq*mP-u~mdetDmk~;>3ImY&VS<fK +z2&K^dZ3q>}*n0598vqhOhVl<+`wF-QRk>?bnC?A~iH#!j!>EdSa1Gk-Ah5A`FOVhy +z#QF_IiRd5zs-!k0EZ*J9V&~^9cC-NCD}BT(LDWX%78C**9xy%Rb7yXO>EsrqgvGmC +z0Z3fG3JC|1>oqGeGl@*k@&Q4)bioxVHNFf6AS@pUfiOu~34y?M0VM(4xoIskv%T;q +zZ>$Ofu<ow}X<=fc-a0b}GdH6l*%Wu`W<(WL0N@OF-MgrJ&#!=qU<QH54|x9MSsAV* +zF?oFia3p|<jh(S7>Oe>wyB#wg@m_x5L9Fl=kQTzX2DQ1GwEZU$nK_v82zv06_iM^` +zvKYDcHL&ovus`U&?F@B>bpN-Wup66@`C-qQaJ(-dl~<O33VYjbRB7#O&x;Rl14gYS +z;C*G=e+X1H>@yP)VJ4#JYv19{&me<qAuR)3gBkk`-FJb-_GVa|!zwB#Q1^@*Yyaf= +zTf;y73dEKVhu1zntV$n!FaG^Gq5Iob9}ZOw_-meaXS-V8w40B828;lDg;uH#z58Tf +z^Y$-<Kai>I4ouX>Onc)?hVqc%N_^!zG4X{vx4XVP{L9%7yMdd)0;C?W{;da3ydKzC +zyjSKH7KrqaAHbcPj+@Dm8+RjDzZz&hdIp#W#sPgV_!Ph;O9L{1AfS?aPBNO=BygGi +Y1t+jwkMc{yS^xk507*qoM6N<$f~0H0xBvhE + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-active@2.png b/Breeze-dark-gtk/assets/radio-mixed-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..73664aaa620970aa3b56b2b2723ca442533460f1 +GIT binary patch +literal 2235 +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 +JPDHLkV1ggQQS<-+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-backdrop-insensitive.png b/Breeze-dark-gtk/assets/radio-mixed-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..98abed9f4a86bb6287741b41f0987c22cfe9cc90 +GIT binary patch +literal 823 +zcmV-71IYY|P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0_;gdK~y-6t(0Ah97Pm{pQ^6z>gnpq;AH&`A{a4xBLu>NpDQsz_Ciz? +z^e=d!za}UWg$Q9mU0fBsh)NX2j~Mh)R}iy1JI?fO*Gx}!b$KzpW0p9ZT=?GBIZvHa +zZ}GzaEV1n1$#WN;S5mzorFaCvy#OJw8$$D~cg=fSn;Vz!3b=ND{j?C`t){6TEXxU1 +zHKndS07^xqi6%1{G7{Gj>Xprn_kUOleCnBJFQ_=ZR1{-VT1yCF>1xIpdMCQJs-`c0 +z_VGtoZUe5JUq3B{ygD52nQ2uagus}LtdkMP3IOM7?8H)*^UJi>ob30@aZx<>#pj=V +z4WJHzQizM=Vr-^WMHEG>tn`Uhd}OL5iAj<kCd(M?4XLV%q9{zBo40{efRl#?_@;iy +zT8j|kKVi2jj$>9%_7OsGP?iw5@66fN*8n6yETb38azY3JW3ppm&N)J8h~pTOWdM}c +zl9}#0kVya`<-^r<3P9G$j)ghrn9bb0wgpyIMI0xmfUcZdBUZfk?K<jM7=ZT;A%sP3 +zUDrq{?g2XTuwnTJISM<J5aO050YL;n&4D2dR1~$%^&Mf0+In8AR78XS8(LGECVZD_ +z4S=24J4_~tleuZu&TF;SxXN7zY6;+L|88bl$4a|^C>0S!(R?KYDpI7WMhJm(j<N+B +zld)fnJ_IHbU~6;ZvXs$}#u!2f4EBaN=MX}owWiZa>2y*Ooh)F3y&)k4@;nEcU$1?2 +zbqm;EnBoI3^-gpTv`+Bev$H#3G#W3y2*7MMV>BAGvpc|hPnv3a-Q521`}P~a1h7ZK +z;fbfuJ(uY8ouVkrL0NK~@;s;4&F#+3zh3|5+LxaK+km?*zE&S!d$gnV#URA}rL|O5 +zg>T)AltOEbF&QH8%l7tfZ{GOn`y0TY?SxAMHaT;4_0`OD*W)C9KnmFhXhJh|GxziU +zc=SR0W)`>!EZ${lVz<hGF3{oMWUAX~_FLc){R0inT#l$9FP{Ja002ovPDHLkV1f-q +Beun@6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/radio-mixed-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..be50cbb80d6c7a863af1dbb115b2fa6b422db887 +GIT binary patch +literal 1944 +zcmV;J2WR++P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x2Te&tK~z|U?U-9^Tt^vzzqy>-u6OO&aa}?qK{29f3kiyZs)z@W(nN(| +zD~PHHsS+=^NPR`>Lxq$_BwkUazE_ksDk4&qC?FsWA|y}>Qb=1u;?U+&>UbU7YwtO` +zduE1*vup3!T_@{JdE<XNIy3XnH~-B1mx2Gw{fQWM;Nc@j_bMrl0tbW?4@)7ZfGBHq +zHS64hvu@s6&Pi+DIC=8K#s4|r+}xb^!Oex|wWog|g?My3W36-V8e?95V*lQkjvYIe +ze&T@N_}1+Ag!FzYrPu}FoFz``)a!Mc&6L!nIO{T{QlOQ_^E`sUCk#WR$fk16-DtSx +zkA8jP#A}}j;LOZS$)I16O3eVIX-c)aMlFtU&JDCUAq0geqEsrOwF1Cc^Q)q-o;`m2 +z_}b8bhh}GYdw9Q-QcOGNSgo#7t*#FQwH4?{vB+q-1VUh~y&{bK+M914zqxI|L$kBH +zec_!GLOhhFhRV_s&1Q3GxK8nXpNa8tl#*C$Ke7$?l~bpFd1GL}nVFfA5&k<;is?q9 +z$>LH4Yiv(Hr8H3#5C$PyYm|}z7-LD(lq5-rlLTW-pRtOa6BBrz#u#(0^6|}m7cN{_ +z?e3@h0UGoxQi|y`HGScfQk2Uj3Q+;kXNg)Xv{r;+z!+o1NsX12Rnl}5)EL8JrNY$Y +zBuc5zmUm3O4tx{Htwwb#KQuf0jHkR8agN)S3MS33J_;iyCnxZIzb{-r@w7*=I6~TN +zlBSy;#yLk)uTv}(@H{>Jz|>Ub!w>%b=Pd!}=H|Th^~Nb7L}{hEN*pJ-iAp0ycI?<O +zFj%Ju0fj;V>nx4N=2^DZA`k>YfbWN2URqpuHICzIyIpoFx&G0@^HPdknJdZP)+me^ +z9UTJ(b1nVFF*Z6z6o$FKYiny*V^K;z_~@7RJqHx~0!ro00aUAb*QAtUeEfdlHX+By +z$5Co?^Q?2MRx_iOM#|p>CVK!6A33^L3idc>sl{<lWw~5J470B-Nllt_>Ow%dT+a1b +zuhp>5p|qaf^Z35UfKm>y75IshdQO>AnnF|<8m`%F(x^8`oB8lth@zYoopaQ)GcP8m +zrk(`Ga)7`AfO@^2QxrwPP?w?&*LLpBG{xFYcO?WpXEABb9fiSuvdqZa0F+XEE>oIc +zX&B^{3<H;m!=zohqaZ(~)h?yp-TGD702D$@0y#egpuHYfIRsoLrpw`L<>lL3b1Nk$ +zTEC)>Efx{blc6ZNJ;1HtAiJ$O-AZ<~XA2NQw71RA_qb2F8yxfr{P*@+UI(CyfgX2~ +z_6hXE!1dE@Y<|n7$Z(u<?GPq60G)HU0kqEN58bhNSUBk2($wU~sMg%Z*vbZU`@=eW +z1;F$22RBLb@pxD`5E}p+y1Qb%=d}UNhi$A)KqLMH5Cnd1P@E)emDvvt2cA~Q%?-o3 +zEGTqJ&~j->J$a`+#ik#$<_*AwVVFBB#u(zR&<9!g8Wc`Rh3?v!TCJ8#WQ7ofVF2J3 +z7jB(y{cdako;-QtqIK>)*(z{4Wo31>$BIfSJneD!vPR%(jUV{AMLX+QsaA763xxtw +z2pY}w%DWdYUTyu3bEnoA^D;oGRO+!}WvP;b6hh$n9$^^ZY2CVk0uV?c@wCp`e821V +z3YPBN!FE}%JTd~n`danp9i3}Az$f<aeaSg@Lu<uIvDn!}lGIsQUForyloHSP38Rog +zA)-)-2%`|s_j6~i4Y$0qOx$(xMn;M#t+2-2`up4GUvFCvXy(GinKNhXXQn@YODpxA +zFz`w0jodkDG_p$(MbWks2xlFYr6p>${CW0$pYc|fzIc1##rdmO{?%$)1R6bY?CRxz +zUYh>GBm1P3k3?bEQ=q45O0BkzK;U_U)FpyiEoQM#*{Y;sa_0n6O5(VF`t0w2^Ru=s +zfCbp1sw?{H*;>Q?O)5FPb7F$UN+oAWV=T)nD^%Ckh{BLC>{E7{CP`esd)c`&%dFF8 +zI{)_hvoCZsFKjMv3psM+=}$Xl|01RQlr@&hojX0b;;`cTK0C+9kxF8W{m=XVxcKz^ +z{N*;(@<4z9Pd)YRhlJ)WrPagELA6??y0$j(n@qO|At)7#l*(m<fV7#;zklh{_pe>M +z{Bf&G0$isfjkxCtI(YElsL+Mi!YDWlV2x$9T4lXf+xFv8xl}^69*^R<e){e6XJ1%e +zUT)u-Mhh-?9tORO>cCgO{@mF3_>Yy64?>pP)#HSuQK#8xVvO0y_oNUgr84&u_yir# +zZ`PPwmBrgXIe+dCr#ti~z|C&B?EnIZiHV6_d%n2$hvm}fGfL~}ZH#w~W_o3<y87xL +z-}>z@x<HnJ+iZ~?4pR;lfCu(GzVETgsi`NUFxW4p-mR3}+0KNWbFneDVr_aoPU?SM +zT)1_*BYd@`?MiBQn{4=EH>+F6*m##7SYk4(Rqxdi?hmjn9+_1mARzOt?HFf)CYiNj +eGHY$?k@3HaJ5c+LQWmiQ0000<MNUMnLSTZTt<dWL + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-backdrop.png b/Breeze-dark-gtk/assets/radio-mixed-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8ce6d7d7ade431a84a2e9d4b0c445ac571a48474 +GIT binary patch +literal 985 +zcmV;~119{5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x1CB{VK~y-6t(0F(TXhu2Kfikm{SR$nqwNGr+Y4+<_OgW+6J;)0Vy2HK +zd)R^y<IEyF_~MH?qw&S3`C>FNbD0r|e;#LyX4w*)lWoX~mC3!OEOX<Q0R2Nt+tG2a +z50tvfSbXsN`a9?IJ2~HT4*bs&J3X8le&fw%r(@9F+|*^a*%|?grP6vnUr6S2`OiQ3 +z`0R)O2{?3m_~@QC|JSl4npJHMJ*8796aa9!Tm=1oqDqtv!^ou;mR|bo(~o|7G+(Z( +z>h+P~NN4!VnLlsaez`Wm((*Fp@&gRR#4t?C<p(S+ub^rPgb=oUdwWiFhL!Bp<n@Vd +z6%L&qKB|PmKa7u$3w?1BS(fNlx(RoM@OV4`WV2b4^Yf^h#>R$$-|y$yXP!2v<I^vU +zo<ILRfMp99Y-<~fO~-`3xQN5y;K+0R_`Ke_cC@y((AwHUG!o&`<twC8DPpm>h(w}e +zKnqZjwhXXHl2_Fd$g=cU*rW3Kyc{{)k1R{fswx&)cAp#=JOdyBG`pNbsy2sdnsh7O +zPlUzeGvsnPd_FHqRKYY&v_yhkyZy%jhXmkma))$X2O!+lxg#tV`<=<DDX!oAZ8J6; +z0zlVOc)Xqtz%2pTZT5z>wKV{ms|Gv{c58aN3eYi(jhb2c!Wwp)y#cUGTM6dQGhPP+ +zu*fn(NMM=(2mwN10u~9NR4!FqP6q(FZ1#yTfIu*S5Q1zj2Y}1zq*N?bplV7!w>lpT +z_yI`H->D_W<1^b}R;!i1LkBlwlXq$#WOA9iz(WaOb+vFVszeb&plTZFbOwO-_B{lH +zL4*)ASS)mOwDaPz=W#lnq|=$LjX{Y<Sh%<F9Z;$@?yWQLWfIAG&+M$aIoOB$@%c8# +z$1pYkfh29VJe|&P>GBnd#Uguqd+7>?@*lkW_95V2ZI_kaeb@H)_Pm_Vq(vr^B{7$z +zTrOj^He$8fFin&6$_nv6Zu9HJ4c6D!2?YG~^&K>?UL8L*r)e6nQfKWeuMLkxqg`iX +zvACF3Rm`f3|CSJf-ku%~9N2G8PENi5%~xMs0PX^nZL@M>;MHTH&{LxpOGA^ENTBPf +zy7LtX22i3ADwWFWjhhoAKVH1}Gq3=ZVCMtdcyeIyon5>A$Gsj;yUlKI1SpqE>zQo! +zuZ8>fza1OBa1JN}i$JAT{SLq_IRH0c=by{;uv$&N3ar!LLF#f^-{wlG00000NkvXX +Hu0mjfP0-k2 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-backdrop@2.png b/Breeze-dark-gtk/assets/radio-mixed-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..210aa3f3f308ec8a92dfaf245f4252911d9f7389 +GIT binary patch +literal 2302 +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 +Y3uc^q>`yO5U;qFB07*qoM6N<$f*4MV4*&oF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-hover.png b/Breeze-dark-gtk/assets/radio-mixed-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1afbd18d70b098908ac7e29ba81940543717444f +GIT binary patch +literal 950 +zcmV;n14;aeP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x18Ye{K~y-6t(0#}l~o+aKj%E>-s=Uyi~MU&klWT|F#af}ETY;Ha^%*V +zaK2PqwUxTni!yZeqOF$Bm95%XDXX>`TGREyK(R4K1l52?VQXu3ugHu)UIYn{d!Boq +zUOX3z(Ph2p_wJnEIiK_U^F2TKpG~B4R3H2FRT;|PFV=4ei?nrq05d-wXX=mNO>C^C +z_w9Yh{}XV>k<<0orjoNlTI;lZg+$cGy))q*&dfs<m19-ZK|;?YqQi}S$Dh5N5?I~T +za>y#KIi-7Ag&w#Bu1S%X#JA-M{55-AJ=FP9-#gEpS^?Z~<aE6%scnmYb5b}XLkOi% +zmAmkj)FN^U0dQ}PpohC~>~>to!P->Dnx|fN@BVmU_s{RYa&Z~(p^ti|9J?b+540oJ +zW)s|V6q#4_uK}9z2n*-l!u>Obuc`r6_SkIC3pLq*mP-u~mdetDmk~;>3ImY&VS<fK +z2&K^dZ3q>}*n0598vqhOhVl<+`wF-QRk>?bnC?A~iH#!j!>EdSa1Gk-Ah5A`FOVhy +z#QF_IiRd5zs-!k0EZ*J9V&~^9cC-NCD}BT(LDWX%78C**9xy%Rb7yXO>EsrqgvGmC +z0Z3fG3JC|1>oqGeGl@*k@&Q4)bioxVHNFf6AS@pUfiOu~34y?M0VM(4xoIskv%T;q +zZ>$Ofu<ow}X<=fc-a0b}GdH6l*%Wu`W<(WL0N@OF-MgrJ&#!=qU<QH54|x9MSsAV* +zF?oFia3p|<jh(S7>Oe>wyB#wg@m_x5L9Fl=kQTzX2DQ1GwEZU$nK_v82zv06_iM^` +zvKYDcHL&ovus`U&?F@B>bpN-Wup66@`C-qQaJ(-dl~<O33VYjbRB7#O&x;Rl14gYS +z;C*G=e+X1H>@yP)VJ4#JYv19{&me<qAuR)3gBkk`-FJb-_GVa|!zwB#Q1^@*Yyaf= +zTf;y73dEKVhu1zntV$n!FaG^Gq5Iob9}ZOw_-meaXS-V8w40B828;lDg;uH#z58Tf +z^Y$-<Kai>I4ouX>Onc)?hVqc%N_^!zG4X{vx4XVP{L9%7yMdd)0;C?W{;da3ydKzC +zyjSKH7KrqaAHbcPj+@Dm8+RjDzZz&hdIp#W#sPgV_!Ph;O9L{1AfS?aPBNO=BygGi +Y1t+jwkMc{yS^xk507*qoM6N<$f~0H0xBvhE + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-hover@2.png b/Breeze-dark-gtk/assets/radio-mixed-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..73664aaa620970aa3b56b2b2723ca442533460f1 +GIT binary patch +literal 2235 +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 +JPDHLkV1ggQQS<-+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-insensitive.png b/Breeze-dark-gtk/assets/radio-mixed-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..98abed9f4a86bb6287741b41f0987c22cfe9cc90 +GIT binary patch +literal 823 +zcmV-71IYY|P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0_;gdK~y-6t(0Ah97Pm{pQ^6z>gnpq;AH&`A{a4xBLu>NpDQsz_Ciz? +z^e=d!za}UWg$Q9mU0fBsh)NX2j~Mh)R}iy1JI?fO*Gx}!b$KzpW0p9ZT=?GBIZvHa +zZ}GzaEV1n1$#WN;S5mzorFaCvy#OJw8$$D~cg=fSn;Vz!3b=ND{j?C`t){6TEXxU1 +zHKndS07^xqi6%1{G7{Gj>Xprn_kUOleCnBJFQ_=ZR1{-VT1yCF>1xIpdMCQJs-`c0 +z_VGtoZUe5JUq3B{ygD52nQ2uagus}LtdkMP3IOM7?8H)*^UJi>ob30@aZx<>#pj=V +z4WJHzQizM=Vr-^WMHEG>tn`Uhd}OL5iAj<kCd(M?4XLV%q9{zBo40{efRl#?_@;iy +zT8j|kKVi2jj$>9%_7OsGP?iw5@66fN*8n6yETb38azY3JW3ppm&N)J8h~pTOWdM}c +zl9}#0kVya`<-^r<3P9G$j)ghrn9bb0wgpyIMI0xmfUcZdBUZfk?K<jM7=ZT;A%sP3 +zUDrq{?g2XTuwnTJISM<J5aO050YL;n&4D2dR1~$%^&Mf0+In8AR78XS8(LGECVZD_ +z4S=24J4_~tleuZu&TF;SxXN7zY6;+L|88bl$4a|^C>0S!(R?KYDpI7WMhJm(j<N+B +zld)fnJ_IHbU~6;ZvXs$}#u!2f4EBaN=MX}owWiZa>2y*Ooh)F3y&)k4@;nEcU$1?2 +zbqm;EnBoI3^-gpTv`+Bev$H#3G#W3y2*7MMV>BAGvpc|hPnv3a-Q521`}P~a1h7ZK +z;fbfuJ(uY8ouVkrL0NK~@;s;4&F#+3zh3|5+LxaK+km?*zE&S!d$gnV#URA}rL|O5 +zg>T)AltOEbF&QH8%l7tfZ{GOn`y0TY?SxAMHaT;4_0`OD*W)C9KnmFhXhJh|GxziU +zc=SR0W)`>!EZ${lVz<hGF3{oMWUAX~_FLc){R0inT#l$9FP{Ja002ovPDHLkV1f-q +Beun@6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-mixed-insensitive@2.png b/Breeze-dark-gtk/assets/radio-mixed-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..be50cbb80d6c7a863af1dbb115b2fa6b422db887 +GIT binary patch +literal 1944 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-active.png b/Breeze-dark-gtk/assets/radio-unchecked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1a21720c40c327b27e493ce8cde43e9e73a185fb +GIT binary patch +literal 727 +zcmV;|0x127P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0*pySK~y-6t&~ehlu;OlpL71pprVeI3Zgcynu?q*Qqp8A&A^~dh3&df +zn=)u+RMetHSVRQ1Xi-s6UaCz6MJkx2B!M-hAXGY9nP%yXqSl<5|8L<mBsrSWyFA}H +z5AXSI@Si2(1qx5ztd!2oy<$;To=8kJ0j!BYh~Y2Y*7t!MFV5~c_fNnL$F6PBmaeE1 +zQcG37Mk0P6_UPBC%PAS?u6#642}D#d;_uwqcJ4rZTwvkx8x@+{dr7s{3iawK*jAi> +zNsKk6nBHBs>S#LJR(0^w?~wMVGky7{+o1;+M7XOJu;XO|u(7_p#~SPwj?KGEGqQ7D +z_P5o)1CTLt?(!PdQX|5B9kYO@E7JRxP|ICmy1g}k5d#*UyjdwUJx#r?pA|5ZRQnTz +z?nqvH`26V@P&zaBDPLp!oXsZNLirkSWV_3OL<t}kWw|2$*Yk%(W%+%G^qgEEc?y{1 +zH0<EF1p_0&A!JgT0VKqVVvD#vKDUHGVB3H$0qpUBk|~Q9%+peqV2uYAM2lh%_xI>7 +z&w_z6Z#9vj-aa5K0j%!>*ELTG2sy{o86+e|elb6L-rff$V~N{%`T0n=qsgh-AJ2<t +z6l_CZSv1yqXj1|3DP~E1?AUH@++l03RsRgrT=|&Z9rp0E>Iz^In261Cf6JrZEVpOG +zEZV)5uoBk52jb4NkQfDJI7;^0W6iZ^I&W1y1U>`SU%j%f;$oR&+4?)ebfhR>1D4;1 +z6_{FI(wTwGTaA%lj1`(39civU(p7imInW<<7<a*%YY(44<;ZrI%k<nFk>oT1?D0Uz +z8tVJ_qvy@NS65G52PS|)K*h|@k)}i-8At&1=vg@GW-JPvreAx9>cdqF5?25K002ov +JPDHLkV1fYKS7`tM + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-active@2.png b/Breeze-dark-gtk/assets/radio-unchecked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4a4e27d099ef72502c5ddc9e70e31c1818c108f7 +GIT binary patch +literal 1661 +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 +Hu0mjf0=F@* + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/assets/radio-unchecked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25bd1e0de19381b0d8e2b85626eaf068934ec951 +GIT binary patch +literal 646 +zcmV;10(t$3P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0y{}WK~y-6t<=v;6k#04@%Qu0>^|!}J1$z?iw+S~WL*M5gu*aP4||Y` +zg8COa)L$cY$iN_kN-}~DMpz_SCQ1;LQDm06v(D^}J2OuQ$EA?9ZRvA-9(eKn0blsf +z5sg0j28M=hX`ho)97nJRz!+AHNnXaa<o4vm_*he5|6s982yr7xq9eXvAq=ZTQ4D}> +zTja6|M>|MM%pvSc6XSPg8-l0LoE@?=xm%uB(tZ$NjA_`K)|x`Q8-!u?;^T)8?rsD7 +z2a8=&$f?!UAG#Wb4WZwolwwzBr(g2ClTV*KdJZ7BKBW*NC9l*p1`viJp6BU&Uf%>V +zb+B(>XgE%yqd^cfjcsM!_rY+WyQlX`9n47Uyzf_boY_wCg8)anMZl2&Lds)dwb~K} +zo2_Ru*~5UlIYS|K$8p>;7)23MiVmQyzLeIQ-HHGs3}A19#(cLet7Xo%EfV6NkS--j +z%uG(HmO-TywXik^L=qs5;!#ICErVJ+l)bh4Kt%#fPK=L9X}#83|1*})=YeE#`q|VZ +zP_8c}He4vQyX#72o5pfEMZwJnpFS>K11dmJ-^BZO3oCo~?O$}=_5ou|cB5ANYh@jU +zLhx<*>($wr7t_FJAlY`ldQbJAXj5v$2yxI40>UsPjv@do+eRsc)(*n3u(b5y`uv+$ +z^T3z1!iEPn+uhT9+0kw>lg%8GLUsZqCRwd*)ZUg$YxmNb1;8>;Z>QnKPU8SB&<5D) +gTa;E)PQgF&3;UJewiEl$VgLXD07*qoM6N<$f+A=pIsgCw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/assets/radio-unchecked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e08b8f2a946320d5a1880ceae2ac5447caaf4fe8 +GIT binary patch +literal 1474 +zcmV;z1wHzSP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x1$RkAK~z|U?U+rB9K{vKe^u2V^RYcPyB-EC`vBRCG08fz6eBAKkc=%5 +z*_CqvAz5%?LE?(UA&Rs|q}-9XqY$$qVkOI#kwC%-V?_=^vTTxQF#&&t*&S=yo}Hea +z?yAb6yT`L;f!+0ZokRYo)~o7%zkc=c>J|K7cP6pf7mqx1bV5mS6gViPcvuSA0Lodb +z?HFsD*4WF&a8?@q-pP}57w$UX^z^j*&9&yMj_bT6g?MBm?;2|_X|3OSZ2!cYGcz;k +z&;g(R-PH3!x_^>V>;$mZ5OrhXI3`I_Qk`Or%|0pxj&g8a7vJ|Nl}bpFxw6(??b+nD +z59a2M4+U^?ax&03Z%d^n0n#)j4BK>~2y5-SeohEMrCcTm0vtyHppAaN>ZxP1v$O3@ +z10J55+U??gB&8U)*0LNf6NW46g8DJgk!qD~wE%>`7&9-leEh_T*=rjHJUlhE+Y|0t +zA;hjU)wFKjBuSD@!wt&wJjO;xQA%QrxnX+tH>Xbh_3B!E<yywc$;rUQ{YVJ0tJh0t +zE-nlW4xrcT(Og&{Nm8Vg4+@tv2M!#lts79|ye*{|PgBj}%@#(Rp~3ZiXw70P`?gZ* +zq1t_ocL8;KzaJP5Pfb1RD)$dq%R;M#PW8~?3R!FE#xd1O1=n@P?{73(-+uG&zx^oS +z^z^j5veG*xgb2P5mx-e8U4tuRj6opqeIL&&{rcu&^PMP)!lHfE5MQ~`d{s)ZGuuiw +zzgjn{cDtPqwS3@_U+sGtsICbpl{*a(hCjJA4PC}smcuM)!AR{npx$RH9*#V7bV3UD +zSZnA+(Ut-NtaLgUYf+9fzUR?>dx2mTV4nDiy79U*#4u&8CC=u&s5cr<0^3&s0tW%& +zINox&LfzbVx#aIBI~losKq<v90Fq?g2aTaCNz<Ig*`1pzeLx{Z9kRo~y^_v-D<#Kr +zQ+Z&BMH#p!^RJMxS;i7VlyZ}|W~%!ik~;usBgl?K_exS^IM&)Cg~>jkwRQo(ah$Cu +z%cXMPTANm3>jN5V<^f#S-Ey!(u3G@=Z*!Bm1*pYm0KV^SJy|Z_&(=ma?tY$|l3V+r +z(eDAaR4Uz*c_@USRPq7rV)Odx+}!H}o;*2s!C3pH%nO{YR;5xw3PCSP=PzBj@KtV( +zR&6s{>$d=cAlT9<3L&VCi~z9G4*xvR)L8}i*#3z(t+iJjM=?^ZvQ-)xsiGW((faxq +z=g+;Hn<ED2Ai&JbOxjD6*8sNF0zB{TFBs4Bs0CTQ)LLA4qup*7xpoQGD4ISvF?U=W +z{XRmlV{{ayeo(dyO-d@pM(;xih@$xPxwD`27Y7io2?$X2)G=esyi}4MV`Fy(QYpob +zdKQ2*NiUy2cjonh=4SD*CgAMsY+GpgxH0C2>pC>*b$s6+8l2~OH0pI+$3<)NpMPGu +z_`=fCQgMu50y;(CpIoX>J@xxt!r^1(sE4hEFboOX?M<I}gb)PPDnYG=5RfM6<$qkf +z_~O@J|LeQFOBc8T^d0={UUKNrp>4vc950pqBLGGlmcx*hPG`fHN3|e8<(EfM6rVnS +z?#$~0k?ZAfs|xY;Zg%S6Z=ZO1`{?K&m68uYR*A(?mu@d6=_P2bF*&dl0;LqL=TY)K +z{DJE?qxJRH;=&sP3j(spUArA_BY*&6Y;0`jo?lM9QVX^{s~l&11Mk~jlFqlo<##^) +z_`|>42C@V!Ffgo}1uRqn?%(t1zP<HE<H>T#-!G-JTPeAtI0;*8Bdtx#nDk22jsL#b +zyncEheHH4Ft=7)%4(=4NP(W51ZZvU6WKj!$t|QzTU?G<*s%5|j9Byr221v-F6_G`2 +cL-%<91?#Ig6*PX6hX4Qo07*qoM6N<$f`A;)ZvX%Q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-backdrop.png b/Breeze-dark-gtk/assets/radio-unchecked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0992943e16b8426ab40a305ca8534ebfc59f2693 +GIT binary patch +literal 734 +zcmV<40wMj0P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0+UHZK~y-6t(3b@Q(+j!f8U{y9@=slfS!7x_QJ&r2qydqXyV{x!T=#K +zXhJLl3!4sZOt=tC3??QJV$g-K=!j9V5<rcYwy2==lt8(i(o<;ZaVd?2AeZ=z-{qI* +zect!`;6F<ov~k<l)m>=GZ?hE^oRiJwJb<{aZ);lYySA=9?(ggEITEnF!`FDK%>Fb- +z5`}@_ENVn07K;I3wOVo5?RdN%cGBtfNO<YyqlXV({(V1ZkE=VKK6klm@blL%=GSi~ +zSXy2tk=P=gHb|!p5{WIAmZJoMA%qa-^VOBj<u32q)a1K~eZck(U!%L+H8?&#E`H9< +zADUG(8YQ~2BI@gFua-I#|HtX+Ab_-cz)@B<Jo8~jsEdn-!gdvjM3|ZRBwS9<Fp!%C +z-u88Mn<S|?5DXm|wySS}0H&NATT5%(y)3ZMYH1GyXE6-p*g(TD2!=wGl-iqsd<no- +zU~{UfdTiLPR5e0TanV`8CIQH1Id^k&^Ta?cwux+(a{)Qq6yx9-KU6}15Ey_-0?-qB +z(rU>+G0<wUpvUzjWSXL_Z~Sm5_7ejYhr;Um>O7E=05&#a10JsjA&y_R5CX5qP55{C +z8K6r5{e8VXJE_!KMTPg+z^ckhlBtw7JoID$(6UWYBa1gKU%F^0O4*TNiejgx=7Qn( +zzx4q+5YN8lsY(Bw(_Oh*S66#&CzTe_m6d;%SzT2{L&Ftga&qea=<|_LU;#+)3$3~J +z)^(@z^pMGvTM!I|P}Rtu?@Mtgcs*{C$>fIr{Y2-Bv9VV`IOFiZ;md1jZM$1iYHuno +zDmr79<vf6du5Yidt^EowER19_ivx>5GVA`3nDPM|AOoh%S}Nm4%K-Q24^7Jc7Vx8E +QJOBUy07*qoM6N<$f@msRZvX%Q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-backdrop@2.png b/Breeze-dark-gtk/assets/radio-unchecked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d7cb53fe8fdad44f41ba7368ca8d720aea977fb7 +GIT binary patch +literal 1674 +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 +U1jG{(wEzGB07*qoM6N<$f?3W?;s5{u + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-hover.png b/Breeze-dark-gtk/assets/radio-unchecked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1a21720c40c327b27e493ce8cde43e9e73a185fb +GIT binary patch +literal 727 +zcmV;|0x127P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0*pySK~y-6t&~ehlu;OlpL71pprVeI3Zgcynu?q*Qqp8A&A^~dh3&df +zn=)u+RMetHSVRQ1Xi-s6UaCz6MJkx2B!M-hAXGY9nP%yXqSl<5|8L<mBsrSWyFA}H +z5AXSI@Si2(1qx5ztd!2oy<$;To=8kJ0j!BYh~Y2Y*7t!MFV5~c_fNnL$F6PBmaeE1 +zQcG37Mk0P6_UPBC%PAS?u6#642}D#d;_uwqcJ4rZTwvkx8x@+{dr7s{3iawK*jAi> +zNsKk6nBHBs>S#LJR(0^w?~wMVGky7{+o1;+M7XOJu;XO|u(7_p#~SPwj?KGEGqQ7D +z_P5o)1CTLt?(!PdQX|5B9kYO@E7JRxP|ICmy1g}k5d#*UyjdwUJx#r?pA|5ZRQnTz +z?nqvH`26V@P&zaBDPLp!oXsZNLirkSWV_3OL<t}kWw|2$*Yk%(W%+%G^qgEEc?y{1 +zH0<EF1p_0&A!JgT0VKqVVvD#vKDUHGVB3H$0qpUBk|~Q9%+peqV2uYAM2lh%_xI>7 +z&w_z6Z#9vj-aa5K0j%!>*ELTG2sy{o86+e|elb6L-rff$V~N{%`T0n=qsgh-AJ2<t +z6l_CZSv1yqXj1|3DP~E1?AUH@++l03RsRgrT=|&Z9rp0E>Iz^In261Cf6JrZEVpOG +zEZV)5uoBk52jb4NkQfDJI7;^0W6iZ^I&W1y1U>`SU%j%f;$oR&+4?)ebfhR>1D4;1 +z6_{FI(wTwGTaA%lj1`(39civU(p7imInW<<7<a*%YY(44<;ZrI%k<nFk>oT1?D0Uz +z8tVJ_qvy@NS65G52PS|)K*h|@k)}i-8At&1=vg@GW-JPvreAx9>cdqF5?25K002ov +JPDHLkV1fYKS7`tM + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-hover@2.png b/Breeze-dark-gtk/assets/radio-unchecked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4a4e27d099ef72502c5ddc9e70e31c1818c108f7 +GIT binary patch +literal 1661 +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 +Hu0mjf0=F@* + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-insensitive.png b/Breeze-dark-gtk/assets/radio-unchecked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25bd1e0de19381b0d8e2b85626eaf068934ec951 +GIT binary patch +literal 646 +zcmV;10(t$3P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0y{}WK~y-6t<=v;6k#04@%Qu0>^|!}J1$z?iw+S~WL*M5gu*aP4||Y` +zg8COa)L$cY$iN_kN-}~DMpz_SCQ1;LQDm06v(D^}J2OuQ$EA?9ZRvA-9(eKn0blsf +z5sg0j28M=hX`ho)97nJRz!+AHNnXaa<o4vm_*he5|6s982yr7xq9eXvAq=ZTQ4D}> +zTja6|M>|MM%pvSc6XSPg8-l0LoE@?=xm%uB(tZ$NjA_`K)|x`Q8-!u?;^T)8?rsD7 +z2a8=&$f?!UAG#Wb4WZwolwwzBr(g2ClTV*KdJZ7BKBW*NC9l*p1`viJp6BU&Uf%>V +zb+B(>XgE%yqd^cfjcsM!_rY+WyQlX`9n47Uyzf_boY_wCg8)anMZl2&Lds)dwb~K} +zo2_Ru*~5UlIYS|K$8p>;7)23MiVmQyzLeIQ-HHGs3}A19#(cLet7Xo%EfV6NkS--j +z%uG(HmO-TywXik^L=qs5;!#ICErVJ+l)bh4Kt%#fPK=L9X}#83|1*})=YeE#`q|VZ +zP_8c}He4vQyX#72o5pfEMZwJnpFS>K11dmJ-^BZO3oCo~?O$}=_5ou|cB5ANYh@jU +zLhx<*>($wr7t_FJAlY`ldQbJAXj5v$2yxI40>UsPjv@do+eRsc)(*n3u(b5y`uv+$ +z^T3z1!iEPn+uhT9+0kw>lg%8GLUsZqCRwd*)ZUg$YxmNb1;8>;Z>QnKPU8SB&<5D) +gTa;E)PQgF&3;UJewiEl$VgLXD07*qoM6N<$f+A=pIsgCw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked-insensitive@2.png b/Breeze-dark-gtk/assets/radio-unchecked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e08b8f2a946320d5a1880ceae2ac5447caaf4fe8 +GIT binary patch +literal 1474 +zcmV;z1wHzSP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x1$RkAK~z|U?U+rB9K{vKe^u2V^RYcPyB-EC`vBRCG08fz6eBAKkc=%5 +z*_CqvAz5%?LE?(UA&Rs|q}-9XqY$$qVkOI#kwC%-V?_=^vTTxQF#&&t*&S=yo}Hea +z?yAb6yT`L;f!+0ZokRYo)~o7%zkc=c>J|K7cP6pf7mqx1bV5mS6gViPcvuSA0Lodb +z?HFsD*4WF&a8?@q-pP}57w$UX^z^j*&9&yMj_bT6g?MBm?;2|_X|3OSZ2!cYGcz;k +z&;g(R-PH3!x_^>V>;$mZ5OrhXI3`I_Qk`Or%|0pxj&g8a7vJ|Nl}bpFxw6(??b+nD +z59a2M4+U^?ax&03Z%d^n0n#)j4BK>~2y5-SeohEMrCcTm0vtyHppAaN>ZxP1v$O3@ +z10J55+U??gB&8U)*0LNf6NW46g8DJgk!qD~wE%>`7&9-leEh_T*=rjHJUlhE+Y|0t +zA;hjU)wFKjBuSD@!wt&wJjO;xQA%QrxnX+tH>Xbh_3B!E<yywc$;rUQ{YVJ0tJh0t +zE-nlW4xrcT(Og&{Nm8Vg4+@tv2M!#lts79|ye*{|PgBj}%@#(Rp~3ZiXw70P`?gZ* +zq1t_ocL8;KzaJP5Pfb1RD)$dq%R;M#PW8~?3R!FE#xd1O1=n@P?{73(-+uG&zx^oS +z^z^j5veG*xgb2P5mx-e8U4tuRj6opqeIL&&{rcu&^PMP)!lHfE5MQ~`d{s)ZGuuiw +zzgjn{cDtPqwS3@_U+sGtsICbpl{*a(hCjJA4PC}smcuM)!AR{npx$RH9*#V7bV3UD +zSZnA+(Ut-NtaLgUYf+9fzUR?>dx2mTV4nDiy79U*#4u&8CC=u&s5cr<0^3&s0tW%& +zINox&LfzbVx#aIBI~losKq<v90Fq?g2aTaCNz<Ig*`1pzeLx{Z9kRo~y^_v-D<#Kr +zQ+Z&BMH#p!^RJMxS;i7VlyZ}|W~%!ik~;usBgl?K_exS^IM&)Cg~>jkwRQo(ah$Cu +z%cXMPTANm3>jN5V<^f#S-Ey!(u3G@=Z*!Bm1*pYm0KV^SJy|Z_&(=ma?tY$|l3V+r +z(eDAaR4Uz*c_@USRPq7rV)Odx+}!H}o;*2s!C3pH%nO{YR;5xw3PCSP=PzBj@KtV( +zR&6s{>$d=cAlT9<3L&VCi~z9G4*xvR)L8}i*#3z(t+iJjM=?^ZvQ-)xsiGW((faxq +z=g+;Hn<ED2Ai&JbOxjD6*8sNF0zB{TFBs4Bs0CTQ)LLA4qup*7xpoQGD4ISvF?U=W +z{XRmlV{{ayeo(dyO-d@pM(;xih@$xPxwD`27Y7io2?$X2)G=esyi}4MV`Fy(QYpob +zdKQ2*NiUy2cjonh=4SD*CgAMsY+GpgxH0C2>pC>*b$s6+8l2~OH0pI+$3<)NpMPGu +z_`=fCQgMu50y;(CpIoX>J@xxt!r^1(sE4hEFboOX?M<I}gb)PPDnYG=5RfM6<$qkf +z_~O@J|LeQFOBc8T^d0={UUKNrp>4vc950pqBLGGlmcx*hPG`fHN3|e8<(EfM6rVnS +z?#$~0k?ZAfs|xY;Zg%S6Z=ZO1`{?K&m68uYR*A(?mu@d6=_P2bF*&dl0;LqL=TY)K +z{DJE?qxJRH;=&sP3j(spUArA_BY*&6Y;0`jo?lM9QVX^{s~l&11Mk~jlFqlo<##^) +z_`|>42C@V!Ffgo}1uRqn?%(t1zP<HE<H>T#-!G-JTPeAtI0;*8Bdtx#nDk22jsL#b +zyncEheHH4Ft=7)%4(=4NP(W51ZZvU6WKj!$t|QzTU?G<*s%5|j9Byr221v-F6_G`2 +cL-%<91?#Ig6*PX6hX4Qo07*qoM6N<$f`A;)ZvX%Q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked.png b/Breeze-dark-gtk/assets/radio-unchecked.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0992943e16b8426ab40a305ca8534ebfc59f2693 +GIT binary patch +literal 734 +zcmV<40wMj0P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0+UHZK~y-6t(3b@Q(+j!f8U{y9@=slfS!7x_QJ&r2qydqXyV{x!T=#K +zXhJLl3!4sZOt=tC3??QJV$g-K=!j9V5<rcYwy2==lt8(i(o<;ZaVd?2AeZ=z-{qI* +zect!`;6F<ov~k<l)m>=GZ?hE^oRiJwJb<{aZ);lYySA=9?(ggEITEnF!`FDK%>Fb- +z5`}@_ENVn07K;I3wOVo5?RdN%cGBtfNO<YyqlXV({(V1ZkE=VKK6klm@blL%=GSi~ +zSXy2tk=P=gHb|!p5{WIAmZJoMA%qa-^VOBj<u32q)a1K~eZck(U!%L+H8?&#E`H9< +zADUG(8YQ~2BI@gFua-I#|HtX+Ab_-cz)@B<Jo8~jsEdn-!gdvjM3|ZRBwS9<Fp!%C +z-u88Mn<S|?5DXm|wySS}0H&NATT5%(y)3ZMYH1GyXE6-p*g(TD2!=wGl-iqsd<no- +zU~{UfdTiLPR5e0TanV`8CIQH1Id^k&^Ta?cwux+(a{)Qq6yx9-KU6}15Ey_-0?-qB +z(rU>+G0<wUpvUzjWSXL_Z~Sm5_7ejYhr;Um>O7E=05&#a10JsjA&y_R5CX5qP55{C +z8K6r5{e8VXJE_!KMTPg+z^ckhlBtw7JoID$(6UWYBa1gKU%F^0O4*TNiejgx=7Qn( +zzx4q+5YN8lsY(Bw(_Oh*S66#&CzTe_m6d;%SzT2{L&Ftga&qea=<|_LU;#+)3$3~J +z)^(@z^pMGvTM!I|P}Rtu?@Mtgcs*{C$>fIr{Y2-Bv9VV`IOFiZ;md1jZM$1iYHuno +zDmr79<vf6du5Yidt^EowER19_ivx>5GVA`3nDPM|AOoh%S}Nm4%K-Q24^7Jc7Vx8E +QJOBUy07*qoM6N<$f@msRZvX%Q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/radio-unchecked@2.png b/Breeze-dark-gtk/assets/radio-unchecked@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d7cb53fe8fdad44f41ba7368ca8d720aea977fb7 +GIT binary patch +literal 1674 +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 +U1jG{(wEzGB07*qoM6N<$f?3W?;s5{u + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scale-slider-active.png b/Breeze-dark-gtk/assets/scale-slider-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3daddd3f349b0b970bf2e91d8bfbed440bdbd35e +GIT binary patch +literal 719 +zcmV;=0x<oFP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0)$CKK~y-6rIcMrQ(+j#|L=Rw*^Xz^&cvpZAfg~cO3I0Bqno562vW!k +zFM_}*@TMp*NNOh&3^VE~D9Q`F>4P#TP|_qQHLW2UQGrnx*5({}mTk@RvA2t5+F1Cp +zKfE{3^FF`l|MI*%1Q}G?pxE;YHntGiRZV24i%4rM0Kno=jj7=vi-x*>Oi!GBcTM@3 +zUQ5yg9{=r2+=d;;_4h9XW4s?s4TB|(RFVpyvJ=AAUEsI)bo2A*)uHA?jTwQp%00`Z +zBo2VHy5}BU2AhjzGQUtLO0ZTp0$SqrP*1>%=ZXOUbpFDmBo44>#GSZ%VM!POutXe* +zJLkb>BNd*#<uB*sbpDy(tnRtq4ghRP*di>n-diA|SXt@sYy|*P+Mw7S6$iin>NqJR +zm*Fgvh}8zE{)#a(a^Jyi+E?FZPJQwk6K_@p0|1yhs6C%r^PD-9I9xTx*t6Bc{zx0| +z1Cd=dl*mpOi-xlXGBpe;JBuliWS*Hu)<Bp#h)ouF0AOG%8*WAs5S9dGaaAXj&)y-& +z!;D9D%4WhrA{S=Qa}<H8;jffMLtU0_Rapc1vMMlj>LJyFu_ms>rxVe>Y8Vl15K4Ud +zY-B>=f`KRcx-xGr@80h--uAB?27;X0CK$mFZKLfcy8mt)&&9_h$=OJS_Vi|I>dS;# +z_8bA1m;Y+;^Z^gBXxj|+1iUo2U_`9*gNQby{?Y#rwMxjTQ$Xzn!-L(UI~SUysnXxs +z%CFyk%KSJeXk&dys#Acer;?liDi=a1+YNrRM>oC%+J~DDpZV8y29+PZE(t|a3z1zl +zL|$7=Z4LndlCc?`sng$>8hW6IV&?)kj>Xe!e*>f*`4=I0SHS=P002ovPDHLkV1l<Z +BNSXiu + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scale-slider-hover.png b/Breeze-dark-gtk/assets/scale-slider-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3daddd3f349b0b970bf2e91d8bfbed440bdbd35e +GIT binary patch +literal 719 +zcmV;=0x<oFP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0)$CKK~y-6rIcMrQ(+j#|L=Rw*^Xz^&cvpZAfg~cO3I0Bqno562vW!k +zFM_}*@TMp*NNOh&3^VE~D9Q`F>4P#TP|_qQHLW2UQGrnx*5({}mTk@RvA2t5+F1Cp +zKfE{3^FF`l|MI*%1Q}G?pxE;YHntGiRZV24i%4rM0Kno=jj7=vi-x*>Oi!GBcTM@3 +zUQ5yg9{=r2+=d;;_4h9XW4s?s4TB|(RFVpyvJ=AAUEsI)bo2A*)uHA?jTwQp%00`Z +zBo2VHy5}BU2AhjzGQUtLO0ZTp0$SqrP*1>%=ZXOUbpFDmBo44>#GSZ%VM!POutXe* +zJLkb>BNd*#<uB*sbpDy(tnRtq4ghRP*di>n-diA|SXt@sYy|*P+Mw7S6$iin>NqJR +zm*Fgvh}8zE{)#a(a^Jyi+E?FZPJQwk6K_@p0|1yhs6C%r^PD-9I9xTx*t6Bc{zx0| +z1Cd=dl*mpOi-xlXGBpe;JBuliWS*Hu)<Bp#h)ouF0AOG%8*WAs5S9dGaaAXj&)y-& +z!;D9D%4WhrA{S=Qa}<H8;jffMLtU0_Rapc1vMMlj>LJyFu_ms>rxVe>Y8Vl15K4Ud +zY-B>=f`KRcx-xGr@80h--uAB?27;X0CK$mFZKLfcy8mt)&&9_h$=OJS_Vi|I>dS;# +z_8bA1m;Y+;^Z^gBXxj|+1iUo2U_`9*gNQby{?Y#rwMxjTQ$Xzn!-L(UI~SUysnXxs +z%CFyk%KSJeXk&dys#Acer;?liDi=a1+YNrRM>oC%+J~DDpZV8y29+PZE(t|a3z1zl +zL|$7=Z4LndlCc?`sng$>8hW6IV&?)kj>Xe!e*>f*`4=I0SHS=P002ovPDHLkV1l<Z +BNSXiu + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scale-slider-insensitive.png b/Breeze-dark-gtk/assets/scale-slider-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..17010f06288ae59fb51e1c776e5c19afa28d7752 +GIT binary patch +literal 637 +zcmV-@0)qXCP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0y0TNK~y-6t&}}aR8bIy-<dh*?%lm?V=z*X@DbNUDWtL0n-~))4E_O3 +zgcwWhE#!9?Mf49qVzEI%K}ut+&}JhLNx&%8vMb(m&lw9ALXc$n@GZ}I=Q%THGDA2* +zX`04C3gg5WVdBdG&bO|91`S^kXomdG<if(j&f!=(d~p5d&;u5paL#pQnM3d%LBp<@ +z1V$K<wUEee!s(O6_tmFI0@E}#YT`+Sjy4;=;k`d9`F)89N=Xr<{AzK&ItIW40Ph*p +z#FO6p(d~MpEers>_t>sC;5EN{<JQo#{fG9-1nJ{OqX|`Q3p=RX<%l9X*xgrI|GrZD +zOlg|N8kJU>^+s3j^Ao}Lvl2nMqvMCVX0HiS828Sd8V2l^pXK=lHpP3)BzLmRof@_$ +zmt_#b2rKE8aEvCjQ|<$ZFklEc7sA<r8gi(jliOR5Cn5sC$^dOK{|7EHKw*m&{tJto +znP-F%0+tzpW(wAx8EB&jAf4t?M9;-W8zSb^FcE>Zc9Y%COR3drzPIOM-A4Ad%QE0( +zlLsO~QcmDCJpAx({-XfE+G_1nZ-1rVSh<?J<4+6`p_G)sLNAu)-b?_k<p2O{E4A1C +zl}kOg5Dog=w_OrO43csJ7M@ysJ9{6k+77l?SHIO}y89~YaU5S0BV_<kC7=Z-7FcT# +z7mFwqiyHyq(bC-P1P*-EKN}kWhKGj>+YVzw7y)4biq4k%7Zl3@I-MArs#dFi4#)ll +Xp%mo`$P>f;00000NkvXXu0mjfFI^p} + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scale-slider.png b/Breeze-dark-gtk/assets/scale-slider.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c8e9292c9c1fcc4d1c420f06c150493db0cdddaf +GIT binary patch +literal 673 +zcmV;S0$%-zP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0#->xK~y-6rIbx;6Hyd~-??AY*0j!yX3?hDHn9pW1fgA65%L2J7_@ca +zk8mNlP!tyhp}O#Ah#w7Du^<RpSkSr_B$X6XV<pg;HfbAk?o7r-NU3S0HF@A}F6TV= +zT+X@IKpT?DWMsgO&Pvm~s+1a(LMQ;xzE4E7PDGiCTe_dkX17~&jn<9SwVB5Qk^WoW +z=BD&q4@4UEFl+=f1E!L&EgQCF=}M*i^mXRNowma1>1h=(v1EWxd@mFb1VOvv_u!mi +zWMmZedi}FkDo$mySswscGaz7MiE4Txzq)#;3;=?lj(k23U(=)$jeXcVsCiAn<n_YZ +z+M%LWDwPWClh$xz{9I4&>zDUNGMS9TP9@yj%8K-lP+2=T=Qull#xEAW+5G&4$+_L% +z)v0p1(vb`R!Z3uClJ)dOdYMvY+I78-Wlc6*7fP9Frc5=ciMke&CMZ)5G0uf(&RI8v +z^$>y!DF7fu2z2j+VT52opfx-AU^<X7XdP%)BfYMa>RM=;3Z$vXh$!PYcGp73v7w3P +z8FclYWm#Hq-m#2x4%@PH*)2Wfxm-?<#ZUL2h(<5Dp8MZ21Hf2(6g$<Oxp#|i7x%i6 +zp1HZKHBA<O6p!3+13+vz1}XW+%=2d#fqlP?S1L|PA(!KcI5_8M%+bG>;0*D^7?e<- +zywb1B`w#hxE9o1L2KtZP-rCxd8yhZaL<qxrBiLXtm4f3qu&m>{yj_0sX8z^f)~XMX +zN~QWBdS{g~(@M!9A%p|~-}g0<{;75CRj8{E78VwETXX*asgC<`zfOhp00000NkvXX +Hu0mjfa}+y| + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scale-trough-horizontal.png b/Breeze-dark-gtk/assets/scale-trough-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f67788b35e14434f76153ac4057920eb624dd0c2 +GIT binary patch +literal 204 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f+r;B5V +zMeo~l8+i{INU%Qq&1>Y;$kEDmio>mlGlx;uV*@jHg>akaOr;>NFB&U7?>x+Jxa>IX +z?-?hKx{XoxDtrgh5|%r5)n1QV?izVl^_=qYZ8KuKHXTYVlac&wWNqnivgt#ahhd_D +y-?!bro~9S~NAl{hw@EEYzrS^ROYzPBKNxJJWo<UL6{P_k!{F)a=d#Wzp$PyTTT2)K + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scale-trough-vertical.png b/Breeze-dark-gtk/assets/scale-trough-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..379fd5e098746ff55b9000c2910b81e4e470e9fd +GIT binary patch +literal 216 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWRQfXi(`mI +z@7pPgd`yM{uKxv^G&4O63pSi;jb_O5e4wFStv5l`H|tuB$m%q8MwP#xRNwbXH*S=8 +zoVEAnJ<k#bj-nN+-!+#Oo{Nlfe15q1NG6j~`g3N6m}hfZMO#idCc1lXY(5Z|xI4Z{ +zem!gS2G;+|KSFLi{;goC5t4lQOn<ERySe-g9^dT(y!S<&<F=fmWYg$Y{SN3b22WQ% +Jmvv4FO#sGGP(=U$ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-active.png b/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7c4efa768b52c77a4072533802b5d10255649d86 +GIT binary patch +literal 251 +zcmeAS@N?(olHy`uVBq!ia0vp^azHG?!3HE}t?oSnq}Y<Y-CY>|gW!U_%O?XxHh8)? +zhIn+oy`so>$U(s2qJ8o~rycA^8PyvcUU)_|ADG0p)jiY0!#_aei^9?7w+dXo0y{R% +zs58xqcRS-0e!YLvcLVR!q5_FR3SXi^d)Sr2FQ1xweQ_}J`OCKtCfwHgX6pIrY=QdM +zWkp|_uSsqTQTWt(Epv@R^8GaljlbODXEuq{H*lM-ol}18N@i{NqzYr-Z<Q7&X7Q)Y +yn#O%0Vgu)e{F}R(#eHJs_%=<u|L)bVH=NVH=>7b&SKAcmb_P#ZKbLh*2~7Z~SZJF7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-active@2.png b/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7a71e2c61cc2f356af5be4d6432bb94ed5b4c1fa +GIT binary patch +literal 498 +zcmV<O0S*3%P)<h;3K|Lk000e1NJLTq002Ay001Zm1^@s6qPv;@00006VoOIv0RI60 +z0RN!9r;`8x0jEhsK~!jg?by9elTjSU@$c^xNQf?4TQIVq4knF@b>$k`LgW_MmDq&I +z&G2#q-a=#Ksh2=k%h04uyetG_i%jA`L;o&5glH3^@i`}{=d+!YGkpJfp5+{fq9}@@ +zD2lS7QJbYkcPgLD*G#Ga&oJf?w>-D~8RG(R4D3ouz6|<Fce!-=^RZtBUfBM;gs}lU +z^wF821HtQ^#hDK`H?IeN(Xia<WN%%@EB|eo+G=%*b>3(Q;L_bO9Ts49;c4$}x)5Cd +z#_z*5c_3=7+DxKSqdRqX;@%$cD0EY%jHC0bvnMW}%hwq9VFASaoryxlnOrq=i!Z_| +z4y+tH#G~g9xF5R0qX+KyXU59V0Vkm=d@=0A0qxKsz6gDCl9JFN-k6&1qF30)*bm*} +z!QuH;|D$WKXdqD!U6Va~*<CJOI)EQnsI9<7nGvkF7H6Aq<F?f56zjldu&S&W8#|ri +zTDlzd08nMfCgQQ*vVY9jN4A=N+0@7<p7J}JoG$dM!YYQ9h30_UUPAxgSHq5l+L)4W +oXN6{aMT5{$Q4~c{6h;4!??--jqOh|&x&QzG07*qoM6N<$g1#s7lK=n! + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-hover.png b/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7c4efa768b52c77a4072533802b5d10255649d86 +GIT binary patch +literal 251 +zcmeAS@N?(olHy`uVBq!ia0vp^azHG?!3HE}t?oSnq}Y<Y-CY>|gW!U_%O?XxHh8)? +zhIn+oy`so>$U(s2qJ8o~rycA^8PyvcUU)_|ADG0p)jiY0!#_aei^9?7w+dXo0y{R% +zs58xqcRS-0e!YLvcLVR!q5_FR3SXi^d)Sr2FQ1xweQ_}J`OCKtCfwHgX6pIrY=QdM +zWkp|_uSsqTQTWt(Epv@R^8GaljlbODXEuq{H*lM-ol}18N@i{NqzYr-Z<Q7&X7Q)Y +yn#O%0Vgu)e{F}R(#eHJs_%=<u|L)bVH=NVH=>7b&SKAcmb_P#ZKbLh*2~7Z~SZJF7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-hover@2.png b/Breeze-dark-gtk/assets/scrollbar-slider-horizontal-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7a71e2c61cc2f356af5be4d6432bb94ed5b4c1fa +GIT binary patch +literal 498 +zcmV<O0S*3%P)<h;3K|Lk000e1NJLTq002Ay001Zm1^@s6qPv;@00006VoOIv0RI60 +z0RN!9r;`8x0jEhsK~!jg?by9elTjSU@$c^xNQf?4TQIVq4knF@b>$k`LgW_MmDq&I +z&G2#q-a=#Ksh2=k%h04uyetG_i%jA`L;o&5glH3^@i`}{=d+!YGkpJfp5+{fq9}@@ +zD2lS7QJbYkcPgLD*G#Ga&oJf?w>-D~8RG(R4D3ouz6|<Fce!-=^RZtBUfBM;gs}lU +z^wF821HtQ^#hDK`H?IeN(Xia<WN%%@EB|eo+G=%*b>3(Q;L_bO9Ts49;c4$}x)5Cd +z#_z*5c_3=7+DxKSqdRqX;@%$cD0EY%jHC0bvnMW}%hwq9VFASaoryxlnOrq=i!Z_| +z4y+tH#G~g9xF5R0qX+KyXU59V0Vkm=d@=0A0qxKsz6gDCl9JFN-k6&1qF30)*bm*} +z!QuH;|D$WKXdqD!U6Va~*<CJOI)EQnsI9<7nGvkF7H6Aq<F?f56zjldu&S&W8#|ri +zTDlzd08nMfCgQQ*vVY9jN4A=N+0@7<p7J}JoG$dM!YYQ9h30_UUPAxgSHq5l+L)4W +oXN6{aMT5{$Q4~c{6h;4!??--jqOh|&x&QzG07*qoM6N<$g1#s7lK=n! + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-horizontal.png b/Breeze-dark-gtk/assets/scrollbar-slider-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f6eba72038ab3cd390f320209195b8e423e13a17 +GIT binary patch +literal 257 +zcmeAS@N?(olHy`uVBq!ia0vp^azHG?!3HE}t?oSnq}Y<Y-CY>|gW!U_%O?Xxwt2cZ +zhIn+oy`so>$U&g>VWl<it|r5y!hHckD(w$i?l3vKo)54wU88U!tz5qCnm|nC)%f07 +z=WQo0U25O@@x#6MAzRe~CdQoYVsKWfZo4om(){4RpEgZ4XFC6OIc(ND&AsQl^@@2# +z3z9v*z6sfSuCuE{#PD6L%IZ4?ji;Wvxw-^-Jz{yW`Lx4(38&e&Q#sZeZ|-xL%*(ni +zt!y^ilaE!o-4fp?-eH(g>fpi0bjO~#X!hstmoA0phqijGIkVPO2<QU_Pgg&ebxsLQ +E0H2C%IsgCw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-horizontal@2.png b/Breeze-dark-gtk/assets/scrollbar-slider-horizontal@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0f70e4d21d332b9c01e6d762123d242b93108eef +GIT binary patch +literal 503 +zcmV<T0SNwyP)<h;3K|Lk000e1NJLTq002Ay001Zm1^@s6qPv;@00006VoOIv0RI60 +z0RN!9r;`8x0jx<xK~!jg?btDH+b|Ty@$WqgogxR3wWJq_og=hs;@qIQjxUir6zvTv +zI8)sNWQlr#WDzAp-V8r}UFx8X3luFN5()U5D1yVE;6e&Wk|arzBuR!Lf0`sY>bh=5 +z)iV(}1vw`9CUo4t5RolJdXkSYtBazjMZ^x)J)dySokR5!z)6tOfv9S0s#Tfi_rJ~W +z2aCl*-FiKT>Ib~=%>sb;zL4GS+Br8T`E;;P1Giq!LB5NVH!$y4lgXq4ex9&%?)=qm +z764S=H+??^03|unEW3!^G_;Y~70FT7b={02MeLxVdElgN+o@7@8apNwRXtM`IgK3> +z3RT~#ndPxVLh)u}{rj?4g$j{P?23RkDk2ZDD}oVuP?*)RJ3^5xt97|t)&$zvF#&YN +z(b0DSfM&Cq$!>QYyJ$!>`&gD`tpHHw`8~Y<7CUMv6!}_~WexoDJS>W$g2*af)<C>p +zO^%P3`_F?P08QUdVKx`wMc=Opv@rX!KiR#5i$^&g*SA%51Mfd8a7VHsxeb^4e@Jdg +tHVWJ!%Rb#!)y?zGCP|VcNs=T(`T>d>rSwzIJ>~!a002ovPDHLkV1f_p-)R5< + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-vertical-active.png b/Breeze-dark-gtk/assets/scrollbar-slider-vertical-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..644f19befab5e8b2d4e086bc769204b53b13b9a9 +GIT binary patch +literal 271 +zcmV+q0r38bP)<h;3K|Lk000e1NJLTq000yK0015c1^@s6ED}Cz00006VoOIv0RI60 +z0RN!9r;`8x0K`c|K~zYI?bb040Z|af@&CM<lI%Uu;RJ+mlGP}*BC0*gMuHRURyYW) +zsExu_^2YA!ByY-@`F@#lgfBHnuM;3fr3-+_S=}?qr_tWZh&33dx2?j`h;6c2dsP{H +zUnV>Ic2IPj&!WR;-x>SyH>`**yj}mYbjmnEyEQ->WgyV31O8kA3}65Q7{GrA9~H9q +z8lYS%fZiQ1sP37Ra_YQ0Uhw_9$i}o(*4eyu^v%rQ2B4o_N8lEM_KMaCb%})mya0pO +VF9Tw$v=smV002ovPDHLkV1kUzbqfFh + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-vertical-active@2.png b/Breeze-dark-gtk/assets/scrollbar-slider-vertical-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..68ee30f6328733965f92458012b3b0b8c7128166 +GIT binary patch +literal 563 +zcmeAS@N?(olHy`uVBq!ia0vp^8bEBr!3HEncK&z(q}Y<Y-CY>|gW!U_%O^81Fuw3~ +zaSX|5e0$5*KR8k3z{md!9h@F5+RCcjt>5hVI4SlgPp;uF(Hm25965RR!zb21T)h(? +zxi46qnh~Uar8OgG;=vWoyfW<GkGPkdujDJV`v24B`=3j*tEa~u3|xA3zOGmoujop~ +z@&GYLfp3kmf|>Plytn_dPnF+kt@8cBrEANpHC`Y1%DFh7Rqnmc`Tb{ZCbQkk&wTj! +zOoHze_hXA^&yCx8GT3sP%q$~4MPc?0yGp7*oT)nTg}X2RHTUaD`_0U(dViMvsz{m| +zR{!nNm#5|jdUbAip89=wadY%ae!ow;dO-X4STH=ib@XMBZmEsr3Zu~T!hdHkc+StV +z_F2NY7kRH1Jk{JciP3WP>Xpr64_bLTen&m~{@}k}!#$=Ky2KMY2i8B|@!k8?0@fdj +z%tcvUYVoI;-lRqN`A)dLa`Q<CLC=4}RY_X6S1vwzAiw#N*r~XAFZ%Dv%JIf8<x^+g +zt!*T<aAx{1+uDquK1aXIlB|!~lxfy09PwI5U*&$>i3<L*s;6oj5^dWz?YpdPzftaU +z&5hvaGk9BO3nx@}tc$AOIeAkf!`0_j#^F-eSl4PsiKcv<?)jbd<)Taf>H==PTX#aE +b{J8(**A-5eiy7L1ser-L)z4*}Q$iB}w-XCF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-vertical-hover.png b/Breeze-dark-gtk/assets/scrollbar-slider-vertical-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..644f19befab5e8b2d4e086bc769204b53b13b9a9 +GIT binary patch +literal 271 +zcmV+q0r38bP)<h;3K|Lk000e1NJLTq000yK0015c1^@s6ED}Cz00006VoOIv0RI60 +z0RN!9r;`8x0K`c|K~zYI?bb040Z|af@&CM<lI%Uu;RJ+mlGP}*BC0*gMuHRURyYW) +zsExu_^2YA!ByY-@`F@#lgfBHnuM;3fr3-+_S=}?qr_tWZh&33dx2?j`h;6c2dsP{H +zUnV>Ic2IPj&!WR;-x>SyH>`**yj}mYbjmnEyEQ->WgyV31O8kA3}65Q7{GrA9~H9q +z8lYS%fZiQ1sP37Ra_YQ0Uhw_9$i}o(*4eyu^v%rQ2B4o_N8lEM_KMaCb%})mya0pO +VF9Tw$v=smV002ovPDHLkV1kUzbqfFh + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-vertical-hover@2.png b/Breeze-dark-gtk/assets/scrollbar-slider-vertical-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..68ee30f6328733965f92458012b3b0b8c7128166 +GIT binary patch +literal 563 +zcmeAS@N?(olHy`uVBq!ia0vp^8bEBr!3HEncK&z(q}Y<Y-CY>|gW!U_%O^81Fuw3~ +zaSX|5e0$5*KR8k3z{md!9h@F5+RCcjt>5hVI4SlgPp;uF(Hm25965RR!zb21T)h(? +zxi46qnh~Uar8OgG;=vWoyfW<GkGPkdujDJV`v24B`=3j*tEa~u3|xA3zOGmoujop~ +z@&GYLfp3kmf|>Plytn_dPnF+kt@8cBrEANpHC`Y1%DFh7Rqnmc`Tb{ZCbQkk&wTj! +zOoHze_hXA^&yCx8GT3sP%q$~4MPc?0yGp7*oT)nTg}X2RHTUaD`_0U(dViMvsz{m| +zR{!nNm#5|jdUbAip89=wadY%ae!ow;dO-X4STH=ib@XMBZmEsr3Zu~T!hdHkc+StV +z_F2NY7kRH1Jk{JciP3WP>Xpr64_bLTen&m~{@}k}!#$=Ky2KMY2i8B|@!k8?0@fdj +z%tcvUYVoI;-lRqN`A)dLa`Q<CLC=4}RY_X6S1vwzAiw#N*r~XAFZ%Dv%JIf8<x^+g +zt!*T<aAx{1+uDquK1aXIlB|!~lxfy09PwI5U*&$>i3<L*s;6oj5^dWz?YpdPzftaU +z&5hvaGk9BO3nx@}tc$AOIeAkf!`0_j#^F-eSl4PsiKcv<?)jbd<)Taf>H==PTX#aE +b{J8(**A-5eiy7L1ser-L)z4*}Q$iB}w-XCF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-vertical.png b/Breeze-dark-gtk/assets/scrollbar-slider-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9a0e6071f8391f4cf0f9058f5d968617e1b3087a +GIT binary patch +literal 276 +zcmV+v0qg#WP)<h;3K|Lk000e1NJLTq000yK0015c1^@s6ED}Cz00006VoOIv0RI60 +z0RN!9r;`8x0Le*2K~zYI?be}g!$1%O(3zgqQiCpWdDKrxq=e<SOKRY6NO(hH5Sg{| +zWdc&O+ulh<k#6biKCKol@kfp0_#Q%7i|hd4DxEaXgP9$?8M@fzvZu67Wg`36w*5$D +zPu^x81^|?H=V@9MgCT^qhb`5_xG4ss)aAhCu0<fp=PW3_6odb%3RbX!6|CSxgOYx7 +zgOa|BL6E2HDo#&&!+9QZp4XEE&FmnucQNwQ%#Nwd{cQl?JWZ=6#!Zyo?%n+QeU_3K +a0Nenk%uYBRcLQ$#0000<MNUMnLSTYPt$8Q_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-slider-vertical@2.png b/Breeze-dark-gtk/assets/scrollbar-slider-vertical@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7a71675be8d892229ad1562752ce9a7eb48f3f58 +GIT binary patch +literal 578 +zcmeAS@N?(olHy`uVBq!ia0vp^8bEBr!3HEncK&z(q}Y<Y-CY>|gW!U_%O^81Fn;%R +zaSX|5d^^i9@3w=0>;ImPkYzl<Idiygd=i{w7MLdx?>_y5Y||4qwI^Dq81Ky3>2RsQ +zvvE~YMp=+bV`4-=SvgPmZ-%n^G`Y3|n;r=9taz0o(YDiQzTid8kmU>vivmOIotCU! +zwMtdVbFSmc)^j_#4feAa6lokkv)919H1gikGY@YxJuNz!w>h%m=i~oR7!Fj&U(73i +zIVXBW))%Km+;`G8H@upC!-}Ed`|F!I*N#ka$-Q7%K2e9A;Y|MSLYsaqPTp0oTDl*_ +z?zx(*rX(LyDm05<Or|aI-QM+=w#a=r;CcW1!DycQ3dL7eTUt!{sbe86qhjTIxw6Y> +zKi@oQDUpdrzRxw|Qlw__im5CL&$QYWcai<8_hi<!DURBa7rex_Od^_j=KPW0&!twa +z+V8aap|r{^wVQ9$cZ8przf3+;uX;A?cdq*jJZ7tGX4mR^5O=U?_0?6O3;cttjs(cc +z*7EbZ-;I2+?Y8CHvgsfF_*a}*zH8n5`eufJ=}%?%{1;pQm0k6hlrp=@oaWF_Q-!GG +z*AD*v`sPQ4X!Nw2jmxEv7kB7zSXA^oHp(eo-#GiX`={wk=K0;8y=-UG_jrjNp;!Gv +r-~YFhW!|pQb>7^!c&ZjV!+u7Cg4Nb{y60H~69t2(tDnm{r-UW|`OyIa + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-trough-horizontal.png b/Breeze-dark-gtk/assets/scrollbar-trough-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..966089589d439eb7adff92819b33f9133ba82d6d +GIT binary patch +literal 282 +zcmV+#0p<RQP)<h;3K|Lk000e1NJLTq001}u000yS1^@s6*y#RK00006VoOIv0RI60 +z0RN!9r;`8x0MAK8K~z|U?bW>s!Y~{J@XIww3#~c`?dr$k`@f8!bWi9|_a^ZLREpOQ +zLVo+*KQ{%)vMgJXS)#;y-xXzfG%4+2Od*w}6p}IHMD}f6JN0eyz+o7!+-%Nj&pQ!# +z9Jbq=(m^Hcz3<i<2LJ>v&be0X_+3$!M<qXpt*Vofmj+sLr{rfzNxC5o{0Gv&DaPkg +z5BbCbqmtJKlD(3jgW?ToU|ZKN0uQC*n*iLKrtwP0A|JhTuC-Nlvg9trXqB#loDjlD +gvRB7tS(dHt1#l8I8>YU->i_@%07*qoM6N<$f<tF}u>b%7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-trough-horizontal@2.png b/Breeze-dark-gtk/assets/scrollbar-trough-horizontal@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d323b79c0d93dc44c1a754d82dd61b5703916bc6 +GIT binary patch +literal 539 +zcmV+$0_6RPP)<h;3K|Lk000e1NJLTq003|R001Zm1^@s6COv-900006VoOIv0RI60 +z0RN!9r;`8x0nkZAK~#90?b$(3+dvQn;F-y;o4PCI5G$A~TnPXFw?HmA*I-%^$!zF) +zv(p2L#0gQ=>PxEm{=j?Ai!CQhWQ;M!7-Nhv#u#J%4MrDuPgUh9#?}#CP$>&7<ts7I +zz@-i>vL}&Uj`5*snvR(Zw9`8$GhpBMm)`qz5vkE#K2l1FbLZ|t2pzf$(FqKws{C^p +z)~tGk?(!!*^EQOAVP-}45M($J(K(JsL^P^i{}_fFbPwo&ecxZ6<9J7+di^*IEwlqF +zSXG6+U!(G;QmNjmD(rKF1wX~u%89?Qd`3~NV~iK5eB2{+9HEb%DW#NP*8&^R&1MT! +z_T-#{T?_8n&HM$GJvCvT!?IDq|C4+;z_MWjrg8j*%AT5tyuz|k!LF*FQQ1=)bKaq{ +zVFTtEA5hs-<En!FFA5v5X`1iM{DR7#ij)$Yx`urjVFNO=dggmn{!~&*cgW)<=v!zA +zq4UgJWQV^|QrfOoE9kKj{AWZ6VN=d<#KOE?E|(j05BPcD(c>_*UUjXi-_Tt?!ptw@ +zet(a?^NvntK%%$9-56t=QfkS$g)q+#r8s1#nMf|GuaxsHS5?>4b%#F0HO3fYj4{R- +dV~jBfzX8ays2dSHM<4(I002ovPDHLkV1gg5`kDX$ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-trough-vertical.png b/Breeze-dark-gtk/assets/scrollbar-trough-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..51c4384dd33f3af6ee890caa4319404fc99743cc +GIT binary patch +literal 278 +zcmeAS@N?(olHy`uVBq!ia0vp^B0y}x!3HG%KEL4rq}Y<Y-CY>|gW!U_%O?XxPJ6mI +zhD5Z!y}FU>kbywM!_%f7Oqrzuk8Zts^m~6#!pnIV7QXX+w8(GzvPTN7zpwB9eL{?( +z@9_>_wP|hleg`iN(GId=U{Fz9CRw=Q*pBrF3uV^txIK4eB+H9_-{Qq-GpZx`s%2y6 +z6qlJsXkLA`p*-kyo~ef5cU6HPrE(90BO2cG1e)$B9*j?#;K(NVM>#_A+|t8SgmyYN +z75DTDX)rGPs_-a)$#AoC(=`ck#$PgG4DU)~tFyNKxM=-+&6QohYoZi=IxL<T0A0lU +ao#pp6Gwa{_H>Lx<#o+1c=d#Wzp$PyU6?VM< + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/scrollbar-trough-vertical@2.png b/Breeze-dark-gtk/assets/scrollbar-trough-vertical@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..256a2008eccc57d8dbf0d5fe45ddbd2d8d15ded8 +GIT binary patch +literal 569 +zcmeAS@N?(olHy`uVBq!ia0vp^8bDmY!3HFAl#RXvDYhhUcNd2LAh=-f^2rPgjPE>M +z978JRyuEoa|FVI|@j`oZKIMp43j?Re-faE!|G#duzU^dP=0MHjcHw)E4GbMtpW1Be +z%k<aodHV0$%g!D>1~e1`{;Xb+va#dFZh>8=W)vUZBl2wfF$w2uay?srTei&JmRqg# +zD4buW?cpKI?TOj5gNx6|oLlwkRQ3Jmb0*7ZD1AwlF<1FympWJZR^|KcE-IR@bE4)M +zS{5FYFz$@0lRM78^7SO9_QV}0I;*XGo_s2k*}cT{mZRXtCwJ6rU;A%8;Vu|Bf3@5m +z?uDD{e>!Ju@DO&gxPI=n{6`a2+gZU$J+Jm&X}p@W@yuz<ZIMgwdH;`AsG1yJT(aKy +z>zc9;*2Pn&2X71iRQ+MA;sy~WZ$iWrtAfP0e}dY(I;!+b6Xq<-ue5aM+xpGXcD3x9 +zSHH63&J|y_dB1h@s{=rP@0s&_#k#BC%U&JWmTNC~u{Q2fKD$x-w#+N?VX_`Bk2=<U +z-c;9V7`HU$yxQKhJ>T~#-&&e(`$(ev^;fHxQD#4FU+leK<fbD0Hf;4(v(ngat>4~S +zl=-D7E4}xVb11Qw<-5M}{+-Le_Uv(2a#C#3J9cB{s;GZ^9Fr!p8=wEZbKUQ4nZK@h +f=fGm9;s0U&a-)^e2VPI;1BrRM`njxgN@xNAuEYeJ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-down-insensitive.png b/Breeze-dark-gtk/assets/spinbutton-down-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4406c66b72c25aa0244112ddc52b45e6a8be7af9 +GIT binary patch +literal 162 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~g6r;B5V +zMeo~l8+i{X@VH!5J|(s05!=Z(GfaJ3oApAwuI%W1Vt?SWK8IJ-@|y<)S@)^VNND2x +z$02gn%ZN?n>Zwq@a&`uh%(>PIo;&W(C~i{m+q}{G=S#*dkK|`We(OE~w1UCY)z4*} +HQ$iB}%Dg$7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-down-rtl-insensitive.png b/Breeze-dark-gtk/assets/spinbutton-down-rtl-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..de3ce1e894a53e9173e4aef2f7b81f01179af162 +GIT binary patch +literal 168 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f_r;B5V +zMep152RR!I1Y9mk`UbW7KAGh0z$AA>>}^SBifx3G*q%2cA7=E&ta^8RrNONvR?8O) +zn)&`QtkR0wZDzdTJA1P1cGgodt0uX4aT>Bsn8U>ULA9I1CFPq!oRx$`jp*C^NkEGj +NJYD@<);T3K0RX#=IQako + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-down-rtl.png b/Breeze-dark-gtk/assets/spinbutton-down-rtl.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25f10b6df4cac6018fbaf511c7a52b1ebd2cd9da +GIT binary patch +literal 161 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}XPZ!4! +zi{4}tlg-zzU$(7zp}_pIp_9jU@ho@K{;XvypWUyo+q`-6#Fan)?&e>$>Q%~%bfD6- +zl$0p~;^HDg38{&yp2pnF%!mK~|380!#m7HKxr1`q7!>CUcf~S0RRL{a@O1TaS?83{ +F1ORX4I!*up + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-down.png b/Breeze-dark-gtk/assets/spinbutton-down.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fd1be850102ef69aa605f113f3a1301acc6932d8 +GIT binary patch +literal 159 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}1PZ!4! +zi{9jru*)e5vNvwsjNel-vy*3Tfx)WEkk2cg9b7PT?%coM-`{_dk(Qnw9vWQ#{~t3D +zbg!Lj>p83b|Ifew?zW5T#~T?KY={AB4LSXgfq_3w^wO?p=OuvVGkCiCxvX<aXaWG8 +Cr9G7Z + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-up-insensitive.png b/Breeze-dark-gtk/assets/spinbutton-up-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f5fbe6d86b6c58772e120f931e28b658b59c8d59 +GIT binary patch +literal 181 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fvr;B5V +zMeo~l8+jWPL|iYjN1bA`YU%CmT&R@j>b|f<B-WA3t|dP)nSbLWzJj8od)D-Hef8pX +zWiVDg#-hYz>^wy-GxzwNr*k!K2{>7DFw8a#_Otl=Rx!Jwy?DCF`)JV*(ah2}4zT@W +ZwhMDq)OeOua|mcFgQu&X%Q~loCIJ5wJYfI; + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-up-rtl-insensitive.png b/Breeze-dark-gtk/assets/spinbutton-up-rtl-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..70ff1ca1042e5d4f55c9ad459c5747beaf0590ab +GIT binary patch +literal 169 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f#r;B5V +zMep158+jWHco+_rr&P;JNwGCCI)=DNvK@0+=#a$d9`cjXuS)XR%1Z{U0)lsBja^+H +zE!h1yZ+6)1&l}?sFZg(tM-_D@GH~8|8uZP$t2W`Z)s2IEWgp}}FuwNS`xCS0VhhkF +N22WQ%mvv4FO#l*TIuif@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-up-rtl.png b/Breeze-dark-gtk/assets/spinbutton-up-rtl.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7486bbc60e2ea4164be18a2f8d65cefcc477d6a4 +GIT binary patch +literal 158 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}{PZ!4! +zi{7`V7m79*@UR}3Z}ydCvJo5G;eUJ*3=t}!GxR3drJR#rd%G`?r=eroDkDzuvgfO2 +z6<e)eJacCelR@{M^Ka+c7AJ0gHrJNFTgLL!{h!QtBls7GO}JJMG@ilJ)z4*}Q$iB} +Dm`gXW + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/spinbutton-up.png b/Breeze-dark-gtk/assets/spinbutton-up.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e924e8c165827a835c4d4e23d1cd6cc997aa52c4 +GIT binary patch +literal 171 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}|=PZ!4! +zi{7`V4fz}lMA#ne|Fp<Be1Z^j(#9SCRlhLYVtswtEBBk(vAW;t&r)5rW*t-1vUq>) +zvC*|Q0hi0)0wYfatvvTL-F#WcEQT5RYq#%O$KaCAaK^`_^XKH^bC&<-#{bKf5w)zG +Rb`xk9gQu&X%Q~loCIA%(LOTEe + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-bottom-active.png b/Breeze-dark-gtk/assets/tab-bottom-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f5fec4b34995888251e9d272e77b8ebb92d6dde1 +GIT binary patch +literal 180 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f<r;B5V +zMQ^f?$H^b{A1|e{Wiiy+#<Hocn$g1I#w%l5aOFTCbNhzI^EV<QHO)Fila2+ewf+Au +ze%iy^I3P(wTU)z%O%D$<GxOo3Y3t|TyZZ4Hr(s4`))6BE1CNQB&x}E8>;L}PCdZ(m +XDmHn-oZ$07OBp;}{an^LB{Ts5TV_8o + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-bottom-inactive.png b/Breeze-dark-gtk/assets/tab-bottom-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e967ae63b11cbd9c43794b3d46ca6be2d615365b +GIT binary patch +literal 158 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f}r;B5V +zMeo~l8#xac@UUL=P*S-5Zd2R$cy(Wa9h(n6Ic?2i%6ONdfAR9~Wh}=gMl^A%&3G{1 +zkwKe_c|$~qE|<uG6L(J@+i}lQ+jxHbd6%nMn%~((LS%ok{yO&>Xgq_btDnm{r-UW| +D)#EqS + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-left-active.png b/Breeze-dark-gtk/assets/tab-left-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0b9e98b973c37e7be06e8f587008a139a08e2559 +GIT binary patch +literal 191 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fir;B5V +zMQ<_>FK_B&L4mw~|K}@CYix9!)aZ2J&{_2>Up`)5zDeDGp5dQ=e`g1MmY5+SA^CV- +z&`E=iMjoC?`&Xn$oN-vy6v*t(D`Q&lL*hqI@6@SXZ2$i6k8q2c)fm;bspjvOb$!$Q +jI~;?9l|cq~1u-*LC(0+@>NuhYw4cG#)z4*}Q$iB}Gnz>E + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-left-inactive.png b/Breeze-dark-gtk/assets/tab-left-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25d37f3e52902095dd0aae995d3119fe169973f0 +GIT binary patch +literal 170 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~gAr;B5V +zMep15hI|bQJgpD6xiA%rFaExNR^bFuDV{4Q56<*!`_B-6&pGsH$f;{CGdjd1c-GG; +zUt22MdT&MN22nN!2QhQ|1*&ETIsHDkC%pe_#v03UQsjvQ|CfJTqJA+H{*;xt^vYBU +PXcdE}tDnm{r-UW|f*d>q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-right-active.png b/Breeze-dark-gtk/assets/tab-right-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1e3ca55ff8608454d7e28f2f622b548931069e28 +GIT binary patch +literal 201 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f$r;B5V +zMep0IhI~y9BCZ#$+wxWSay}M1a^c1f2~CX%)+_6pm(E;x*hNUH-camV)2#S&u?J4R +zp0|3o*`~b{CE8Q#O4seWXVzRTSQ9wmdHeBm39|B`^AsD3%Y_9TLK*wg9_(jPGic<D +vQB`6%$RZ->caNFp=2DyJ8T+{_{Qru#u9I`UqOp1w&?O9>u6{1-oD!M<0?0^M + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-right-inactive.png b/Breeze-dark-gtk/assets/tab-right-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6c75ce012d6e8cd7855438737901dbec9b5ac681 +GIT binary patch +literal 173 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~frr;B5V +zMep0IhFk{}M3^spiFQ<HpMG!g_x*j|f-<g#Z=bRL2{vS}n4oGoFDOr^EyeuY(-*Z? +z;f4$Xg1@(wr7|pH^xJW51s9*-YA&WzQ_XiA<o(C2ax>J?Ic@6EdEx?2zZlBq%c?fa +STy_9x8-u5-pUXO@geCx=*E+QT + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-top-active.png b/Breeze-dark-gtk/assets/tab-top-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5fc64043a38b7db5b4f8f646db893b6232e6b891 +GIT binary patch +literal 199 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fmr;B5V +zMeo~lhI~y15)Kc)n;&WtYUb{^{%XZNCv!HNF89eslWrVotzXft*H>cn()z%3^=r3k +z_TIhg^nk-eCtIcE_i6vTt29>sd-*q2!Y!n9;<WUe|1NC1?i-mXV7ZfnCn4<VLz#{_ +uycf<0-q?OVAa~Ky`9d=eu&90TKWNS+sQ#^&J9InH9SokXelF{r5}E)<SWg!K + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tab-top-inactive.png b/Breeze-dark-gtk/assets/tab-top-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a88c3003859e8b01eeeabada6ecafbd89405cb45 +GIT binary patch +literal 172 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f*r;B5V +zMep158@U=31R5Uh=5|e=zT$iR){GOO{LbqYqZWC_H2s!;&@AuDl6=lPmCq$*!QyMT +zEG@;Gze~$$t_?bMhk37acKNC^i7adk4&PJnKMS9F;)2E-Pe)eKkPpiru-XL6=ryN3 +Rv<F(o;OXk;vd$@?2>>RCJsbc4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-active-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-close-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6d4a4184bdcf3957af29030208e6ca7644256894 +GIT binary patch +literal 522 +zcmV+l0`>igP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0l!H^K~y-6m6K0TQ$ZBPf9F2RUbkXGA}M?VaZwuLvu?G}w7SRdWMW)v +zTZ(R}t%7f3`~t*6ViUs7)IGIxT|i6!yr<!;=G`;*H#2AEi4^tXa!IJ_(iX6CT|O5i +z4vl=L)tT?n^v6kD&PUiAL@{lF8~Jf0y?XGeb-DoRJ>4l1^bxr8Z^%Ty-Sup}yPr%z +zCviC+$-dnJGS<K%+gv+ro*972Ue7?BerD^ecQ^bAZvoVc%Ozy(>4{plhdvAqV0#X8 +zq?}d#GJHp@PFkcV=4Q2-sbbZKqXV;0lk4-8lbD4Xm;Qbl0wDM5lAOZg{#6KpmPMmo +zM$tQ$=gdOIuf~s44qRLU?xlyJLI|pBSydszkOuPkqmH#=8OCiD47kWJCz)hqHmwVj +zdy)Z}%0z__)KWBhnF^DCHJ9o$MW?Tv?S^3W*<e)&!RjpQ#r!)9@`eCT<4Sj?$?4Bu +zakl5j`Od+%0gNK;f&aQ$JOi@m4J?ZG01RNG-TdipJHQ|lu&9B%p06D?&n6&%_3nNW +ziATWE{|F9WEV9k<pMSN{6#XbwV!2m=E#Urj`5Z`sh5APO!@|w|1*x;Ug1>!(3IG5A +M07*qoM6N<$f`HTb#{d8T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-active-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-close-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9d675d92b569af6eb664029a6d45455b93d3de75 +GIT binary patch +literal 1028 +zcmV+f1pE7mP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1Gz~=K~z|U#hB4gTU8v#Kj#M}xP%9yE}9I@VoTcud@#Nk#WibJ43US5 +zjf+nvKDnt&{6makI%4+Xn=yAyd6H2IOa<rS-iA=1#yOKM0iy|ojD_Cw^MOJNDYxw{ +z#qUegdw=KrK0T-Bdw%B_8dPyG9dxZ7G|KBh1b7kXD!<+U9smWSI)~cH(9HPnjr4Eo +z37U<?+RwB-^PU=e8O&>qBv8Z8M)j*uciVTyaonbXit*H2*2pLjY6PT;mW?r=hNf=h +zd;vWi9zM0X-7#vE51RxzobY<*mR#w%?L4j<sF+NhwpJ#9SB?{=BI#WMG8CF{)@uTl +zVSWU{t$?Y}vI)q*VJNBm@^E<gRC#1t4FeEn$A14u?1RoDfi|~0MrqMBRg=Q2JAsWa +zDxd97+3JONld3v-QZSWLYlgxzHzuGwLbI`0yQ+R!qum&=<|E%)x$TiMqMvIz-L?;O +zCh+t{JbXscYrXl*B@r8M5Nb`t#(VRbONw6eh>NWJqv?GhRW5t}0!(@-k?s%XvI{Dl +z10K}@v+g2^U@p6`oE(XOdB-bQjD8GYii7E(b?s`M3F6Vbb8k605;2w;;Q4xDvCJBH +zu15cAMP3ru+QB+t0G@5bPA?_W{o!1upu%~okCY!603)s@rMzp`t6ETgVaiB$K!9ii +zKwePI!R!)61n6lHXb&o1Os4w6xlBRCCPnP|Xx_P3Os4vb<%h;$0C>TyBu1V99X=XE +zd07W@*#&@NGSz3TOarHV_V+|;$9T%@*!F$5caaiMvk3E&0GmGBu2oJ`<@Djt(E&CD +z_{&Gb1E%L%nX*=9e3<89JrH2g2TZlqRIg7RDOHxlsLme)%$}NpGMG6*?IfVb0Mjg# +zx`EQ9?4FzSmt%ry0!rtjH^=YqEql*eNKwa!=^ZdnMYCSP26J`y6VP<JZS`OK8{W0_ +z7%)QPrnd%UfR8+47DL_gvT+=D-_%y(sS6nKJjAt1R%|?y%g#VWk>5L=oicF!f8ZJ0 +zgE;^M(77d74BS0Im^*<|*JqUv4gmGsb{-RuAz=9gU<z95c>C<FZ?=yF0tihw>n0!r +zz^^TYxnlzIX86{(e;<BPb+->qIO|Vs$vKRE-2#}gK&dNM?OYFaT*s^=MiRhPb}y%z +z(V`XmN#!57nrhZVz4=T&)Gd7&-ZwB$ecQ~Q6m(8iFNWUe@2>>|b>5&=s*p^d6<3oO +yI{+rifh#@T0P`nk0hOQJKxs01bNqfI{r?Bu%iYe=AQ_|p0000<MNUMnLSTY$-Qw*4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-active.png b/Breeze-dark-gtk/assets/titlebutton-close-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6d4a4184bdcf3957af29030208e6ca7644256894 +GIT binary patch +literal 522 +zcmV+l0`>igP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0l!H^K~y-6m6K0TQ$ZBPf9F2RUbkXGA}M?VaZwuLvu?G}w7SRdWMW)v +zTZ(R}t%7f3`~t*6ViUs7)IGIxT|i6!yr<!;=G`;*H#2AEi4^tXa!IJ_(iX6CT|O5i +z4vl=L)tT?n^v6kD&PUiAL@{lF8~Jf0y?XGeb-DoRJ>4l1^bxr8Z^%Ty-Sup}yPr%z +zCviC+$-dnJGS<K%+gv+ro*972Ue7?BerD^ecQ^bAZvoVc%Ozy(>4{plhdvAqV0#X8 +zq?}d#GJHp@PFkcV=4Q2-sbbZKqXV;0lk4-8lbD4Xm;Qbl0wDM5lAOZg{#6KpmPMmo +zM$tQ$=gdOIuf~s44qRLU?xlyJLI|pBSydszkOuPkqmH#=8OCiD47kWJCz)hqHmwVj +zdy)Z}%0z__)KWBhnF^DCHJ9o$MW?Tv?S^3W*<e)&!RjpQ#r!)9@`eCT<4Sj?$?4Bu +zakl5j`Od+%0gNK;f&aQ$JOi@m4J?ZG01RNG-TdipJHQ|lu&9B%p06D?&n6&%_3nNW +ziATWE{|F9WEV9k<pMSN{6#XbwV!2m=E#Urj`5Z`sh5APO!@|w|1*x;Ug1>!(3IG5A +M07*qoM6N<$f`HTb#{d8T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-active@2.png b/Breeze-dark-gtk/assets/titlebutton-close-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9d675d92b569af6eb664029a6d45455b93d3de75 +GIT binary patch +literal 1028 +zcmV+f1pE7mP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1Gz~=K~z|U#hB4gTU8v#Kj#M}xP%9yE}9I@VoTcud@#Nk#WibJ43US5 +zjf+nvKDnt&{6makI%4+Xn=yAyd6H2IOa<rS-iA=1#yOKM0iy|ojD_Cw^MOJNDYxw{ +z#qUegdw=KrK0T-Bdw%B_8dPyG9dxZ7G|KBh1b7kXD!<+U9smWSI)~cH(9HPnjr4Eo +z37U<?+RwB-^PU=e8O&>qBv8Z8M)j*uciVTyaonbXit*H2*2pLjY6PT;mW?r=hNf=h +zd;vWi9zM0X-7#vE51RxzobY<*mR#w%?L4j<sF+NhwpJ#9SB?{=BI#WMG8CF{)@uTl +zVSWU{t$?Y}vI)q*VJNBm@^E<gRC#1t4FeEn$A14u?1RoDfi|~0MrqMBRg=Q2JAsWa +zDxd97+3JONld3v-QZSWLYlgxzHzuGwLbI`0yQ+R!qum&=<|E%)x$TiMqMvIz-L?;O +zCh+t{JbXscYrXl*B@r8M5Nb`t#(VRbONw6eh>NWJqv?GhRW5t}0!(@-k?s%XvI{Dl +z10K}@v+g2^U@p6`oE(XOdB-bQjD8GYii7E(b?s`M3F6Vbb8k605;2w;;Q4xDvCJBH +zu15cAMP3ru+QB+t0G@5bPA?_W{o!1upu%~okCY!603)s@rMzp`t6ETgVaiB$K!9ii +zKwePI!R!)61n6lHXb&o1Os4w6xlBRCCPnP|Xx_P3Os4vb<%h;$0C>TyBu1V99X=XE +zd07W@*#&@NGSz3TOarHV_V+|;$9T%@*!F$5caaiMvk3E&0GmGBu2oJ`<@Djt(E&CD +z_{&Gb1E%L%nX*=9e3<89JrH2g2TZlqRIg7RDOHxlsLme)%$}NpGMG6*?IfVb0Mjg# +zx`EQ9?4FzSmt%ry0!rtjH^=YqEql*eNKwa!=^ZdnMYCSP26J`y6VP<JZS`OK8{W0_ +z7%)QPrnd%UfR8+47DL_gvT+=D-_%y(sS6nKJjAt1R%|?y%g#VWk>5L=oicF!f8ZJ0 +zgE;^M(77d74BS0Im^*<|*JqUv4gmGsb{-RuAz=9gU<z95c>C<FZ?=yF0tihw>n0!r +zz^^TYxnlzIX86{(e;<BPb+->qIO|Vs$vKRE-2#}gK&dNM?OYFaT*s^=MiRhPb}y%z +z(V`XmN#!57nrhZVz4=T&)Gd7&-ZwB$ecQ~Q6m(8iFNWUe@2>>|b>5&=s*p^d6<3oO +yI{+rifh#@T0P`nk0hOQJKxs01bNqfI{r?Bu%iYe=AQ_|p0000<MNUMnLSTY$-Qw*4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-close-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..751e321511ed379488c61db0a650a6525932af01 +GIT binary patch +literal 515 +zcmV+e0{s1nP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0k}y-K~y-6m6N+}6G0S)zkh6R4=q7Tl}8{HjummKK?K>*hX-KMx(q8N +zrI#8BQ3qQBQ6nx1+aO+nNLY%}Ayc#Q&Y_8|WxO`<cXKY^==^6!)M#%oxGmHbwgp-P +zFgTUS@otnRkKczqsvgoT+c4t=(5bs%-eeq4t$cLQ?|)kWrGr5S^w!|gDoCaAXX$lk +zzaQswP?}{M7+?MsQqe?Cn`s=MH~@_20c5<QxthCd-d+Oe!q|7!!Xj#2i;C$8Y&#g} +zsEC@~s5t)$tk0q*ZaF9Qf*aSP;{1)Q?14Vc5h9nBy{MSJszLx{>NYWJ2g?I!o7`(z +zxnpV^O4h>r`=-Vr*p0<$t<yAgWr-JUQ)5^}%`QOwsB^8kC5iu)cf!u<GF4CNJo}^8 +zICF;bI!NHj%(I6}V4t1L4TIqLSF5#SY77HoXP!M^;hp)B0G<w>eF&Py1S?*alX09T +zPqrOEY2_~Pqf)#K66Pi}v<u(>4wB@%_qqp6Rscdxyw}|{j!)(wfc<`)m%h9XI{F(y +z@JUXav!8zvThv~b-IS>-vn>->0c4z-l*`Itnj{OG`wjZ5zydbI$d3R3002ovPDHLk +FV1go8=&b+% + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-close-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..beb9aee466827baf4d70c2cee434ac083d1f6d34 +GIT binary patch +literal 1034 +zcmV+l1oiugP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1HVZ`K~z|Uy_nB$R8<&;pYId~gUqr-6QMC;XhU&f+^DG-ip8+hw7PdC +z)shY~O-w{jfP}<b2UC!y;V-a_ac5JJ8ig8(>?pOwkicMK(z@vnV_Mt$y6AMAPRpIS +zGi~4Hx##=7=iGD8d(OE=O!;i~Kqwt|;#Htg&|r{Ud8%2k954xXb17UJIp5QBKTdwD +z2*Udv;hsJ3IOr7ia?COOY_c!!HazpyP)Emd%|JezeUp$rq32_QloZlELf7ScQr}et +z<o&>IlJk8M@6`gbuAp&s#_ZI^RO+9KfqW3`m2<<07dI28AaQ$f*Ul3cy1J&z0{I}= +zi`h@Y4sHodp|I{PBoZy9P;L#3AJ{GDhPN69K-j^=!oS~o@1J-q5Xt$zEt{r|WW2<a +z$uHJ6<>f!iw#jK^+hB?$bmD9}Jq-Cb<h|d4<8oAxiGE<Jih5J|*vIF_vh9O|bp;@j +z$#<iDMpu01^hs0L8WU>D6t?=z>64%<5&aquJ^Z7+03^{FIRaVxnQZp3&t%389WnT` +z9EpkP(AhDc$&CBn-bS#uA_JU005G4;9#E*?D=DyCXRYT_sXO@sqk^X^=_~99;Hjwm +z0)+~nbD?y+91MVr`nqLZKa<TK_UZH_=;%gosu~yo19Q%`x%{qOk;*|;3$rRGTAWZ* +zr2$b;wZi1p=nVG73_?b|3-!GZf@YsiPol65!lUO>sXIOhnuYyX1q_J&_G$0u3qT@v +z@QU)wIx`O7gP>XFt^<3kNoKI%%6E%MAZ)p=?*9$iY{{VPAuLMH&|H<VQ^nJ?cKWJv +zbP%&n@F;Fvsp-kwHE^SG&2xQXat^bJxG)>7rb>M(N)o?0la191Q%G1NlpHtRQn)lC +zP^~bvLJ8!Y8*%4*dhR>)%VxmT0%b7fySpE(EPJ`gvye<faZRt(JcYiA1d?6KgF*Y? +zVBMiy?rzjs+C;yMw~23hQzpKa@qR>~iHZIDUKr}=ST2~_C%wII7#4Yn+bZSVeiVuh +z`DfGVYi3;Cei-^!Vb%Zv%$S`*+}<`A>=u8|rPj8U=%c>A`dy2QH@4w!HfgBEr_+BG +zH?G@UFLZTHFC-Ez2ET3<iD9=E6FXlkh1n2j6>7%W5fcNO4kP-RpM8C!d;JP*8TsJi +zF<E#CXsnTC!W4d3`~g=51S>w(l*@HEv(8YwVim>-WH2V<vYVS5^4^E#Vk$~ptdE1> +zS?64v6D=~DOllC8|E0&Q!9!p&G;TQOMtpbogE;yB10W(3r~4OdL;wH)07*qoM6N<$ +Eg5lEo9RL6T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-hover-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-close-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddc21b351b87a45b42c97abd3a7fa49e482107a5 +GIT binary patch +literal 492 +zcmV<I0Tcd-P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0ij7mK~y-6m6W?q8$lF?zcV|gCv8A-l}Er7#6n4^6JcaS5Ariai4YR| +z5J|9W$CeVMMoGYIgLnmyuw>C8)03T<6oVI!cUOqNJeP0I{Bscs<l6fiIMW1q4J`Sn +zj1iY$8OTxmd%i~kz~0AKNOT0$ix!yC5MfWg#+NyeYk#Wa<QK5`1Z1i^th|@bVUmF! +zCOLlwWU2{9*Q9%JrTkp#O9*kJ^4=i#f++0*h&R?A2ZjIa3OX7ftcMIvNllZAx&WzW +zaZ&FS*0#bGrAj6GNu*l{e;>mnM7qU7^gVz8IMdV!YX$SKVbdQd-GH<QR1m#|OM5up +z<jYlE11}3e9%j-$sc8bB$#3;>q$O1Xd9JJiZVFSgo)mc&>PCS}3L&8<-ZRlVC9pGv +zlYSU;BkoNDllJF~^`70E?c6=H4E)V*fBq9Txl!(j%X35d7O#7=4ZFbY%-%{Mx!eS! +zcL5ZDbmD8QYyy*VKu!~^e30(JRR;2~!vtX!$LZ4ycY@Ki>C1<?|0pYK@4ub-*p?r{ +iV{i#p`qGJWC-)!aN}fb#|4xDc0000<MNUMnLSTZ?`q-iX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-hover-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-close-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..79312d7d50e6b8f39e4cf1f717ba3682104d17e5 +GIT binary patch +literal 963 +zcmV;!13dhRP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x19(Y9K~z|U#h6cQ6m=BGKkqjShY}MtfyhCOL1ama2jWG^ilI;lN6D&J +zgD#Z{B;MLAW+I#RCZ-@=rX+YZ8^e(-NR5^niM>(l5@P}wLb5d>!8A&DcAf`jyMJhB +zXJ)(gd;HCN@AsMC%<ui)`w0=HN9<Ry+yf}P5t6`5z%%~iN5DOl637iii{j+|h!S5y +zLD+VJ`<3?)83f*l^ak(~$X7fpeItcJwPPSXnmvdz25gH6(yH6Q32|~)V*zQ#?m^u# +zgd-h-w9Ys|&%#MLbLOAWKssP=!gH?xyH*vZt{E!TLvm?!zAcas^CPgmOE5LvrczC{ +zLNx(t#_j=kitepUt7ceCq~vS+-`ap_daUl)8o~g)&U*LD#(||3(oD7=D6Sz)UFsc@ +ziIFSduaMey0yx*kZ5$}an6B*mt}L;>&~(~b0^&jSeS-3g=y`E+$1q-BM5r>x>k}t; +z4AJu|n`x3~lj%ATIv5yMC9RoLJ0(9d3)MZqgAg$DAp0agGOL-PBr5L&o9ib4;-5{w +zhn%2KoYS{7Gn52t64)Hl_Iu!kHt`jYtp>|I5CR5ZBj|O_oZ2bQXbGx&S$?JBzyJt_ +zeuJ_*Bv2TrxG*)OltI`L0VoKnGngkz8sNo<PBp0SbYQqwoY4}->&JL|#W{UT2ZnpW +z`XL4kC|g7`*~h^87*J5#*7=cH038_a#WUA|O)=v=HtlT!C3sf-JoMBB+7@9!GQi(4 +zeanrXsp<2@%jf`)4De?R$L6HxnQM4vGDh-jmT=Dib1`6++f8Bf)XGwRGpJ0j0!&Sv +zLftTk76Dxam`<S-lPDU$Z~A$aU^;=Cmb`t(-}Vw*3yBtDB)#V3DSA23TIDSG6{Dup +z7SC<}mEgjD95_t$q*n&M1wLNcMCN!{dQA$2YQ2O#`q_Te3vA-LCXYV3n45%#B3~|i +zehp#bf4~{9!88E@(6ew7m{~)Zn=B?iZ5(*IQT$+NBkQawy51;C39OVj_Fs*oPaUpu +zX>^`SH3j_AMVgyb+_zd`mIYdZ+OV((xX=ZdaTXJAFW1*YnCqC2vilG@3!3bVL+0@G +zc;gQo3kdu?_57>v;>jSwn_>NUawJV7dXCNO3S!${JBP4=>oa_qeHlYPLJDOEtyg-& +lU7&<Ag-H}8Z{LX$|3B2|o-m9v6=MJZ002ovPDHLkV1hInxsw0@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-hover.png b/Breeze-dark-gtk/assets/titlebutton-close-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddc21b351b87a45b42c97abd3a7fa49e482107a5 +GIT binary patch +literal 492 +zcmV<I0Tcd-P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0ij7mK~y-6m6W?q8$lF?zcV|gCv8A-l}Er7#6n4^6JcaS5Ariai4YR| +z5J|9W$CeVMMoGYIgLnmyuw>C8)03T<6oVI!cUOqNJeP0I{Bscs<l6fiIMW1q4J`Sn +zj1iY$8OTxmd%i~kz~0AKNOT0$ix!yC5MfWg#+NyeYk#Wa<QK5`1Z1i^th|@bVUmF! +zCOLlwWU2{9*Q9%JrTkp#O9*kJ^4=i#f++0*h&R?A2ZjIa3OX7ftcMIvNllZAx&WzW +zaZ&FS*0#bGrAj6GNu*l{e;>mnM7qU7^gVz8IMdV!YX$SKVbdQd-GH<QR1m#|OM5up +z<jYlE11}3e9%j-$sc8bB$#3;>q$O1Xd9JJiZVFSgo)mc&>PCS}3L&8<-ZRlVC9pGv +zlYSU;BkoNDllJF~^`70E?c6=H4E)V*fBq9Txl!(j%X35d7O#7=4ZFbY%-%{Mx!eS! +zcL5ZDbmD8QYyy*VKu!~^e30(JRR;2~!vtX!$LZ4ycY@Ki>C1<?|0pYK@4ub-*p?r{ +iV{i#p`qGJWC-)!aN}fb#|4xDc0000<MNUMnLSTZ?`q-iX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close-hover@2.png b/Breeze-dark-gtk/assets/titlebutton-close-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..79312d7d50e6b8f39e4cf1f717ba3682104d17e5 +GIT binary patch +literal 963 +zcmV;!13dhRP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x19(Y9K~z|U#h6cQ6m=BGKkqjShY}MtfyhCOL1ama2jWG^ilI;lN6D&J +zgD#Z{B;MLAW+I#RCZ-@=rX+YZ8^e(-NR5^niM>(l5@P}wLb5d>!8A&DcAf`jyMJhB +zXJ)(gd;HCN@AsMC%<ui)`w0=HN9<Ry+yf}P5t6`5z%%~iN5DOl637iii{j+|h!S5y +zLD+VJ`<3?)83f*l^ak(~$X7fpeItcJwPPSXnmvdz25gH6(yH6Q32|~)V*zQ#?m^u# +zgd-h-w9Ys|&%#MLbLOAWKssP=!gH?xyH*vZt{E!TLvm?!zAcas^CPgmOE5LvrczC{ +zLNx(t#_j=kitepUt7ceCq~vS+-`ap_daUl)8o~g)&U*LD#(||3(oD7=D6Sz)UFsc@ +ziIFSduaMey0yx*kZ5$}an6B*mt}L;>&~(~b0^&jSeS-3g=y`E+$1q-BM5r>x>k}t; +z4AJu|n`x3~lj%ATIv5yMC9RoLJ0(9d3)MZqgAg$DAp0agGOL-PBr5L&o9ib4;-5{w +zhn%2KoYS{7Gn52t64)Hl_Iu!kHt`jYtp>|I5CR5ZBj|O_oZ2bQXbGx&S$?JBzyJt_ +zeuJ_*Bv2TrxG*)OltI`L0VoKnGngkz8sNo<PBp0SbYQqwoY4}->&JL|#W{UT2ZnpW +z`XL4kC|g7`*~h^87*J5#*7=cH038_a#WUA|O)=v=HtlT!C3sf-JoMBB+7@9!GQi(4 +zeanrXsp<2@%jf`)4De?R$L6HxnQM4vGDh-jmT=Dib1`6++f8Bf)XGwRGpJ0j0!&Sv +zLftTk76Dxam`<S-lPDU$Z~A$aU^;=Cmb`t(-}Vw*3yBtDB)#V3DSA23TIDSG6{Dup +z7SC<}mEgjD95_t$q*n&M1wLNcMCN!{dQA$2YQ2O#`q_Te3vA-LCXYV3n45%#B3~|i +zehp#bf4~{9!88E@(6ew7m{~)Zn=B?iZ5(*IQT$+NBkQawy51;C39OVj_Fs*oPaUpu +zX>^`SH3j_AMVgyb+_zd`mIYdZ+OV((xX=ZdaTXJAFW1*YnCqC2vilG@3!3bVL+0@G +zc;gQo3kdu?_57>v;>jSwn_>NUawJV7dXCNO3S!${JBP4=>oa_qeHlYPLJDOEtyg-& +lU7&<Ag-H}8Z{LX$|3B2|o-m9v6=MJZ002ovPDHLkV1hInxsw0@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close.png b/Breeze-dark-gtk/assets/titlebutton-close.png +new file mode 100644 +index 0000000000000000000000000000000000000000..08063d545d594df80dbdf79dae05ed202bb4fc85 +GIT binary patch +literal 506 +zcmV<W0R{evP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0k26!K~y-6m6XqJ(?Af1znPdDs<%Fa)Dye`<<Lfjs%H?O1n%XXkPzpR +zNFW}7KP~3KBUGXikx*|a-liPw9S&|1ckM*#@3x-bd^<biU7<tX`vZf4A-e*100jO7 +zBv-=NIrllvk>+AHo87BIcni|++F&U=QIXean*M5misG`5gipZcddNbB1$mNX8~FlM +zS7JYJ0GVs5!giXbX9`dS-b9een&f6I3uf;C)O&vb_NZx0dint5xXqB`I@W|q-+RBW +z2E)j`Rfg~}>B$h}>(Wo2^ki68_8!=3CIoaKQ-5(PaKF7dKN8jFWo1W*-AYtnl$9NU +zJ#Je$mBL?K0=K)GQ6EJH0A*!ku)S^{|8zy*rV46s-d)VHC!IaJX60N3%R3>>o)|l2 +z2p^K3yy}7l<hu%tqVJQdCXcQ)*4Qa48znt?N%Ws7VJrZJpM8m@F(Df9>X@BuI=83w +zNx~uUw_#odiDOe0IjpM!oO8b|$TMKN1`um%L7t{*dbR)oWZ6cp!o%*X5lg<Qusy%| +w5WPopdGGfFI#6ua;O>=i{;-XlbFIn!2XO4ND1=S6YXATM07*qoM6N<$f>a6Q(f|Me + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-close@2.png b/Breeze-dark-gtk/assets/titlebutton-close@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..23c2afe98dfab84a859b247e2b0027205dc34095 +GIT binary patch +literal 1003 +zcmV<H0~Gv;P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1E5JnK~z|Uy_nx`6jc<*Kj%&{+Ay=TBW?777$b&~6dsH(N>&WTVtCY` +zzWXFqN&G_$0i-ef1%?>kY${TtP$Q8yYOOIu#AHp{x;sBg2%&S258d5tf9&k+Y`5R1 +znLFp4`<c0O&YU|!kBXw`PztAwa$I2ycmZ%5mt)|8z>*bi8P!?e_wV%*U-B5K>QFt7 +z-#5yX!fQR<f%3B&z9@U%S0a-34fJ0Wy=|0>z{@>>Y~$h&gMRA!{&$6ds@3Z7GsD9d +zK|bsUWILE#eVDlC4<3|9xq*@-8C_594DiZs!nEnmkYmocuDj9|C`pphC#n5O;P8N8 +zfQ=>G=a|Y?DARsYtyYKEQ#&(g7yyC8>#6<rFV&|z0&ToA16!t@^lB+eF0>D{mMjdz +zNkwM&5T+#+&IF~>3^bmQstze~Im=048dxqc-*UsZqm1&osyZ#8dK`a1Mx7D3;`^m@ +zYRyECP|Iq~gzuNm30&!9q%c;G<FhRwqfBK*RXAI#tsM;lcOf-$0_EQvFe_@EQ$gS^ +ztj6&e@J^PoSUv`jD2fhQ<<FcGOa#IHyQ^_L=A=4@@O&QIA*(+qJl7?@3i^^s;dBld +zfDtk2jaqH(=mF1LN*y`b;Yk&NfsF*4G)6g|6DSW<Q5XPJrD7D0^Z=9v)fWr^!kE;< +zXcc(2M<{4yP!PBawOTR`&^#7nZvdkOVy;L%j2;6|6>#1J1<)r9z+=<hCQ|~^s`hqB +z*HOAQVOcUjQqXr<tvMM4`|s9j$#|`nj34m4B~>#?v5F258{nS;j+=^}G4{F`J6E81 +zZq)-Luvh?Qr)<hwr#egd-B@9M7hsy|3ra+98KXK2=q|wY3#F<$Ykc3oC-BQI!4!uQ +z=F8>seFI>HZoSa8W;Quif6Q5dN5rJxH?vQKZ!+glz0{ZsRMn|R@o!nZw7|5&yYyc4 +zmIc06_^6|WvgrHXF%e1ITiCZ0$=t*ZN`g-KzCQ<TO}_8@*A=<C_b^O1VKxB)JWSm4 +zz@5E<QMg?%d7rh9?X*!Gd6L?jgWj77EEyve&+}H>$G3f4UDsXN=a>rc>!4s1Zaa>7 +zV=K&#KuxH%#5<wLm%9xkFddb=H+S0CH?C(Z48v0(ml{8(ic47((NEf6;6gyqs8ezL +zo>-<3UeD_XD8js`UM`hN*F?m2bI2RGr7#R%1SVCbf^dZGzx4h_SrXBksybUPm+$uy +Z|9??Y1VM222VVdH002ovPDHLkV1hQk(H{T+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-active-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-maximize-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2851a8502c3f69d6fff1092b2e4127782a8fa469 +GIT binary patch +literal 483 +zcmV<90UZ8`P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0hmcdK~y-6os_$76G0e-zca(oLraic@d}}EEQ?DGB4`7BBGY2?7GAMk +zYy{NcNJ!L(OTsoNuRtUsMd^^~vtIuc@tW0UW0Rb2=0EezoVke_b$Y$~G8Z9Rld%F| +za0H|>b_PlOxjIJW##Xm`%i~@Ht-1+H+B2`MSN;CaGoVhd*OKWYaBT^s&>xu|43d62 +z2hCRU;{uREV`us5c9I-80EdQ`fB;;d%D)BB>Bj2QxmIHr0MS0*GQH=VX=4#2OhObU +zA({hgeLlKkqKVa(Q#>0P*?WnrIM&H|hqzNUO4f21H)<h{$HhQ{rlx$r^AzK2jeo^0 +zgZxXm5H@v)<5JkekcD+}Ms*Pkn&gbaBs>8-ER~KOrnHo{k%g1}MJI%4XW?WY)F}0S +zcQPAQoDG($;&JQ<;MwyRU+SX#r}l;~<F*5scs7CGmw=3&<(sFA0^Y>&FPR<z<BLFK +zdbph=2Xhd>AnB*(b$j6rp2@Ip&hpjb<wNB^D%9zA?_xfZYz??M>pn75DsQ7<9G|(A +Ze*tj{m?hm+DJB2_002ovPDHLkV1f#d*?#~4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-active-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b7c131fc5db5997e8ea4f2e5cde3c74db31218c6 +GIT binary patch +literal 977 +zcmV;?11|iDP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1BOXNK~z|U#n|6#TV)u)@$d8IMAlI|K~^T4mf>U>bT_)2DRp8?C%cuR +zmx7XI-Qqawnc!Wnwn0x!X`GGmFBoBXXNkIr&i%rAwNg`LWt|1J?QYV-WHIOQVol7t +zHcd{F_JLgFJx`wZlf2=)&wGSAW6-wusaQu9-T(~&UBI&d2ziwIAURd<XSGZ=Jv@B3 +zp88TtQY;p;{#sgk59B1u;X1#=4N)#G&dpxRWHQBuLC5X0?+7}I@JgMK)iX^SPd@%4 +zG5oDBP&gdh9%x@4Rrs(W$kXvvn-)(e5{ZX3gCdU8iN`qbYLhXgm<Sev$CAnO3mbwW +zj?;<q6UzP;VM;Sk2OkA{R-;Vin{YU`9gp#rV*r%>g<#>E4`Q)x>w*I9%cHbznbwL! +z+w#jJl>_A^8??{%d!pG*#QcvCJvJ7PkHg9@6pO_y5B+>AFaWCZ*}%X+pbYvuzx;lK +z_nG;Xm){6Izo%=U3{vD|1H~3RE%te$M}R+lR}oGD$e?ZS^Ca-Q&oc8EdQ+}D2@r9d +zZal64ojz*mzlN8MigmP6OvG`zBaYLZa@|P`z4%)`u{`?C<6XP%Sn#yimvY_7@X$~Q +zkMHof8n*3&Dc7C!zkJeTRP=xkOm8}oxDy^43K^9jfL*{&BY`Vn+di0%$8(<O+x4R~ +zWCUJp0;Uv=qFyrSN^{jXrWvRXvvE#cn1)dXVX4WOMo@X9@J9<Ueo^<0C{ycR7BcBX +z;!ebIx{b<@bz&+}-$xv$I~|Yb5WZe7QQ<c^ZVwHL$i*rJ$AEY7clWJ~dEhc|qDoH0 +zQp;qesLJ~Nb+rQZMCS&z6wk_<^ziUqgj-FT)OQG6PmNr-X8^=w%X*<wsFH-0_G58w +z_7cMM7J8;0%*|ddgEE;+QPJp@aSYMYsWwm=`}O9{nL~$P-wnLB$(*rN+%5lQp4d9t +zw0Ihr*er=CxBuyAKl8-c>ZEA&)18H93fDH_Y?kvxd(!dvV&&jdn`<(8ej)fM*aQ61 +zDv2n!gN5Lmt1)YWN~kt19s#~=foJUDj`p|KI@d!Dk7G{QPM-=%Ak-ja3PUvIx>u_u +z1*%;Hn7DOgX78TeskY~K<OJEp;|{Z?2VH;)Tvz0i7dqNcx#!N!Z1jOz3zy>~$JuLn +z^n>((9zf`-=sNSjEJzOY8lII+ja;}_PyPP@&h?r;kF_hE00000NkvXXu0mjfH51?v + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-active.png b/Breeze-dark-gtk/assets/titlebutton-maximize-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..671e343b6efa94151ce0f2488114e029540077d7 +GIT binary patch +literal 472 +zcmV;}0Vn>6P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0gXvSK~y-6ozqQg6Hye#@&9wCcCTA2WaU@TMH_-nI+ubdDiht;?<9z8 +zO+j%JLrQ$9vnhTB3l>Uu68DC=$3@dPO{UY@XESi-oZr2dxg%;a7>&E;<c@CuYXA;M +zg2K>F2<donMrVM*__h*Wfw$`xs7&pZ@)r*_H-9WagVCrhPd<QOZ$$oSzYQLSkQQ@j +zwv+wKBlAp*@=gfhzyK`qmsdalZbVjI186WBcjdm@(EN4w?3~vi_tYTv8j(27iPO9S +zF2zx9a;?|Dq(~HdX!R|2?R}!y!}YngSF{bdS%<7BJ}qPN2KhZ;y>xq*SoypT6Rg=K +zkkd3_(SYNMeW*BnQo8jQkSf;4|2zX7R_ezlR8;oU!dAc2@P&ZRNsqVYQ}S;n=r0_u +z#f3TBBYZ~yABW>l=N#qYh`p_>+cAK|%5C7+6_|;6xeZ_dS(g1Y^ca}@7lIyz5Dw-L +zKnQ73n%|}22A@Xo<>Y5gi%M-d!{P3IM>%2xxHT&u;S^ZxZ)MrirTh!BgPsl&f=TxP +O0000<MNUMnLSTXc1=olG + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-active@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1c26c84fd84011be7b70c29fe9f7c0c9f65d9cf6 +GIT binary patch +literal 940 +zcmV;d15^BoP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x17S%-K~z|U#n{159Ay~C@$d647F&V`6B{pTv^Cu(%f)!H4OU#(VTbL> +zI5u9rs8yTzml$e8O#gz$G#-|PePQWDEvD7pN^nVIQtQD4Oh`r$>~`MA16#WgDC`Ui +zzhn+O^X{{s?EB8V?>j=9saC5eV~huKRv-(!0`xX7N5BJxx>32QD%SV&zqM0e_R=T} +z!>+Z5@dv101m0@z2lOY0Tv?5luLVI6rv_E3wP8U=f!EuCY?B3ye&H7iQ;9(3a`~7! +z(mg6FAEktB&DE8t=TZ=yS=%$nT6;WJGYP!0&zOxUchH9K`~K3dpeE)A;8aI2PqKh( +z^lwF()(_=!`B?Lx=`;r56!OeO7>3X82r@^yN9j~IZ5QFqe;ziz+I*^+iK(dqPV9kU +zHYtqnd-=)#L17qnt^NCGp7ghNqA1i?qvc!>1hD~FUvFGUiCJtOi6W5g?S1}zXpSK@ +zaxn#FNn-{x;?4noCM}}qX8=;IR!=%I_Y&4wbmH<Q&zl1nw>D?g%mBxem@?u{n2m`t +z9cJ9x+_<&5lIP7iae0z;pE#E(7?86GzPzL{gC)<Kv({#fnrWlvMx`>{SMt2Mq}``z +zzY#c{0FxgX8M<q&&Bkg%;6>mC$uLu?O!s-7SI>xhw_TKoWDW4rK42av6-v>U4Nn$V +zX)*hOdd}?LrY%frlmY(UXG|JYWPm?9fJuZB<beU^cWR)*w<9A%cgL;G#cIB96Vr;S +zja!@ZJg=_8cRMw7!mlzpS^HE)uRNvT81Np+p1!SF1g-<0?9@P1K9-4znG+ayk3H@{ +zIv5pw^qOhzn{FL424J>WEZ*Ok?cwXg)+k(t=JI1TTD}G>9HM7_HCnz7E#szQYeS;? +z)J<H+A};TH-VJD3<d1lR)4<h3;EX-SYyttSL_L>K?i?WI_R;RHFI!J+0tLaDHMHS# +z0OLua9yhv50|Nu=JAwdw-(SKt`hj0M=(#Pf@%H)i1AlG3u<dN``~K2O)N@Wnzv%#G +z>}Yq_JKOE+VGmE|YPB{PqnDd6r_y8|ai6yi;O(;OdT4lfu(ld4=S1~GlvzOAKqzn% +zkqbZHn(f;S0}19YYwfGfWeSS+Bb;W-D?LGeSJk>8KSIM6i^cox)c+3#r=g2aHcZ<9 +O0000<MNUMnLSTYGUBD6m + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-maximize-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..745481d7947c67954636afcb076347829a028c7e +GIT binary patch +literal 222 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v~0Go-U3d +z7QM*{60FVaCMD(8AS@7c+~b4*8{4u_fqVNmv|YNyyyJ?|!$~XNzS{iv{E01-8Xv~9 +zFhBmk;D3*gw)C#ub3KXzbHnHB3Sa(j+VlUvtJ#!k?~)S|5;9)A-1zhSfgNIzJnJ2A +z@H8^kv@Mjla^e2^10SB>*Q|NS$ZsyDwz=)lA@&`6xD0z36x_~gNC4gc<fHR-(+iz> +QK<6=dy85}Sb4q9e04c9pC;$Ke + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fd631db2e07043d986977ea09ff179e68a76d8ef +GIT binary patch +literal 337 +zcmV-X0j~auP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0R~A#K~z|U?bWf3!Y~xZ@y|xU1Vmy3iZBC$I|iU&2pS{`kf1=Wps*sO +z%ySes11WBUL$E=Bm;zIPAjEm$ntT7!NuGYPl?328j^qA8N^4JP?G-UgQU^@Kum&N& +zjF8{6)v8XNCnygqtvw^;8h~$?B4LsbH6HK&9CU|??6OZq<vOzKF<HQmNKW0jQtk*~ +z1Hh*opYsk)!?0G34{HN7EvBs|lkKBxhm!0pMx)=ifzmL~?r}wB24%q%fyxAO!B9~z +zL3uC~R4Ryq$%{&T?W^&zZwE!fBrR7A04#^YJxub6%eSggIhmg8jGN{`Feu_brL^|u +jK`@}s;W&=tIL@&%l?=Vu2TJRv00000NkvXXu0mjfSVW9} + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-hover-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-maximize-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d4b25e185232259bcd0f0c82750300f3a79e53a5 +GIT binary patch +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0iQ`kK~y-6os&IJ6j2n0pZD%Ey|!So6@LMWWwSx8HDU(s@dr3&w!}%G +zoUt}B*19An*2XWK#_$&;k%Z8hwRT|cu~>GU><$C+HaGX&_dMsG`ypzyou+q%LSbv5 +zB>;nCi5&0tlKAPz*&J0TNtP{}@e1hG6__R&`)5`@*&Pgi%z=_L?SbAK+-QPS5`ULo +z_jU$RJ_RLNwv6%ps*s9Ca#~5E=+FURyu1bk;HG(d4WRRb{m{_F*YRlmiyS8II45m3 +zL5iRq7C}4w2dr_K!Zv2znadk5iX2~V1_f`y0-4`1wcdcO*X*h13@z3}{KHCO*W}*G +z%EzG3HJe&;SAa~^1oKYVNhNUfXJKK()Ed^eK-bh77D4+Fa5OD$oH#>y#n=go(}SiP +z0_%@GbSlAbPUeO)&JLGr#^d({@H~C->4H`+m5lu)e%5yYrIlO2uWN8dw6q1_0CwZ} +zr}ugQjQ$7Wz3wMbbT|b8><ps3^yO;P3!X^uMNTV|pMM^k*LIfOmMN6knu%KgGLB8k +gW#ur5<GDxq7l?nWKN1!5+yDRo07*qoM6N<$f@C)23;+NC + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-hover-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..db728d829026b0f1685c5becae593e82b3f3114e +GIT binary patch +literal 961 +zcmV;y13vtTP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x19nM7K~z|U#n<0!TV)sr@bB}a%VaLzt$0xl;$$giH{y*-oY>LHZl%$C +zZ`9h1h9n?t@URUAo^U4FMk)IX)-t@a)VYbyiNoEkttm3tsvxx9^oK~h_WgR%B&1o> +z_MD{c7jlvJob$Y&<W1fmf`BpKKkCR+O1uLgK_D(bZ2c-10GR<$2IS{ew>o~YP<Rxi +zzU&BL*5M8x{z!p-Lf#7a8GaGUwaIwbjnQ;^t!0q;{s(X<5qvEmq@g2D!)e9}+3!Mu +z%!Uskwp1eVNh^?NIuu-=7ddk|oBeOcAoILVs*Ztpqn(&qhzBbN51hV~$;@pFGSBOT +z$WMeE+Z9Z$V@@weqp3!eZot^^A*zn;HU<C)ITl@h`mLEg*A#@<Qfb$QX|o94#PhMQ +zH#SvbU-`XMj_(<!E(A}X&*jE|$~R<Y9Z+1|4-5bZ#P1s!iPS)d#XfFvo|&z@!Y1+h +zlfU|EAQJsyD+w{@R89(bLV&+RlayZofSB(erQ;tV%ghR0kLB|d0AQY%r08t`ok0r` +zprd<L9eJu%jCo$tJTGba{Djc;AjI$qAgbD{l~p^~!<AvOe15`;#RNrf0ea`0?;p2( +zej@DfDUniw-9a&H5$U;*%|5hZF+s==0A8fvNMwz-&-wmw%jL=d-w%OGr~oguim6_2 +z8AZITgv8o`X$wm5f^L7;&N1yksep^^#I%GW7L>rB?Z$*g31$=`Q_Tx<^g=fK&^#|m +z$d5rV^(b}x-aId9xm=mxH%;#)eitkHpA)>+6ip0K@F7CXz73fb;wA;3ZGr!^W7VyW +zt41hIwzFFm2$;?-F#uI{TrU<1j}-j1O`V300QYQg@bUWJp1N;)p=yM31*mL4CgWW< +z1f1SS&(vhR>t+o!noh4dU|_#ALN`!7)z)U}^SRtD5nSJU42CS9zf*m`Vd<C`IRoOs +zo?#&O@$X`GV_QSMER~KNTv@rh2WPXgfGNx6{;6+#W^uig$;>TBqbUJ?+bxMe?yp1- +zyxWM`6jVjctDF#Gxa}BX2ulm^ZFa6-$8HnzE}x{hD*zHLTBd|<p#BFO3IqUsBO{US +znVGbT^gH71X3I=t2vC4~6kOHC#ZfbJ+dZ?R!u2`pd9SEyuM#N=x`m9_?K&3(cmkm8 +j1b0<++y)092dV!*jr+g}>~Qm000000NkvXXu0mjfDUHS9 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-hover.png b/Breeze-dark-gtk/assets/titlebutton-maximize-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..87b7e3c49f599e705fa6e064e509a1be73cc6177 +GIT binary patch +literal 469 +zcmV;`0V@89P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0g6dPK~y-6os>Io)KCyc&x~E?-nb=5Tk#h{k*rocY7n4Z=#&416s1mf +zB@i{@72F{H0+EP>(nY)0(%LgA%s#U5IwW6nW$XCN_`ZaO6h-mWq3_79z!reOA477* +zMlr@utKZ1-!*n`*P?;Tobejq+;wLJyA42$bO*EPO?IQL8*ld@~GjWq=S+<eSMRh0s +z;}()x#wu)w5Ka}KGTz=n0+5;eA%N5qD<9Xh@~s}dx0b-4qz;2NNt#F>psX0JlNs7q +zM|Ref$<sszW#z}E+50q+0mzpoRPn9~+-sDmzA7s}0)K?FQ<}X?6M54lbJ)@wB@4Pu +zX6kUh^x`a4eOXpMydqhaRX$7;c@3N`YIClF=Syg(tn6po3W4`(hR(bl<hu$CSI7=G +z=L)0PNB}0q^mF5{{8#*BGsd0*2(|}Y+`%$dk-fSrAjbIHO<n-w+eqBxc?jWjE&|B1 +zja-F?izCq%`KrS9?Bv7BeKbo^6psz<E57S+{~tKJ*oHC2Yn$>Cmy)H}$X93A00000 +LNkvXXu0mjf{vp`? + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-hover@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6016c9048082afebc3b7a5c449695328853e613d +GIT binary patch +literal 925 +zcmV;O17iG%P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x15!yuK~z|U#n@eI990;=@&9us1r43q*`W>IMA25dg>5gy8!c<agj9Mf +zzTA7G##rbF5$Ov-`U#|ncZOJ7(OR+CyT-UuinYQDNt~UR6fc@Nj~Cgj+h)^bW_FVY +z7Ix0t{C1zinR7<S8F3sR&ft_$PAJrX=K!};odEX*npXJHsLuPoe>czgvXe%tI?_&( +zca1Ww@Jg;<p!}qUi&fA2LPWCCpnu}{O{1IxUd#pA<l=XOe&YN7H-$j0R%`U>(b01t +z@0WpWhRLM|se5L8T>jlLC{5F`wam@|FAWmY6SqbjbJ}&?<!wP}nvOlp><<D*hJ*pu +zQ@GDDjmJ@@_oCHmjjm;OZrB(Afg@{~{rV5pr?v#G&zYg6sb9QYiPO(|3%V(bqG(Ey +z`CY_xLxs~pr7{Pde@InF6uGb$7yzSus;W*G)J~H3D7Vfmbv}hcq1H~4x4R&tOqakc +zt92$bBPUV*E;@)<J_e9Djt^VqPQh`O)S8JPa2Ei=Fs+NRSAnqtW2vBrOa`aQV!|-3 +zhhbU|0(U{JnV?wu1eh{LIZ>eVvRY>{2;7C0B&iu=uZXeN!f^Fi5V#9P)2Av8qj0nU +zW+Djo-(E?Q+KAQf6rKSNipj2q;p(vip4ZGAc_TMUs2N~<0GN#^i+a}Z|K_SJW)LXP +zY~LmqrZma`>3}h1P>BKl8Um&$>b?<J+^SaKauDpl9foP$vHE>ZOfTx&Fih(QJg+Ij +zS6jAJev>ecKN98Q6Hv1XZ&7UZ?TsaYFBLxA`d<2hL{W4|kvr`01Tw@>)V^SR-@hyH +z^B!YBxKXWE?->9q?AczZ>rp)qoiwSc(~gs0cVjQzH<U%+_l}E5W&qZ|=**sA01=(p +zIMsGnYTx&-C~|4nF)-`<{<V$kM;;vyQuhpSYqu~8H`^8OY;Re=gW|!5nY}*j`6SRZ +zMjD>yt@M^}dbql-yS&da4d9nyVH9pUj(P2IOkdCjYBlvvD)RZDF#@x3#e2QqxxQ2X +z<cOkZ66Ad6<y7%d7DaTXcLEmzL1&#xl6S;1jqvJD`vHn@LsTzRDwWG3Vz=v%`}q|` +z(euERsx%OeviX(XpD0Zcy{@YB)oS%#p7H+!jCQPqz=_aY00000NkvXXu0mjfYyH2k + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..069b674fc0f30363f1d944e3cce9ae891f1ebf9d +GIT binary patch +literal 495 +zcmV<L0TBL)P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0i;PpK~y-6os_+9(@+?OpZB;4Gl-3{atmdk5#nbCD&gEftFV%A7qRfx +z1OXS2AOSPtug!wE1u8LAUBgUE{4(T6j(c1rp2hO#?>zp_t7D4@onG(098%<MnN0x0 +zF))!C5Ay6|b&bk5d)@Ahgzyq*#a>Y2z=`%=^!q=~i8{SrOV)ef@;@X?e#v?;$orF( +zXfesR8p-M6+KfD#2G6$k^ZY0P1T?IZ*rYaTNm%Aeq2x7y=E3Sioupil7{?|v#k~-$ +zc0_U}xs7xtF_L%_f@Smw_<gS1Ng6C}MI>qAa4P&3xCAt8jf0A&(N0w+xfL+iD%*Kn +z6teKUg=9&?)(E>{(`G%h%@Env|4;<PNvY7hAdj`&SP%UqU`;CaSRS$5${YsSqsXXh +zd0dd&oWNKBPo6&egt!wCuFg{383GQ5&$HVb0Dls8HwwN3S1V1;g@78#G<dc<9}0Mt +zWj|%@0MkfwvrZ!G;eMVUtwaEWygzZGo0zYWMQa#;37%~&zkI0tkCt@0-MctRC2s@Q +l7v*DH6D1xEv+Q$q&0lZ2z<K*KLf`-Z002ovPDHLkV1gjo;9vj% + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..511a87029e2880409991983f61f8c4cbfd428023 +GIT binary patch +literal 1012 +zcmV<Q0}K3#P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1F1<wK~z|U#hB4=Q&k+tKflw~Fj9vJVS$J&L<}VvJQ!b$sThXC@ZRX7 +ziCXGll1ncpzV!)6+R|lJSL<J3`tDMd8HEvudt=TL17Sd-Zuqh-!BBdCK5VVE+q!#i +zJN+ho=sD+p@8_O#f4}oPSMaD|%Q~PEJfZL!Xawj7o&`WyM7a-AQFX3q(3Fem^c^q$ +z;$~1Pl?wj8wDdN}X_QwzKEriUK6~_V?yFL%RO=Y%ly&|sLB|kY@(9v;r`yJnk3P?( +zzwreWkEgZ=!pma{?{x&SR$umL?QAZWd+Zu0VcUH;OaL!;8K$o3P&ITipTD@UDNw?; +z`%r#FIk-hI^*i4VJqblyp-l6ics#WohlwqR0Z<NBL)EX}O{KPN2owk}kKu2b=2w4S +z^~$!z<<aJb#*z(N=Z758vJcY*M{9!^Q#C4+z#gv#B6@N>o1K8w8A_#6K?nWR2h2Q% +zW5rzVRxz8cU>L&3OsUG{SS%K30R6GJ{Em-2Gml}gkjcy>Y<nPK+XID6W(LEc52(n_ +zz5THUkRqo&8Z0<kJ6_0SX5z_Y1cz^Nn2cN2;X)=e<A@#we)HrgoB@zw%R1ml;8%|@ +zgT-9#Ry>)E7?tmV-5d0Id8hQL;YFhoJkcc>fL%rcSK^j+xR}jW9MNOApD77C44IW( +zyDKnVfRd<D(L-H?=@3dIM&N}m!*l|*&!DTt)%t4WnS^Z*7?mGf!ZbsDm$2;tmwBq! +zwCVg`WDu6x^!Ig`U)JU;=xZ~6(I`CF#ME!p_<8s48&PImn0tlt6$lEy7*(Be0ptbB +zZ&V_1&1le+SKzt=<r@Z2oM71$)9E`1H(XxS4yqFv1f~k3m+lz=aqwCTt<5i;<ttRl +zuYy4=77Og$*Z;GRTDnma0VHgD0Ea8I5AF3d`{#qXBc)QQ)+k|5C6jN8O4~!+25K&0 +zJuOp1D-SgZEytk5IlBma-~+0@9eAA?fbqiR%<w;KP3qCwSzy|SX`de$QEvX#8$S21 +zw$?!-BcJT5K2yE=ADqo9j%c))%|2>wT(i06^A{IFPeM`Pr>!Cp<z}cFdc759U7$Kt +zkJgR?Uu*%-_~RYnH`Y7XgNx5GA6oWt74kr&Ly%bvBlT$7NP*2<rf*!oyMOQVg`Vej +zR0P@0N`>j_Ll>X|Q;K}Nr#E~ibK%0>%`R|j+|c{By+7zM1QG>3gwWqqbuI#PAQjN7 +iIKgsZ^wK>q{(l1;YzuJ-zKXH{0000<MNUMnLSTaLblU#_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f74700f4add8ae435e90434b82e2f6fc75857378 +GIT binary patch +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0iQ`kK~y-6os+$86HyR_zZu7-2GJ2(UV#+ELa@$WMM6NNtY09!6B6P9 +zY$TvDmZRk-Y=d}(M52h&nwmtrhl0iIZmwN$nk&tn`R>foTqB~{A|JWPgm!^#0KvII +z;n*~UB=6Q(3oy&?S&vtsVeElM)k$f3@nmoB^crZkSPV_Q_n?~_A^&JU9iE1e6f02O +z$+tC-%laHd?v_q@KZJ1R0N&Hfbr3-&$Qr<=ZdGi(2C&&8ADMK#4$>M1rm@aUN*t<j +z1agJh*rh9jiNPB)Gn1YJzq-l7GB??S2qd$rx|G>l;0Dk~n#z4((m@v{W9Y!0&NzpX +zB(rxl<gfZjlgg|w7}M~~VA~^O{f{aKE*gQs20vQ9(Kh|U4J$hIm>)6UR+8zf*YvJh +zer)g!07Fv)_%P2uVtNz-u6AkN4q=?^r=y2k06i~{O8Ix-b|-C61BgOk=_-!^93V~8 +zAC4UW%SiHIEd+ZOLO5H2076KL(zOG8i4=9F;q#x*niP%Lb<O9;kA-CzyTIK#e2ysa +gYO<fEpSm@_0gtG);X6_MIsgCw07*qoM6N<$g6@6WiU0rr + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0b53456957905df3ce8082e07c21e0814c92d894 +GIT binary patch +literal 990 +zcmV<410np0P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1CvQaK~z|U#hBku990y@Kj-dRY>_6KNc2ICv8FUxd}w^J4OY6a!w&S( +zwei*XV$~-8A&sG$M*R!i*JbHmplnnyt@f>mON>da4<=wjvQi<P%soCZP@u5P%r5bp +z?8D5td*+ifbAH?_Bvh?dI~8I)kn;k4z$-vcWNrcv6dFclPF1Y$=YLP)U*asP*X!B! +zN8x*@UIE@p_5l6SAzwahu6|o8mBO}xs<oLBLC1mDlYs1_C5(RR7Yb9UfGU;B33IG# +zTvR@26J)QxS!;G*EtSr##|E<2_J(S10%to6vnk~+8u-5NuN(>#!F&&#J`$M6TEYbb +zd!fwEi%O+(B8tpW!vLH{o|>%J>rWpDWR7)>lkPPwN55ne-u(Ab@cHgrktV063OKPT +zU{*9FpUt`;R5J^_m>kUbzL&oVQH1LCdKM>Nq<~p=;x3Mk4&U=Uui?ZMND(PjcdcA5 +zXSRVhHiF9}uQSU|Tz<^+7ACCCO<0>7^SlKoE}s-ips%Orxp%jL)X0^DFe@4|H0F5= +z*4jR!X4<HktyZV|$2@N#Bklt5R}zPceheVBTJ4l0^IJlg{OIWLJ!@@WsHP6QaDXkz +zH>DYIubIt8*%26k=Ox3fYIVBb^Snkz+(qI?N}S6S49NKo!L$vf=ztM8(?OWFphTq4 +z055eICN-3zFB={YSNmzZ&P-UF3)OrV6J{sW%!IYMn04x;X<__dWPpEK*n8WoFHh7f +zptr^PrUCvu#A({BN&M{z^1uL#F`OrbN|gvs_|=HYd<>u@P-(Lg<Crt5Vgc<CRBD(_ +zhQOL=-*h|XpISk+0|PK$EEeyZ2rcO>^hAAWvtFTa9ioY`TrOvxIr;1_B%h_XXCi<J +zYjZ};En27cep*~>uD($!mBQ^2wrXdFMYZK7?f~r^VUxb5O^M6<o;M47wn3A%>92tg +zQ$TICgQSrGxZ#fsf3$V6t97h3yRV|$P2sdRCCr`UUD?le-q;0HDxF(L10PsQ;XIKP +z8exzf8yp<mI1mWH_x%-IFaZ2~ggke|1#e%vH2C*k!@k|#_x+W%X7>dZ{ptu{ZXEB* +zzO&!H9%3BF)M_(BA$mPJoN7mli2GzKn-0>U^U%o1(9FZ;YED$&N0}#nn;}{|hsfoh +zZqN501_Loq(00mN`>J!9f}#TmXV`P3C&(YF+7RRi2yC%fyr0DXe<Ms7z+zs?F#rGn +M07*qoM6N<$g2+GCF8}}l + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..26c9ef9b4d8b9730eb66b1ff5176960d72ffe2e5 +GIT binary patch +literal 261 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}^o-U3d +z7QIg=+wvVU;Bng@;$?Kf$EQGh!UFRQ^(wac3w<84=`wFmYF16um?)*Dvcjo8K)qt| +zQ=6N=WFFKjDml6=THpWGb3q6zgF%|N%lC_m%ui0{ixkmX7F8_2`jYtr@pF@lW%Bp5 +ze>X0@CE6-u61d7VULyLSbBt>I`_FsctzuVKQrfuX+X)GY-7~Lde^xv#vso=s@Xno` +zn`9jdw&u^s*_x2`)_v;~-|0^lb4bYlPhr1#`hxza!!`^xyULAz=9|3)`hvmJ)z4*} +HQ$iB}U1DaQ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a145a60aebd62029c584b71c6ce679782e660aa5 +GIT binary patch +literal 388 +zcmV-~0ek+5P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0Xa!TK~z|U?bbg|!!Q&E@XwA?PS8l)fFYa#(bDTw>X1rh@&tp2N;ytN +zk$MI)^aicU4H9ZI;7SOkiS6eyfWI++o__MPpA5vr#KgEqNSO&Kvk<j7wZNh*hhY3g +zGroCTF0ZNe80BXnWu_Tl1IW#zifJ_#MRE9b&<{*y9_Lh)SIbUqGJq{p$4Na%M+|ra +zkW<>{yh4kz9A4GUS_8KRb1&xeecQVx;iIS7Y<DqG7v|hIt|)7e4JHK23gm*JqIy9- +z7z(QMlnE)bLEXHXf)&&1&K3gz&(rBUw0gkTShz`#YSlN<$&)&Cx>u+u4wU)QHm~{y +zrq`yn*$cjV&->VSp(qD|G#J}Z6pS;d4@JdzfzF|Hl6+7x-XP#|*N?w*K|AGJ`%>RF +i1y9IJeoRcvzso1=bv-YyG}=}G0000<MNUMnLSTYo4ytqj + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a93ffec843c4569fe24f3224b2173dfba23866e5 +GIT binary patch +literal 504 +zcmV<U0SEqxP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0j)_yK~y-6os+$86G0S(zcay34Wc8od4*6A3-MC}kyyV#cmNiy%dk>X +zda02R4`3q!HR3OEgLnlZQABA?O~THhG1g{1OTlecGjq?k_Z-cLMD2~o_k=RxZO{gQ +z;Y4Ca4AZiB@}aF!b5T~+rp-%Wkov(=WDbA3eta+*eP02U<M9CW&T#o(kcRMQ9d&<y +zl+Tu+vZ^*QUppXYi*G-1HdoMAndip=0P~^?Vk@(iHGs{!;^<cZS_J#P3v$7ZJWWkz +zaW@2M*gg=P3lBr^d5|YTejOAg@lfz<rQgZ|_RTf~oFScI-Wb*mJ<t@pkJwp-c@T`Q +zHSI*}QFO4)Tf_RY6?#UK7}bl`u$9?HNM!Rr6@&0;W24`dM>{tfq05{GquB+wi9Axd +zwI(_Wa+tK|Z0FIHTf^B@0MEwHKZ0*3yf5!k*Bz2MEQ_bNE&<f8ch?lY0asgn{RMy& +z1emj?U4Q^^P!vC6)DAFDH21q8G3r5?=f_JB!2T$o)v>+-`jQY`v;&_NwDtGpFZNbz +uud43I%4Ba_TnCUju{4wGNm&%1+L}L*Z_$#bkLptZ0000<MNUMnLSTZCG2b)* + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..18327925492faab2b02ffab2f2b320a4fe38427f +GIT binary patch +literal 1016 +zcmV<U0|)$xP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1FcC!K~z|U#hBk~n^hRczt58`leu`eqTp7<$x@biA>OFe$uc|HeXIB4 +zjn$6EyoG_22R9h_X78k%jOt%tdT)ukif$E$yIWT?WUxg+XuatV8SR?$^`dE-c4?CL +zO{!nWMb3Gj@A>4s=RD^*5rmWl!68SURN^%NNdnyhB-VPl07wZy5s(|JZnbcJWaM5L +ze`yKAY?s@&?`;JJ33(;tZ}?d#U)<?__UrM1fpXhG76fm>VU*wtAwjkb#Jg}hWFwhx +zBLSI>?L}f~l*GI3fIK#!;H!C&)0Z-thb;q{?{`sk0>n$5gsF<SwX$dTsS86xb4`KF +z_q!nS6CsCp1g1JL?=HvVy<4Gl6O4`RrRu~^!vFvwhvUnSzA>{Wwgp0BX*A+%nyq}o +zN$@hBOnkn%sUrI<=%ca_+LM?o$0Qwd?hzo91fB`&LGaY4+3W;RnISXV1;v%HMgV33 +zcl=x?bKA1nBIx=MVWtEU^yl-jDi9KhcOvAOS)ogt=S`dMr_A?L=6TaXmyQ6HJo4br +z{wffO!7$N6%sG`4=6TbW%OxrL9iWqEgW#xn-n4+n1o$fylJWxp5DS7sbo@OGOgSd$ +zbD7L-%jJ@U`~cwTdVOKm6ahNA=hcxXI{^a#6zq?cdF^Zv9JOq=2=I8TGbMniYM)k4 +z?Y3b$0i{H*671;|Ob4KnD!_qG!n6fN98^LQ4IbIZGrpf9<i}QEYN6Eed-MHNOL<E0 +zly2MkKS>2#Y|!7;PJXGMuh6w^0I{G1{%B+xb%91&dxDZeWTu&USg6Pwf%r{@GS%$C +zFi=rp0Dy`cy6RR71lS3vwqO9NYC+GBjNDW3msWxrLA3(|00K<e@bLY$ZBGqV3)Rmr +z(eo7m2<37G4Cv42V@FD*I}vK>YE1+H=KCp%UPGg;U0*XZ2M@eBJ}^+Omaw1Xa&HQx +z;U%t~YD?I#uW7@>rOopufi2e{yLj<S67PjI#Kv(Dc4i>NRr5Z2fBpNWqhns=G>BUf +zfVv{VKyKon#mwfmEjlwgx_{5g%Ju)?ZdMeq*Rt8aYa1UsTrUg_%`L~{y#oBYQzQbp +zxf0*~`c{~_K<iNRD#wHv>o^Q?6-x_m)VtTO!8VckmrhXJWdO-GS!RUp!}Z;?om%?C +zsz0BP^^{5jDl+JZSEa=`0u*41f-AbXIBsUHSxigDwfflipHtO7C3-375wg3c>Rb@u +m0f3?tTvyeC4G-TB<Nq&&usU46(F3ml0000<MNUMnLSTY6vFIfL + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b1e84b787317a1e502d5c3fb9708e72f82e2003a +GIT binary patch +literal 472 +zcmV;}0Vn>6P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0gXvSK~y-6os_+96G0e7&mGC8%T6phLP5hTgo0Rzgc^v%`U!X^B*X*Q +zNI=bhaD#XSB2l2U@yJvp%3KQnWLaj7;54h<o$t&ycQhjkq?GO%YNI{D4uIf$M$<r^ +z#2DYUYt($1&*wKUa()ULmL|BwM?rdARn^x&M6=nCA<D0S?ah)kGiTi&47R3g(V`Q7 +z?vR`<pZ&tW(;#-MsyYq;7nvuW6063l8^R`oY(E3gB3Qldlr)hirOt#8f?-sUoMVj~ +ze2zRueh$duA@H+3I1}n%bh{v_9egJ90=NS7kSEIOTO77!0S|-VT5CCv0L#2wN>=oc +z$I9wqjc8<M*a?MY{SP@9P8uKj8}j%)w?^oKlOQ~8*-Lqpa=UB?eNsy4!01h(-GABs +zeF4nU{2lo2Mp=ghe6$_o9RZ}2ZWw(5t`=nr{(eMajNhDf2%HuM_q!y{dQer>F~EBJ +z2ZOC?5Vt@d3q>vTA&A}8$%oc`v?8Unp9yuqdxq=Ffvbyc9AkXnuK5Lx>9|CQ0T%fH +O0000<MNUMnLSTY``q3!> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..748757c2068a218b4564306ebb04c1655d0e33ac +GIT binary patch +literal 975 +zcmV;=12FuFP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1B6LLK~z|U#hBk~990y@Kj+RCY{<;c4sFnfD8)**u=PRuqGfIA)>QiL +zk9YCK_~SnjX)8tj3&eNBs*Tt-V$rw8xFW^czzRv6-I<9fBy*1syV)+?&1PqIgI^e! +znKSqBnS1X!_uMOFR1`%gQ@CuDa|&hP8NltDW8k4c!wPqdYTft!`&s<UI3KBMp%uq( +z7-do6#Y}&oe6NO&OP=?+h@=w({S`&88s#eRTqckKE`BxW`@Zjgl?$lZY|b2=nYjw` +z)+8W<VDj1DiTlC)y!<mZP?98byQy6QUYI6KpMEMh=8EgOn+F0VNiw&S+FJsr4haV6 +z4B-*SR3C>j{SVD%b7nWSONR{uAaH6owO{_O`oz9KojH?hm^QjsR-G+I$w&P!dPCN3 +zw-*$t=Wx2I)~VTo-EmS~MtCZ#0~M|W#o`ildq`Caid@eDv!T{p41(Ev$2_m0Y8J@R +zQ%3nvRh=GCD~{hJd!E@)YidE@u7+V!3B#lk1n#O@Q_BjaP;SNXYds*NEM|n+RO?&{ +z0(W&Qj?2c_uf^EqFx);91nz2T<UGosSsaSxT>y!q=%iJC%Lr2og4ugpaa=A~{Z`@0 +zVYZBON(Ft^q;PpkFaXEJq&LHG`^+)VYov}`%+ON;EEuDln-a{#P^wZj3a6(CGZ~an +zHo*LpVJ3lk+VH5j8m3;J3B#n~Sp9BHn0}~l!Z4|fnWsE6!uY?)0LcjZ+=TgMAYTD< +zBfgIfuzrBkyit>9?maXDYhyUi3Y9MqlwXV$R>lCz0+lx^5z#xwsMZ0U5>##&KvlJF +zeBZw>@WYsmMnO#i1HwwFRC-_ltdO-98ptmb<|{<?T89fzRi_ojKj)~Wdo>Y27$y}l +z_9ml4dr-=n?|aXSNZMb*zM{y;P24`}m9UwIsVhNizV9!0?)wzB<4*;BI|tO>a*(ZO +zIsi9(zxYny^CPXV>(N;^z6G4k0hL(_ccY?r;e^P)LxBL2Bssp5+S`Y{Hxp<WBUR7y +zw))=>EUvEWZXR(=75MS6U=;2;j(PcUn4v&>P}_-jUXf3x4I^+PDtZ@&?d!Yt(Q3Eb +zmq4y{52x}=SrgIs_M&M&jeB6_wBq=6u`D9IG;TXU5mrR?da+piLPYFA4aRlcQ@h<h +x0W7FW72!04M|yvtG(_~as@6-T(t|Ai{{yxvJVK@8q~!nr002ovPDHLkV1m}6(K!GB + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9f81a5125497bceccf580e7b7df0ec73fb11f3dc +GIT binary patch +literal 192 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}(PZ!4! +zi{7UbE%_P@cvzBI7CP_gbH6m9t^BB;=VlWH#VOqktV!DQmDjGlQqStZd|~BIE7rv4 +z$8_a7GC0o$@uh^{FAbc*e<|WwXJi_~TTA_>C9fQ<!;VA<KDI7c6aRFk?giy*PTrOi +m%J0{=9PO)@ER+6}yVm>BHoyI@OK$=lz~JfX=d#Wzp$P!rNk)eN + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize-maximized@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize-maximized@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7934b3ec8ac448e2cdf5c845d5a6a3e5df68683e +GIT binary patch +literal 343 +zcmV-d0jU0oP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0Srk*K~z|U?bc0h!Y~j8;F;P;U63Uf+#wtSDsD{{y+VToM?kRfL<5@= +z$6Yj)=mM1ZZ_)ZK9clC_PqGIfCnqOoe3)4=vkEcmB>-mD8nZQ~dp}>V3*UL@iBYXF +z6#$msCw3==cq@wHlpORMV|V?y(ii1a*-uRXSR%mTCgny7u?Da;0G6TZ8;sFJADS9V +z)a*}}%ly%|=%{Cy<ftK-WT-Ki=qMLVG!!!{O;l@YtR|{mZsV~tyl?8{@%imObq7a9 +z!?>WLW5%G8VTPbWV4Pn2{&B4UaESni+eEHkyRN-I`;=m(rqg2*P>+hTe*B#U?G80- +pjj0fD;#yPigk17-a&rD%z5onJ=gHZb#w`E<002ovPDHLkV1iDQk&XZW + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize.png b/Breeze-dark-gtk/assets/titlebutton-maximize.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6a5f84a892778437f1644d1e99e8a70c1c3dda4c +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}DPZ!4! +zi{7^rPIERG2)L97dvX~nOnY!rEO?gXo1CDAk7`OMr1oe$k^TNzqHV=zS%w~lW8a0& +za?YBpT3pUOQK%y}WtI2c3bnGp(B;cilvEu)SJjDV9xlD6lR1s?LzujKeuH^x*eiAO +cx%L~FKmLeMn1A`Q8PHw^Pgg&ebxsLQ0M6$@sQ>@~ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-maximize@2.png b/Breeze-dark-gtk/assets/titlebutton-maximize@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c717e7c02b2a48912ecb66d7307be9305779ba5d +GIT binary patch +literal 311 +zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k1|%Oc%$NbB*pj^6T^Rm@;DWu&Cj&*^c)B=- +zM6|xWYM6J(L7?^F_A}FRPIBcrB%Tw{Y-A27;CSc3wT@xh2|=X^2^Sn%ug_NUbQEma +zyKVNF_*<7QtM}?K&svsw%ihCfPsb0nZB@JpY_1%u1x|f^SS7pk-AtDreWwa`pKpIv +zo=tmk)^huMnUem_pXXzyb*(Dhbl;d!&G^9av$tldR<S-3Gl&d+UM*FebZ^cNnVIKz +z|9xuo=XLDs749?61)fi^at=MXrEgVpChydymEBc8Zr(pt#5jXfpm@=}?)TsAS2xWm +zX7@H>O_FOg6g|4<)v;LjXQ{&fH3dHc=~sQrGJ%d1{mryzhJv8ivmL*H{$}uW^>bP0 +Hl+XkKG2w}D + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-active-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-minimize-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c217230cf7d37189526c1043185e979527c43823 +GIT binary patch +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0h38YK~y-6os_+96G0S4&o|>uA6kNx3f>^0NGyw=8ibH7`b4J1<}JKp +zyVwY*!InVOh@XUQc!xv+DN2XT1B};~BDPu98^`hK=FYw6UX5l(l+bLq@5@{r*{+NY +z0E1H?l`-fh@#kWV@{9de>!!!O0;**VavYi0{>x71cuv%8x2rOJ1lBK+O!*_zgKpAE +zXQIg@KdvB|GIW-0A0)|%18}Iff&}2&SpE%w&JR|fR*=jv#`l~vH45QhOO*bfW4`W8 +z?Bo-ou(pM9xS;)E6xO!#GRdkA<NCiWZH}Vw0Z#+tYl$Ys(+HLD4z!tzZ@Bq}>}bq; +zJWmR;6vtyS-XiW4%Ek_HwuEev1mLWKDFwS#CL^OCjiNe0sDuHcRw4oT?qt@#U=u_w +zRKnmA2{;A<c>3)5mkUN-hNIq#xaI&xo;~3A3X-9-Z0~$1;B_4Tl<5&LyoyAohX+Y= +zG7|xGlTK=0w-;W<35I=hmTga8J{10=Da}^vF6Qf!?E*I@;ZrlE^49Og@!Vzo3qH)7 +UYbcUnVgLXD07*qoM6N<$g12_uO8@`> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-active-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-minimize-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..770e206ab6fc14b4e4fd3a36505f284c7c25e578 +GIT binary patch +literal 994 +zcmV<810DQ{P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1D8oeK~z|U#n<0!TV)u)@$d5{k#)pQ7%h`c%iLrcbT_)2DRHunPIf62 +zy%dxfyTx(rso-6%HlZiYXl5JZUoe8Vmdd8+y3S#}TB#|+VrN0u)|<94S<HF7XcD`w +zO><8A<GIUwp7Xq)oEP5reFTruZCOWEg69-o2aN!2z_S1dizp933aaj?2F*yWukSZ6 +z^`)MqWHK52Yia2nkP9fMJpP9<QNCE1ow=UR=SvNPKD2t@5_ACJWsi`xGff#+J|0Z> +zed`MpizW94!pj2+?>7W_I=*Vs(xr4d{itqG+_qbB83tb2VoW8*L&ebfOy<h`rl7cO +zx1#)ra%`J0m6@kPk3-S5D6{%UESB7h%kZ{i0F-0JQ1P4hlF2<Af&$^?0k&_M){B#S +z7MHKC9;hx^x7FL}ijM3c=6{6f`Jq&57|LHLnM?*<^xAG<092*FtE($e1wC9`ez)O$ +zrm=|ZKh)M$1u1f27cna#Tm+DA%R1^x;QnrV0R7i+#Ha+%ZIU<y%x%GhbLCnag#=wX +z&C030Q3`|Eey1BlM}w$23?12iryF6ghAC=P^!SF)m9Cg&oya=Qge!U)_|pew-qq6C +ztm90?dU_%#Z*QEc5hL(IjbbfE0ykrpbt0Ea6<pCX9#QkImO66j^u1V5PsFHv4;-kG +z|Dr+5m#eKudBp%Un@tk@qWoY0FbGRqjPi{E7LCFmbtcz?Y6JuDz=$&G;e}eLMlmS- +zYE<>MM^FWIBW~O6xm2ovp%cTITsnO(Zrklf<p-}A0D)17_4XbyCB09b9mtwk+3*}^ +z0w8YN?YP_oT7A?~+~7+B5bv?ae6%-}n0K|*fiXot%Tx)0(V>1P8UzrRYbw4$Ek*)2 +zP{7}p0YH@ul&>EPvoqHbru-HwLwsX^$-if3zOI7u`Fu&yL<0pI3qzvP)dnhKzudVq +zee%?62Z2|2m@|}3Io0d)6GumrmM#I~J0%h2?mx}pPo5ZCo0Ld=)>3??cxwlGvw|xc +z&81Qcs|TMtTr-&~^P$I~DDd-kNkq9DDu&)zi&+;`K{aXVH1Op%c!nPB3%|KuUk`Qc +z&L3I!Srsxsq(R6ehD6qJzN?iKsPzzF{HL+$!-o!Lo1WWO5aa+WH_UpE85Ov#$fwUY +zhc7ypFHdjwg6H$=1KU0vbm;_%f*wa`TXpMP1ZF@Apto>?BiXB;|L&#!f1Qn%ZpHp1 +QHUIzs07*qoM6N<$f<>Lvn*aa+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-active.png b/Breeze-dark-gtk/assets/titlebutton-minimize-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d8e185eec9dd549e928da11ba18e5dbdd91f5dc6 +GIT binary patch +literal 472 +zcmV;}0Vn>6P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0gXvSK~y-6ozu@sTTu|l@$bw{y4P(LT(xgdU1$h3@g9U?k&@tE-${_J +zH5Xdk#1Oe{wRh8ZXh1>SmADtq85arH{JADJzvY~n&z!|MLP6Tyw5~?Ouq|K(z~D|G +zQzUV&mQK#d7|>4NNyG_QrD(y()U_8o`n0q2cM58EyA`qM9BgSO@~k~5>^WD<a%gyy +zKd(pf^cBDEoa-roMs~aa0<at?eFczqH?51=<pM|^F{>$r=0y4S6{BN4hBQ=6Hpd#m +z;|JhshH^FNdB#krDDZZ~UPH^@BMD7ReohJoStOx}yg36~%h$t-7Hr(~rr#p<2cwul +zR+8|=hv*csj}tRNf%|#b90cILBuHl1`xmel_Sg^uujK@>YC#_+_FDy7MTf&w(Q<;8 +z6QB?Q5G)aZi%$CEg)7gGaJ?JXs|paQKLq|Q!1UGpA%FtJaeSl5KG6R!1o`Zo>*WxD +zbG6K?Z7};W0wC~f@L2~xe^{GNr*pY&NCRODSRIz{Ffuf>cH?;Ju|5GlG@I){!3Qt^ +O0000<MNUMnLSTZ4$I^BH + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-active@2.png b/Breeze-dark-gtk/assets/titlebutton-minimize-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b9af054fc351a234dc0baa169c380960577d21a9 +GIT binary patch +literal 968 +zcmV;(12_DMP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1AR$EK~z|U#n?e_8$}q#@&7wE4Q&(-NUgX4f)+KEk_+NOt58zMUT2+N +zkZLNf+*+U#p9H1Q2=x>6z{zpyNgOO7sVMZ;C^)K+pd655BugeCq3+JhAsgyMapGOa +z&2!t`(K|ow&hE^t5HY1v=}ds}KrRRj0<QxD;pGPKSfOfE7F5Ohe(KjK^`(<Wl}aVK +z@g(>V)$72!(K^t34*6=mQNNSV=Yy_6#Zoyd=p^t~6v!S~!RTjxCNmogR45cqm}7mD +zqVjQ<klnex*66>H&!6Au7-X$I6{xujynV=+ttb!BrtkZH?Lbh7`5rji6U?)$;F=@5 +zQKt2vP$--T?@X^T0B4aGW-67+i)}&XSl=YQdQ5voc;}xd%`bMI3Ntf1o56{FZkQbk +z<NIFf?*E`lrIOtE_vtd-zuK{)P+f1-hw}M+U;s8Zn^%tt10XOsF!1sf2*;2bxqeib +z?I`*QfRsw5GmgZgqXq$*5O>;aO_cj)3Rpda4p+lk?IO-4G6v*AyA~?k^0Vn{PF$)> +z)T$Gg^0Vn{D%@(@A39<L&b1{gSBk~C;R(-MN{G7%{22pN(}1xF&s(zA4vO+Y+x|ob +z4e;td#ZF3s`C@Ty*z>$<LfoZ@sG0_(a=G+FYwcj5rUJauuCb!88J;b!4jUB-6Xqpz +zK!dobI2d5-JM{M<qhe!#h5`QQuyH4-ZZHV)*Z|8BK>MM(!T>no7b7Z*5kcFi^0c)> +zp66AaxQr8bDVIw>oVIo-Q1e|>41jSg$jr?AX^eYBhdYp6S#{!46P~vOFm3ISQ8N#m +zicw2NpS~#oGo`tEMBLuAq^1F>WYRU`Jf@Z`_}TPG5<uZgi4Qs{3Ce*Qh<9fQ4L2cN +zeylg@cYu|+#X?AI46wZ3sDA@3<ECiKX;IyG6W6ndOZlGnEwn81bKck-aQg^2Q`?vw +zAb_<-{|%G}&k=L~cwh4K))PBG`TY3}wCU5`c<Lw$)u5T27#$tmYzqSLeZPiljsQRR +z&~sm0^S#TLNB`P=Vb9s#_x;*hqyM6ce%%Ai)bYOL`+M!{p@Xk;sZ<^d(3|1Uscy22 +zxKCRL@LoA^J(SIkmDd~fAyNGZWf9N_2n7}px%$(Oi^B(DAjbS<t$o9}L`KmOgmdir +qr6<Vms#+D~2WZ;y@$uiH)c+5644|?(_fl#A0000<MNUMnLSTZ~T-JR6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-minimize-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0439c1992851c8387c394dcac50824684c7d6fc3 +GIT binary patch +literal 227 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}Ao-U3d +z7QM*{60C<AOul^Ap0K!$)A`{1`sGr)cFPt>UAp`Bz=!AeHA@Z$@M`JQ960d9{)N5r +z<x_3%^3+S5vv&W=`EP8rHYMSQ_{D&T9}JOwf~(is+M4~Bl(=s6@4xuXfT&&kX&l0r +z|C^pjV&Qc%fAhZn+5I0p2eSp3nN4gYW`sFb{68e+<<0*fxL@3)q}=)e_n$xmpu>F3 +V+<A(WYqkTK44$rjF6*2UngEb2R|x<B + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-minimize-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c352276d3cf72571636af1e5b79588c75ae8aefd +GIT binary patch +literal 330 +zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k1|%Oc%$NbB*pj^6T^Rm@;DWu&Cj&+Pd%8G= +zM6|xWYR$!DC~)j!{w6!W2TkP>{0rx~S#z`Ms!a8bVdd6WtYF&yfhVeh`Ka`dTM-&7 +z9we75H5vRjN@<sG$zkxEq~bZLF4~+Y`<BH0(mu0e@7ogJUbg#M=20J@-n~&(bmxLC +zhWk`SCmxOX&R%MkG5xd;M+5_h&dSPk3!P<0x4186@;J-D!VuQcf4Tg(=E(zp{s}}b +zU`Z(b5VG`o#+u1V@AfbK5pr$qwPTz|Tni049Ww)Ce6#|Brf{p7z7ReodYEaiQ{;K; +zT}d|-9(>C`_|!^&{b|Mq)tft3%|5G}t|$G4g*Cj#n4`jCpU(Fg`{tP)`+uxj9q8!4 +a&gp;q_i;XRIKB)R6bzoOelF{r5}E+ZZ-%%4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-hover-backdrop.png b/Breeze-dark-gtk/assets/titlebutton-minimize-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..634eda0b6dcb191b28f4b293ba8e7c5a671e256c +GIT binary patch +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0hdWcK~y-6os+$86G0S(zcUWoLraiSg*PA+iDmIqgAlSspFBV|T9;v^ +zq}-)OLeyYOAZo-<l5KbgA_XZ*7ny$JnM>hdE%qihKHc1V&UZ(nJEBIrS@u|{Eo=j{ +z3}A37Q4m}|O}4*GW>h_-dA@4K8=zS?U>q_Ihvv8TyWO8tpft;xpic%juY**AzkSe? +zy>48LL1~_^V*HpFQqe$8YiS%GI{=K=3qSyFS+KVNx_sEr3qZy)@yI!;Gg1FFNA@3& +zOl^nRdeu-yH|~KBu4d?9<f+1}=?vYjxK^U_;-k!WK;NbiqLBGcR1V(*E0xx=s~Nd& +zavx;=MHMz$#_-(Kcn9`iA`_gjvsthi5M-P!87hFg^{_^-jF#E}Q90~`wQ76-M^5H? +zS2O`@Mdh$R0|JD;0A6OVzSdoN9?3XNlbx0W@a8vx^948q8rlSK0Q*UD5`vxqga3hq +zpr>gZACEx*d)>J3!Qa1r8AlR)m($wcpMP1K)^46Zl&LMV4HI_&WSp8*$b2tNlBs3= +Y0|*AHg0JClK>z>%07*qoM6N<$f|Tpe1^@s6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-hover-backdrop@2.png b/Breeze-dark-gtk/assets/titlebutton-minimize-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..72e633b51077fa12ab979184cb5b63065e603190 +GIT binary patch +literal 983 +zcmV;|11S87P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1B^*TK~z|U#n;ViTvZsy@$d6YI+faS*We-=w3SXU-H02NvC@=Ox)c)K +zyK78JCo=(|g<~rea)(<<V?*d)&;+-Js8zISq1auMIH3qO3PRFNUPO{M=W&slF-bGY +z+?l-mc607|`OG<&bM6r$#)aWAZ+1qF_kg59qd;Qysm+5-19_0KXa3pfmpwhdN9kWG +zLO56F4<G(mp~H}OBL0VaV)FGwW5ccC_V$&UK`snG#M5Wk8xbKJ2C^x<cDbJPcU6I$ +z8$3i}vCoW8Yk@pBpm1|e<ovaC`rnE{E(q#Pbp+$Boy3%4JXk(>;Oy0|uGwutE(q!o +z`NfdqyMieVY*S0|cxod`*J0e?AyXaMZ47`R$Ky*+zje;NP!>dDv2WLwX|o7#^J3zw +z^+koa-mulwM)wS}CWf88oXLzpVTPP@btwJ&fdLRCY#SPil|UpCpVYd~)R^R(kN;{b +zfz0UGN6c!}J_8UJhR4j?qy6?6m^Xh^z1f+qDvB`x%<RCJGljl39|uHLTeWa%mx<kQ +z+3s^<zNJRgjF@k6+3s^-H_BB~Bc+Bll~tRxT?)e!E}I<}?4-coQ6*x`dX>{In;mz# +zToUA?EvhF~;FWSuO*j%;vD=rz@Px}`@?fW;pv0J6iAl?qbo!yo<&uW{1iW0ff$^#u +zlGv)#YEh9f0K!YUWrZqHRbdKI!4`HBRSO1VUJd@NsB#6UnlJ#uv?4NDaf2;THDdrX +zep4~I8>LYZrQUvULD1|nnLOrO!JoR4PCs-(&}_)hQ856fjLF5`-lM9qM^fPpWJ3xY +zUUnS71wpfk-UjL;W56_~uM2?7<?dB+y#fAzZ(`m*t!A0lWbBJfcdBlcr~Qak1u8C| +ztxj;{nJGq0u0!GTW1_L)mS9uWc2<B?jR7Vn8XLYTfri`LS3Gpq&|ysx^PR<8ZE2^z +zoXLDI!p*(MFyOM;AB(@&9UXHb=P@4a83wt}KMU#gWgGH&U*C~~%gcB6;BJ-|Eaftp +zCu<9zJ6x}Jb<Hlt<0*k(cS|D3{pI+9_cvlT1r<?qDksGl+;NOCz~cM|o89YIvD?H2 +z*G`-G>p-$b%cPj^T>Ao71p;Ur8j3YdPq(W`hd17>^q4U)fx9O3>%zjYbIxzqCi3}p +zF$i8$)mAl9CNzmz<C?F|d4b13-V1kBb<|zB@JE#X{{z-UxFB;y`w;*D002ovPDHLk +FV1k@{+eiQa + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-hover.png b/Breeze-dark-gtk/assets/titlebutton-minimize-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..733462a4f39fa64ff4ca94266f00a220d069dc04 +GIT binary patch +literal 485 +zcmV<B0UG{^P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0h&ofK~y-6os>Oq6G0G$pLcw;xs6+blnVX<p>V8-gc=0M7Jc|nNQgQl +z5{Q~lhoj&hfJ7vaXpy~`_HKv5KF6_7R^qqY(L2w~u4YFxD8_itq338<umvFaols$< +zlMurD#T?Ba#^dqLDy8S3Zc~AC`Kd`y^F05t1R9P0by0c)Y_5jPH1eeT?e<1715G;d +zuUCN78k*S2^Zd*Js>HK3AOP*;{sKUght=CPATtR+Fo*s^{MRLNFL)BxGe@0yL)Nm} +zpuvjzgNf%HW_Z^G*XLZ@WlFEJminNN4R<KAmilGoFM;hk?674^W~Wo8^eSuV$px4w +zGPB2J<wxLm7qXIu@$YxRt%mAfGP6fz<wwY`t$-l-mI*IF%OIyyR(_nd)B{mgegeL? +z<O34=tQg~gqjyb)X}!Ue+z6R;<of~`#qo!xmM<qi-3(#RCd70I{8@uCH0cn)073{q +zJ?SAZyb8pV9^`p`HUj~)+Z%<6JFADWmOh!-see8!?4w#S#{Go#4BvIQF*VkU?Kp(6 +bG_3ytKCYg-7@*C;00000NkvXXu0mjf?Q`U0 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize-hover@2.png b/Breeze-dark-gtk/assets/titlebutton-minimize-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..72c10553647851bea3e1a962d7487b3bbcc2d38e +GIT binary patch +literal 948 +zcmV;l155mgP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x18GS_K~z|U#n{hl9AzBG@%Q(cE!fccu|pHQMA257Lh7M-(Xv*Wl1h(4 +z)w{RGSnv-i(#8hqUm)HM(N@u>g<@}wF;YaWutE}d=SPZ%WS*~w-A&hIv)P%=CZE&J +z%y*u7?L5Qt%ripH#BqEwgG)v^r!WS*47kn13Gh^4*$N9rbv_7!-}1CCy%ecxsh%Vs +z7-dS~&0POLd7y^R%bxe8h-7_({)yvvjdBBcEf-{mi(d`;Ne~3z6arPN)uE$9LpMM^ +z>IbqDCbyrZ?zPcT`L}0Knx-S0nVkd9?kA=#k4lcY?7Hsio}e^MM>aD1qrj;FVSq*# +z9&t=%JIb_gRIAmY&CJdX8UrA3YBRH6|E~JNuAs&<Gq7&zlsEi1{j7b*R+mLlG^xn^ +z0b;hI!sXES=b(9qRJEkY%wb>vjB;I7oh?v3Nj{{{ai*UrjMbCm$`;5dQ-_6VMJyi! +zNF2u}t@7lsL4XQ+!enr%Ta~~pu(A&qTxqt|<x)%<qnztfaVrS?t7^?epQshJW+Dju +zs{*%nD^it;Q8>M80bHro*3X2YyO<d{kMef`%&J=FVi>xMYe_N&ytiwmFlK<!E{zR~ +z$?n!_>t~L8-g4&1g`B8Wwa!Es9(%l&Bx5D3-z&V>rT!(u^OvjrM&-o-cxI1+qNpMm +zpfL`m`;01#0TKiJ)njolsD3a2PmRD*juX0}`o)0qi?PD}oS+u!POX-XANRavRWqs9 +zTnNKsk88Db+_CyYZVVuz3lc@q2}PdJ;|gS3R@9n_Fmx9IYPED+jJ*qt6lhCP`>Fs$ +zQT!nH^5%I~)jAWlWH$<RQ!Bzk+4n0Y04vOh76uKA$?iB7wAh_#cvNpTT!5-N^*H(Y +zAl{`rMp+61?{yK$3_#<DP9F*e5Yg$@s&;Fn4uarYMQ$HB24;gG_^!46zp3L{>RtmL +z9TZ04VcqvWZQs{vp*Xye*?WV2o&=VSk&5SeYwi1YOs=l$t{!nr1^8)D7=?$9W8U75 +z=?H3})>H4iB46w`MqoDfy>~jT>zl{BCyJtrAUB&Ir;0~e64B}Q2e=Rjn&VWGyf2n1 +zgtvM<4^V{rqB`UI{#PPm_c|f>{1rvfE5M|xR1i+H^ON46D9a*xPgUp3<?<hS+W!xT +WaID#QS4vL+0000<MNUMnLSTXtmdPjp + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize.png b/Breeze-dark-gtk/assets/titlebutton-minimize.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cd3952abee1e5c72cf35092a41ccc8b1da4650a9 +GIT binary patch +literal 167 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}9PZ!4! +zi{7^rHu5$Y@US?mB??SXI+iXR^yH0?1GDHsu12n>x9sPtT3`Rkc;LpPAKeB&L^<44 +zWcq3imf9%p>O2v2<Js=DR^Kdwx=h{u8X7WOOrq*n_wVg3*_X<`QXxr1qe*2w&>jX) +LS3j3^P6<r_roTD- + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/titlebutton-minimize@2.png b/Breeze-dark-gtk/assets/titlebutton-minimize@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..923dcab030bac97fe5aa50963fb21d7d0c3afb8d +GIT binary patch +literal 329 +zcmV-P0k-~$P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0RBltK~z|U?bSg_!$1_q@ozE-xM-Fg^bYY5>S@}m37)_%yn-p%BS?kJ +z8(zE7nT(q(#6mGMX+U`Y<s|v|!7Ktuk|arzG;bZzikVIB4l|pMXqAU?Zf(g$OVs9| +znAupO){={zbL(^O7Uv#TMezv47EnzH{maMkc$0ux`VgK0)hJ-+wSF4AaWZI$UM;yu +z<le@het)|^9Imr4IjD<aQcxGij6uzY`3q_aj7mlM5H^6iRlx46D(|oQ-v2!NEcKmP +zEZ%1U4Jb1J8X#_mxdw>aQtOAhuJ<Xs$)Hmdkc-I%4XC9LVWXg`)N7hNW;Rp&?<7f* +br2o)2CPW*U{CZ&u00000NkvXXu0mjf8@iC4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/togglebutton-active.png b/Breeze-dark-gtk/assets/togglebutton-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2176d4661726aed8ac287d3b90d44ec41f64e4bf +GIT binary patch +literal 259 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT40nPZ!4! +zi{7)74Y>|E2)N$YS!pWhB0M`Hd)?#8BDwX#Ten6ZN#bnMEPvCqY@(_5lf(J)`7<Ot +zWEgK;J$^K4xBbkLsmVSP2ditUH@~Y|ckb&!Rffo&*($NmxgMC_@VvC=gqKvpWQG|( +zH#yWQyf9ANro$k_;OgLfwr!CUzfAV`dH)$o-|TQ!sQc9Rak|jWfaUdO2mk+OwRm~h +zjNwy>*w>zwHgn%L_WxcwY2DTppS+i5zkOV{a#8QkdEz2A&73{Q&)ow0fx*+&&t;uc +GLK6T%t!)?p + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/togglebutton-hover.png b/Breeze-dark-gtk/assets/togglebutton-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5a2e041789bef2d94433450a44681271992285a2 +GIT binary patch +literal 319 +zcmV-F0l@x=P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Q5;jK~y-6?bNYK!%!4};s2ae3r0+4tz;9$DM+hg*S<pW83f;<vk&0r +z12_ooan&V5Cn1y2!Gc=~21J`27Y$Crtr-OU;liCh&VkE?h7*9@lhNwh=H88Vwz}$v +z>H=7im(?^&XOr>Z{(SV@0tliwnLj=3zg(YzRc;fB=Pex#4}vI8fI|h4_3hsL_R1Lp +zFe`bzyF@m2dH@QbeyC=pGgens=t`h9*ku3U&ue{N%&Zac_pkg{K`Zi7#9J5<RVebZ +z2CHe7F87CsC}2)URB88*d3(%K_;`o2$#@V%apIp|bj1&yM*aH1F1+G*y#wpdSVy)e +R&;0-Z002ovPDHLkV1i07jcfn_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/togglebutton-insensitive.png b/Breeze-dark-gtk/assets/togglebutton-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2bb40c4e9fb9b92c96e38d0616ffd1a84b3e6365 +GIT binary patch +literal 277 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT40?PZ!4! +zi{7VK4*DK;5NLh)UpMZiG^b<GL~D)`1{r7jfOhKw=O??&_>5%?K2GheaX4kY_S=V- +zy>3zwmP{G9w|%^^M>|9R`ZkXOd#P)gQv9{|`9&L!|9WdOcV3ZP;r2~#if@80+k|gq +ztKj_n+*$6FA%nRxzhvQOjt|Vcw&gv&(PSm`J-y&;jADeYe?04-|H|=-J8~-Ls-EY) +z+s`$9dZ@sT`Z<n=cTEwRzJM!fvRTbZs~PUsOypKY6pQD7_t>rU@%w?gzV%0Q|4qv8 +Y5O@2scFAE5psyG_UHx3vIVCg!0BC)0iU0rr + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/togglebutton.png b/Breeze-dark-gtk/assets/togglebutton.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bceb630fea23ba8b8fd571af1578608db4852673 +GIT binary patch +literal 297 +zcmV+^0oMMBP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0NzPNK~y-6?UcJt!$1%K=j=^E?8Zo(5Ag*+odBI1f3+#x`zJ_)9H&Tw +zFU8q9iUdf7IEMm>jI`2LqkU=Nmr(#kQKXkwH_!9rVj&_?h`<eQw6<@yU0c?5{U!jJ +zHkIAkhnLj~j}NR!#ktmxnKl*h6aggjblI&p!7>1kr`@bcl5`0W0f<O6MRsIG;{B+C +z=JgZK!qbtD#QPJre8k^x`M(O?;6}CoWRp+|1~-hKLTmfR<oclWL7@~}=Z1b~8#vtI +vwrk5wo9gcVb}^G#98%ragMBS0xA-0J)L~Wb(RNFB00000NkvXXu0mjft{H<I + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/toolbar-background.png b/Breeze-dark-gtk/assets/toolbar-background.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cb8ae99f25677a2a362b200001fa436af3e832ad +GIT binary patch +literal 104 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v_cVPZ!4! +yi{4}tlg()g;sz7f7KeOZ@htG{;#n&fNiwAUW;k_j&a6_PLIzJ)KbLh*2~7Y&03Y1| + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/toolbutton-active.png b/Breeze-dark-gtk/assets/toolbutton-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a1c403bfe2a9b66c383096c467f5a4c30d9bd8cc +GIT binary patch +literal 225 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT412PZ!4! +zi{7{A4TTN{h_qe&T#?K;i79%6ylh!xm*lib=jwDEwKg(L{%CSc!^CsS&t13Y{M4`4 +zJMgDQvbX)G=Y}I&76!6)t=jiizx$`Mli26vq{~HDbT*z%;@i!r5~jP+ztfcGUioG7 +zdefh5|HJsdCGeXuo?aL5;1?saYxoCEQGtc4@_*|*6Y@SI6_vVR$MvfVU$2<ImtjVi +Wg755RTO*(g89ZJ6T-G@yGywn(Ram|N + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/toolbutton-hover.png b/Breeze-dark-gtk/assets/toolbutton-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e117c8b4f4f08ee0fd7fa7aec068154b6827d065 +GIT binary patch +literal 277 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT40?PZ!4! +zi{7_aY=sU6h_pTYt|n<BlE-yvna}jl6jrM(ZE~W<I)^-FpJUs=zBb5ns)@!Q-*s$@ +zOMFl5d8#?@=PG7Nb%s4hw*{EK)ofA=xNgG7wCIUo|2E$DX^bAH=iMov{jb#0eXg+X +zS&iF%hA()Qyk_R%Wnf)<TkFa(hD*U`Qf-|br4Llxef?7N+Oc~plbHg3vl(l%7aOpb +z9%v5S_TSCLRVm>=Bdg2N1&8fdtnl!1oGv2D7{PE-S<dtN@i(o$2QHf2=Pz5c_u2G$ +YUJaIYnkGLZfxcq!boFyt=akR{0L)Hm;Q#;t + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/toolbutton-toggled.png b/Breeze-dark-gtk/assets/toolbutton-toggled.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2bb962dc6498584cbf5e38fee591e893a0358b93 +GIT binary patch +literal 225 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT412PZ!4! +zi{7_a7V;f35OI50Je@Uo(}bji_o0>*+z!1ga!WUzKl<dzq?t3j8H|JsVzsJc&QAY7 +z%jprz0n6=C`P<4vr4r;bOIG|Ud~sXgPzckEQ};qFb!9@8i_E67?hsi&w<x0HY^Mxk +z*LUM@XX@YXJD8Gc&@9=*xSQo#GFxaZ(*@=!4395tU$#l%5<{uVm!ApiIo<w#V@Xp| +V4(d(5u><Hr22WQ%mvv4FO#pXJS402+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/assets/tree-header.png b/Breeze-dark-gtk/assets/tree-header.png +new file mode 100644 +index 0000000000000000000000000000000000000000..09a7948fc828016113cf8eecf0762487accebd5c +GIT binary patch +literal 117 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v_b;PZ!4! +zi{4}tlg()g+%I0gG@7_vn90qwKTGba&8nG=AmAGBKRxFx!%ut02TuxH{{eL|c)I$z +JtaD0e0ssIeB_99) + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-insens.png +deleted file mode 100644 +index 669a1fe6d3cd02213a8049c745431fd95ad23d17..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 326 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQk-#x;TbN +zOifN$AewMSLubmr?_Xd4j@+D9dw8jau5NF4=j`YSolosIYZ*(I$3#U*iR-nV$+=Ug +z^M7XOO#itS-wqr()70NN_3X(LmmlA{$;@7NSVT-rtmt2IT6bzn!Vde=p!;!YY;0_8 +z#>@Tgm>X_=ko@bT@VbQ?Hca?@JiaaB*nb}WWxnt3A3XpB9XY9PevQJ)!i%NYjSsJq +zua|V1Aey9+mXMHe;*4%dVnV`(q=W<uv)ZEna!rm?=1pJj6(AVO$PjMeu-#<K!#tpO +O7(8A5T-G@yGywp8#e7}> + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-prelight.png +deleted file mode 100644 +index a4a7ad5b5078069abc494fa8da38e4bb8ee73647..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 253 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqU-T^vIs +zrfxm6k+<1_r#10)*XxUhOxgx4NxEEIZb{5iZk;-f^K~bzT*RW{r+H}g{{Mou+m5bD +z`!>b+%sjEpRxNjLOXTk1o?&}5Bl*T&RV5|Cw_z{Nym@L~vr}BjiqUM2+`5Chd)OFO +r>D2IFh+81NpjNDo$;AHP{<jQ<MTx&6xr8qOUBTe#>gTe~DWM4fs997i + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small-insens.png +deleted file mode 100644 +index 8b029d5cc12dc3af0fb739745833713939c082e1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 247 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yoex>Eal| +zF*7+qK`iB&NJW~sh=gKyDv(SC@{A0Czz~QxY&MYj|G)pDnfCr0QyLo^6_vN2`0!ue +zt(q_F*km3c=rNev+S=-5|KIS4@xSzn5A!EFHqPx#Osuc}Z!O|#&}#qBh_%q*e>8ir +cg9!t}5r0KvmTcvxK>HayUHx3vIVCg!0FLQR)&Kwi + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small-prelight.png +deleted file mode 100644 +index 18aa348b170acc11eded0b71d737aec2301a1f07..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 212 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ymI1>Eal| +zF|+r~M&1Sk5$20MP7_ZCXl+YmU6#nDV&qcuPn6eHiRF>k>yw&)*9xu{S$cnoMsLJ! +z$H^ZUH{MAQvum{3!x*{a)V-G1%sdzF#UBh8FPd(1GVodB2B6^#p00i_>zopr0EP@j +AB>(^b + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down-small.png +deleted file mode 100644 +index 1b72626286a61ccf6c8c6461ebd20e2ecc3d178c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 234 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yq#o>Eal| +zF>`9~UfyN{k(ToY4dEUS9hKZ1*WEbAy>JRoqmp66{k_r+6VwzGXMLDD{~h~}>0Z-b +z&GSEJ8@@@V>B-?2`Nq8agYv()1~D~kU{_uGb#w25Z%l_a=Q@ce&(YsLY0^yp--mSf +YIczhrcetD#3$&8K)78&qol`;+0M}kob^rhX + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-down.png +deleted file mode 100644 +index db2c888bebffa9ea2911d21ea040700ee1905e13..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 261 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(tT^vIs +zrfxm6k@rvlPfOzLrca(4GZ{8AIWJh_I<aZuCPrRi1ICT#^)7Z#?sHfo9(dsD{d$-G +zQub&1qMucJt<+a6UqA2hj{5~JliOe1*{gNX#^tymub?1jf!NWrcVCxtBwW{Cw`xa? +yjZU*t3|m@RMC*Eo3tdXx3u0S~6PB-kaNdlud0|p>YhfkG!wjCTelF{r5}E-0BV2v} + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-insens.png +deleted file mode 100644 +index 399dd97e49425cff6ff146191f61b90c24927f73..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 295 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpuQx;TbN +zOifNZz+A-TCDWsGwtl{4;Ui;aAQ0ATm9%8_tN;J^>W|~+|I4Wz>+n`o7G8WSUh$vn +zW+|zC4?}vq72A?(xB~CYnKym;sS_tM4u6@RY--lZ0|aLbj@_KBet+hSNCRVo|67ee +zec4g=?Lgyw3sGYO1A{r1rH}S?u4I+J+&|y%hKYgk0>&CC1Chs<8;pa}d}eOwpV|47 +g?eg*dCIdr;(74d4Hc_F>K=(3uy85}Sb4q9e08!&<DF6Tf + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-prelight.png +deleted file mode 100644 +index 95131734b591547fb5e1941ceaa582f962ee8d7e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 191 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoE9T^vIs +zrY0vGVBS~%|K^9U*Y$&IvJ$wW_x=4*`S9}c|4PlF5BufqZTA2F@$>ibe)+5l(MdU< +e9$ae>YG$~zApPq*FMnsCISihzelF{r5}E*Y{X$9r + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small-insens.png +deleted file mode 100644 +index ee4d422a5d1ab87942e0089201ba5d5e1bddbb09..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 264 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36}5W0IEHY{ +zOioZ>6A=^RN_{3$VPpUV2U#|6-rQRMC)Fn*C9Ur80U+QI{&W0{-1!qHDk^Rrxp&z> +zw&(v0OQx9;|L(VQ9#Z+Y+4yhl=lP9}dfNMMh^QSr1JqIQ=t!shwP|AJ|No_bFx|T0 +yU-_>mAJYp?tNYCO&^UKy;>Z8{>s>!s$ucC=YO_A|IQ<vsAO=rYKbLh*2~7a>*=1k= + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small-prelight.png +deleted file mode 100644 +index adf176a95298544fadb687dc4b98ec46f343a53e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 229 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36(xDPIEHY{ +z?Csmg+h8ETJh$X#Q&WfU4c2XmtYQmOTS7QGWh?5r=IM2{u<Wpj-qvWZbaUPrVTK=E +zZq3m)6JDi=ymEZD(80KP(XOsne_n`9bXy@k^SJ-!o_2vU_SgCgs`u70e?DYkxzy_E +QKcH<4p00i_>zopr0NANaQUCw| + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left-small.png +deleted file mode 100644 +index 7c2106adab07b4eee24f8d95faf3a906359a6209..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 245 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36%~29IEHY{ +zOioZ>tNHUI@afy%--RV5BqU}`U<v*I@Av-sAMGFWrc7P+{$72>pLciLeRe$f|Np<_ +z{k^{n9^L)@y?a7$YEnwdpYtbv*f%vcUVL_UcYmaW*#7$eaS!kQ=Kr2Bso*p#E33SL +jvEi=2>3^2@U4O}N;IZjr>rhiqpzREvu6{1-oD!M<>~Uf0 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-left.png +deleted file mode 100644 +index f1afadfc0adc2f0ba98b1af9f2ba19678300c81e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 210 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQtM*T^vIs +zrY0vGV7|An{{Dw&kKKbM=5tOzR4#9~#lXmbZG)lFz2oT$hj;VKN8Q`|zu@8J<^D=v +z!hXD4{CxL!`MUl8zIgJkcbeoYcSPz!vH-(`S@CaXR;RB38qMJ8>gTe~DWM4f5U)tO + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-insens.png +deleted file mode 100644 +index d24483a70f2528472500ff838e5fe05209edb0e8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 292 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlA+x;TbN +zOifN`XzDrS^m0y<5IdVq1Lv^`51!Zm{(e7x>zX@G<}qC}6MLB1`Tl(T_+`hhr^o%P +zjg7q@US95Z=jh5A61-=4G8pEw@f<baeWupO|Ihdzr_nZp>auT7PL^xPxv;giw$AxK +zqn^ds$Y9P4%gjr;Gc1(NTJ8TC9WnZsUSW`1^j|N<(k)4Jk%rn5fum>dOG>oNm^mZ= +gVbF;K2M#bWT(yibYt*O<13H$$)78&qol`;+0MM6gB>(^b + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-prelight.png +deleted file mode 100644 +index 09d54a84853c73999573a2a3d5fcae4f12fa6ae6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 200 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQno_T^vIs +zrY0veG_BuXH?!{lzs-$}5+DBkuWx*Rzkc4okB`I82VDK|_&ER8_x5%Ffc$p#xK{ap +m|HV~KJz)$valj#lhl%0vx{TNrPgFoIWbkzLb6Mw<&;$UNHb^`G + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small-insens.png +deleted file mode 100644 +index 91de5c3c7fb0c4e43040961485beb1968bb9f9fd..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 262 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36*YUhIEHY{ +zOinn!ZdA-=!_CdzI^pOH2_X1qY_#{szjj4KbMtT!wS#9495_($?8--RwP#`W{|pUS +zBWBIMXIc8{in-d1F3HKi&lwvV-T8g^#Iy52g&fmQoX|D;^S|G*vH9nHD>k;a|2+nd +x%l`kDy%8xX_U-%k{ms$me*B-$vPmJ1fgvDUn?1O=0_Xt-22WQ%mvv4FO#nH_Uzq>^ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small-prelight.png +deleted file mode 100644 +index 77777ba0e5c74c17fc8c1c70511c84e1f6129a7f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36~%bEIEHY{ +ztnFJZ+Tg&$qP{|#rFjvD)k5W{1;R37{f-xyJkPP5etvK5oZ8Q23#Xm_l#=##vMGa5 +zPNUAddw+GV+N}B+sdqQMG+x<h-?5Lkv<|W<w8V8NF5MFTp81aN4@*m*Ul|~K7(8A5 +KT-G@yGywom*-ASA + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right-small.png +deleted file mode 100644 +index 10d63c372f1438b916647cbb28dd774c119754d4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 229 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36(xDPIEHY{ +zOinn!es5pB{l~}0`?XFa`2_rWbiba5{r;YxYdU?yFYW#=KR;<|&G&zQ7nQ%aoAcxU +ze|u%_O?+%@Zq;dNZs~4r$Nqa9tEuRC!!YCNuQNV9=l=ZpQ~tqfeq&=JBg0f4gS|6W +SZ!ibi#^CAd=d#Wzp$P!wl2us% + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-right.png +deleted file mode 100644 +index 79d147f413240b28da662f257c5f763e39a2e57f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 214 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo`WT^vIs +zrY0veG?~lW&)Qe}e_tabe?pVtjQ@XkpFMEk#ovE_+vRGc9z6K_`#V$q{dx=A4wF6q +zzIeX9`<s9N{k^|mbcR1{=a*;cG^%6}H8KzoZ)P~bmbhfco?0cK@eH1>elF{r5}E+> +CP)n2m + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-insens.png +deleted file mode 100644 +index 76e40f906a0c8e1afe15cecbfcb27a4f049099ed..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 320 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5dx;TbN +zOifN$pzU$~bnsENb3J+!W=6j_bmG91)U3RdRnM+;R-Y*HIWeba4wE{Y8=EMfSeqtK +z506*m&epsL(ex)G7KTQKtNw~UiobII{(rxij{1xBZfvY6yk}l;rJI`6Bqt;!SQI=s +zATRIVzdF9|&lYpz%_4TSua3kXo6{uJzQ6uo)}Oy$OE0d8+`Mn$Z$(|*-tL*b)_pTu +zf3j_!xb)}ydi#Czjx3wd*x2~+&CSjGdwIUB`<tG8P|IJIfnnPlXOsJGg<pXlVeoYI +Kb6Mw<&;$VBk$+AA + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-prelight.png +deleted file mode 100644 +index b67811a88e0e1c67c2eccdd4ff7fe6e049706eee..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 258 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsrpT^vIs +zrta-M$ayG0z{Oo#AW6_{0@t35aLXqXn&(z_%;n%NOtX7bCFCUJDp0dM_5N+ve_cx+ +zPhVtxs{G{LlI?Q*OK!6lL@1Weyy5+HOU1;J>dE?oJ6RjDpS69d6!SSMzPX`9d1wEL +wte43yVUwya@wNrMDt}}l;kDA<a{ot`c^i@<0&OG8fKFlXboFyt=akR{05fJ<Qvd(} + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small-insens.png +deleted file mode 100644 +index c3b70a4855df3d57c0c8128634d453a40ef97c57..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 255 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yoey>Eal| +zF*7+qfyqFrn2VdcweC+U*Q11g+t=;i|6kT;4rk=S^YuI*eR%%g`}gO#Kzu}mM#~}% +zYwPGA$K#K&u(2&u4p#rV{{Q#>j|aZn^K|aqxpPs0>wk&JvomJ=lbvC<@w*8#GxOn| +tleN!h&iw!W|L6HPTO`bl4S;}w!StTivaT<@vOsq*c)I$ztaD0e0sxNtTy6jW + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small-prelight.png +deleted file mode 100644 +index a1a610400042715fcfd1c146cefdaa38fa9b91fe..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 220 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ymI2>Eal| +zF>~s<jl2y80?ZEWkxmDrG<YAUEWC2Yp*uqHTfMN=mqkp|uSFVtFrQ>}w#?J=TQCdr +zN=6H|plWB2S(?_W_Zb?#Ox<+)%ry4WO4Yqb6kjeq{rdTO^WV{CQYjj1Lx7erc)I$z +JtaD0e0sz4;NDu%3 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up-small.png +deleted file mode 100644 +index d87516c2a294cbeb254ebfe421c48a886b658f74..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 225 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ymI0>Eal| +zF>~rUUA_hb5#|SnA{`2Jn;u&1zF?AmK<Lgr|K@vb%G_L9v)6kz?pL&2@yo3!<M%$+ +zomV>6z1w-^N1KA>s-FvAX)|=(TyxBLX?E3w8LWlzw-)ZuPZG1M-^=*qpk>F+2=moI +Pn;1M@{an^LB{Ts5RT@su + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up.png b/Breeze-dark-gtk/gtk-2.0/Arrows/arrow-up.png +deleted file mode 100644 +index 1f910dc55385aeafe7084fc6b63dd23f80cc3e08..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 276 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlx1x;TbN +zOifN$pk49(-D35LT=pe<s{cPczq?%C>cZ0*0U~ujE*v^=;=#c)M^=2CKk?wtzrXoy +zZ}|TCu<+^K-~8fswZBvj9XN2{!@s}PjoaVb&pCFXVVwZm1yh54wg2}uPHen5zjfxx +z*8cwYy1RPk+tmvF`~3a>y#GA^&5ic`{Bdzg@5GOCX00cr>i+&;-(nr1!OHL?G_0>N +Sw!s_dI0jEwKbLh*2~7aGNp<f4 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow-insens.png b/Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow-insens.png +deleted file mode 100644 +index d24483a70f2528472500ff838e5fe05209edb0e8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 292 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlA+x;TbN +zOifN`XzDrS^m0y<5IdVq1Lv^`51!Zm{(e7x>zX@G<}qC}6MLB1`Tl(T_+`hhr^o%P +zjg7q@US95Z=jh5A61-=4G8pEw@f<baeWupO|Ihdzr_nZp>auT7PL^xPxv;giw$AxK +zqn^ds$Y9P4%gjr;Gc1(NTJ8TC9WnZsUSW`1^j|N<(k)4Jk%rn5fum>dOG>oNm^mZ= +gVbF;K2M#bWT(yibYt*O<13H$$)78&qol`;+0MM6gB>(^b + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png b/Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png +deleted file mode 100644 +index 79d147f413240b28da662f257c5f763e39a2e57f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 214 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo`WT^vIs +zrY0veG?~lW&)Qe}e_tabe?pVtjQ@XkpFMEk#ovE_+vRGc9z6K_`#V$q{dx=A4wF6q +zzIeX9`<s9N{k^|mbcR1{=a*;cG^%6}H8KzoZ)P~bmbhfco?0cK@eH1>elF{r5}E+> +CP)n2m + +diff --git a/Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow.png b/Breeze-dark-gtk/gtk-2.0/Arrows/menu-arrow.png +deleted file mode 100644 +index 79d147f413240b28da662f257c5f763e39a2e57f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 214 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo`WT^vIs +zrY0veG?~lW&)Qe}e_tabe?pVtjQ@XkpFMEk#ovE_+vRGc9z6K_`#V$q{dx=A4wF6q +zzIeX9`<s9N{k^|mbcR1{=a*;cG^%6}H8KzoZ)P~bmbhfco?0cK@eH1>elF{r5}E+> +CP)n2m + +diff --git a/Breeze-dark-gtk/gtk-2.0/Buttons/button-default.png b/Breeze-dark-gtk/gtk-2.0/Buttons/button-default.png +deleted file mode 100644 +index 4ab6df3fe343ba6c26789eecbf6b73c07aa0f1c5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 446 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)lT6?-U +zhGaCpy|UNuP=d&@kIVJnDzZhfKU!q?urx&6^wEJVnZ4|LZQmWxzf-DoBv2wohG*Iq +z=H(Z5RIncMO#b}mn6d3oe)Sje_m5Q<{uDUA*0^&C<1b^~lBuabUq4scUn9q}slZ<I +zy&%ipk3V=<MSa~@zgF|ohkex>g>!iszr?J*Yc=0*8P9G;?$AB{%Wm{d4rY*5pSXkd +za9+<UrAa3kJz}mVXX&KGIQL|C6!IFbQ#@vRWJjCCb%DoHNu&v$$XvL3na5S@EN7R1 +zj6kM_)0_Sr{jDcaQLEI%{NC{Qyj}*K!~HvV-^$f*cR${)F2s5Nh}4z~M!uIXKE8aH +vx1sVwH9tcMg9^i;Q`fE@7CInv;5xsBa=?_kM{l|U!<xa<)z4*}Q$iB}C84$# + +diff --git a/Breeze-dark-gtk/gtk-2.0/Buttons/button-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Buttons/button-insensitive.png +deleted file mode 100644 +index 3fd50a104eb53f0d3971ee49abf207b86aef0ac8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 439 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)lns~Z6 +zhGaCpy<q6a6ew}z<IV5323mO$92ElV6HLUyjzwfYl(p&oCetv_DcPo@v+0G`CaHVX +z*^fD=oMbcFU$p9^y|u;Ody)^no;xFNJ^kqfd+(Kc&Jlg5-(GuqI3whzW7W>yQmgrX +z=^ch<fAiPQjJ&74OMLFpa_IvzH&3&ldH%j=8EaBc#q9b8SM%f<UsylCGw;wkzaGZ4 +zJaLD2v+On>-1A6CQ*R<A1kgce*SwUMK72-b=@(80y_Tmt!b=t&_@DmlqV}#It5$I~ +zJXn77!>SeYw|{Ft?3}*t@|T09(~_b>LQN}ccI{^jNZVh{wt!!O{eg7#c1flNp#yK& +YRlWwta83KW7Z}J4p00i_>zopr0N}{8o&W#< + +diff --git a/Breeze-dark-gtk/gtk-2.0/Buttons/button-normal.png b/Breeze-dark-gtk/gtk-2.0/Buttons/button-normal.png +deleted file mode 100644 +index 4ab6df3fe343ba6c26789eecbf6b73c07aa0f1c5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 446 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)lT6?-U +zhGaCpy|UNuP=d&@kIVJnDzZhfKU!q?urx&6^wEJVnZ4|LZQmWxzf-DoBv2wohG*Iq +z=H(Z5RIncMO#b}mn6d3oe)Sje_m5Q<{uDUA*0^&C<1b^~lBuabUq4scUn9q}slZ<I +zy&%ipk3V=<MSa~@zgF|ohkex>g>!iszr?J*Yc=0*8P9G;?$AB{%Wm{d4rY*5pSXkd +za9+<UrAa3kJz}mVXX&KGIQL|C6!IFbQ#@vRWJjCCb%DoHNu&v$$XvL3na5S@EN7R1 +zj6kM_)0_Sr{jDcaQLEI%{NC{Qyj}*K!~HvV-^$f*cR${)F2s5Nh}4z~M!uIXKE8aH +vx1sVwH9tcMg9^i;Q`fE@7CInv;5xsBa=?_kM{l|U!<xa<)z4*}Q$iB}C84$# + +diff --git a/Breeze-dark-gtk/gtk-2.0/Buttons/button-prelight.png b/Breeze-dark-gtk/gtk-2.0/Buttons/button-prelight.png +deleted file mode 100644 +index 9c7c78dfb9507267a421467855c89e00cc9be226..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 469 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)l26?(T +zhGaCpz2)e|R48-wqxt`tP9E(!F{1Bux-$YN#wu|63vQjrCy;x)s*%Gy)>-2N1M5Tu +zkJ%ap%QYTLq*z^E<d<OE*7iN}Us(V9U+JR$t7k4fbZqWi{dZB^-DW9i7c&gzmfhn2 +zcl)v9>sLkvMcJ>nFU*~OFaMk%>)svT|7NRA-u(RZ)W2U&g)uvvOxU@@eBE`CZ~QHX +z_3U0<pK&_>9m9tn&vajlH^=sB8!GK**Pd(25F`A321~KXbdSPLN(dhlDIZ@o@$Y>{ +zHpK7;Uf^du;A8dn_s=3$u0Pe&UMrTCw0%4sEPUX|OZ)Bon_I8Cz1p!Wci;ZcDQ<}u +z`0e9opACEah@~O_?;TwRIR^0t;oG}XW-xqU{IZW>$7lb0Gd5QK21Wscr>mdKI;Vst +E0F&RrCIA2c + +diff --git a/Breeze-dark-gtk/gtk-2.0/Buttons/button-pressed.png b/Breeze-dark-gtk/gtk-2.0/Buttons/button-pressed.png +deleted file mode 100644 +index 0b7e749d83c95422b40cfa473281e53ee1b7f46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 432 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)l>Uz33 +zhGaCpy|vNzaDYhb!}}jwRfKjhDjG3Q-oW6&QMN!)HggXn^M#ZqlN_g`42&Wj9GW^Q +z`@Ijd6?|<e-FNBg)r(gv&rj>V+`jzbwv|~Agk~u0-*{x^{_@qgk8hr=f7_(G^x;dj +z?;*B^jLUxeS~9Kc)r+lsH?b;hgY`a!tm5yF?;QSeZh;MpR<Zw1_m|qiI~vbSKGd7^ +z&g$Hv6=F;)#h4;5J!=cpWij%%y09ptm|63V1DE-PbxDn1+QdAz3V_gTX^*+mQ1(N% +zpdF1mFIPuM<mM@~N_&KFbhvfL;n_K%nEieK6#egVH%z>A=VRu(#$QYRM(8$NbGv#j +z=l32d@xvc04K@0U_`l7sd=+>3dDX^!^Y1dwe)PPOQHDV@;pVc}?P50=^6zK1PGD*m +Sy2}C#T?S8AKbLh*2~7Y5B(q@v + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png +deleted file mode 100644 +index 3f6fcc297054d86841c5d66303626b84dcc9910e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 326 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt+c=T^vI! +zdf!eq<ZE&eaQ*K$?d~BBRweUIh94#7HF$e0Qs1zB^TsbOTp}0Vvav~X$7m*SYsdXe +z|6~+gv+?d*{>Dp^oPvj#-|aeOmiueReLbT9EA1|&EysTCSg?ibdSD4tfvV7<XcmTR +z5ds&v9F%@H`^q?Hnnry(^|?;vq-Et7SLfX(8=jxlnVnic-S_1R!)NNhUoE@5^`t;~ +ztm)FpdQsU1#k>rc%yM`2Eix9=txY)-Gd;DE<wA%5HiiiYDyx}z8=gzA>awqlp5$Z= +P^bUiktDnm{r-UW|tP^+E + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-checked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-checked.png +deleted file mode 100644 +index feb39e559e2b18e1c44b0cbc7dc0672e07ee358d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 341 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-24T^vI! +zdXu-Th`e!NRbJrX1G)#!II#Wr|Mc&Ddviat`5E2$DO(~-9-r^$y?ds9{vCzmI&5i@ +zyli~`C+&BCWcqWaL?z2fvyR5b#)t1GOY`*XaXQ1p!}CbzgwPzrT%I#VQZCY;YCT0a +z32+PVn%v2H<BCyYpu3rbY0edcUD9q|a(}-+v1*g>y618_TZMVq|M+|VRaO0yBor2( +z{P6$t?)^Zscy#LX=Hxu%&{&)LL{MdY!Jj|x-cP?Az1+aS;7?*pSD~?iL5J~z%GoR* +e+JTNxWms|4@s9mv9u=VP7(8A5T-G@yGywqU$%2;v + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png +deleted file mode 100644 +index c0bee974eebdba854cff77f35fd8250af5ebcf73..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 289 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt=OBT^vI! +zdf%Q?<U3>_(e`kA{jM;9883wLS`;5j%t@G@z&VGZ|FD9k;7K*J?P<Te4?diAa_=W$ +zf4gFfdFNU`_eum$nz-!B@yvDi*FV22cFsKa_O!wtOR;miH*r1WvT^A-*~ailLU5w& +zhUqy^?RTpj>souGOSe7KYwu@0=@0i7uVQZKy&My+c*iAWcJs<t7fSE4&N!2Qo1ywZ +en%ta*^Wy$22HW=r?q~wKl)=;0&t;ucLK6T4VsBLd + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-unchecked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/checkbox-unchecked.png +deleted file mode 100644 +index 31ab6f1778250bf4bfb055979675dbaaf7736700..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 290 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt=OCT^vI! +zdf#4A6l!viIQr54%_dhfhlflBip>W%AL!w``a+UN?fl~l8zdSwEaNXbmbCe;K;_5Q +z`+L4D`unir)aE^YK8rXyPP}Q)%#r_oJ2E{o&VIL_<#Q*UHNK&t(|8Lydp(;J8J^oo +zB#Q(bIe4o6%Pa}$ZHdy`<kXC+vo9wci0baBV6gQ`j-DEt+;l$h&+7N<4+#C;B^$tC +eRq%jm&;H}n4QjOypS}rnDubu1pUXO@geCy0k#5ld + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png +deleted file mode 100644 +index 8c187d1ffc8be8e912018091938037b9c074a3a9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 309 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-E8T^vI! +zdf!g5<vQdb(7N9<=r!jZKYwBEegzkUM~f8hDG9i6bL%IpRPR#v`1K}&Gg3gPIW^AQ +z{(bT+^GVBo&*bi8b^9{G=_!Z&MD9-2M|CGRh06ydt?j(vs$lSnn{mgp%EnU`S!UN~ +z-<{;37R#_m<auz}?<<YwZ#ftP4pv-Scg&1;0ppkQ2^y~9i-VuPt%}S}d;YvzWYv+V +x%lm%CUX$Zpv~<n3_Dl!c_rGrl=w`2-pD*2Fw76bRdJE9?44$rjF6*2UngH~RaZ>;Q + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png +deleted file mode 100644 +index 9d1058f5758c80715d6b160e2000f3f94e39e653..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 265 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*kyE{-7< +zy>G7^<UM2{;BxVO#_k3$53L5LAmP6g+zNKhn0SUUl8KKa`r)*lYnN8u>NdZ*k0Jbl +zLws1mv9f6;uUsaW+}fAC`-_t4Ht!l6odfG{>k1lPRlKPuIC0gTO((PSGc@Z?^S!-b +zzhLRY>gw6ser;ji;3ZWp=qWs5@>}Echs)k<F*2}c*mA*{wJ>$DD$qp?p00i_>zopr +E0FOLi=>Px# + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked.png +deleted file mode 100644 +index a488d24f1abf350f98080c77370b7a3d86c5d457..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 292 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&5ZT^vI! +zdf!go$a}~@#N~Z`YP*O5=Qc?ODVKv>k)1vc&3j!8x>b57%l=s@z!&6_)TwuU?!UX2 +zP3QN>_PJ~nOK7$!6<Mj}@R94-Qp>65Wx6&xavqoN;hwbf33IVym;NsHMDxw>XBV%$ +z-{!vjrvO91%7-hj1g%{l`h|Z&{Ds;jX<xEmzJH?gs)zSgdXdwuuTm4Hef$1TLC3Tq +gSI+B}N6cP^l`T5YCUfu10Xmk!)78&qol`;+0FJtA{{R30 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png +deleted file mode 100644 +index 001aa1b3f71a6a85b8139d98b4306dbc3978dc1e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 257 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*+)E{-7< +zy>G8<<UM2{;Bc{i+v^RD)-%*X-UxJg%xP)4p%f&=6}F(IGofk8_WpUFxU~K=#{Eo{ +zIlo)#C99Q;<eI5Jd`vHSKPsHPte;&fr1%h@<ATph4Bsp3k~eY2J=o4>y27!(iRYT5 +vX*J{3Y`2_=k6&)$owBz)r$hJXsn^^I+m-!fr!w6Fx`e^g)z4*}Q$iB}=iOTR + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png +deleted file mode 100644 +index dcd54a842eb3e731d39bb750530825b01628f132..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7< +zy>G8L@-_#EuwG=84&hv|K(tBi&Bww*^@ZF`jn|i~wr4t5#P*f>%>kFS!Z!k<C++N* +zkP^s$Wp$U$%IiP0KV4bKSNfv<!pxMFOrBv2cwfz~&RM_cYQtM@w;YWn^R64#0_|b& +MboFyt=akR{05WMzqyPW_ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png +deleted file mode 100644 +index 1d55a3f9b44f9ee8d006d017e8eb56b31fb135b2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 249 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*MqE{-7< +zy>HKK<ZU((VYy(f9o^!az;r2{HM!-WO7#*C!B);2Ev^au-mO!9DF^=K{UDLF%W;lF +zOrk=9@JoHB{pUXZtK2W<eWhe&$$=gL_sFJt#l9l<$+3M!Qx;EFVvN4L^pez;!<(5l +mT>9QW>ypa?gE(!K|IF@R<&AE2R2u+Yz~JfX=d#Wzp$P!~4OQU) + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png +deleted file mode 100644 +index 9ea549b57c0dc152de2e1a2dab470afef644031a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 831 +zcmV-F1Hk-=P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=!8?K~y-6jg+x(Q&$+p&$-vZ3AG%M1@eG`h^2P0$`BH%ZWYf! +z+bmVHR+SJ^WIR|c1Ka%rTwWzVivg)43+m*GxiByRL9`u-71~Os&P(d_k=o?Fdpd*y +zrB=wD?v?KOedm+T_Yq^x#roxvRaz!BBOng|1hxUJD}!II1;N^z8ovIh)vgpghf5+S +z39M?@tQCv7KLMcEi;r-^&r+HLxkEqdwA=0If1q0JtCO<n=b*ja{<e9Kq{g{*&Y4~` +zm^W0FslC~5f3yA)RI6Pn$o~DM@tN<#u-SFaW%^t3885vL`Qv*f%^!xzPsffPz3-e$ +zE?xTilsEpftkrix5NsL%@Ek4~&mY6E*{#>>`KOzM3z9!a=mg0_Bo7ffA=z_JHwG8# +z^?E)Gn_Vy686{i-0DG~1xkT!{cI#?~Wah8o?iU1$<JtlMk~uGP>XY+lALb5E{{Cz< +ztjvE{iHtRA*&6eJr21R&nf)LyVTQ$CG?;VFc_vzAg0i94jPVm|03h#AzYX%rnN9;h +zI+b}0;G_|dFBGx^01$NSpdg6H0bpV@8VJZ60EnW9`>V!Vdi`$p5}SLGUiJ@8@_hi< +z&1R<oY#WJB5{ya!K$AW?C`RHV0I&&4hFG@?AAPXP6pJ69KYRb3si|K4Z1^t8+`bU6 +zUR168uv{)P-q~3)-rhCWf?y5gPA?kFJLi%NlN<8t?FY#)xp8xOIqh%73jpIVY<3L* +z(2qKXs;)E|v#nNZd!t&p?xkCT|4q_!NzXz3>ZMy7)ynl&tF^t-Xv|7}anhm#j2T)l +z-YFKQ?>XoEI7iMo)8C30B)`a%{~g*_uv$ST`zeeLGtp`~m3dsuy;vi0e8eUwd7sPy +zj3+HRK@e>Is~wx4l}2Nh3Cbd8AWiT6<bcu>Bl~k0HoI?X{sFLtQY%KbUnBqk002ov +JPDHLkV1jjddL;k= + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked-prelight.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked-prelight.png +deleted file mode 100644 +index ae80b402207d7564754c089b72a4f1f576c61833..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 617 +zcmV-v0+#)WP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10p>|WK~y-6m6Xj+Q&AL!_rABK1Ihy!#F03GL?6JCNWn+I0b`?v +zTB6URGacwFND4}#%rN}DfWb0vC%1d8yBv6En$lw3$sU|@@A>vR`{%e#u!z`n_bo{c +zcfV_9Ch3>EA4>XMtycFYog12@2LQg3JR!MT6vc|9c}ep{QLK>MC3y<qK+^I=NJOjw +z=#qRTDZ3?DPI3o8HzFF7lyoEFNm|!PwgDUg=qEoS`C3vf1zrbmCF%YUl&<qKK^95= +z1fWSy@>tTMnHk9zfc;@&NuEf`l9H*AF<32K^DH8onY%wTvv=-ZmSy=u(!*OT@>lhv +zvMiswJI(C9yKiNZ9%os$mwwp(7i0vsozn6}(wYP4<#~R`-TMG~W>%k()vr`43z8N{ +z{=P1=&#Gj^%8|2WCh5}5meS_Me}FE`%m#zOJxQ0DyC0TixoKwR?jL5Qxcf&lvr47% +z)ZM>XL~M{em6WIQAJ16+IZ1g$oJYjEnVA7NAh}~UY{;pwv4(5|=nQ2_T23R<OzXMS +zwLbv#l7A=Jk~C*#77-gaMkIY`q@is|%BSTfb#oiQ)s3MYQ?^g?jO3f5C{`uaCDn_f +zSS9&3BF+JH#+6L$pNMFVJZwuT$o0easamae#?Sl#qBA*OW5P0w00000NkvXXu0mjf +D7UB|s + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-checked.png +deleted file mode 100644 +index 0072988b5423a240c640991e88b6ffbe32b34e00..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 805 +zcmV+=1KRwFP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10-{MoK~y-6jgwDoR8<tlf8V{2AfeKjlxYcQSXdX8#ICF+GeeX@ +z0%?M2?K8op7D%vhPgoEWm&T=vb|)G}+qzK}G)Oxn#a$ulhAvPtVg7U$+98=TZ|-q1 +zPf}^6{gS)5Ip_S&ckew{Y@)+6m7@X0U^$Ef04BRHR5YV-bF6pn$r`QSWM^tGiSQ-x +zoMcn&w$1H+R`&oNuG&HGH5^Ru3#%)*iG{Z_cQ=6Y)78Amt{^@t-p+i%MTO1Wju*^V +zqS{%*E;y%n{;f>$F(`F1?<|~}AKUly@t^MQTy1urk=ZHWP|Elfbh&HSUze_)=wHjv +zl-~^Ko5(AB<78%80J)jUJn(ICwD<GZ3oHAhsQn}G%4UuPORdC@EXF;h+-&s&jIrWq +z<_&c&mQRXzGK0roUEa}X?)l~aAnRefpZWW>uEvW=IjY`9_MvN=-ZAtQ7Zp~U-DkFf +z02mB5*19LYi`533Qc&z9%gVLqI-Ts@tsswGStr-SwIItoV84Il|4icp+XY$r2rcjb +z5IW!hT05numu;#5knC^*f&)s<lIPRl@7tv)&E3^(y#OjXP*J9%9l!c|yC9P;10?8} +zVGGJmSB4Rv?n^R*jjrYBVRO$dgTXD_EY*{hp#cWk<*0f`*rdBT);lMxUWsaFub${% +zYbAa}u=F%YEAb=0#V<d45Y^5Zsw|B5U3UNqZo;q&x!LlO#ki+bPgaJICIz>EM!FV} +zChN({&|=(E%1&2?!OlmX(`kc_4*yWig<u7wkNaACKkE$JMvWKDKZt7Qz|MQ8@&A0< +zf0h5f+Ha0aV0*!)JX|Aj_W+2(!2}%>yl1Eqc~0LrnOR<U<c-SBmX9bXHYo>|j)v~b +jtcdK&!f4<1Cu{xznj{)6ldM&P00000NkvXXu0mjf5axX6 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png +deleted file mode 100644 +index a986fc08fde542a28917f45dc7ff4948f7f359ca..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 625 +zcmV-%0*?KOP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10q#jeK~y-6os_*!8$lF>&$(mE23a=JHm;0fm+mYm;SJ&@$^)c9 +zvKER}LP0kV;AA6Vi!Lt^rSc0T)K1($i7iuELWUTv2o}3@QxNh4h8VtXq&c5v?%X@X +z3^um5D@KzlsU-#S06^dzz)({-+zZ40?F|23`2LRPcv)96OQ5G$(k~Ws-vMAWik6sm +zWvbRdUeHZD?RI;7N96mjm(?UMLGz{kzS$+IvrcQRmC<;zBGh#z=3~44cKBQ5`#YYR +zAFsrvKDAoS!7RaTHaFiqbK+iPjD85i@KgZ6@v<(CpXZeTK&#apIMw}W%sK$b#@2R4 +z$?Wd#yRY*~ZYX+%E<_g_K~NSWN!5sayRRk>VXbwHwZ|A$q0^GM^quFNmt-Mz1YlVd +z$a`L9@>EfJI-Mwx7XTQK$NXR5K}ePBj?Lwt>bS~e3INVUmB%rrm8XhKjEWFLL0S)} +zTC>*5V<pyFaW1Ygkwe)F!#>E1(Ri}*SkcK@v<fh4wVDF~0J>>MsOya&D9<Zt1VLHV +ztz`{5z>J}F%Kf5O=vr&teb+fTi&j<L8Wa9Iw0~s2r;>RN(M87EOBPZ`#oVuNB#M?y +zjEZw{4PcZt=!9W-dXt^mKaC(LGe%X(5>yM<J2|21v8XwiHQYY|oXgx05fbRX00000 +LNkvXXu0mjfr{@pZ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png +deleted file mode 100644 +index d6a5f2501746b73ffed3f46f66f564768a7912cf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 499 +zcmV<P0Sx|$P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dPq~K~y-6os>;ZTR{+nyKTP}&J99VA&cNEI8rdq5y%x1fk4T5 +z$N`cwM23VL@S|iOA+u*SuBumT-b2I~3%iyx>aV*-U6Zju0LGcQXM32LFC!vs|I5rX +z+drzR`njm?Ubf$m{3YpJ(ord8+xCX-jZ(_Cq$5ceBu{N`ErbAgM{+9Zv+d53W?f19 +zB&Ps|izb-@c)xVy{~Pa+ys`cI{;;w0>A8?rk`73owB)g*^JR9PQe*QHz^Id%A0y&8 +zGwW4BnW>2QmYI72;IHkst3q0pQU(D21j$?5{dGaMUy!_Q-zC=tHMMoe_H{&Tu1lHC +zX0L2tcQW&=uIur-pkA-{Av1pmfL%!!w!5oBY<B@%0oaL%2$H9g_E!Z-IwU!HNZx89 +zGI}lq!0w}nG#A4rv<J&<Hrsqi^5#)!=O#OmbSddeDP>^0Z@XVg8A$pH;ELpAev*az +p17P&vW7}++v>)5|s;VaQHFw94L=lEhz5xIL002ovPDHLkV1iMX*ggON + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/menu-option-unchecked.png +deleted file mode 100644 +index 5dbc62470e3313401dd1fa8c1b6d8b8715a2a8eb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 620 +zcmV-y0+aoTP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10qIFZK~y-6os-Q@lR*@QpL4#NKqMLhL`cD~k*fd}@^c4YP2BQR +z$Vip4BP`J9);2&|eq?I`y#z>&_A+FF0tqa-u2E)=3sQqnwD9a^@jjWEb6%kVX}2(@ +zYALWGpcg>kC_qJEx44?yznYQD2j{W_Uf4pcU5#xq_FG${Lx5V%_nR<kVv``%Abx6N +zW##KNk#jGHgX)eUZ@N1kY%DJ?heo%J<2dT<NzP!h1f+_qxym1rbJ>BQ_E|)p7gpYX +zY9zSI%!^k~RpcX{!9pQ-pa5Rj!g$@R1YmtFUk>orBDMfD?H0xmYk$=FaI;xSo$Bdv +z5$JN6?1*X<o`HP0=}-PesZ{b}Y=>Ye#TYc?+BlmfsNWM|Sb=2ZYv1oG`q|R*&7fBS +zezdj8{{lC0zg80<C~$JG=KJm{`X%xh<3vF!k%h6liiE_th<#D89TS_3<2bslB#z?< +zvx#8r>O}#i+S!wwxvi+9yUzh<>udS40tE3>m@K(WcBEO!?A-jQVvFLLhD)WLotqy5 +zb`9QDPmhbGQpw-+oR023r`V!F{8wq~q%)Z(YSAXpCB}A8zo+NthX5gw=ob>>m`wm@ +z;+ZZKatHNn!~JoY>_`Zf0)`MSR>L>~Du(T>ujR{EGrs{5N5ddc&1kOx0000<MNUMn +GLSTaTmKE9n + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-checked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-checked-insensitive.png +deleted file mode 100644 +index 126aa96fd98567cd44af43e2169dcb03cb4b5b72..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 814 +zcmV+}1JV46P)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;@?xK~y-6jg(D`97Pz%e^u4fFV#D<E3;of4{A=i<q(l2S@Hr4 +zl0XD8Lco)L0QK95VGys;kR`ClN>EA2#knX7?qLru%WmuR>{f4AcUPB(nOSyVNalYl +zisx7Vdfo&Jw7GTnK`6z2rQ~HH#2SG2{O4NtThp}P?rc9AEQ%8s57%$qxe`Ze(0c#2 +zF$P;&T<ZW(QW3=wE2&0E@t3vrCqF)Y{Bj}e_U#Wo4C3%%K0Zl|F?jD6J&q89G)?Js +zyJb}rpYH5ze>Vrae(TN^odiE+*}q9??RkLKnobY^P&W-lVKAn^druri^!xoYlONyM +z-QE2KAOJ`r^)S!JNog%gDc0BfbUK|mM`73@4A)3?%5j!aT1!42C+W%?1K=H?mYZ95 +zA2{#dHAR6CVj<|FI$?+PejgzO#u$X~Z(iNF_BntImAF64QJSW&1YHECX^QtAb6TL2 +z^d6w4lJc^(7JyXi*Mer!Isu@xmMDrZ0bMDCSaWVt{$QHyWz-2KKX9%=O0fzga&on} +z4VIOk00QZ~A1O6))HKb~fV!yxP%5BxeheU;Yll%30bmNVG^{Aj0Epw5x~_f)8risZ +zu#)O&sSE0=e!Z)z=F}L35NMq+&PP80XL4uz(EuU;oR#`G%U%hrtD561gJ~-PdoO-{ +z_82&k0IjV)UhS<EQ5@l%<M8N+(I}^?Dtznlt*5FgMx&g=qa&PiL~%r~+ba+D_r3tm +zfZ}}6Z{FPcDAdW<%MW_5%nlE}dj9<9C%`^X&#j>MHa6eyb$j0+dCQy@l-4rqL8TON +z9M78d?}PolFNee75cp^6Y<{0j6<*!A_L)x7dtn$~QcA1>IOp@KD*reckH4Shr~nRu +s^8_z~&7^@YkTBgYKr?l5GKJ0Qf4a0hkt##vbN~PV07*qoM6N<$f;?+&(f|Me + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-checked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-checked.png +deleted file mode 100644 +index 41b45ca169d780d8b7ee4441933d5cabfd935579..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6jg((((^VA5KllEAzm{%n6vnn>VWWGJY_blT$RZ40 +z##p9_4`zlJ6C~02Fi7x05EgwffjDAN6B8E&f)5%uP4=X0OcN)V4GmkFOH7Qk7J@5V +zN4v4r_5OOV4=u<{Q+D3&%{ia*z4!bP6tI?_OUI?Z`W3OMre2h6@BrxLWQO^_Z|TI$ +z#j!JodJDyg#}B(soNu?bHuMW=ZE(XQxY3)Kg?l;2@+#~=6IO6PWK}8~o$ea%ef3H~ +zSj)+aN34e3AE>KeNi{JHMi)vBLgMT=fU~E|xKlqK8-MS$4_Co<ojBiaKi&FWX7GLK +z#(qQCHg<CdPD3kVa~%L?E{2*O#SIT(To-HWcDygVVOFjWKL6`SZ+`m-w)>N@`)Xp? +zuO@~N>nrfRbP8D&C@4(FBcumTV;&@MLY>%+`xbxh-ctc6+0t|AI70f><Q0T%7X<;x +z>Uw-#ClR)dx^WrdSy#5R`|LXaQu?b8tMK<=G<I`GQPAT+JJ=3JqrxM2w`@BIlt{6u +zCXkIz0$?|^J`wcLoW{MmXGg<`%Gx@hOo~#!V^VXujFq)(hKb5tVX~=NWa&l+@JRq8 +zM6tNSFr9B5ArKe?*wQQ|l`OBwNuIsEW|&Ug0l+HXj9yA90BPp$M(jWk0C#$H%`lbs +zmG#YJXa9-;uGEQ{3s!JH2#FgWLdPRdRuzw+CWmv=(A36CWa=9rEyvCr>J?d)baouT +zxGw2|(?x*~o0hDL6Y4}~(hC!Pr!D}C7C=pK?{z2C@v@HJ68c^gHT45#IfeAChjpc( +zUG&VKsPREohWcP-2`kWqr|qzrAO7t1x#?g2022QV`dgnKwHo)GQ`ZKhx^cPqpocnf +zo_*0g_^JQha9_{oKnzf;dLne>+;iTip7}y}yyYr9f{upK$=nK({widBGfq<*I+I?w +zKl<g--}^tl3fu+K@V|YQH_y)Qvu}I1Y&$3`>uN=*-veNlk{LZ4yZuk(=GXZ@S_a~P +tdL+6?(Mo_azz5j*J2$UlF%Mg1{{kulI~96dUvvNf002ovPDHLkV1ll3pkV+2 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-unchecked-insensitive.png +deleted file mode 100644 +index 29bba07503be123627e9b308157c538f158fedd8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 699 +zcmV;s0!00ZP)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ys%TK~y-6osv&WR8bs;pL5PQ_ut$*x{3&*Ttu$iwJ<`=MUoH+ +zw#h(fRUe@GI>``iH9>+Qh=L$QXf{QHgBUfqu$(*IJNM7rd)mx|$uR1?yTjpq&inq( +zPtZrR^9##GDVCIylR}750Im6x<=K}`Cx2DlSgrK)iQ|XcckbUX4OPjtz7_-laTJr~ +z830Nu4AY?G*a#`M<2Zfv?(O<!U)bE-y$1!exYG1nRuBYet@}NW5CX?>@LV@a!timm +zy79Vqr+SGDYh>-<;I|dF+kGL&l_Uvinikx0`R=8Q7vAsg?*0If0G6RvnoZw|;`mfh +zPf;Ax^nJ@Hja7gV069Cqu$*aqJqW`ygL(>r03r0%sp*-g0J5mW(x4d)lGd8wD8#m$ +zMZlIy%E|Z~^-d~^V+_Nb09+}A7|pV5XjqnYkW!QZOLhYf4ePo!P>@>dL!}BsgOn<e +zXW9plS(euf!x$Q7nkH$Qd<8nPljW6?V<Ut()p$}u2yENJZyvq@+OoQ_T0zL~j^msg +z*7ejsfBLWvv?M?tClAYBDKyNp*ELK7&-J3lUi}%+20{g}v$Nf}a(TS&dfvR&jHGEg +zuv)29VyrwC9qcz=Y;A3R1bzbfe}lR?J$uV@y_ZPFgQJirj_K{7QVP>Fv26=rr?FRm +zUaQq=z^`sH`c1t!H9hmhww%Rc(VS39lmW6#H<Kj#*7E(e?u<fUANW^e&==Z(3s^vJ +h5j))!tuE|8{ROR3={z95hC~1W002ovPDHLkV1k%kJ`Vr@ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-unchecked.png b/Breeze-dark-gtk/gtk-2.0/Check-Radio/option-unchecked.png +deleted file mode 100644 +index d25b06db429efe7dce45eb7c825900148de1891f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 741 +zcmV<B0vi2^P)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10%A!-K~y-6os>;a6Hyq2pSfjb+6prbFhdmz=#P;Q5+MW$1~$5v +zEjwMf<452I{6rQS7X}j(KN5{gLrkSwBcis2rZerdoe#J!EQus2(6hStCg;g{-<({9 +zBQ!oew{S++uIll`c~y;R0AUygO~3iYuLrl+R#z5}@+p5`CZ=XD8b;>>MPQZ+B^=kq +z4}1W0O~*70EZag#=~SxK%a0%4UH{u3J2*^EUAf+4bua(?RY>IXU#Zq=gi(Z)5-BBN +z6jAd$3dJIdqQujE_FQJ@LM8ig<J}?H#MJD?9;<sfxA|G@mdi&?a7do#;dymsFf%Y> +zr_a96eadbE2mr(Ay#IY`TR5(JEa*V4>+*g3hhkawJwOEz<I{5siXc@il}-#gP@zyj +z#A02eW8*ggL^7^jD;9T<Ql1(HP%4%%%+w5!6mdN<>^M$aAOOd8NS;X!0$oB?JJi7U +z+lDp$09DmgARz#xq8wxSxBfV#1Uf_*Mxm~0ZNqe3BMib2K={o@K4lnf!%Q<pz2SWW +zBGGL4OO|c54YRFY$~(J{fQDFGU0IY;R{HwvQ-jj!G*PtYu0MOa1XKk;rB<6980g<O +z&6AI7ng;#n&dS_ob{=Q|^%y{Q<HOg?(1l7SGcdBhFBQ-8j!iT?G$`}={H<3no<9M$ +zf&D|B7`Ze#X7}{o5iwzuiX|M^!Ed&{ptz1{rm(GEqG->}ZD!}+zIpi?_|ZznQ3caR +z$Hs3MW@;vxOlDN=PjA8?2<r9vR(W@4wY8%<PyoUM<Nw;41iF9((9wE}S}Ce6*dhG} +XQs(@Gs|p(100000NkvXXu0mjfn`u8A + +diff --git a/Breeze-dark-gtk/gtk-2.0/Entry/entry-border-active-bg.png b/Breeze-dark-gtk/gtk-2.0/Entry/entry-border-active-bg.png +deleted file mode 100644 +index c3f0b9df9bc88b1dc310dd53402e821c8c58080c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 363 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xEjp>Eak- +z(fjs_q1WL6nd2Yx?^S!M^67I$?s0C>i_JQ4=OEv;tJW*bHT>>57QB*-Iw(9Nn?+Gj +zCwKDy)y}3JdXloAqW{bP$dAvrkb3{Zfcb%>^MtrgzjJfB*783H3)TG@lp8nC<kFjk +z^Zn+^%s0vBzs~$Uj$uLW8~4e#ODDut-G1)Al)-0`r|JHD!G;jlr!{2>lYAIN8o1W# +zhaP<I8M%N@d4Fr{wZn4XKEyk0UzL^n*xp_C=#KtPd5M$tx6HkhQ<o%rR3`S$+Sk{Q +z?(;u<vEsR;bAg#??W|6&+z($<wSNZHyPtYJYp?&$zMy5tb7NeAerE7=^>bP0l+XkK +DhS-lc + +diff --git a/Breeze-dark-gtk/gtk-2.0/Entry/entry-border-bg.png b/Breeze-dark-gtk/gtk-2.0/Entry/entry-border-bg.png +deleted file mode 100644 +index 389ccdc76fa891d57edbd5a7567b3c7e4a431695..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 325 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xCM>>Eak- +z(fjs_VcuZ_p4Nx+n{+;#t(valmv^7R@$%9@|BK&PHl@svZDC>ERPpA)_D{+uUY^`w +zEvfy8(doHm&*HO7PbB4@?|k6A;q>j$XF*anJ?_7M{@XMq&*&*nLzaI}v+Vckxbx|S +z3|oCZ&9u8C%lO1*;-#}!qi(S>7%M-2`Evan<1{t?9ct2d9<cpqEm2zW&EGlHb<Pdu +zUl*c#4u29~t@SZAqUk-0L)+bx?^Hvx4^F$r^XQ1x{lcC5PRDpPXV?8<{pb<YV7vR- +RM4)dNJYD@<);T3K0RS=Jg(d(1 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Entry/entry-border-disabled-bg.png b/Breeze-dark-gtk/gtk-2.0/Entry/entry-border-disabled-bg.png +deleted file mode 100644 +index 56119e181f3947d1e616b85335ce41c81909e75a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 312 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xH_->Eak- +z(fjs_HQylvftH8%alr|k&lM+DU${{4|1g74Vy^*jx26Llmx@=H&tK8aM{~AD<#X8| +zVGap(l~q<eQ>esn=ZwX3?pZ=pJ~fo~{Fs@(`*v~~LkCCf?SSK~t2o&O4$Vol=;JtW +z#)8L-gYg05+!O3o54At7c~oba(j+|R!TkfXZ|=DNz2isWd%g#A^h<I-H@e!y-kwm* +zHqT#csY}nqeer!a&YZAZ{PIiFQjrkR(7(4n@<nNTtm{2?Vj9o`44$rjF6*2UngBio +Bb=Cj? + +diff --git a/Breeze-dark-gtk/gtk-2.0/Expanders/minus.png b/Breeze-dark-gtk/gtk-2.0/Expanders/minus.png +deleted file mode 100644 +index 717ac25cd290df8e8ae253cde5364e1ae3465491..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 165 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7@ +z6O$7p8XG1yHa0$d`};fZ5e+dhk(`7@D~sE>85p!bv9N^cIMo7GGkCiCxvX<aXaWFe +CN-aYG + +diff --git a/Breeze-dark-gtk/gtk-2.0/Expanders/plus.png b/Breeze-dark-gtk/gtk-2.0/Expanders/plus.png +deleted file mode 100644 +index b01d2925ae970fbb96db3ac43da6babab32e9abb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 180 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt+b0E{-7@ +z6O$7buvPs2S9|#O_xI8pP8v?kl6Y%sU}WHM$EPPL(eWVLq}&5sZ4nw1c^K6A1#PZJ +Srk@3BX7F_Nb6Mw<&;$U^mNj4i + +diff --git a/Breeze-dark-gtk/gtk-2.0/Handles/handle-h.png b/Breeze-dark-gtk/gtk-2.0/Handles/handle-h.png +deleted file mode 100644 +index c5137d7ffa130169b6d007f8a7c6567e7a399df1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 154 +zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>8PZ!4! +rj+x0OCY%4AcW^%7;(b_BLPCPUl9zF*<^%uDKqU;Gu6{1-oD!M<liMbL + +diff --git a/Breeze-dark-gtk/gtk-2.0/Handles/handle-v.png b/Breeze-dark-gtk/gtk-2.0/Handles/handle-v.png +deleted file mode 100644 +index 13226bd27e5018ebd37407b095cca1db959e2690..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 154 +zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dzd%8G= +raLi0LG1>g@`~e_1!oYgCnUNuXE8|7A&s$}HN*Fv{{an^LB{Ts5@9-<N + +diff --git a/Breeze-dark-gtk/gtk-2.0/Lines/line-h.png b/Breeze-dark-gtk/gtk-2.0/Lines/line-h.png +deleted file mode 100644 +index d4596a124a52cfeace904dea7ee414d7ccc945a4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 157 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX7ba4!k +un3|j*;nrYiy#0f{A=k_f(?SMOCWeb@Oab*`|15y27(8A5T-G@yGywp*@hBDm + +diff --git a/Breeze-dark-gtk/gtk-2.0/Lines/line-v.png b/Breeze-dark-gtk/gtk-2.0/Lines/line-v.png +deleted file mode 100644 +index f4d906fd46d5af9aa61da20f2b291bcd61ca3dc5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 162 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFXCba4!k +zn3{a%jP9TF4Q$K&-=({VCp(EBV09A>a#v*VEnpG3%D6fksFcCe)z4*}Q$iB}-uWwd + +diff --git a/Breeze-dark-gtk/gtk-2.0/Lines/menu-line-h.png b/Breeze-dark-gtk/gtk-2.0/Lines/menu-line-h.png +deleted file mode 100644 +index 7ffb35281fa5c4f69d7a3d2c3ca1fe73edf4eb63..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4!k +sn3{a%jP9TF4lD^uZWmWLz0zc1SRcw1b%$Y&8&C~{r>mdKI;Vst0JP^R>i_@% + +diff --git a/Breeze-dark-gtk/gtk-2.0/Menubar/menu-frame.png b/Breeze-dark-gtk/gtk-2.0/Menubar/menu-frame.png +deleted file mode 100644 +index 8cffd534fbfc59659a73280f101a095922ef615e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 180 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xB}}ba4!k +zn3`;2viV<rV&1U^{y7$vU5!T%-RXIF<YaJ#Xw;0^h6WEq8(G|zIk_b<%P>rE=lN63 +Sy1pN%nZeW5&t;ucLK6Vvg*Eg5 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Menubar/menubar-button.png b/Breeze-dark-gtk/gtk-2.0/Menubar/menubar-button.png +deleted file mode 100644 +index ff35cdb3baba38c8436ec7dc673db4ec15c1f42c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 209 +zcmeAS@N?(olHy`uVBq!ia0vp^20$#$!3HF)GI@%C6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=hPZ!6K +zh}O5~19=Z9h#bAZt+p&pO`wbOiVtgrg#20WDv>Rog}R>ie&$*|={KEs?PW(a-vyZk +smJY=Y<`!&SExU&wvPM+XviZ>^jC`^saH$I-to6p00i_>zopr0MIl)&j0`b + +diff --git a/Breeze-dark-gtk/gtk-2.0/Others/null.png b/Breeze-dark-gtk/gtk-2.0/Others/null.png +deleted file mode 100644 +index 7605242317ec3b46d3fdd30ef9b59344dcf2ae71..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 157 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqC%T^vI^ +rI^P~NWCZdKE%@sHHlJ+)koka@Pmh7oU0ovw$YJnw^>bP0l+XkKm^LSF + +diff --git a/Breeze-dark-gtk/gtk-2.0/Others/tree-header.png b/Breeze-dark-gtk/gtk-2.0/Others/tree-header.png +deleted file mode 100644 +index 082dc12c082da4051b0c32f1070a511a5207aab0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 178 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs}zT^vI^ +zI^UjEWMnYlU@-7g=6UwFcrI7@jI{^+zSeG3Fb~=op(ECPGzmogmpn6%@$SrXKTZR+ +OGI+ZBxvX<aXaWG<M>O>S + +diff --git a/Breeze-dark-gtk/gtk-2.0/ProgressBar/bar.png b/Breeze-dark-gtk/gtk-2.0/ProgressBar/bar.png +deleted file mode 100644 +index db6c982061e7a4d8b3e8eae5e3987c7437162231..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 283 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFu}>Eak7 +zF}3%cBHtkg0k?<SFS|O;nsAS?bBzj1{J}s2TgHbvEiAnmO_>(XwnCFGy}IkTVG+|b +zyT7Ub3>j8mPJVbqw!zfkX>fl~rFLp;N-yUNwk0*|zji(m();Vgu(GgDKT&U1V=qr# +zm+53d4hF_wg6~u{uG%ks;ksw4P=@lm%+gJhcb$-$?~(U_r-b=}W|hwsz4f<${^k9u +WuebNPb89NljSQZyelF{r5}E+p>1BKX + +diff --git a/Breeze-dark-gtk/gtk-2.0/ProgressBar/trough.png b/Breeze-dark-gtk/gtk-2.0/ProgressBar/trough.png +deleted file mode 100644 +index 96805a4a520da0f33f38e2b1828c01796ebb4467..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 289 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFv4>Eak7 +zF}3%cAzzb&i0j4Q|7S#GzPQOCZIG26)7ZUW(d;%+i72OsW?Qx_FjL7paBmvR($>ya +z5wWxf*VHTh86F*R)6x^Z!N|RDtAgsS<;!jAJ?7jv(XpG6@qc!}_CV3;l>!b8mlyLD +zC%^sreDeCGehv&87yJtJSv8MOIS_i$j#a9EHSb*0@2ggY-~Jjor-eh&K>k4V1Ea;( +dBCa3*FzC3cJ}dY&?FG=K44$rjF6*2Ung9&5X)OQ% + +diff --git a/Breeze-dark-gtk/gtk-2.0/Range/slider-horiz-prelight.png b/Breeze-dark-gtk/gtk-2.0/Range/slider-horiz-prelight.png +deleted file mode 100644 +index 1bf8e7a2617e94ce9aa4cca20a0b736affe10972..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 712 +zcmV;(0yq7MP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!2wgK~y-6os>^V(_t9Lzwh(gJ0e4W&X}|WXI;Y4W;AHE(Me0t +zQ`owi76g%}$S99xAP8NmLpTvSq;&8Q2sOK`ZFQ+O3kEe^vCUEKkJ1A7`|W)@m{B@4 +z_qo0BJfHW=!}~rA6>tqr43gS-o|!ByY<Haz0L0Hi3Ax32k<E<1y3;$dzK8vNICg#P +zl+xTf#Ym~sBYx<KDCF|j)xugc3|2c7M+aD0E9i+2-q#}+pKlPkZj4`1THSZGmy@Ku +zeFjKTDJ;MU{K#o=k5`CTXdry6_Z|Q!Ye@_?&!f`xDCw~f09jcA0FV%ipCB^xjC;;? +zHXX7BlYyrT1ONuBZBh$7CjHC%Ed>8k{yYaQI7PJI{saIN*U-cu)tS3jW*%&lWFsOI +z2X}VuYO=eEL~3K77Mb0ACR-r|w1^)}we%4)S*+#6yPZqcQY9il!@h&WYE&+lzE>?O +zFMR{m)N=v=$=G)Fo5L8G6d+kFXjI!!wMVJl3t3z)k<6tR3|2?gB5G+vIiHG?$Yy+s +zqXS^Ha|<JIdplSz?PCDoz8}hK(HE-rW@bko?(BxacCrw<?5-yO(32m}aF16g*2DiT +zQLJ|G6Fowv=6ZnNe=QZ5PBgV1&2qQ56S~GkCXP*CIU{gq7mV%wLd1dt;oBD`f%R+T +z+QSY*vuz68sA>^EL?QxFSY0Eenn5jX;P!S%eI+lG(X-*<OS6Ccl`cJg(|47rmOe6B +u4q%UJ1OWUflteB)k9=w@G~7SBzULPk;n{qq{myRy0000<MNUMnLSTZ>!!CdT + +diff --git a/Breeze-dark-gtk/gtk-2.0/Range/slider-horiz.png b/Breeze-dark-gtk/gtk-2.0/Range/slider-horiz.png +deleted file mode 100644 +index 7a2cb046f969df534f42a83c8ca821ab7dc3fb93..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 694 +zcmV;n0!jUeP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10y9ZOK~y-6os>;a6Hyd~-?=a|w+b_3+o>Z|folCH5*9`XDNPV! +zVi)doWx{_j;TITTAqIhl5VyvqE0>7DD3k<<c7~SDOo#b&t_!KbrUvM{x;MGclXH@D +z4~GsJFV4<g6@|wlO^on-j{pE+7zUp2?fNId;(Gbbi*|-PdzmQAj7n19Dn}q2RRgAF +z!4G@@fGCKNB?)Rq1!Jtyu<hczwdMCMwx@NNEKEO5smY}uKdXsKWe;|<i7<-57z1Mr +zVHBb1IH>A6IF6$?wCgiNxqNMVYxC1z(L`ZpG^Hk&zJJ>xwR*i%xBtX(95~JicQZRU +zc568Iar?{X3IPB~>RUP3KP0AQohxa@vMlT$91=;A$^g(aUYwmvP~m>1vUg$0*~&Cc +zqxm~`9dd;VC0#!PW9-r*05Eg|yhuxgiiu&<G`o@jfN7baRJ=`izLyVtziW}_2jF>u +zCjh`W?!5Q^%^#A1gkcnlg3z@{6a_?K6cFEYD~cp_Es|vgp6Bim&-EA7jM}v*qo(1x +z-U0^zk4jIDb;D4qRsB*DP1BH0B^$37UtS{s&}cR%v)RE|mM`9-EKA4^4#c)?7l6~h +z_H}D>Zzz|qWwQfgam+Z!an7w|WOyh(s@0!utSzqqZENJg)bu^2zkih@L@{&&re(tS +zPS*$(A<GIfY8t=d_}I3rsg3g64=uLi02PW4pYtLuB`D4H^1J{5Q5XiU=k5Bg`)a+s +cJm1dz2Bz-mfdSY}>Hq)$07*qoM6N<$f=bOOE&u=k + +diff --git a/Breeze-dark-gtk/gtk-2.0/Range/slider-vert-prelight.png b/Breeze-dark-gtk/gtk-2.0/Range/slider-vert-prelight.png +deleted file mode 100644 +index 1bf8e7a2617e94ce9aa4cca20a0b736affe10972..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 712 +zcmV;(0yq7MP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!2wgK~y-6os>^V(_t9Lzwh(gJ0e4W&X}|WXI;Y4W;AHE(Me0t +zQ`owi76g%}$S99xAP8NmLpTvSq;&8Q2sOK`ZFQ+O3kEe^vCUEKkJ1A7`|W)@m{B@4 +z_qo0BJfHW=!}~rA6>tqr43gS-o|!ByY<Haz0L0Hi3Ax32k<E<1y3;$dzK8vNICg#P +zl+xTf#Ym~sBYx<KDCF|j)xugc3|2c7M+aD0E9i+2-q#}+pKlPkZj4`1THSZGmy@Ku +zeFjKTDJ;MU{K#o=k5`CTXdry6_Z|Q!Ye@_?&!f`xDCw~f09jcA0FV%ipCB^xjC;;? +zHXX7BlYyrT1ONuBZBh$7CjHC%Ed>8k{yYaQI7PJI{saIN*U-cu)tS3jW*%&lWFsOI +z2X}VuYO=eEL~3K77Mb0ACR-r|w1^)}we%4)S*+#6yPZqcQY9il!@h&WYE&+lzE>?O +zFMR{m)N=v=$=G)Fo5L8G6d+kFXjI!!wMVJl3t3z)k<6tR3|2?gB5G+vIiHG?$Yy+s +zqXS^Ha|<JIdplSz?PCDoz8}hK(HE-rW@bko?(BxacCrw<?5-yO(32m}aF16g*2DiT +zQLJ|G6Fowv=6ZnNe=QZ5PBgV1&2qQ56S~GkCXP*CIU{gq7mV%wLd1dt;oBD`f%R+T +z+QSY*vuz68sA>^EL?QxFSY0Eenn5jX;P!S%eI+lG(X-*<OS6Ccl`cJg(|47rmOe6B +u4q%UJ1OWUflteB)k9=w@G~7SBzULPk;n{qq{myRy0000<MNUMnLSTZ>!!CdT + +diff --git a/Breeze-dark-gtk/gtk-2.0/Range/slider-vert.png b/Breeze-dark-gtk/gtk-2.0/Range/slider-vert.png +deleted file mode 100644 +index 7a2cb046f969df534f42a83c8ca821ab7dc3fb93..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 694 +zcmV;n0!jUeP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10y9ZOK~y-6os>;a6Hyd~-?=a|w+b_3+o>Z|folCH5*9`XDNPV! +zVi)doWx{_j;TITTAqIhl5VyvqE0>7DD3k<<c7~SDOo#b&t_!KbrUvM{x;MGclXH@D +z4~GsJFV4<g6@|wlO^on-j{pE+7zUp2?fNId;(Gbbi*|-PdzmQAj7n19Dn}q2RRgAF +z!4G@@fGCKNB?)Rq1!Jtyu<hczwdMCMwx@NNEKEO5smY}uKdXsKWe;|<i7<-57z1Mr +zVHBb1IH>A6IF6$?wCgiNxqNMVYxC1z(L`ZpG^Hk&zJJ>xwR*i%xBtX(95~JicQZRU +zc568Iar?{X3IPB~>RUP3KP0AQohxa@vMlT$91=;A$^g(aUYwmvP~m>1vUg$0*~&Cc +zqxm~`9dd;VC0#!PW9-r*05Eg|yhuxgiiu&<G`o@jfN7baRJ=`izLyVtziW}_2jF>u +zCjh`W?!5Q^%^#A1gkcnlg3z@{6a_?K6cFEYD~cp_Es|vgp6Bim&-EA7jM}v*qo(1x +z-U0^zk4jIDb;D4qRsB*DP1BH0B^$37UtS{s&}cR%v)RE|mM`9-EKA4^4#c)?7l6~h +z_H}D>Zzz|qWwQfgam+Z!an7w|WOyh(s@0!utSzqqZENJg)bu^2zkih@L@{&&re(tS +zPS*$(A<GIfY8t=d_}I3rsg3g64=uLi02PW4pYtLuB`D4H^1J{5Q5XiU=k5Bg`)a+s +cJm1dz2Bz-mfdSY}>Hq)$07*qoM6N<$f=bOOE&u=k + +diff --git a/Breeze-dark-gtk/gtk-2.0/Range/trough-horizontal.png b/Breeze-dark-gtk/gtk-2.0/Range/trough-horizontal.png +deleted file mode 100644 +index 6bcfcb6303b42b83d3254ed03dc5802a999d6d2e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 260 +zcmeAS@N?(olHy`uVBq!ia0vp^T0kts!3HFCU-`@iQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SVJzX3_ +zJUZW=Gvs3o6luHozJ6wBU&<oMZ0U_n;g=R}n6llRYo?R!4k_Nwo>RJaHa9UVw)|f- +z=kpV<QU<F9U-|Z0&J6jLwrlOYlUu*PXbwx8U0J`8MQ5*he1z(OJ>rXdqK#Ho*dNmf +zTy?AM?gFWsdzp3j1h0R?q4hj%+xK}b0(Ea0-^j_mI_xUy19S|7r>mdKI;Vst0Nes! +A?*IS* + +diff --git a/Breeze-dark-gtk/gtk-2.0/Range/trough-vertical.png b/Breeze-dark-gtk/gtk-2.0/Range/trough-vertical.png +deleted file mode 100644 +index 731424f188648f207a630bb997998f1cb3b7be01..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 282 +zcmeAS@N?(olHy`uVBq!ia0vp^LO`s=!3HGvJ?EYdq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6d1_jGX# +z@#uVe&5-L*fB?&dnG+J03+ULy91;E#v@wub?&<V--a0C+YXz^XWuA#QU21Uot-+ou +zPIbkWlgvK_9atIMjxC$>&abrA|7|h<s|ls`mvfBs^Vkw*-%6KbNtpQ}?A{OIEk8E? +z=IZTIaBO1X6jJe+u%Nz8ulZPk9IvG0ed{!dlG;1=yEl~G-^B1XveakKw9U=i>ltIp +W<;|G$&29so$l&Sf=d#Wzp$PzNpJNUH + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png +deleted file mode 100644 +index c3e06d8267b069901f31aff7baa3ed40fa545058..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 294 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SRd%8G= +zNKBpDXUNwSAmDO8Z?!JxcL8h5reh~u7i{>zpmu~QPpPeiyJ2dPz{{<FvlSzh{46U! +z8#&G2@M7DHqcd1Ij2U{wmC6mLU!NGy#Nkl!&hNmyi4xP|%KtgqrF9wpunxMdk@itU +zf?;`Qlg_eFO{`Wo?e;Kb{+HOI_3V@VpPAPt#!F56m&9smHZlBUz#6@NQ$OK@(+=!e +kKmP#l<u#pqxE}C6x@Yz?(rD@-pmP~KUHx3vIVCg!06Q^jcmMzZ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png +deleted file mode 100644 +index 2dc97d64c686ecd3790183b1b9a43e5297d0793e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TcdAc}; +zNKEaWXy|n$L4x&pEvMN#&Y+0*jMJX7XTRT2ZjdlB`UcBHRre1ZW?_q5RK+)J+|V&q +zT;P*^cSq`pE5_?9ANB9b+ZO3}Z0ZtWhTHZ|ix<DyJ^OVz17l2_sra_@kq5p7m*2Kq +zv2J!QpZv5Z|2;0prdY0>_*^MSB78M-$kD1wwU%RFcO5U7^7qwO&sxJhcJ=SSt(;P_ +zP38F<`Q6FZA`FLbpFXblcE5x4nUzbJo;?<rZ}@Vb^)}`M`kOwvo?jZ!F%jqs22WQ% +Jmvv4FO#o&OeUJbE + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png +deleted file mode 100644 +index 7137a8c85db0bee0f60045ae572b2a90101da3b9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 291 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SRc)B=- +zNKBnN!H};hK)~gG-fCUW>kJ<yr1Y649y-K4Lx9`kO7)Bx1)MDvyf3$=>i*dFqxP;} +zTA8}G#ku~v=9^+FjA?##&36)4T(a21$Z=rl>wdL2Gmdnb@O?MRduEkeCb)TPpXr|f +zlkf?x`3yRN^~N(2xGw#hm?_$J>VMNTtAE$K=I2dx7GvF7^E~)_jOMJ_H-u(b|70~$ +gi%JU&V6I_s{%zFqV$(HYpj#O{UHx3vIVCg!08}e!Gynhq + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png +deleted file mode 100644 +index 5520aa6bf5c7388262b32d0730721de46a6657cb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 286 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMd%8G= +zNKEbRbL3-m6mY%2UU$1;pJVqlyY|Qkiv|~+G`&lXD#e`7EOMr{CVK9FdcJ<Y7tfQL +zs2w@Hag2)<>lE_dWd-wyGcZ1R{PV%NHhGUX;ir#=y-%H6H+BCc<L%$2Q*B&xA50E% +z42aB>WH`=yQJnkJy*pQ@$!|Co#3SDM_kQ6<Z^M#bESB@r{R6p|9jNGd{~-MMED>k+ +a4@{4AjZWu$bz%oPlfl!~&t;ucLK6V=TV~|| + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png +deleted file mode 100644 +index 6da47a3173fd8f189743787ad1dfd96a02c6d45a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 297 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnItba4!k +znA&@0BX3iJi0i}8acfmMt2^fQEHM1n?U4A8LG1{WnV|C{ri7(DN^3Vhi|h!~xbx}B +zY0+J+m79<098zI$c%pVKZRuxj21btlvy3+`86Tc>`q=%GzdQHv*KWM!W!U{sks+#A +zG{x)*3%AG&9=k&!?g|Vd6@3N#tSj9QL>;}AGhybkD69PjIzLlcZib(;KCQ0f_g!`E +mv8J=TOOBeXom0+M!MN{<$zOxySbw0489ZJ6T-G@yGywnylx#o% + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png +deleted file mode 100644 +index 43b498f1580d54728583d44e6b9b297e594bc5fb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 327 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tmtbba4!k +znA&=7W9H!ik=BRB>s(@v2(Ktu%h*!+;FfhtJ4a9kxA`H7g@Q&-QsKwkJTEZi1uY3! +z#Us#suTar?>V@CCx#hpdJqnvAzH<4T1uP64Wt(=a+&=rW0dqy2=Cw&-5}ubf-kVze +zta4)2<;xPkj=zaN8=S|*duh(y`dNLQ6Kgn(64D;#I;*`Da$@?|lOTR?`MH!rVVm2V +zJ8$)0&fivIc=D*kr+f0RR^=!&WZ2)|Z?ydnqec4%js@%=b8YVfg&7}kt-IlJx#?XN +QD1aC|UHx3vIVCg!0QwAnNB{r; + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png +deleted file mode 100644 +index 99f61172d63619a3c65536e7f91dec18d78b7b1c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 294 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnIwba4!k +znA&^6k*g^|pzUFKTCDfM?2NLWMco=ZGcGbRWiAZ3tIV;-MKe};`^8(CA77ully83c +zu(^TL^v|1bCTwHvyyGT!L9Fn_eFl~XLFVqlWjx0=S$z5aXx0wC#eK8ZUY+|}-Zhvt +zvd3|QN8?Qm;b&I&uFY>h&+<KNLKf2+ky}YVGc(q``#kM$h*G=C2d|gUga1Zp&YE>& +jQ}kV56Mv@lEI*ixk_|iLL+|bfI+wxI)z4*}Q$iB}YcOy@ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert.png +deleted file mode 100644 +index 96fb5c1ce3a3f3c0eea76ffc5df619748b91d144..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 290 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Ts>nba4!k +znA&^Rk&n?)#P#Cue>1KoNKVOES!!UgfuU1kOK(WYa^cwrvX1Q7?`W<(#r*fw$<d4A +zy{_I#)&5|}@aWaLWF4o=a~-U%vX`6H%s5iFb4LEvsUfva`ESmw`Tg#D)JC%pfqY!Y +z*m#NrByP!bFfhwSKE1<Rc-rab**m3Y*w=1}XmLyWZ>m<dkt2PtT+piJYa_VTYM(!f +fknApCt6<XqYIy#4ZRA{_QyDy6{an^LB{Ts5&*f_E + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png +deleted file mode 100644 +index 9af9df86385e1134b2bfd2e5d819e29684b63f89..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^Za^%;!3HD^GQ2B*6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-ANRecTYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*pnT^vIq +zTHjtX%wh@@X?^%#O~L7vgV%QfN!b%pPEpepTqML3lOM8(`i2R1Y>iczHSx<$_ciN# +zwLhHc7W@AC{LF_R9@ugywtRTMrf<@};*Twnj9VIKTUq&UVAr~H>S@iVh0|hJv;I9; +z&~sBHgOPWu{{@C9iM?xPo3DPGwswlA`m>6ldsF*Dc;v)47nNrH^ZLC@G{{b|ec`0* +zZH?82^Mj%}S09cs3P1G9z}j&Bq%Zlm4Dyyv@js>R6}4+!`Th9)k>>eK{9gWd@6>*= +zs;>;TdQ$GQ_3oO@e*c*7Fm9joUiUM5O%wl>Kqn5xIVTzI9~+1{<nqi0`kTSi)z4*} +HQ$iB}hDeak + +diff --git a/Breeze-dark-gtk/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/Breeze-dark-gtk/gtk-2.0/Scrollbars/trough-scrollbar-vert.png +deleted file mode 100644 +index c8344999825942b0e69bd19848d32be95dd5bb26..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^B0%iM!3HGHoZs>hNU;<<d4_NRK@CSr2awNM;1O92 +zRDT_W8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1u<LTlU +z64Cnh+D5O#0U`|#|7&=#S#!yL=JWDda9&|uEz3cNUjllvLMsnmTP{#?E-WLdY4>_X +zKfUeV4ijd7Ii_1tccQ51{c*)$hs!3pQ#|jVo_+g?)I^pY8SbWTn@Z>HE4gd=?#QE~ +zLK8(FFsr|PtbC@~;M1#BI&;i(%&Xtsj(hOxqhj@6Tl-D(r!C=UHrTM?>|2F7@=QN} +zuJe1alG#F%>7OO5Xh?t~h&cG4q0aKoUl}Gdz6D=<WKAZ?e)Gwi9aVp8_V&B(0&a2! +zn}d$s$^G<OJzZeIx>HI!dhRu97O>SYM;jE1FUy=|_UKzRvq6xdyJQH^-wd9velF{r +G5}E)<Fp(wz + +diff --git a/Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-end.png b/Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-end.png +deleted file mode 100644 +index 668234f51551cd5a9bfb5439b42e6c2379c00c55..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 148 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDVAa<&kznEsNqQI0P;BtJR*yM +z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0w5o-U3d +l95a(ooYDPr{=k6)Km*<~x!=3_<Tp@~!PC{xWt~$(69AmnDYO6p + +diff --git a/Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-start.png b/Breeze-dark-gtk/gtk-2.0/Shadows/frame-gap-start.png +deleted file mode 100644 +index 3b365beeeebd3765d8b482a354c2c1c6933dd234..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 148 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDVAa<&kznEsNqQI0P;BtJR*yM +z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0w5o-U3d +k95a&>fZ)U#-9P*cELWM_n-mP+10@+eUHx3vIVCg!099=!KL7v# + +diff --git a/Breeze-dark-gtk/gtk-2.0/Shadows/frame.png b/Breeze-dark-gtk/gtk-2.0/Shadows/frame.png +deleted file mode 100644 +index a6422b214313cda64dcb2e90cf2b60e00215ff14..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 335 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xCM=>Eak7 +zF}1YMG4GIph|6*Lx{xE~6B90$^4?Ks;-2C)XQ6p+-vnugscRxP9JKeiq4Z9xBka@d +zbF(kb`1|j5so8U{HB-*`R45(0QT_JSWncSan=QljC!c&)@TYN=(oz-%gJTXZCw6{+ +zEB&kMh}X?6x_iF!b20>ZeYm$cGpgf6+l-kZqLv||tl}=t*2gCVUi-n$d%T!O@~A}h +z#LO@e!4`>kPqwa}Tf8CcpN@2L!rG&kELW6${ZYg>KjK04-ngl(;)|be6*wFl`ug(Q +bUB6lHEeo6cE#^Wy&|eImu6{1-oD!M<kA#SP + +diff --git a/Breeze-dark-gtk/gtk-2.0/Spin/down-background-disable.png b/Breeze-dark-gtk/gtk-2.0/Spin/down-background-disable.png +deleted file mode 100644 +index 7486698346bfa93d890377379e9995bfe7c3c871..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 242 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs@xT^vI! +zdXvBKa{d1Q<YX{gQA1CU3A1pd)x-lU7#Fkgh%^8D|NDRE%$YM&de5BE;rajX@Bb5D +ze!rhD>(s==vqa+1nKOqJR5T8J_<nx=Tb=*)pHvJt)h7yw3x7{YN_(Pwtf9XCfBmn| +g-@kwBpQGc+P#&&$R_njwQJ~cfp00i_>zopr0E^XJ8~^|S + +diff --git a/Breeze-dark-gtk/gtk-2.0/Spin/down-background.png b/Breeze-dark-gtk/gtk-2.0/Spin/down-background.png +deleted file mode 100644 +index 38a7f0c79f7912ce11011574361bcefbad99cd94..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 243 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQkw{T^vI! +zdXvwb(fw2Z=!qs<QA6uaNoL_ltBD6zFfL}}5ofOZ|L<@A+}_@l-kh8qp8a+If1UpF +z^Yr!0U0qx}OC$~*J9ccrk`*UDJOv8r%)j@q=&^9x?WJoMrye?X>X=UtBS^#Vr>Cc1 +e)~~NCW@V5xSCy_jI(Y}sZU#?RKbLh*2~7ZaxL)r7 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Spin/up-background-disable.png b/Breeze-dark-gtk/gtk-2.0/Spin/up-background-disable.png +deleted file mode 100644 +index 11ffcd4fbe59b7d2decb855038d51069e0b6d403..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 253 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqU-T^vI! +zdf%Qg<T~Ua;(F2ieSL?5<P}%fjo1AO(r>nP2e~^RP^#=(nqZo#y4~K~<ZR~4(EFEa +zq$QNNPQAawE2V$;(D`?v_xUa<#^z55d6bw|xH(Stv3B~UoavVqOE5R6+_^0LZeO~> +rYt0|ll8&36rTn~XGlRX}=m*1FKAl-YzoyRyx`M&e)z4*}Q$iB}zZzQQ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Spin/up-background.png b/Breeze-dark-gtk/gtk-2.0/Spin/up-background.png +deleted file mode 100644 +index 8a682dabf87a29bb5ed0e36e8fca088fa28028fc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 261 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(tT^vI! +zdf)aN@-;b#u*%!-Q8kqJ%*c7l$D*HbSkmT|+`*vS)adMuH}-dKTx6P^J)=%-W|EBm +z?PW`^M^#U1;tBG4|NM`Y{i7P4+0*2Lc&5MRO`G<3agpDyy!soV()v-^^2;XZGCP<Y +yuH_22>geJ1$1%>p*uv^$)xTp>5zO^MKNzHUt9`rZrV|Tv4TGnvpUXO@geCybGgun{ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png b/Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png +deleted file mode 100644 +index 5d6ba31c2d2de3ee1280fe37c8018df16e52de16..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 160 +zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Ts!5x;Tb# +t%uG%I0t1uH|MD}^{?2a%f=)(W28Mta%&xh%=`}!w44$rjF6*2UngCn7D;xj- + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-vert.png b/Breeze-dark-gtk/gtk-2.0/Tabs/notebook-gap-vert.png +deleted file mode 100644 +index bbb9c22bfa8105f7c287b2d4ec2c82377fd90042..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f +qn3<f=z~ts^{Q5r+5cu%CU|>)eVO%=<nnx;74TGnvpUXO@geCxw<tM8E + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/notebook.png b/Breeze-dark-gtk/gtk-2.0/Tabs/notebook.png +deleted file mode 100644 +index a26526b6daa382e5ecd03834572d80454adec691..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 327 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpWIx;Tb- +zbiTc4$k*f`;BYZ9we5(`tc1kZQL9uBa<AY_|FEox#cOM56qj_Q&kWupr>^C#d=~#e +z)c(Zh&pGoF7ADVCTEx_E`MmAew$!^foh|$~Fo>pHzb!lC=5lVqiAHH#<J~Shy^L6X +zb@Qh_CWewTA1cBYY&|EUv?`C~i?}hfqUL)4|Ee1fFmdZZ3Au#lcLW4`*@Of)JdQKn +zrrR5NP{Km+;4O&_+jI|q@Alu!8oO<`ua}4Ld;{xuYqzG}t?i4yyw~lxYGLvhpnn)V +MUHx3vIVCg!0MMs<r~m)} + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-active.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-active.png +deleted file mode 100644 +index e2aad3d1c3301c77e0d513a0037558d0f84eebca..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 260 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlMDT^vI^ +zI^Uk%$lDYk!g@jd#n#P<jQf`c38gaLJ$mTS*EtS<Cr4a3aJc1r)2&?%_J%vt8;vdJ +zoqPZKt)Ax9-D^`kkL&kH8mFC^VVHaj$oTjC#@+a0g-8yEGr4E1-X?Q+droAY5X!OW +y*73~SHxdIMY|^|gns%aIa`x>Nt3Ddqe3ySJuWGJQCj1@f7zR&QKbLh*2~7aphGFyo + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-prelight.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom-prelight.png +deleted file mode 100644 +index 20974e6130c6a7e61eb9d9f4472cec8d7a09782b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 264 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQni@T^vI^ +zI+M?w(fzZ2YQ#YY|AO2)c4pz&To<OrV*ODzSszy%MP~$To6*|*`~Lj(^IxPre7}Ca +z<P6K5|BMPdPtU2V%TZ^x)%pMTtMTE_$<`7(j;8o+F7W!WqqhEI>h-&4xqbfC{Xgd8 +n-8~biqp0)boPRp%Z@3uPy49Zl?~K0&bP$85tDnm{r-UW|53FW3 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-bottom.png +deleted file mode 100644 +index 48549e26d5495fbd328212d9621419c7bc5b59fc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 214 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo`WT^vI^ +zI^Uk%$lGAR<9aY(+m_Y%pq_|G4(BPYo`%9@3KK8vW<9s<uLth~<)9=ucqD%$|G(Mc +u)K!0zSI2#dOx?Al=lx+G&*!%O-pm_31<brd9|Qu8XYh3Ob6Mw<&;$VMUqv+l + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-active.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-active.png +deleted file mode 100644 +index 83ffb390388f1c31957951c88e35fe5c3fcd35fa..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 269 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQq_2T^vI^ +zI^SO0&3ni}!1dzugT^Y^(MG%vL}b=!9GsM0uzUxLlfp6H2_HE3Xe;iT@!~F<UqN@_ +zoL9@PT81dDT6JLMrp(edk>#)7_Dz{IotrbX<8*SNE2Be5Xjr-k!<~6TYCbaz5)ZX- +z3ah<gcs{2-+PMD5-=A^2^7!-j)Yx7Qc>kv64gbX}W^o_n4|dC4HQd|619TOGr>mdK +II;Vst03an{YXATM + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-prelight.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-left-prelight.png +deleted file mode 100644 +index 9f9eacd5a10f235ad6cd8f7d03ec1968cb6f7c23..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 279 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJgx;Tb- +zbiTc~k@t{+i0j36Lm^KEU5<+znp=-BWkxmzO0+6T2RQyRIpZLCG?Q~%utc|R-Pd<a +z%Xe(fj-7t6uUFnmSbe#|6uz>YAg|+xe>S=9n^v^&&xM(HR|>f@IvhQz89QZ>21AFf +zs?Q9A#6vBd!fHMd4A)L8xqhG6{`u^`tK0cK9$VdBw<=-(`R{+z>JFY?`oR9-KixWW +T8^;2m`xrc3{an^LB{Ts56su+s + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-left.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-left.png +deleted file mode 100644 +index ece1387daeec25d6334d69662fe1d974954e6733..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn)~T^vI^ +zI^SN{$lGAR<8m=y+w`)6Tf%Ig6D%E5nLHUyzT7zbmv!E|HP@_6PqCe85DuxlpvqNK +z{BG$(%f|0@52vtji|IscNI2NU%KeXhUs1wik4Eo&?PGj@ds^5(&Ejb=3stWM+QZ=K +L>gTe~DWM4f+}=rf + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-active.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-active.png +deleted file mode 100644 +index c1423782ea22b08166c6135a335de261fc8f727c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 268 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmXjT^vI^ +zI^Uk%$a}~@fc3(B4!hp=133=K6D}Px5E04gd?MRmW-6{SU$nhTbe+R@v5LD-tD+N@ +zT)TD8=;_82D{n79sB>>ZM`8E2E!Fu`nH&O-KK|*%p*Zsx!-7>0X6>!~^LXQNx#~Ai +zqF!KfOW0iB<ViP<a!k}*-`AcZmVGtS<x_;+bN#IX`bpQM-o^qQ#o+1c=d#Wzp$Pyg +Chh?1r + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-prelight.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-right-prelight.png +deleted file mode 100644 +index 63cb353460c73dede0d2ce1ddcd558665e10da20..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 286 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn{&x;Tb- +zbiO^ik@Jv)1ltAuox*2iqcmK)m6IbPw0Cs1wnpEuZpfa&+EkG6l1*sK7mFa3K<)4! +z+&}Lz>EC?!O`hYT^KUcb=gx+as>feD>%4o!T^h>d6&titgkg(p^1eF@D({IeGGyR+ +z!x1YS{P9P-Ve+vaN#nFLGYlWwcifg(V05|rST4_s)y6sR_UxO>m$dPePks^5xY&Be +YrXQ-$moTnP13Htz)78&qol`;+0H(iYQ2+n{ + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-right.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-right.png +deleted file mode 100644 +index 0aa3e5c0c90a2241a78c6ef656824404ec985944..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 230 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQphmT^vI^ +zI^SM1<ZTGxalLrG?XP-+m;pnQgv5pRmZ+aR96zS8^5#0-GcCBLeY?)$QI*1mThm>c +z0~rD=o_*YPKI6yf<th;-oNOGzYCbaz5)ZX-3jgDMqnrI=Z8z&)#-vh>*WB`t1m{Z^ +S87Km+WAJqKb6Mw<&;$Tb&`B@= + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-active.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-active.png +deleted file mode 100644 +index 37d42674b700c05723c71633ca12f76f48892a99..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 274 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQtG(T^vI^ +zI^SM2<T~Ua(E4!t!J7>}JWDp3mUDb$GP7)UKP#wn^;%ALu8t9RQfl`0rVszPYmUbA +z94-ttw~9)gyNb(bT2Phkv*$1OooNrf`+`IB*XO5P<>y~6;&HrHw*CIJ*MVy`>G>I2 +zb1`&V=LNUS{JLn>raugSpS<IcQh9wjUr^0whC$+?7EWO`pCA1X%>~NTg>Fu3ya99? +NgQu&X%Q~loCIF(IWViqT + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-prelight.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-top-prelight.png +deleted file mode 100644 +index f871207588e9c4cc6446005970d865cd32d66fa0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 287 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsgLx;Tb- +zbSCFSY-)M`yZij^{d;S&K0QAkuEr+CB*yoyKIW0pa{JSqJ2%wSf2{nzzyALjk-x$c +z5j!g~GxZP8Uq64wJo($1=RUu9o3|`qfBr0w$Xyrj1hD~uSe_jlr#64v`}Ol?8UFqG +zacXDl?EYud4l!t(12w*npP3=G{KtV6M;D9rN7-b3L}#?<vN0^x(Xp6QCb0$RP6kg` +KKbLh*2~7ZGCvIv0 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Tabs/tab-top.png b/Breeze-dark-gtk/gtk-2.0/Tabs/tab-top.png +deleted file mode 100644 +index 62f78cde3e8468eac42064363d53f83bae3594e8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 230 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQphmT^vI^ +zI^SN{$k|{Z;qq|${3~3KG=#(p=K9PKjB(|zHWa&f&aA5-zp>w1JUOSVhKcRKirbCJ +zal6VsiA!lUm%F9Cxvndj`ttPCge&{ME2hgYP(9eh$}Of7u^|D-_%C6{n5e`1SghjJ +QNuYHMp00i_>zopr0D3h_<p2Nx + +diff --git a/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbar-bg.png b/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbar-bg.png +deleted file mode 100644 +index b547859a2d48062d67821ae3d05a3ad8e59d0004..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4!k +sn3`;2viaY62bKgSw~H&BUTLy0tngvn8m^{$8K{QA)78&qol`;+0GsG3OaK4? + +diff --git a/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-normal.png b/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-normal.png +deleted file mode 100644 +index 82a6b783a575b66343ac9e2926b6d8c6b5cc649d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 151 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA;mba4!^ +n=uJ+LU|pOb($f^!z{|kEs=&Z#WWlroD9_;O>gTe~DWM4fi&i84 + +diff --git a/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png b/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png +deleted file mode 100644 +index 4e621ef753faac6461a7aaed852d7b465948a1ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 322 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xH_?>Eak- +z(fjt4FW*523AP92c5fwwv~INu@96F@zH-b@$C5dE%~ye|yFK_57H@HzHSt)_)Fba% +zmz@8VxL0G{sUCfagYCL9HrgR+c^rP%QnOC>=zpm*4|=#NP4DFC#cj_&9IUwVu7uaH +zss8Rddm)C5$^)h`*A5z}+&Fac(}#(2XDk_WE-sq?*jMs&#IgFG)>A7U{^eQolBw0} +z<Q;(z2QB_ji@e<W!oO(k*S4>Vc4!6LrHlU9;QBgMOsn<c!HJ)4%1)T;!4w^lY6A2M +NgQu&X%Q~loCIB}9f(`%x + +diff --git a/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png b/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png +deleted file mode 100644 +index 0ce4ed36ae971819c3311096a31f4b130daba311..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 308 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xH_*>Eak- +z(ff9aE!QCjf!6(3Ssh(mr62e1aXu29v0TjZ)V+hJBeJCeIg~Pul9f9GuZs%h)EL}7 +z{`f3^vfAui?bEwE1A7}g+?OWYS!tn@Tb8LFaAxZCt_IijmI2)cq4yHZB}>v=Q=cql +zXq^~3)nA4oOhq8%>+{{s5BnA-JeA!4V%M)Ur{@uex$38VtnZK8Fs<6Bvd%B{t(205 +w=+XE`Im`3Io-b~=C?PR@&bJ2XtbO~KUW-n$tn9RU0(3lsr>mdKI;Vst02BLj5dZ)H + +diff --git a/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png b/Breeze-dark-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png +deleted file mode 100644 +index 65d8b56944e0bf9564946c7982066dc8217e9896..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 255 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xGKUba4!^ +z=zV*}kn50x2;0M-^3rcanp_{<RGOFI{r1YC#cyt!v@Y4;_u*#53Jp(P>#xT(j#)@^ +zs4rm5x|bd66>E9FUH#Uly;1LWr<NBpU$eiEEzP`&bHgT1js_m%Gau{|tyj(2ymQL2 +uIXxm=@A>y~J^9YI<yS<k!^<eWKK>UL@^U+G>U9C#!QkoY=d#Wzp$P!DAX}sW + +diff --git a/Breeze-dark-gtk/gtk-2.0/assets.svg b/Breeze-dark-gtk/gtk-2.0/assets.svg +deleted file mode 100644 +index 515b1d9..0000000 +--- a/Breeze-dark-gtk/gtk-2.0/assets.svg ++++ /dev/null +@@ -1,2374 +0,0 @@ +-<?xml version="1.0" encoding="UTF-8" standalone="no"?> +-<!-- Created with Inkscape (http://www.inkscape.org/) --> +- +-<svg +- xmlns:dc="http://purl.org/dc/elements/1.1/" +- xmlns:cc="http://creativecommons.org/ns#" +- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" +- xmlns:svg="http://www.w3.org/2000/svg" +- xmlns="http://www.w3.org/2000/svg" +- xmlns:xlink="http://www.w3.org/1999/xlink" +- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" +- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" +- width="210mm" +- height="297mm" +- viewBox="0 0 744.09448819 1052.3622047" +- id="svg2" +- version="1.1" +- inkscape:version="0.91 r13725" +- sodipodi:docname="assets.svg"> +- <defs +- id="defs4"> +- <linearGradient +- inkscape:collect="always" +- id="linearGradient4504"> +- <stop +- style="stop-color:#1780b1;stop-opacity:1" +- offset="0" +- id="stop4506" /> +- <stop +- style="stop-color:#3daee9;stop-opacity:1" +- offset="1" +- id="stop4508" /> +- </linearGradient> +- <linearGradient +- inkscape:collect="always" +- id="linearGradient4255"> +- <stop +- style="stop-color:#1a83ae;stop-opacity:1" +- offset="0" +- id="stop4243" /> +- <stop +- style="stop-color:#3daee9;stop-opacity:1" +- offset="1" +- id="stop4245" /> +- </linearGradient> +- <linearGradient +- inkscape:collect="always" +- xlink:href="#linearGradient4255" +- id="linearGradient4247" +- x1="42" +- y1="964.57648" +- x2="42" +- y2="930.57648" +- gradientUnits="userSpaceOnUse" /> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4408"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4410" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4412"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4414" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4606"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4608" +- width="30" +- height="16" +- x="175" +- y="906.36218" +- rx="3.5999999" +- ry="1.92" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4610"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4612" +- width="30" +- height="16" +- x="175" +- y="906.36218" +- rx="3.5999999" +- ry="1.92" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4412-2"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4414-9" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4408-0"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4410-6" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath5811"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect5813" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath5815"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect5817" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath5819"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect5821" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath5823"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect5825" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath5827"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect5829" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath5831"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect5833" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <linearGradient +- inkscape:collect="always" +- xlink:href="#linearGradient4504" +- id="linearGradient4510" +- x1="585" +- y1="574.36218" +- x2="585" +- y2="542.36218" +- gradientUnits="userSpaceOnUse" /> +- </defs> +- <sodipodi:namedview +- id="base" +- pagecolor="#000000" +- bordercolor="#666666" +- borderopacity="1.0" +- inkscape:pageopacity="0" +- inkscape:pageshadow="2" +- inkscape:zoom="0.49999998" +- inkscape:cx="429.25024" +- inkscape:cy="561.66901" +- inkscape:document-units="px" +- inkscape:current-layer="layer1" +- showgrid="false" +- inkscape:window-width="1366" +- inkscape:window-height="713" +- inkscape:window-x="0" +- inkscape:window-y="27" +- inkscape:window-maximized="1" +- showguides="false" +- inkscape:snap-bbox="true" +- inkscape:bbox-nodes="true"> +- <inkscape:grid +- type="xygrid" +- id="grid4253" /> +- </sodipodi:namedview> +- <metadata +- id="metadata7"> +- <rdf:RDF> +- <cc:Work +- rdf:about=""> +- <dc:format>image/svg+xml</dc:format> +- <dc:type +- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> +- <dc:title /> +- </cc:Work> +- </rdf:RDF> +- </metadata> +- <g +- inkscape:label="Layer 1" +- inkscape:groupmode="layer" +- id="layer1"> +- <g +- id="button-normal" +- inkscape:label="#g4300" +- transform="translate(176.21338,-691.28376)"> +- <rect +- ry="3.0150898" +- rx="3.0059478" +- y="1018.3622" +- x="1" +- height="34" +- width="86" +- id="rect4143" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <rect +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4140" +- width="86" +- height="34" +- x="0" +- y="1017.3622" +- rx="3" +- ry="3" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4136" +- d="M 3.007813,1017.3622 C 1.342518,1017.3622 0,1018.7055 0,1020.3759 l 0,27.9707 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.9707 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,28 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-28 c 0,-1.108 0.892,-2 2,-2 z" +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- </g> +- <g +- id="button-prelight" +- transform="translate(175.85624,-694.05161)" +- inkscape:label="#g4295"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4209" +- width="86" +- height="34" +- x="1.3571428" +- y="977.64789" +- rx="3.0059478" +- ry="3.0150898" /> +- <rect +- ry="3" +- rx="3" +- y="976.64789" +- x="0.35714287" +- height="34" +- width="86" +- id="rect4211" +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <path +- style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- d="m 3.3649559,976.64791 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4213" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="button-pressed" +- transform="translate(176,-692.21427)" +- inkscape:label="#g4291"> +- <rect +- ry="3.0150898" +- rx="3.0059478" +- y="931.57648" +- x="0.99999994" +- height="34" +- width="86" +- id="rect4215" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <rect +- style="fill:url(#linearGradient4247);fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4217" +- width="86" +- height="34" +- x="8.7033882e-09" +- y="930.57648" +- rx="3" +- ry="3" /> +- </g> +- <g +- id="button-insensitive" +- transform="translate(175.85624,-689.23021)" +- inkscape:label="#g4286"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4221" +- width="86" +- height="34" +- x="1.3571428" +- y="885.86218" +- rx="3.0059478" +- ry="3.0150898" /> +- <rect +- ry="3" +- rx="3" +- y="884.86218" +- x="0.35714287" +- height="34" +- width="86" +- id="rect4223" +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <path +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1;opacity:0.5" +- d="m 3.3649559,884.86219 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4225" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="button-default" +- transform="translate(176.21338,-691.28377)" +- inkscape:label="#g4281"> +- <rect +- ry="3.0150898" +- rx="3.0059478" +- y="844.43359" +- x="0.99999994" +- height="34" +- width="86" +- id="rect4227" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <rect +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4229" +- width="86" +- height="34" +- x="8.7033953e-09" +- y="843.43359" +- rx="3" +- ry="3" /> +- <path +- inkscape:connector-curvature="0" +- id="path4231" +- d="M 3.007813,843.43362 C 1.342518,843.43362 0,844.77692 0,846.44732 l 0,27.97069 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-unchecked" +- transform="translate(302.45154,-851.32867)" +- inkscape:label="#g4230"> +- <rect +- ry="2" +- rx="2" +- y="1007.5931" +- x="1.5050763" +- height="18" +- width="18" +- id="rect4200" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4202" +- width="18" +- height="18" +- x="0.50507629" +- y="1006.5931" +- rx="2" +- ry="2" /> +- <path +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4204" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="checkbox-checked" +- inkscape:label="#g4240" +- transform="translate(301.96813,-832.52102)"> +- <rect +- ry="2" +- rx="2" +- y="1034.2552" +- x="1.9884882" +- height="18" +- width="18" +- id="rect4208" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4210" +- width="18" +- height="18" +- x="0.98848826" +- y="1033.2552" +- rx="2" +- ry="2" /> +- <path +- style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4212" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4214" +- width="12" +- height="12" +- x="3.9884882" +- y="1036.2552" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="checkbox-unchecked-insensitive" +- transform="translate(278.9694,-828.14745)" +- inkscape:label="#g4235"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4216" +- width="18" +- height="18" +- x="24.987219" +- y="1007.1467" +- rx="2" +- ry="2" /> +- <rect +- ry="2" +- rx="2" +- y="1006.1467" +- x="23.987219" +- height="18" +- width="18" +- id="rect4218" +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4220" +- d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> +- </g> +- <g +- id="checkbox-checked-insensitive" +- transform="translate(279.28956,-809.78615)" +- inkscape:label="#g4246"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4222" +- width="18" +- height="18" +- x="24.667059" +- y="1034.2552" +- rx="2" +- ry="2" /> +- <rect +- ry="2" +- rx="2" +- y="1033.2552" +- x="23.667059" +- height="18" +- width="18" +- id="rect4224" +- style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4226" +- d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> +- <rect +- ry="1" +- rx="1" +- y="1036.2552" +- x="26.667059" +- height="12" +- width="12" +- id="rect4228" +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="option-unchecked" +- transform="translate(363.51729,-878.04302)" +- inkscape:label="#g4328"> +- <circle +- r="9" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4299" +- cx="10" +- cy="1043.3622" /> +- <circle +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4303" +- cx="9" +- cy="1042.3622" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4297" +- d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="option-unchecked-insensitive" +- transform="translate(338.51602,-853.92558)" +- inkscape:label="#g4333"> +- <circle +- cy="1042.4783" +- cx="35.001274" +- id="circle4306" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- r="9" /> +- <circle +- r="9" +- cy="1041.4783" +- cx="34.001274" +- id="circle4308" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4310" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="option-checked" +- transform="translate(365.41133,-854.05191)" +- inkscape:label="#g4344"> +- <circle +- cy="1065.8381" +- cx="8.1059637" +- id="circle4312" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- r="9" /> +- <circle +- r="9" +- cy="1064.8381" +- cx="7.1059642" +- id="circle4314" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" +- id="path4316" +- inkscape:connector-curvature="0" /> +- <circle +- r="6" +- cy="1064.8381" +- cx="7.1059642" +- id="path4318" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="option-checked-insensitive" +- transform="translate(338.98276,-830.81839)" +- inkscape:label="#g4338"> +- <circle +- r="9" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4320" +- cx="34.534534" +- cy="1065.8381" /> +- <circle +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4322" +- cx="33.534534" +- cy="1064.8381" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4324" +- d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <circle +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4326" +- cx="33.534534" +- cy="1064.8381" +- r="6" /> +- </g> +- <g +- transform="translate(456.21338,-868.21148)" +- id="entry-border-bg" +- inkscape:label="#g4269"> +- <path +- inkscape:connector-curvature="0" +- id="rect4264-4" +- d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4255-3" +- d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- ry="2.5" +- rx="2.5" +- y="1021.8613" +- x="1.5" +- height="29" +- width="7" +- id="rect4605-142" +- style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4292-0" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="entry-border-disabled-bg" +- transform="translate(454.58566,-868.21148)" +- inkscape:label="#g4308"> +- <rect +- y="1020.3613" +- x="16.071428" +- height="32" +- width="10" +- id="rect4288-6" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 20.071429,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4278-3" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(484.38652,-868.27458)" +- id="entry-border-active-bg" +- inkscape:label="#g4280"> +- <path +- inkscape:connector-curvature="0" +- id="path4282-6" +- d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- ry="2.5" +- rx="2.5" +- y="1021.8613" +- x="1.5" +- height="29" +- width="7" +- id="rect4605-36" +- style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4284-0" +- d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="notebook" +- inkscape:label="#g4379" +- transform="translate(677.86218,-702.47706)"> +- <rect +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4374" +- width="30" +- height="30" +- x="-147.86218" +- y="854.83923" +- rx="3" +- ry="3" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4362" +- d="m -144.86218,854.83926 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 24,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -24,0 z m 0,1 24,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -24,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="tab-top-active" +- transform="translate(605.98215,-631.06419)" +- inkscape:label="#g4416"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4399" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="rect4383" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(640.08929,-631.28188)" +- id="tab-top" +- inkscape:label="#g4420"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4422" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4424" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- id="tab-bottom-active" +- transform="matrix(-1,0,0,-1,484.01785,1069.188)" +- inkscape:label="#g4426"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4428" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="path4430" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,518.12499,1068.6829)" +- id="tab-bottom" +- inkscape:label="#g4432"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4434" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4436" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1412.4515,332.02014)" +- id="tab-right-active" +- inkscape:label="#g4438"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4440" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4442" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- id="tab-right" +- transform="matrix(0,1,-1,0,1446.5586,332.08991)" +- inkscape:label="#g4444"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4446" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="path4448" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="tab-left-active" +- transform="matrix(0,1,1,0,-322.45144,366.67083)" +- inkscape:label="#g4450"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4452" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="path4454" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,1,0,-288.34434,367.02803)" +- id="tab-left" +- inkscape:label="#g4456"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4458" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4460" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- id="notebook-gap-horiz" +- inkscape:label="#g4470" +- transform="translate(717.29379,-811.12527)"> +- <rect +- y="979.64789" +- x="-147.5" +- height="2" +- width="4" +- id="rect4462" +- style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- y="979.64789" +- x="-146.5" +- height="2" +- width="2" +- id="rect4464" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="notebook-gap-vert" +- inkscape:label="#g4474" +- transform="translate(722.80227,-810.05199)"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4466" +- width="4" +- height="2" +- x="977.76398" +- y="140.97235" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4468" +- width="2" +- height="2" +- x="978.76398" +- y="140.97235" /> +- </g> +- <g +- id="plus" +- transform="translate(617,-875.99998)" +- inkscape:label="#g4415"> +- <rect +- y="1028.3622" +- x="6" +- height="12" +- width="12" +- id="rect4411" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4406" +- d="m 7,1035.3622 4,0 0,4 2,0 0,-4 4,0 0,-2 -4,0 0,-4 -2,0 0,4 -4,0 z" +- style="opacity:0.5;fill:#eeeff0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="minus" +- transform="translate(599,-856.99998)" +- inkscape:label="#g4419"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4413" +- width="12" +- height="12" +- x="24" +- y="1031.3622" /> +- <path +- inkscape:connector-curvature="0" +- id="path4408" +- d="m 25,1038.3622 0,-2 10,0 0,2 z" +- style="opacity:0.5;fill:#eeeff0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="handle-h" +- width="24" +- height="2" +- x="25" +- y="445.36221" +- inkscape:label="#rect4423" /> +- <rect +- y="-27" +- x="452.36221" +- height="2" +- width="24" +- id="handle-v" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4425" /> +- <g +- id="line-h" +- transform="translate(110,-569.99998)" +- inkscape:label="#g4443"> +- <rect +- y="1012.3622" +- x="10" +- height="10" +- width="10" +- id="rect4429" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="1017.3622" +- x="10" +- height="5" +- width="10" +- id="rect4433" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-line-h" +- transform="matrix(1,0,0,-1,95,1479.7244)" +- inkscape:label="#g4447" +- style="opacity:1"> +- <rect +- y="1012.3622" +- x="25" +- height="9.9999876" +- width="10" +- id="rect4435" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="line-v" +- transform="translate(110,-554.99998)" +- inkscape:label="#g4439"> +- <rect +- y="1027.3622" +- x="10" +- height="10" +- width="10" +- id="rect4427" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="1027.3622" +- x="10" +- height="10" +- width="5" +- id="rect4437" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="menubar-button" +- transform="translate(165,-477.99998)" +- inkscape:label="#g4455"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4453" +- width="48" +- height="27" +- x="20" +- y="925.36218" /> +- <rect +- y="926.36218" +- x="21" +- height="25" +- width="46" +- id="rect4451" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="bar" +- width="10" +- height="10" +- x="300" +- y="447.36221" +- rx="4" +- ry="4" +- inkscape:label="#rect4461" /> +- <rect +- ry="4" +- rx="4" +- y="447.36221" +- x="280" +- height="10" +- width="10" +- id="trough" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4463" /> +- <g +- id="slider-vert" +- inkscape:label="#g4492" +- transform="translate(323,-415.33329)"> +- <circle +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle4467" +- cx="81" +- cy="918.36218" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4465" +- d="m 81,909.36218 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="slider-horiz" +- inkscape:label="#g4488" +- transform="translate(355,-461.99998)"> +- <circle +- r="9" +- cy="918.36218" +- cx="49" +- id="circle4472" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 49,909.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4474" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="slider-horiz-prelight" +- inkscape:label="#g4484" +- transform="translate(353,-461.66664)"> +- <circle +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle4476" +- cx="51" +- cy="941.36218" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4478" +- d="m 51,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="slider-vert-prelight" +- inkscape:label="#g4496" +- transform="translate(320,-414.99997)"> +- <circle +- r="9" +- cy="941.36218" +- cx="84" +- id="circle4480" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 84,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4482" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="trough-horizontal" +- inkscape:label="#g4504" +- transform="translate(372,-418.99996)"> +- <rect +- ry="0" +- rx="0" +- y="961.36218" +- x="23" +- height="18" +- width="42" +- id="rect4502" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3" +- rx="3" +- y="967.36218" +- x="23" +- height="6" +- width="42" +- id="rect4500" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="trough-vertical" +- transform="matrix(0,1,-1,0,1374.3622,540.36222)" +- inkscape:label="#g4508"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4510" +- width="42" +- height="18" +- x="23" +- y="961.36218" +- rx="0" +- ry="0" /> +- <rect +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4512" +- width="42" +- height="6" +- x="23" +- y="967.36218" +- rx="3" +- ry="3" /> +- </g> +- <rect +- style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-horiz" +- width="12" +- height="10" +- x="480" +- y="447.36221" +- rx="5" +- ry="5" +- inkscape:label="#rect4515" /> +- <rect +- ry="5" +- rx="5" +- y="462.36221" +- x="480" +- height="10" +- width="12" +- id="slider-scrollbar-horiz-prelight" +- style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4517" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-horiz-active" +- width="12" +- height="10" +- x="480" +- y="477.36221" +- rx="5" +- ry="5" +- inkscape:label="#rect4519" /> +- <rect +- ry="5" +- rx="5" +- y="492.36221" +- x="480" +- height="10" +- width="12" +- id="slider-scrollbar-horiz-insens" +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4521" /> +- <rect +- ry="5" +- rx="5" +- y="-509" +- x="446.36221" +- height="10" +- width="12" +- id="slider-scrollbar-vert" +- style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4523" /> +- <rect +- style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-vert-prelight" +- width="12" +- height="10" +- x="461.36221" +- y="-509" +- rx="5" +- ry="5" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4525" /> +- <rect +- ry="5" +- rx="5" +- y="-509" +- x="476.36221" +- height="10" +- width="12" +- id="slider-scrollbar-vert-active" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4527" /> +- <rect +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-vert-insens" +- width="12" +- height="10" +- x="491.36221" +- y="-509" +- rx="5" +- ry="5" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4529" /> +- <g +- id="trough-scrollbar-horiz" +- transform="translate(394,-465.99997)" +- inkscape:label="#g4535"> +- <rect +- ry="0" +- rx="0" +- y="982.36218" +- x="85" +- height="20" +- width="70" +- id="rect4533" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="5" +- rx="5" +- y="987.36218" +- x="100" +- height="10" +- width="40" +- id="rect4531" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="trough-scrollbar-vert" +- transform="matrix(0,1,-1,0,1482.3622,477.3622)" +- inkscape:label="#g4539"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4541" +- width="70" +- height="20" +- x="65" +- y="982.36218" +- rx="0" +- ry="0" /> +- <rect +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4543" +- width="40" +- height="10" +- x="80" +- y="987.36218" +- rx="5" +- ry="5" /> +- </g> +- <rect +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="toolbar-bg" +- width="10" +- height="10" +- x="580" +- y="447.36221" +- inkscape:label="#rect4545" /> +- <g +- id="toolbutton-prelight" +- transform="translate(490.5,-350.49993)" +- inkscape:label="#g4554"> +- <rect +- ry="2.5" +- rx="2.5" +- y="813.36218" +- x="90" +- height="31" +- width="9" +- id="rect4547" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4549" +- d="m 92.5,812.86218 c -1.662,0 -3,1.338 -3,3 l 0,26 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-26 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0,1 4,0 c 1.108,0 2,0.892 2,2 l 0,26 c 0,1.108 -0.892,2 -2,2 l -4,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-26 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="toolbutton-normal" +- width="10" +- height="32" +- x="580" +- y="502.36221" +- rx="3" +- ry="3" +- inkscape:label="#rect4559" /> +- <rect +- ry="3" +- rx="3" +- y="542.36224" +- x="580" +- height="32" +- width="10" +- id="toolbutton-pressed" +- style="opacity:1;fill:url(#linearGradient4510);fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4561" /> +- <rect +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="toolbutton-toggled" +- width="10" +- height="32" +- x="580" +- y="582.36224" +- rx="3" +- ry="3" +- inkscape:label="#rect4563" /> +- <g +- id="frame" +- inkscape:label="#g4572" +- transform="translate(-90,-124.99998)"> +- <rect +- ry="3" +- rx="3" +- y="812.36218" +- x="115" +- height="10" +- width="10" +- id="rect4565" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4567" +- d="m 118,812.36218 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0.40039,1 3.19922,0 c 1.3296,0 2.40039,1.07079 2.40039,2.40039 l 0,3.20117 c 0,1.3296 -1.07079,2.39844 -2.40039,2.39844 l -3.19922,0 c -1.3296,0 -2.40039,-1.06884 -2.40039,-2.39844 l 0,-3.20117 c 0,-1.3296 1.07079,-2.40039 2.40039,-2.40039 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="frame-gap-end" +- inkscape:label="#g4585" +- transform="translate(-105,-112.99993)"> +- <rect +- rx="0" +- y="812.36218" +- x="130" +- height="1" +- width="2" +- id="rect4577" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="812.36218" +- x="130" +- height="1" +- width="1" +- id="rect4581" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="frame-gap-start" +- inkscape:label="#g4589" +- transform="translate(-105,-112.99995)"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4579" +- width="2" +- height="1" +- x="130" +- y="814.36218" +- rx="0" /> +- <rect +- y="814.36218" +- x="131" +- height="1" +- width="1" +- id="rect4583" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="null" +- width="30" +- height="30" +- x="110" +- y="687.36218" +- inkscape:label="#rect4595" /> +- <g +- id="up-background" +- transform="translate(6,-218.99998)" +- inkscape:label="#g4614"> +- <rect +- clip-path="url(#clipPath4610)" +- rx="3" +- ry="3" +- y="906.36218" +- x="179" +- height="30" +- width="16" +- id="rect4597" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- clip-path="url(#clipPath4606)" +- inkscape:connector-curvature="0" +- id="rect4599" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(1,0,0,-1,6,1630.7244)" +- id="down-background" +- inkscape:label="#g4618"> +- <rect +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4620" +- width="16" +- height="30" +- x="179" +- y="906.36218" +- ry="3" +- rx="3" +- clip-path="url(#clipPath4610)" /> +- <path +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4622" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4606)" /> +- </g> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:44.68566895px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="153.61432" +- y="70.312843" +- id="text4626" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4628" +- x="153.61432" +- y="70.312843">Breeze-dark-gtk 2.0</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="176.21338" +- y="132.1498" +- id="text4630" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4632" +- x="176.21338" +- y="132.1498">Buttons</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="306.21338" +- y="132.1498" +- id="text4634" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4636" +- x="306.21338" +- y="132.1498">Check & Radio</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="456.21338" +- y="132.1498" +- id="text4638" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4640" +- x="456.21338" +- y="132.1498">Entry</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="530" +- y="132.3622" +- id="text4646" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4648" +- x="530" +- y="132.3622">Tabs</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="620" +- y="132.3622" +- id="text4650" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4652" +- x="620" +- y="132.3622">Expanders</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="25" +- y="432.36221" +- id="text4654" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4656" +- x="25" +- y="432.36221">Handles</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="120" +- y="432.36221" +- id="text4658" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4660" +- x="120" +- y="432.36221">Lines</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="185" +- y="432.36221" +- id="text4662" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4664" +- x="185" +- y="432.36221">Menubar</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="280" +- y="432.36221" +- id="text4666" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4668" +- x="280" +- y="432.36221">ProgressBar</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="395" +- y="432.36221" +- id="text4670" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4672" +- x="395" +- y="432.36221">Scale</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="480" +- y="432.36221" +- id="text4674" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4676" +- x="480" +- y="432.36221">Scrollbars</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="580" +- y="432.36221" +- id="text4678" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4680" +- x="580" +- y="432.36221">Toolbar</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="25" +- y="672.36218" +- id="text4682" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4684" +- x="25" +- y="672.36218">Shadows</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="110" +- y="672.36218" +- id="text4686" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4688" +- x="110" +- y="672.36218">Others</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="185" +- y="672.36218" +- id="text4690" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4692" +- x="185" +- y="672.36218">Spin</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" +- x="44.882812" +- y="132.1498" +- id="text4694" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4696" +- x="44.882812" +- y="132.1498">Arrows</tspan></text> +- <g +- id="arrow-up" +- inkscape:label="#g4521" +- transform="translate(14.882813,-834.21235)"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(28.882812,-834.21233)" +- id="arrow-up-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(42.882812,-834.21233)" +- id="arrow-up-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1037.245,131.14983)" +- id="arrow-right" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-66" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-5" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1051.245,131.14985)" +- id="arrow-right-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-9" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-8" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1065.245,131.14985)" +- id="arrow-right-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-8" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,85.882833,1167.512)" +- id="arrow-down" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-4" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-0" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,99.882833,1167.512)" +- id="arrow-down-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-4" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,113.88283,1167.512)" +- id="arrow-down-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-1" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-4" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-936.47936,230.14985)" +- id="arrow-left" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-65" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-61" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-922.47936,230.14985)" +- id="arrow-left-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-62" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-3" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-908.47936,230.14985)" +- id="arrow-left-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-82" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-83" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-up-small" +- transform="translate(-29.970738,-779.24266)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-up-small-prelight" +- inkscape:label="#g4680" +- transform="translate(-30.117187,-778.21235)"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-up-small-insens" +- transform="translate(-5.970738,-779.24266)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-right-small" +- transform="matrix(0,1,-1,0,1034.2753,137.2963)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-8" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1045.245,125.14983)" +- id="arrow-right-small-prelight" +- inkscape:label="#g4680"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7-2" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-right-small-insens" +- transform="matrix(0,1,-1,0,1058.2753,137.2963)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71-6" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-down-small" +- transform="matrix(-1,0,0,-1,128.73636,1212.5423)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-4" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-1" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,152.88284,1211.512)" +- id="arrow-down-small-prelight" +- inkscape:label="#g4680"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7-3" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-down-small-insens" +- transform="matrix(-1,0,0,-1,152.73636,1212.5423)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6-4" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71-5" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-left-small" +- transform="matrix(0,-1,1,0,-936.50971,317.00343)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-65" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-3" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-923.47937,329.14983)" +- id="arrow-left-small-prelight" +- inkscape:label="#g4680"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3-0" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7-34" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-left-small-insens" +- transform="matrix(0,-1,1,0,-912.50971,317.00343)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6-3" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71-4" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- inkscape:label="#g4614" +- transform="translate(5,-174.99998)" +- id="up-background-disable"> +- <rect +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect5108" +- width="16" +- height="30" +- x="179" +- y="906.36218" +- ry="3" +- rx="3" +- clip-path="url(#clipPath4610)" /> +- <path +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path5110" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4606)" /> +- </g> +- <g +- inkscape:label="#g4618" +- id="down-background-disable" +- transform="matrix(1,0,0,-1,5,1674.7244)"> +- <rect +- clip-path="url(#clipPath4610)" +- rx="3" +- ry="3" +- y="906.36218" +- x="179" +- height="30" +- width="16" +- id="rect5114" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- clip-path="url(#clipPath4606)" +- inkscape:connector-curvature="0" +- id="path5116" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- inkscape:label="#rect4595" +- y="732.36218" +- x="110" +- height="30" +- width="30" +- id="tree-header" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <g +- id="menu-checkbox-unchecked" +- transform="translate(330.7083,-853.44325)" +- inkscape:label="#g4230"> +- <path +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4204-1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="menu-checkbox-checked" +- inkscape:label="#g4240" +- transform="translate(330.22489,-834.63558)"> +- <path +- style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4212-4" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4214-6" +- width="12" +- height="12" +- x="3.9884882" +- y="1036.2552" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="menu-checkbox-unchecked-insensitive" +- transform="translate(307.22616,-830.26201)" +- inkscape:label="#g4235"> +- <path +- inkscape:connector-curvature="0" +- id="path4220-3" +- d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> +- </g> +- <g +- id="menu-checkbox-checked-insensitive" +- transform="translate(307.54632,-811.90071)" +- inkscape:label="#g4246"> +- <path +- inkscape:connector-curvature="0" +- id="path4226-9" +- d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> +- <rect +- ry="1" +- rx="1" +- y="1036.2552" +- x="26.667059" +- height="12" +- width="12" +- id="rect4228-6" +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-checkbox-unchecked-prelight" +- transform="translate(330.7083,-762.44338)" +- inkscape:label="#g4230" +- style="fill:#fcfcfc"> +- <path +- style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4204-1-3" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="menu-checkbox-checked-prelight" +- inkscape:label="#g4240" +- transform="translate(330.22489,-766.10528)"> +- <path +- style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4212-4-7" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4214-6-5" +- width="12" +- height="12" +- x="3.9884882" +- y="1036.2552" +- rx="1" +- ry="1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1037.245,216.14981)" +- id="menu-arrow" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-66-1" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-5-3" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1051.245,216.14983)" +- id="menu-arrow-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-9-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-8-9" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1065.245,216.14983)" +- id="menu-arrow-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-8-7" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-8-5" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-unchecked" +- transform="translate(391.21338,-876.21236)" +- inkscape:label="#g4328"> +- <path +- inkscape:connector-curvature="0" +- id="path4297-7" +- d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-unchecked-insensitive" +- transform="translate(366.21211,-852.09486)" +- inkscape:label="#g4333"> +- <path +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4310-9" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="menu-option-checked" +- transform="translate(393.10742,-852.22126)" +- inkscape:label="#g4344"> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" +- id="path4316-8" +- inkscape:connector-curvature="0" /> +- <circle +- r="6" +- cy="1064.8381" +- cx="7.1059642" +- id="path4318-3" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-checked-insensitive" +- transform="translate(366.67885,-828.98771)" +- inkscape:label="#g4338"> +- <path +- inkscape:connector-curvature="0" +- id="path4324-3" +- d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <circle +- style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4326-8" +- cx="33.534534" +- cy="1064.8381" +- r="6" /> +- </g> +- <g +- id="menu-option-unchecked-prelight" +- transform="translate(392.21338,-781.21236)" +- inkscape:label="#g4328" +- style="fill:#fcfcfc"> +- <path +- inkscape:connector-curvature="0" +- id="path4297-7-3" +- d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-checked-prelight" +- transform="translate(394.10742,-778.68828)" +- inkscape:label="#g4344"> +- <path +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" +- id="path4316-8-6" +- inkscape:connector-curvature="0" /> +- <circle +- r="6" +- cy="1064.8381" +- cx="7.1059642" +- id="path4318-3-3" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-frame" +- inkscape:label="#g5792"> +- <rect +- y="487.36221" +- x="185" +- height="10" +- width="10" +- id="rect5782" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="488.36221" +- x="185" +- height="8" +- width="1" +- id="rect5784" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="487.36221" +- x="186" +- height="1" +- width="8" +- id="rect5786" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="496.36221" +- x="186" +- height="1" +- width="8" +- id="rect5788" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="488.36221" +- x="194" +- height="8" +- width="1" +- id="rect5790" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- </g> +-</svg> +diff --git a/Breeze-dark-gtk/gtk-2.0/assets.txt b/Breeze-dark-gtk/gtk-2.0/assets.txt +deleted file mode 100644 +index 46cad20..0000000 +--- a/Breeze-dark-gtk/gtk-2.0/assets.txt ++++ /dev/null +@@ -1,107 +0,0 @@ +-Arrows/arrow-up +-Arrows/arrow-up-prelight +-Arrows/arrow-up-insens +-Arrows/arrow-up-small +-Arrows/arrow-up-small-prelight +-Arrows/arrow-up-small-insens +-Arrows/arrow-right +-Arrows/arrow-right-prelight +-Arrows/arrow-right-insens +-Arrows/arrow-right-small +-Arrows/arrow-right-small-prelight +-Arrows/arrow-right-small-insens +-Arrows/arrow-down +-Arrows/arrow-down-prelight +-Arrows/arrow-down-insens +-Arrows/arrow-down-small +-Arrows/arrow-down-small-prelight +-Arrows/arrow-down-small-insens +-Arrows/arrow-left +-Arrows/arrow-left-prelight +-Arrows/arrow-left-insens +-Arrows/arrow-left-small +-Arrows/arrow-left-small-prelight +-Arrows/arrow-left-small-insens +-Arrows/menu-arrow +-Arrows/menu-arrow-prelight +-Arrows/menu-arrow-insens +-Buttons/button-normal +-Buttons/button-default +-Buttons/button-prelight +-Buttons/button-insensitive +-Buttons/button-pressed +-Check-Radio/checkbox-checked +-Check-Radio/checkbox-checked-insensitive +-Check-Radio/menu-checkbox-checked +-Check-Radio/menu-checkbox-checked-prelight +-Check-Radio/menu-checkbox-checked-insensitive +-Check-Radio/checkbox-unchecked +-Check-Radio/checkbox-unchecked-insensitive +-Check-Radio/menu-checkbox-unchecked +-Check-Radio/menu-checkbox-unchecked-prelight +-Check-Radio/menu-checkbox-unchecked-insensitive +-Check-Radio/option-checked +-Check-Radio/option-checked-insensitive +-Check-Radio/menu-option-checked +-Check-Radio/menu-option-checked-prelight +-Check-Radio/menu-option-checked-insensitive +-Check-Radio/option-unchecked +-Check-Radio/option-unchecked-insensitive +-Check-Radio/menu-option-unchecked +-Check-Radio/menu-option-unchecked-prelight +-Check-Radio/menu-option-unchecked-insensitive +-Entry/entry-border-bg +-Entry/entry-border-active-bg +-Entry/entry-border-disabled-bg +-Tabs/notebook +-Tabs/notebook-gap-vert +-Tabs/notebook-gap-horiz +-Tabs/tab-bottom +-Tabs/tab-bottom-active +-Tabs/tab-top +-Tabs/tab-top-active +-Tabs/tab-left +-Tabs/tab-left-active +-Tabs/tab-right +-Tabs/tab-right-active +-Expanders/plus +-Expanders/minus +-Handles/handle-h +-Handles/handle-v +-Lines/line-h +-Lines/line-v +-Lines/menu-line-h +-Menubar/menubar-button +-Menubar/menu-frame +-ProgressBar/trough +-ProgressBar/bar +-Range/slider-horiz +-Range/slider-horiz-prelight +-Range/slider-vert +-Range/slider-vert-prelight +-Range/trough-horizontal +-Range/trough-vertical +-Scrollbars/slider-scrollbar-horiz +-Scrollbars/slider-scrollbar-horiz-prelight +-Scrollbars/slider-scrollbar-horiz-active +-Scrollbars/slider-scrollbar-horiz-insens +-Scrollbars/slider-scrollbar-vert +-Scrollbars/slider-scrollbar-vert-prelight +-Scrollbars/slider-scrollbar-vert-active +-Scrollbars/slider-scrollbar-vert-insens +-Scrollbars/trough-scrollbar-horiz +-Scrollbars/trough-scrollbar-vert +-Toolbar/toolbar-bg +-Toolbar/toolbutton-normal +-Toolbar/toolbutton-prelight +-Toolbar/toolbutton-pressed +-Toolbar/toolbutton-toggled +-Others/null +-Others/tree-header +-Spin/down-background +-Spin/up-background +-Spin/down-background-disable +-Spin/up-background-disable +-Shadows/frame +-Shadows/frame-gap-start +-Shadows/frame-gap-end +diff --git a/Breeze-dark-gtk/gtk-2.0/gtkrc b/Breeze-dark-gtk/gtk-2.0/gtkrc +old mode 100755 +new mode 100644 +index 7c2557f..f6fa0bd +--- a/Breeze-dark-gtk/gtk-2.0/gtkrc ++++ b/Breeze-dark-gtk/gtk-2.0/gtkrc +@@ -1,1689 +1,30 @@ +-# Breezy | ScionicSpectre +- +-gtk-color-scheme = "base_color:#232629\nfg_color:#EEEFF0\ntooltip_fg_color:#FFFFFF\ntooltip_bg_color:#000000\nselected_bg_color:#3DAEE9\nselected_fg_color:#EEEFF0\ntext_color:#EEEFF0\nbg_color:#31363B\ninsensitive_fg_color:#4c5054" +- +-gtk-auto-mnemonics = 1 +- +-style "default" +-{ +- xthickness = 1 +- ythickness = 1 +- +- # Style Properties +- +- GtkScrollbar::activate-slider = 1 +- GtkWidget::focus-line-width = 0 +- GtkWidget::new-tooltip-style = 1 +- GtkWidget::tooltip-alpha = 230 +- GtkWidget::tooltip-radius = 2 +- GtkMenuBar::window-dragging = 1 +- GtkToolbar::window-dragging = 1 +- GtkToolbar::internal-padding = 5 +- +- GtkSeparatorMenuItem::horizontal-padding = 3 +- GtkSeparatorMenuItem::wide-separators = 1 +- GtkSeparatorMenuItem::separator-height = 1 +- +- GtkCheckMenuItem::indicator-size = 18 +- GtkRadioMenuItem::indicator-size = 18 +- +- GtkButton::child-displacement-y = 0 +- GtkButton::default-border = { 0, 0, 0, 0 } +- GtkButton::default-outside_border = { 0, 0, 0, 0 } +- +- GtkScrollbar::trough-border = 5 +- GtkScrollbar::slider-width = 10 +- GtkRange::trough-border = 0 +- GtkRange::slider-width = 7 +- GtkRange::stepper-size = 0 +- +- GtkScrollbar::has-backward-stepper = 1 +- GtkScrollbar::has-forward-stepper = 1 +- GtkScrollbar::stepper-size = 10 +- GtkScrollbar::stepper-spacing = 0 +- GtkScrolledWindow ::scrollbar-spacing = 0 +- GtkScrolledWindow ::scrollbars-within-bevel = 1 +- +- GtkVScale::slider_length = 18 +- GtkVScale::slider_width = 18 +- GtkHScale::slider_length = 18 +- GtkHScale::slider_width = 18 +- +- GtkStatusbar::shadow_type = GTK_SHADOW_NONE +- GtkSpinButton::shadow_type = GTK_SHADOW_NONE +- GtkMenuBar::shadow-type = GTK_SHADOW_NONE +- GtkMenuBar::internal-padding = 3 +- GtkMenu::horizontal-padding = 2 +- GtkMenu::vertical-padding = 2 +- +- GtkNotebook::tab-overlap = 7 +- GtkNotebook::tab-curvature = 7 +- +- GtkCheckButton::indicator_spacing = 3 +- GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } +- +- GtkTreeView::row_ending_details = 0 +- GtkTreeView::expander-size = 12 +- GtkTreeView::vertical-separator = 1 +- GtkTreeView::horizontal-separator = 4 +- GtkTreeView::allow-rules = 1 +- +- GtkProgressBar::min-horizontal-bar-height = 8 +- GtkProgressBar::min-vertical-bar-width = 8 +- +- GtkEntry::state-hint = 1 +- +- # Colors +- +- bg[NORMAL] = @bg_color +- bg[PRELIGHT] = shade (1.02, @bg_color) +- bg[SELECTED] = @selected_bg_color +- bg[INSENSITIVE] = @bg_color +- bg[ACTIVE] = shade (0.9, @bg_color) +- +- fg[NORMAL] = @text_color +- fg[PRELIGHT] = @fg_color +- fg[SELECTED] = @selected_fg_color +- fg[INSENSITIVE] = @insensitive_fg_color +- fg[ACTIVE] = @fg_color +- +- text[NORMAL] = @text_color +- text[PRELIGHT] = @text_color +- text[SELECTED] = @selected_fg_color +- text[INSENSITIVE] = @insensitive_fg_color +- text[ACTIVE] = @selected_fg_color +- +- base[NORMAL] = @base_color +- base[PRELIGHT] = shade (0.95, @bg_color) +- base[SELECTED] = @selected_bg_color +- base[INSENSITIVE] = @bg_color +- base[ACTIVE] = shade (0.9, @selected_bg_color) +- +- # All pixmap options are consolidated below this point +- +- engine "pixmap" +- { +- +- # Check Buttons +- +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = SELECTED +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = SELECTED +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked-insensitive.png" +- overlay_stretch = FALSE +- } +- +- # Radio Buttons +- +- image +- { +- function = OPTION +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = SELECTED +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked-insensitive.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = SELECTED +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/option-checked-insensitive.png" +- overlay_stretch = FALSE +- } +- +- # Arrows +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-up.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-up-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-up-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-up-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-down.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-down-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-down-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-down-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-left.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-left-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-left-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-left-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-right.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-right-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-right-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-right-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- +- +- # Option Menu Arrows +- +- image +- { +- function = TAB +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-down-insens.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = TAB +- state = NORMAL +- overlay_file = "Arrows/arrow-down.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- } +- image +- { +- function = TAB +- state = PRELIGHT +- overlay_file = "Arrows/arrow-down-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- } +- +- #Lines +- +- image +- { +- function = VLINE +- file = "Lines/line-v.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- } +- image +- { +- function = HLINE +- file = "Lines/line-h.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- } +- +- # Handles +- +- image +- { +- function = HANDLE +- overlay_file = "Handles/handle-h.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- image +- { +- function = HANDLE +- overlay_file = "Handles/handle-v.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- +- # Expanders +- +- image +- { +- function = EXPANDER +- expander_style = COLLAPSED +- file = "Expanders/plus.png" +- } +- +- image +- { +- function = EXPANDER +- expander_style = EXPANDED +- file = "Expanders/minus.png" +- } +- +- image +- { +- function = EXPANDER +- expander_style = SEMI_EXPANDED +- file = "Expanders/minus.png" +- } +- +- image +- { +- function = EXPANDER +- expander_style = SEMI_COLLAPSED +- file = "Expanders/plus.png" +- } +- +- image +- { +- function = RESIZE_GRIP +- state = NORMAL +- detail = "statusbar" +- overlay_file = "Others/null.png" +- overlay_border = { 0,0,0,0 } +- overlay_stretch = FALSE +- } +- +- # Shadows ( this area needs help :P ) +- +- image +- { +- function = SHADOW_GAP +- file = "Others/null.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "scrollbar" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "trough" +- file = "Scrollbars/trough-scrollbar-horiz.png" +- border = { 25,25, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "trough" +- file = "Scrollbars/trough-scrollbar-vert.png" +- border = { 5, 5, 25, 25 } +- stretch = TRUE +- orientation = VERTICAL +- } +- +-# Sliders +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Scrollbars/slider-scrollbar-horiz.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- image +- { +- function = SLIDER +- state = ACTIVE +- file = "Scrollbars/slider-scrollbar-horiz-active.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Scrollbars/slider-scrollbar-horiz-prelight.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Scrollbars/slider-scrollbar-horiz-insens.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- +-# X Verticals +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Scrollbars/slider-scrollbar-vert.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- image +- { +- function = SLIDER +- state = ACTIVE +- file = "Scrollbars/slider-scrollbar-vert-active.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Scrollbars/slider-scrollbar-vert-prelight.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Scrollbars/slider-scrollbar-vert-insens.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- } +-} +- +-style "menubar" +-{ +- bg[PRELIGHT] = "#FFF" +- fg[SELECTED] = @text_color +- +- xthickness = 0 +- ythickness = 0 +- +- engine "pixmap" +- { +- image +- { +- function = BOX +- recolorable = TRUE +- state = PRELIGHT +- file = "Menubar/menubar-button.png" +- +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "menu" +-{ +- xthickness = 0 +- ythickness = 0 +- +- GtkMenuItem::arrow-scaling = 0.4 +-} +- +-style "menu_item" +-{ +- xthickness = 2 +- ythickness = 3 +- +- bg[PRELIGHT] = @selected_bg_color +- fg[PRELIGHT] = @selected_fg_color +- text[PRELIGHT] = @selected_fg_color +- +- GtkMenuItem::toggle-spacing = 10 +- +- engine "pixmap" +- { +- +- # Check Buttons +- +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-unchecked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-unchecked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-unchecked-insensitive.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked-insensitive.png" +- overlay_stretch = TRUE +- } +- +- # Radio Buttons +- +- image +- { +- function = OPTION +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/menu-option-unchecked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/menu-option-unchecked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/menu-option-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Others/null.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked-insensitive.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = SHADOW # This fixes boxy Qt menu items +- file = "Others/null.png" +- border = { 10, 10, 10, 10 } +- stretch = TRUE +- } +- +- # Arrow Buttons +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/menu-arrow.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/menu-arrow-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/menu-arrow-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- } +-} +- +-style "menubar_item" +-{ +- xthickness = 2 +- ythickness = 2 +- bg[PRELIGHT] = @selected_fg_color +- fg[PRELIGHT] = @selected_fg_color +-} +- +-style "toolbar" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Toolbar/toolbar-bg.png" +- stretch = TRUE +- } +- } +-} +- +-style "button" +-{ +- xthickness = 4 +- ythickness = 4 +- +- engine "pixmap" +- { +- image +- { +- function = BOX +- state = NORMAL +- file = "Buttons/button-default.png" +- border = {4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = BOX +- state = PRELIGHT +- file = "Buttons/button-prelight.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = BOX +- state = ACTIVE +- file = "Buttons/button-pressed.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = BOX +- state = INSENSITIVE +- file = "Buttons/button-insensitive.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "toolbuttons" +-{ +- ythickness = 1 +- GtkWidget::focus_padding = 2 +- +- engine "pixmap" { +- +-image +- { +- function = BOX +- state = NORMAL +- file = "Toolbar/toolbutton-normal.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +-image +- { +- function = BOX +- state = PRELIGHT +- file = "Toolbar/toolbutton-prelight.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +-image +- { +- function = BOX +- state = ACTIVE +- file = "Toolbar/toolbutton-pressed.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +-image +- { +- function = BOX +- state = INSENSITIVE +- file = "Toolbar/toolbutton-normal.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "tooltoggle_buttons" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- state = ACTIVE +- file = "Toolbar/toolbutton-toggled.png" +- border = { 4, 4, 4, 4} +- stretch = TRUE +- } +- } +-} +- +-style "entry" +-{ +- xthickness = 3 +- ythickness = 3 +- +- engine "pixmap" +- { +- image +- { +- function = SHADOW +- detail = "entry" +- state = NORMAL +- shadow = IN +- file = "Entry/entry-border-bg.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = SHADOW +- detail = "entry" +- state = INSENSITIVE +- shadow = IN +- file = "Entry/entry-border-disabled-bg.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = SHADOW +- detail = "entry" +- state = ACTIVE +- file = "Entry/entry-border-active-bg.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = FLAT_BOX +- detail = "entry_bg" +- state = ACTIVE +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- } +- } +-} +- +-style "notebook_tab_label" +-{ +- fg[ACTIVE] = @text_color +-} +- +-style "spinbutton" = "default" +-{ +- #bg[NORMAL] = @bg_color +- +- xthickness = 3 +- ythickness = 3 +- GtkWidget::interior_focus = 1 +- +-engine "pixmap" +- { +- image +- { +- function = ARROW +- } +- +- #Spin-up +- image +- { +- function = BOX +- state = NORMAL +- detail = "spinbutton_up" +- file = "Spin/up-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = PRELIGHT +- detail = "spinbutton_up" +- file = "Spin/up-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small-prelight.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = INSENSITIVE +- detail = "spinbutton_up" +- file = "Spin/up-background-disable.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small-insens.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = ACTIVE +- detail = "spinbutton_up" +- file = "Spin/up-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small-prelight.png" +- overlay_stretch = FALSE +- } +- +- # Spin-Down +- image +- { +- function = BOX +- state = NORMAL +- detail = "spinbutton_down" +- file = "Spin/down-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = PRELIGHT +- detail = "spinbutton_down" +- file = "Spin/down-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small-prelight.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = INSENSITIVE +- detail = "spinbutton_down" +- file = "Spin/down-background-disable.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small-insens.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = ACTIVE +- detail = "spinbutton_down" +- file = "Spin/down-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small-prelight.png" +- overlay_stretch = FALSE +- } +- } +-} +- +-style "notebook" +-{ +- +- xthickness = 5 +- ythickness = 2 +- +- engine "pixmap" +- { +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-bottom.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = TOP +- } +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-top.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = BOTTOM +- } +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-left.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = RIGHT +- } +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-right.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = LEFT +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-top-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = BOTTOM +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-bottom-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = TOP +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-left-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = RIGHT +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-right-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = LEFT +- } +- +-# How to draw boxes with a gap on one side (ie the page of a notebook) +- +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-horiz.png" +- gap_border = { 2, 2, 0, 0 } +- gap_side = TOP +- } +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-horiz.png" +- gap_border = { 2, 2, 0, 0 } +- gap_side = BOTTOM +- } +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-vert.png" +- gap_border = { 0, 0, 2, 2 } +- gap_side = LEFT +- } +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-vert.png" +- gap_border = { 0, 0, 2, 2 } +- gap_side = RIGHT +- } +- +-# How to draw the box of a notebook when it isnt attached to a tab +- +- image +- { +- function = BOX +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "range" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "trough" +- file = "Range/trough-horizontal.png" +- border = { 4, 4, 0, 0 } +- stretch = TRUE +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "trough" +- file = "Range/trough-vertical.png" +- border = { 0, 0, 4, 4 } +- stretch = TRUE +- orientation = VERTICAL +- } +- +- # Horizontal +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-horiz.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-horiz-prelight.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-horiz.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- +- # Vertical +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-vert.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-vert-prelight.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-vert.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- +- # Function below removes ugly boxes +- image +- { +- function = BOX +- file = "Others/null.png" +- border = { 3, 3, 3, 3 } +- stretch = TRUE +- } +- +- } +-} +- +-style "progressbar" { +- xthickness = 0 +- ythickness = 0 +- +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "trough" +- file = "ProgressBar/trough.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "bar" +- file = "ProgressBar/bar.png" +- stretch = TRUE +- border = { 4, 4, 4, 4 } +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "trough" +- file = "ProgressBar/trough.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- orientation = VERTICAL +- } +- image +- { +- function = BOX +- detail = "bar" +- file = "ProgressBar/bar.png" +- stretch = TRUE +- border = { 4, 4, 4, 4 } +- orientation = VERTICAL +- } +- } +-} +- +-style "separator_menu_item" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Lines/menu-line-h.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- } +- } +-} +- +-style "treeview" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Others/tree-header.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- } +- } +-} +- +-style "scrolled_window" +-{ +- engine "pixmap" +- { +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- } +- } +-} +- +-style "frame" +-{ +- xthickness = 1 +- ythickness = 1 +- +- engine "pixmap" +- { +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = IN +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = IN +- } +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = OUT +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = OUT +- } +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = ETCHED_IN +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = ETCHED_IN +- } +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = ETCHED_OUT +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = ETCHED_OUT +- } +- } +-} +- +-style "tooltips" +-{ +- xthickness = 8 +- ythickness = 4 +- +- bg[NORMAL] = @tooltip_bg_color +- fg[NORMAL] = @tooltip_fg_color +- bg[SELECTED] = @tooltip_bg_color +-} +- +-# Chromium +- +-style "chrome-gtk-frame" +-{ +- ChromeGtkFrame::frame-color = @bg_color +- ChromeGtkFrame::inactive-frame-color = @bg_color +- +- ChromeGtkFrame::frame-gradient-size = 16 +- ChromeGtkFrame::frame-gradient-color = @bg_color +- +- ChromeGtkFrame::incognito-frame-color = lighter (@bg_color) +- ChromeGtkFrame::incognito-inactive-frame-color = lighter (@bg_color) +- +- ChromeGtkFrame::incognito-frame-gradient-size = 16 +- ChromeGtkFrame::incognito-frame-gradient-color = @bg_color +- +- ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) +- ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) +- ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +-} +- +-# Firefox/Thunderbird +- +-style "mozilla" +-{ +- bg[ACTIVE] = @bg_color +-} +- +-style "null" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Others/null.png" +- stretch = TRUE +- } +- } +-} +- +-style "menu_framed_box" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "menu" +- file = "Menubar/menu-frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- } +- } +-} +- +-class "GtkWidget" style "default" +-class "GtkScrollbar" style "scrollbar" +-class "GtkButton" style "button" +-class "GtkEntry" style "entry" +-class "GtkOldEditable" style "entry" +-class "GtkSpinButton" style "spinbutton" +-class "GtkNotebook" style "notebook" +-class "GtkRange" style "range" +-class "GtkProgressBar" style "progressbar" +-class "GtkSeparatorMenuItem" style "separator_menu_item" +-class "GtkScrolledWindow" style "scrolled_window" +-class "GtkFrame" style "frame" +- +-class "ChromeGtkFrame" style "chrome-gtk-frame" +- +-widget_class "*<GtkMenuBar>*" style "menubar" +-widget_class "*<GtkMenu>*" style "menu" +-widget_class "*<GtkMenu>*" style "menu_framed_box" +-widget_class "*<GtkMenuItem>*" style "menu_item" +-widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +-widget_class "*Nautilus*ToolBar*" style "toolbar" +-widget_class "*HandleBox" style "toolbar" +-widget_class "*BonoboDockItem" style "toolbar" +-widget_class "*HandleBox" style "toolbar" +-widget_class "*<GtkToolbar>" style "toolbar" +-widget_class "*.<GtkTreeView>*" style "treeview" +-widget_class "*Tool*GtkButton" style "toolbuttons" +-widget_class "*Tool*GtkToggleButton" style "tooltoggle_buttons" +-widget_class "*<GtkFileChooserDialog>*GtkToggleButton*" style "toolbuttons" +-widget_class "*<GtkFileChooserDialog>*GtkComboBox*" style "button" +-widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" +-widget "gtk-tooltip*" style "tooltips" +- +-# Xchat special cases +-widget "*xchat-inputbox" style "entry" +- +-# Chrome/Chromium +-widget_class "*Chrom*Button*" style "button" +-widget "*swt*toolbar*" style "null" +- +-# Firefox/Thunderbird +-widget "MozillaGtkWidget*" style "mozilla" ++# Theme: Breeze-gtk ++# Description: Breeze theme for GTK+2.0 ++ ++gtk-color-scheme = "text_color:#eff0f1" ++gtk-color-scheme = "base_color:#232629" ++gtk-color-scheme = "insensitive_base_color:#1f2225" ++gtk-color-scheme = "fg_color:#eff0f1" ++gtk-color-scheme = "bg_color:#31363b" ++gtk-color-scheme = "selected_fg_color:#eff0f1" ++gtk-color-scheme = "selected_bg_color:#3daee9" ++gtk-color-scheme = "button_fg_color:#eff0f1" ++gtk-color-scheme = "tooltip_fg_color:#eff0f1" ++gtk-color-scheme = "tooltip_bg_color:#31363b" ++gtk-color-scheme = "insensitive_fg_color:#6b6f73" ++gtk-color-scheme = "insensitive_text_color:#626567" ++gtk-color-scheme = "button_insensitive_fg_color:#6b6f73" ++gtk-color-scheme = "button_active:#3daee9" ++gtk-color-scheme = "border_color:#606468" ++ ++include "widgets/default" ++include "widgets/buttons" ++include "widgets/menu" ++include "widgets/entry" ++include "widgets/notebook" ++include "widgets/range" ++include "widgets/scrollbar" ++include "widgets/toolbar" ++include "widgets/progressbar" ++include "widgets/misc" ++include "widgets/styles" +diff --git a/Breeze-dark-gtk/gtk-2.0/render-assets.sh b/Breeze-dark-gtk/gtk-2.0/render-assets.sh +deleted file mode 100644 +index ef2a6ff..0000000 +--- a/Breeze-dark-gtk/gtk-2.0/render-assets.sh ++++ /dev/null +@@ -1,28 +0,0 @@ +-#! /bin/bash +- +-INKSCAPE="/usr/bin/inkscape" +-OPTIPNG="/usr/bin/optipng" +- +-SRC_FILE="assets.svg" +-INDEX="assets.txt" +- +-for i in `cat $INDEX` +-do +-ASSETS_DIR=`echo $i | cut -f1 -d '/'` +- if [ '!' -d $ASSETS_DIR ]; +- then mkdir $ASSETS_DIR; +- fi +- i=`echo $i | cut -f2 -d '/'` +- +-if [ -f $ASSETS_DIR/$i.png ]; then +- echo $ASSETS_DIR/$i.png exists. +-else +- echo +- echo Rendering $ASSETS_DIR/$i.png +- $INKSCAPE --export-id=$i \ +- --export-id-only \ +- --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\ +- # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +-fi +-done +-exit 0 +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/buttons b/Breeze-dark-gtk/gtk-2.0/widgets/buttons +new file mode 100644 +index 0000000..37eb221 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/buttons +@@ -0,0 +1,385 @@ ++style "button" ++{ ++ xthickness = 4 ++ ythickness = 5 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/button.png" ++ border = {4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/button-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/button-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/button-insensitive.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ ++ ++ ++ # Arrows ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-up-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-left-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-right-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ ++ ++ ++ ++ image ++ { ++ function = TAB ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ } ++} ++ ++style "togglebutton" ++{ ++ xthickness = 4 ++ ythickness = 5 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/togglebutton.png" ++ border = {4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/togglebutton-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/togglebutton-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/togglebutton-insensitive.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "spinbutton" = "default" ++{ ++ #bg[NORMAL] = @bg_color ++ ++ xthickness = 3 ++ ythickness = 3 ++ GtkWidget::interior_focus = 1 ++ ++engine "pixmap" ++ { ++ image ++ { ++ function = ARROW ++ } ++ ++ #Spin-up ++ image ++ { ++ function = BOX ++ state = NORMAL ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up-insensitive.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up-active.png" ++ overlay_stretch = FALSE ++ } ++ ++ # Spin-Down ++ image ++ { ++ function = BOX ++ state = NORMAL ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down-insensitive.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down-hover.png" ++ overlay_stretch = FALSE ++ } ++ } ++} ++ ++style "button_label" { ++ fg[NORMAL] = @button_fg_color ++ fg[ACTIVE] = @button_fg_color ++ fg[INSENSITIVE] = @button_insensitive_fg_color ++} ++ ++style "combobox_separator" ++{ ++ xthickness = 0 ++ ythickness = 0 ++ GtkWidget::wide-separators = 1 ++} +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/default b/Breeze-dark-gtk/gtk-2.0/widgets/default +new file mode 100644 +index 0000000..d714d83 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/default +@@ -0,0 +1,542 @@ ++gtk-auto-mnemonics = 1 ++ ++style "default" ++{ ++ xthickness = 1 ++ ythickness = 1 ++ ++ # Style Properties ++ ++ GtkScrollbar::activate-slider = 1 ++ GtkWidget::focus-line-width = 0 ++ GtkWidget::new-tooltip-style = 1 ++ GtkWidget::tooltip-alpha = 230 ++ GtkWidget::tooltip-radius = 2 ++ GtkMenuBar::window-dragging = 1 ++ GtkToolbar::window-dragging = 1 ++ GtkToolbar::internal-padding = 5 ++ GtkToolButton::icon-spacing = 4 ++ ++ GtkSeparatorMenuItem::horizontal-padding = 3 ++ GtkSeparatorMenuItem::wide-separators = 1 ++ GtkSeparatorMenuItem::separator-height = 1 ++ ++ GtkCheckMenuItem::indicator-size = 18 ++ GtkRadioMenuItem::indicator-size = 18 ++ ++ GtkButton::child-displacement-y = 0 ++ GtkButton::default-border = { 0, 0, 0, 0 } ++ GtkButton::default-outside_border = { 0, 0, 0, 0 } ++ ++ GtkScrollbar::trough-border = 0 ++ GtkScrollbar::slider-width = 20 ++ GtkRange::trough-border = 0 ++ GtkRange::slider-width = 7 ++ GtkRange::stepper-size = 0 ++ ++ GtkScrollbar::has-backward-stepper = 1 ++ GtkScrollbar::has-forward-stepper = 1 ++ GtkScrollbar::stepper-size = 15 ++ GtkScrollbar::stepper-spacing = 0 ++ GtkScrolledWindow ::scrollbar-spacing = 0 ++ GtkScrolledWindow ::scrollbars-within-bevel = 1 ++ ++ GtkVScale::slider_length = 20 ++ GtkVScale::slider_width = 20 ++ GtkHScale::slider_length = 20 ++ GtkHScale::slider_width = 20 ++ ++ GtkStatusbar::shadow_type = GTK_SHADOW_NONE ++ GtkSpinButton::shadow_type = GTK_SHADOW_NONE ++ GtkMenuBar::shadow-type = GTK_SHADOW_NONE ++ GtkMenuBar::internal-padding = 3 ++ GtkMenu::horizontal-padding = 0 ++ GtkMenu::vertical-padding = 0 ++ ++ GtkNotebook::tab-overlap = 1 ++ GtkNotebook::tab-curvature = 3 ++ ++ GtkCheckButton::indicator_spacing = 3 ++ #GtkOptionMenu::indicator_spacing = { 0, 0, 0, 0 } ++ ++ GtkTreeView::row_ending_details = 0 ++ GtkTreeView::expander-size = 12 ++ GtkTreeView::vertical-separator = 1 ++ GtkTreeView::horizontal-separator = 4 ++ GtkTreeView::allow-rules = 1 ++ ++ GtkProgressBar::min-horizontal-bar-height = 8 ++ GtkProgressBar::min-vertical-bar-width = 8 ++ ++ GtkEntry::state-hint = 1 ++ ++ # Colors ++ ++ bg[NORMAL] = @bg_color ++ bg[PRELIGHT] = @bg_color ++ bg[SELECTED] = @selected_bg_color ++ bg[INSENSITIVE] = @bg_color ++ bg[ACTIVE] = @bg_color ++ ++ fg[NORMAL] = @fg_color ++ fg[PRELIGHT] = @fg_color ++ fg[SELECTED] = @selected_fg_color ++ fg[INSENSITIVE] = @insensitive_fg_color ++ fg[ACTIVE] = @fg_color ++ ++ text[NORMAL] = @text_color ++ text[PRELIGHT] = @text_color ++ text[SELECTED] = @selected_fg_color ++ text[INSENSITIVE] = @insensitive_text_color ++ text[ACTIVE] = @selected_fg_color ++ ++ base[NORMAL] = @base_color ++ base[PRELIGHT] = @base_color ++ base[SELECTED] = @selected_bg_color ++ base[INSENSITIVE] = @bg_color ++ base[ACTIVE] = @selected_bg_color ++ ++ # All pixmap options are consolidated below this point ++ ++ engine "pixmap" ++ { ++ ++ # Check Buttons ++ ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = SELECTED ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/check-checked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = SELECTED ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ ++ # Radio Buttons ++ ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = SELECTED ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/radio-checked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = SELECTED ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ ++ # Arrows ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-up-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-up-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-up-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-down-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-left-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-left-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-left-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-right-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-right-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-right-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ ++ ++ # Option Menu ../assets ++ ++ image ++ { ++ function = TAB ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ ++ #Lines ++ ++ image ++ { ++ function = VLINE ++ file = "../assets/handle-v.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = HLINE ++ file = "../assets/line-h.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ } ++ ++ # Handles ++ ++ image ++ { ++ function = HANDLE ++ overlay_file = "../assets/handle-h.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = HANDLE ++ overlay_file = "../assets/handle-v.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ ++ # Expanders ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = COLLAPSED ++ file = "../assets/arrow-right.png" ++ } ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = EXPANDED ++ file = "../assets/arrow-down.png" ++ } ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = SEMI_EXPANDED ++ file = "../assets/arrow-down.png" ++ } ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = SEMI_COLLAPSED ++ file = "../assets/arrow-right.png" ++ } ++ ++ image ++ { ++ function = RESIZE_GRIP ++ state = NORMAL ++ detail = "statusbar" ++ overlay_file = "../assets/null.png" ++ overlay_border = { 0,0,0,0 } ++ overlay_stretch = FALSE ++ } ++ ++ # Shadows ( this area needs help :P ) ++ ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/entry b/Breeze-dark-gtk/gtk-2.0/widgets/entry +new file mode 100644 +index 0000000..ab81f42 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/entry +@@ -0,0 +1,214 @@ ++style "entry" ++{ ++ xthickness = 4 ++ ythickness = 4 ++ ++ base[NORMAL] = @base_color ++ base[ACTIVE] = @base_color ++ base[INSENSITIVE] = @insensitive_base_color ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = SHADOW ++ detail = "entry" ++ state = NORMAL ++ shadow = IN ++ file = "../assets/entry.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = SHADOW ++ detail = "entry" ++ state = INSENSITIVE ++ shadow = IN ++ file = "../assets/entry-insensitive.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = SHADOW ++ detail = "entry" ++ state = ACTIVE ++ file = "../assets/entry-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = FLAT_BOX ++ detail = "entry_bg" ++ state = ACTIVE ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "combobox_entry" ++{ ++ xthickness = 3 ++ ythickness = 4 ++ ++ engine "pixmap" { ++ ++ # LTR version ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = NORMAL ++ shadow = IN ++ file = "../assets/combo-entry.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = INSENSITIVE ++ shadow = IN ++ file = "../assets/combo-entry-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = ACTIVE ++ file = "../assets/combo-entry-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ # RTL version ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = NORMAL ++ shadow = IN ++ file = "../assets/combo-entry-button.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = INSENSITIVE ++ shadow = IN ++ file = "../assets/combo-entry-button-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = ACTIVE ++ file = "../assets/combo-entry-button-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ } ++} ++ ++style "combobox_entry_button" ++{ ++ xthickness = 6 ++ ++ fg[ACTIVE] = @text_color ++ ++ engine "pixmap" { ++ ++ # LTR version ++ ++ image { ++ function = BOX ++ state = NORMAL ++ file = "../assets/combo-entry-button.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/combo-entry-button.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/combo-entry-button-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/combo-entry-button-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ # RTL version ++ image { ++ function = BOX ++ state = NORMAL ++ file = "../assets/combo-entry.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/combo-entry.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/combo-entry-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/combo-entry-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ } ++} ++ +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/menu b/Breeze-dark-gtk/gtk-2.0/widgets/menu +new file mode 100644 +index 0000000..aaff5b1 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/menu +@@ -0,0 +1,277 @@ ++style "menubar" ++{ ++ #bg[SELECTED] = @selected_fg_color ++ ++ fg[NORMAL] = @fg_color ++ fg[SELECTED] = @selected_fg_color ++ ++ text[PRELIGHT] = @fg_color ++ ++ xthickness = 0 ++ ythickness = 0 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ recolorable = TRUE ++ state = PRELIGHT ++ file = "../assets/menubar-button.png" ++ ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "menu" ++{ ++ xthickness = 0 ++ ythickness = 0 ++ ++ #GtkMenuItem::arrow-scaling = 0.4 ++ ++ engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator ++ ++ image { ++ function = HLINE ++ file = "../assets/line-h.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "menu_item" ++{ ++ xthickness = 2 ++ ythickness = 4 ++ ++ bg[PRELIGHT] = @button_active ++ fg[PRELIGHT] = @selected_fg_color ++ text[PRELIGHT] = @selected_fg_color ++ ++ GtkMenuItem::toggle-spacing = 10 ++ GtkMenuItem::arrow-spacing = 10 ++ ++ engine "pixmap" ++ { ++ ++ # Check Buttons ++ ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = TRUE #needed for LibreOffice ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-insensitive.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-insensitive.png" ++ overlay_stretch = TRUE ++ } ++ ++ # Radio Buttons ++ ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-insensitive.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = SHADOW # This fixes boxy Qt menu items ++ file = "../assets/null.png" ++ border = { 10, 10, 10, 10 } ++ stretch = TRUE ++ } ++ ++ # Arrow Buttons ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/menu-arrow.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/menu-arrow-selected.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/menu-arrow-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ } ++} ++ ++style "menubar_item" ++{ ++ xthickness = 2 ++ ythickness = 2 ++ bg[PRELIGHT] = @selected_fg_color ++ fg[PRELIGHT] = @selected_fg_color ++} ++ ++style "menu_framed_box" #this is not needed in Gnome ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "menu" ++ file = "../assets/frame.png" ++ border = { 3, 3, 3, 3 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "separator_menu_item" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/line-h.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ } ++ } ++} +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/misc b/Breeze-dark-gtk/gtk-2.0/widgets/misc +new file mode 100644 +index 0000000..b8c303a +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/misc +@@ -0,0 +1,168 @@ ++style "treeview" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/tree-header.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "scrolled_window" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "frame" ++{ ++ xthickness = 1 ++ ythickness = 1 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = IN ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = IN ++ } ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = OUT ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = OUT ++ } ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = ETCHED_IN ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = ETCHED_IN ++ } ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = ETCHED_OUT ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = ETCHED_OUT ++ } ++ } ++} ++ ++style "tooltips" ++{ ++ xthickness = 8 ++ ythickness = 4 ++ ++ bg[NORMAL] = @tooltip_bg_color ++ fg[NORMAL] = @tooltip_fg_color ++ bg[SELECTED] = @tooltip_bg_color ++} ++ ++# Chromium ++ ++style "chrome-gtk-frame" ++{ ++ ChromeGtkFrame::frame-color = @bg_color ++ ChromeGtkFrame::inactive-frame-color = @bg_color ++ ++ ChromeGtkFrame::frame-gradient-size = 100 ++ ChromeGtkFrame::frame-gradient-color = @bg_color ++ ++ ChromeGtkFrame::incognito-frame-color = @bg_color ++ ChromeGtkFrame::incognito-inactive-frame-color = @bg_color ++ ++ ChromeGtkFrame::incognito-frame-gradient-size = 100 ++ ChromeGtkFrame::incognito-frame-gradient-color = @bg_color ++ ++ ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) ++ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) ++ ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color ++} ++ ++style "null" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/null.png" ++ stretch = TRUE ++ } ++ } ++} ++ ++style "toplevel_hack" { ++ ++ engine "adwaita" { ++ } ++} ++ +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/notebook b/Breeze-dark-gtk/gtk-2.0/widgets/notebook +new file mode 100644 +index 0000000..15d7ccf +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/notebook +@@ -0,0 +1,138 @@ ++style "notebook_tab_label" ++{ ++ fg[ACTIVE] = @fg_color ++} ++ ++ ++style "notebook" ++{ ++ ++ xthickness = 5 ++ ythickness = 2 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-bottom-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = TOP ++ } ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-top-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = BOTTOM ++ } ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-left-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = RIGHT ++ } ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-right-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = LEFT ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-top-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = BOTTOM ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-bottom-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = TOP ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-left-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = RIGHT ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-right-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = LEFT ++ } ++ ++# How to draw boxes with a gap on one side (ie the page of a notebook) ++ ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-top.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-horizontal.png" ++ gap_border = { 1, 1, 0, 0 } ++ gap_side = TOP ++ } ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-bottom.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-horizontal.png" ++ gap_border = { 1, 1, 0, 0 } ++ gap_side = BOTTOM ++ } ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-top.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-vertical.png" ++ gap_border = { 0, 0, 1, 1 } ++ gap_side = LEFT ++ } ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-right.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-vertical.png" ++ gap_border = { 0, 0, 1, 1 } ++ gap_side = RIGHT ++ } ++ ++# How to draw the box of a notebook when it isnt attached to a tab ++ ++ image ++ { ++ function = BOX ++ file = "../assets/frame.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/progressbar b/Breeze-dark-gtk/gtk-2.0/widgets/progressbar +new file mode 100644 +index 0000000..f10e9d7 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/progressbar +@@ -0,0 +1,47 @@ ++style "progressbar" { ++ xthickness = 0 ++ ythickness = 0 ++ ++ fg[PRELIGHT] = @selected_fg_color ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/progressbar-trough.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "bar" ++ file = "../assets/progressbar-bar.png" ++ stretch = TRUE ++ border = { 4, 4, 4, 4 } ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/progressbar-trough.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ orientation = VERTICAL ++ } ++ image ++ { ++ function = BOX ++ detail = "bar" ++ file = "../assets/progressbar-bar.png" ++ stretch = TRUE ++ border = { 4, 4, 4, 4 } ++ orientation = VERTICAL ++ } ++ } ++} ++ +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/range b/Breeze-dark-gtk/gtk-2.0/widgets/range +new file mode 100644 +index 0000000..d29a85b +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/range +@@ -0,0 +1,108 @@ ++style "range" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scale-trough-horizontal.png" ++ border = { 4, 4, 0, 0 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scale-trough-vertical.png" ++ border = { 0, 0, 4, 4 } ++ stretch = TRUE ++ orientation = VERTICAL ++ } ++ ++ # Horizontal ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider-active.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ ++ # Vertical ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider-active.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ # Function below removes ugly boxes ++ ++ image ++ { ++ function = BOX ++ file = "../assets/null.png" ++ border = { 3, 3, 3, 3 } ++ stretch = TRUE ++ } ++ ++ } ++} ++ +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/scrollbar b/Breeze-dark-gtk/gtk-2.0/widgets/scrollbar +new file mode 100644 +index 0000000..903e447 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/scrollbar +@@ -0,0 +1,110 @@ ++style "scrollbar" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scrollbar-trough-horizontal.png" ++ border = { 25,25, 5, 5 } #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1 ++ stretch = TRUE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scrollbar-trough-vertical.png" ++ border = { 5, 5, 25, 25 } ++ stretch = TRUE ++ orientation = VERTICAL ++ } ++ ++# Sliders ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/scrollbar-slider-horizontal.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = ACTIVE ++ file = "../assets/scrollbar-slider-horizontal-active.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/scrollbar-slider-horizontal-hover.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/scrollbar-slider-horizontal.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ ++# X Verticals ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/scrollbar-slider-vertical.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = ACTIVE ++ file = "../assets/scrollbar-slider-vertical-active.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/scrollbar-slider-vertical-hover.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/scrollbar-slider-vertical.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ } ++} +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/styles b/Breeze-dark-gtk/gtk-2.0/widgets/styles +new file mode 100644 +index 0000000..c800b66 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/styles +@@ -0,0 +1,52 @@ ++class "GtkWidget" style "default" ++class "GtkScrollbar" style "scrollbar" ++class "GtkButton" style "button" ++class "GtkEntry" style "entry" ++class "GtkOldEditable" style "entry" ++class "GtkSpinButton" style "spinbutton" ++class "GtkNotebook" style "notebook" ++class "GtkRange" style "range" ++class "GtkProgressBar" style "progressbar" ++class "GtkSeparatorMenuItem" style "separator_menu_item" ++class "GtkScrolledWindow" style "scrolled_window" ++class "GtkFrame" style "frame" ++class "GtkToolButton" style "toolbuttons" ++class "ChromeGtkFrame" style "chrome-gtk-frame" ++class "GtkToggleButton" style "togglebutton" ++ ++widget_class "*<GtkMenuBar>*" style "menubar" ++widget_class "*<GtkMenu>*" style "menu" ++widget_class "*<GtkMenu>*" style "menu_framed_box" ++widget_class "*<GtkMenuItem>*" style "menu_item" ++widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" ++widget_class "*Nautilus*ToolBar*" style "toolbar" ++widget_class "*HandleBox" style "toolbar" ++widget_class "*BonoboDockItem" style "toolbar" ++widget_class "*HandleBox" style "toolbar" ++widget_class "*<GtkToolbar>" style "toolbar" ++widget_class "*.<GtkTreeView>*" style "treeview" ++widget_class "*Tool*GtkButton" style "toolbuttons" ++widget_class "*Tool*GtkToggleButton" style "tooltoggle_buttons" ++widget_class "*<GtkToggleToolButtton>*" style "tooltoggle_buttons" ++widget_class "*<GtkButton>*<GtkLabel>" style "button_label" ++widget_class "*.<GtkComboBox>.<GtkCellView>" style "button_label" ++widget_class "*<GtkComboBox>*" style "button" ++widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" ++widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "combobox_separator" ++widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" ++widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" ++widget_class "*<GtkCombo>*" style "combobox_entry" ++widget_class "*<GtkCombo>.<GtkButton>" style "combobox_entry_button" ++widget_class "*<GtkFileChooserDialog>*GtkToggleButton*" style "toolbuttons" ++widget_class "*<GtkFileChooserDialog>*GtkComboBox*" style "button" ++widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" ++widget "gtk-tooltip*" style "tooltips" ++ ++# Xchat special cases ++widget "*xchat-inputbox" style "entry" ++ ++# Chrome/Chromium ++widget_class "*Chrom*Button*" style "button" ++widget "*swt*toolbar*" style "null" ++ ++class "GtkWindow" style "toplevel_hack" +diff --git a/Breeze-dark-gtk/gtk-2.0/widgets/toolbar b/Breeze-dark-gtk/gtk-2.0/widgets/toolbar +new file mode 100644 +index 0000000..ef67c7a +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-2.0/widgets/toolbar +@@ -0,0 +1,94 @@ ++style "toolbar" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/toolbar-background.png" ++ stretch = TRUE ++ } ++ } ++} ++ ++style "toolbuttons" ++{ ++ xthickness = 2 ++ ythickness = 2 ++ GtkWidget::focus_padding = 2 ++ ++ engine "pixmap" { ++ ++image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/toolbutton-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/toolbutton-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "tooltoggle_buttons" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/toolbutton-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/toolbutton-toggled.png" ++ border = { 4, 4, 4, 4} ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-active-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-active-selectionmode.png +deleted file mode 100644 +index a115b38ecf49bed92c466671b2e7b3e5655f145b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~zYI?bf|c0znW5@R=Kq3x&-E3IjnzAmJmTg;<#Q1n>kr +z1JpJah6-DJ27LhO?XRK`3IqZPg$WlL3vwUp*hr%0NVp>$iQ!-FCG)%8on#izF0a$b +z_6-6aGXugFg9yw3BSvb{VKjCRj3)rwMVB@Js0f^s5FqIT_*YL#+df{WFat_{qss)G +z7NrAKRx0%jMYAddWb#zmwuG4W=0>~K|NNL+Yr#sTo}r`Dh?sPBG0=3j4B^H^Ss_Z5 +z!jvdRlyVIgPj}t5V2Wl{G3n}y$J<vo;IC-U@1bg=K(U<a^x65212Tz$rh7)eBi=N9 +z)m5!*F1N?)w#Lr7dJpg6J-mni5sb3pZ4Upe5nNrv8MZA!=~8%8m{O%M*rwy4aGb|t +z+M83N7ztGy1u@WcHeEghg5M8;cs?w~o!Q#3(QfsXat$b!Qz@SJwsYGQV%(V-?T5bO +z&z)afy?83TVRqNmh`@fMh`<s9jQoZfU?ee86A*@e>>Lpo5Qc2p%`fFTfrUuXOuGO8 +N002ovPDHLkV1mCb*(Lx0 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-active-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-active-selectionmode@2.png +deleted file mode 100644 +index dbed7509f1f674349f1a847e86812f16511c0d8f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 988 +zcmV<210(#2P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H116fH#K~!jg?VCMJQ&AMh&pD62e$Y}r<U<lr!b4zF0}kqjMh8cA +zaL~cTkJZgMI_P3taljEjh;c*{h>JR?s|vL^G*+;I7W#qk=)1?^QDR)Ym(V_PdB5qU +zd8hCH>%D#NruP&904&Q2Hng-|5)7vipdA<qbO2c}-~u5}<(D$!$z*aJEz1f<o7x^C +z;Goy}stE&sDdsY_jDvjxmx1w=*MX`H0=9<2^@0S$X|Kc73IRAm2+;0zkXnJr`$?M{ +zlnjitcVsv5g>`4o3D>C>7+r%=^Z5C0?Cfi#P}HnOsQ)3>iZ-Vc%l5m8l#`w<s?_3< +z;S+CUPd10nwVS7|3;-Ia9<vGvA?)d~S^LxEFWD055jMI8qyNgX;|N|#<+-%7p_+AD +zMB*mx>yDvexL-vgGDoiVJM-U5vLh`mY#u+~{kLp6@nOM!Jvt|f%e9f+gksHs(An#~ +zWDR$?FAxPzUhHz7-Tf+6FMXlTLyeW=a^l0n+Kc-$wUz|{5QXf<>cqX7a`NNWG^S3g +zNw!{E7=sZLz@5hS>(M#2m^+XC>QRy%M*sj&Q2ypA|5!qIHuF*{@5RXeizs9_U@=ty +zfURsYC_jgJwMI863B>OeTeU`g;lauk)ngl3_S{O#7uFqLSa*D3-SLHW#~0QeUs!j1 +zVcqeCb;lRh9bZ^?d|};D7v3Ekr7qjZqAZM&ctHI!)q%os<qdgxVRnD!$CmB}iZy#K +zO|j+xwjPK9z*aV?I@uG&ddUU=K*J#O%(Y(CfIE$O=7t62wq1$!qVyh<v@oX=%a!B0 +zzGEGc3%3Wn7-@<%2SOL_4A%7xZFLZeABmi7y>thF{ca)^?m4`#@~M(F+!4Ncv<((h +z1+l8Wi?<yp5;w8+K&+Ahz}>Gdzki;ReGh42Cp}xVr^jZ^k*occ3!-5VwD-gfwcI-f +zJC3lYAJ3H2-%7GIN^MK_r^#Q={P$Ae<i##ye{U0p8$4-S;@^4OnV-v*-#$&L$O0&~ +zE$M*2($XDYSa%4Jh1Vf!2C^UqT<|(atzgD^BIGHrgVYKFo}&CxW}Jb)cpawNFu>=0 +zF7w35X0uK-5}Xc&>jfjWB67V_FW+v){VU#20)AP@WgaAx$@M?`i6p2iUiLiz0000< +KMNUMnLSTY3^vnqW + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode.png +deleted file mode 100644 +index 2587e9fcbaf9eed65588bdd4d68ac365e16be164..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~zYI?bc07!$1@V@b~h8yAndW5M4B_$--oz3vnTMjFKE7 +z^a5U??xoTTRC@_guaGPZO|lgXrFEy1@Z4A^bt+AyDM<dy$?$$;=D{00IlnZJvMU7C +zi2z}XK?EXzm{9DC`v-^DK-dA;F1oM*Kt-Tq0Rh?-fUA02*!J=ALIfyOjV>bb78Ru- +zJFaWC^p+|~vRI~Yma#lelIeJK7tUtyY$MolUGvB=nv*C>13ySJ_K_DsC3#P@Y)dl@ +zv)OeW7!HQPMsQ1Ssgo#5Z*K;E5pX%rk58{&&$HXQuJXQf?^u##G4O-5EV_vA2kE-2 +zTH9PjkGE)zopp5$*KiHj@IQhjd9TzQUXJ`r4KAEzEVpe-`zvhOmc|(44hrr(j+10+ +z8fMe$d3N9jDJwXs<nM<-r_<5G@a2uS2T#u~9#$6>r6G4+$876*>8B54EKibndOsS6 +z^ZES8(}xRJk==DQB2d*RB9K4;an&#Z!~&t%2ZX4KKSu-tgor+~{ufF>i8+mH7@PnA +N002ovPDHLkV1kx>*6aWP + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png +deleted file mode 100644 +index 1b59d8fc4fbdfb01d3d8ed893f2989e9f3511220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1006 +zcmV<K0}=d*P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H118Ye{K~!jg?VC?e8bKI`-x&%b|4pkvj98HhVlO@P)YuDfYeS-* +zdT1K$C+PQR`T<(?W}8N$^jI)GG=70rtQu@!F=b1tA}kOw&h&t2<HZ>YtQq$??O|W` +z_v}n&HklU$0O0fadTh4`o)HQW1mFaUFo*!6gaVQ=qRG;JVJV$XA0wa7*JJ4$c!L0q +ztDUctP@tR2Vd0hT?!CZspeU?%piYAT^&5N51QQAowZn7^0w{zLfK%-t-2x%%#=<O6 +zEKr1Rj_etlu;|=4;aj`~Uhjw{6b^ZYJRXP1WHNLj)Kyfg)w-0Giit!*%4V_(Pc3@z +z@X;66n;%b3I-f+J1~A5mKW6(OgphbVzP<i+{Woh3^9XyrBbLjur-Tq$mP<-mIpGc4 +z3Ra8R;B>pKI^5V@Fvd6<jr#X;dllA^W)=>GL!N(SQyVFHITqV3AC<Zy+r)0S>!)X? +zM}reV7eGTg9El9gzkT<ErJi}w@_2?F&Fj=gN?u%8-0HS00Kn1F(aFO6!d7ZCbv}(f +z!$W<n^~}P?UZVk^F^!jFv0c8H?Pp~<mOdqf005YJ*%wb{VT2m9S(fFJ8Y6p|VzG2m +z$mh!d7ui_g-iIqnS#{Ya<%&}0t>G4?^jhpl0MJ^N8~3H935$*<EIOL7=xD;CqX~<S +zCM-Idu;^&QqN53mjwUQRny~0_3nN53k)tJA$-*scwpjJtPw5a=vxWOWo>`dE#@lqc +zTsFJiuDZ0tVbeR^ZY#h=HWrwLYqeS(06>Q^o}Qi><xbdUre<b*`0QZ3TB|ajF)<5E +zS*h5(4&I+|&CbmR)EH@p!=|5mIX4~*2G2VPrHpjQTF=}8kVqt?G5^?|=35O;1YQ2| +zz(66NFPD@G_bFa0*v?uWni&8Z=hbV;&l2lzFbiihStTBiZ%3n1fAfJljIn!g(C+5T +z-8N1MA)i)Pw=$Vrg|$ZK9`w9my*Vf4Dmyzn`!<_hXEGTL27^J@QqupVQc>!=yFdSY +z{IIn3{adPdb;Si-ZA&7ceQAk~CM-G_5G87d=o*L;OaaMi=jaxcqCCckCe;qoEilj| +zF6|eVD9}x{!*m)7kSZM(-s=ty4o)qmo;72ynNWoK5u#=Qj$Xd&OyjS3zcA31@?qh1 +cI-NfL3tX!#ix@%Z`v3p{07*qoM6N<$f<@%Po&W#< + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-dark.png +deleted file mode 100644 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-dark@2.png +deleted file mode 100644 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode.png +deleted file mode 100644 +index f18420c89a3d5bb32ba4bf0eeec43bc8d00edfec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 611 +zcmV-p0-XJcP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pLkQK~zYI?Up}J+fWq6&-IP57+9=iK#3^jpG1g&4o!zjt<*Vu +z0=@z;cVR$GVWr|Dv>%|6m{4|4pf(I?5`pBQ5>}QD$gy883qdq`LC=AN0nTVk=jZdD +z&wY>9KYUswiN6x)tq2Gs6cI##mJpYDI-5Iy&^$0&XparRB}m>PU~UY+e)^m>>gCl* +z1Z0gH+EYsR(3)~>XJcoHv&$}0HV@?-M@sqU?XYrK@BV8?Mqp=SXNljeX4GXZPz^7T +zC{#(9WIN0Y#Wc^ZWt`GBu7B*+jKG{-cGYDqxc<KTI|=YVc|ZS7ZtfR2mv?oq^?RJM +zSv9<1Xy~ofA1@fRRocV=aDRE7($>6P_?!dr!wnE6(OK0GkB^%D9{n=<tBs%lKuq@P +zm#m4WS)ELvcaD~k=d<<r75oZ*sbEoJ?AYygp9~zGRedA4D2aca_$HnMXEoW*-Ea?& +zkD9&tn?y9>3_Q#AiQ`D|VlkZ*)GuBrrV)3v2Zc7V^3U5myOx>U+%Kqx7f2`JMPTCg +zA~3U(Ru`vN#^A7WSa(X>;9TD2nU&#^#~r0EPOrksx4QP@-o5`=9m@ETdcGbL!MvkS +xBqE3<Kx^D!0a}(2mqBQbBRLTSgr;=j@(sRPrpmAHb=&{|002ovPDHLkV1k$c5RCu; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png +deleted file mode 100644 +index ae19f082d599fd0bfe7431b0f6982a17bb71b892..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1143 +zcmV--1c>{IP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11N2EmK~!jg?VCSr8&w>~f4_J3`G4G`jgv-AN}DrHqz-@*hEl0R +zT7`kJ?Z7~XN)Xm=h>-yngu10e8Oxstu~aHSiC8E@@k&XYiw6sn)N1V1e^TGY_kJC& +zj!>ZGz3}Wqm-|eo)BS$;{rWw>=lk8y2moLhMx^g(=3P#32?2(HkbxgS;sm(Kkd|s& +z<vXTnT4)$XB-x+&0s$wz*4Ir4=wYK;zM;L6op=ujFM2Jg+aTazG?w6u6I}9IOt0X8 +zGYkQSycW_c5a~Gc%>pF?Av-)~pA#7NJBQA2NH#zlolNTIE|1|z_6Un6^=^pzH+ZXI +zQz^e~-(M&?rPYQ^EWSSd)=#1r>r?Lx=@+j}0BR^NvkP#}?d996cJAII(GcMg)<!3j +z`^}Q$aM~)?sQF}9R_lR?r*(F0EQOlpeia#G`poq+&PJgrI?}?1^>dfU{%W?Jf3RsU +z&ad;vc5lo+houI>(YHSsXU6ofdxEj>`KzPOH=q126fb<Ekynp&j@$VMo2~CYTj{k~ +z003UE?Cvaly3#g(-J8a2#ON1|7dDKMxDMb>V|#IaT~4NY>>qBK<TxAvfJMX?Pw{OD +z-PufA#hMo*yB}V!?84(>9RT*Ui6FfX(@u{TC;|A>C$?;i^gayq&!<t3u*mG(Y0a3* +zU^Jm*f2LN`cFbJaTAVMCZE;a8FGJq&3y93loerJ7a6(l+004|8^w8N0Cx`&7yEjc0 +zIhFmi)QqW&s$BaCW!2?YW?0oU?so1&_wW!H_B(-LzY`etJAq-p6Bzb8fnmQB81_4X +zVZWoyFtwV}6+}^ZtD!8nGQ;h)Tv=7F{Wzw&+{&t!_K))g0Jq?#vP|1v%a!fLTLl&Q +z01jgK1x0?cEpFYtX<7hE%BlZF%gd0S(il&N<!{p+SS&3)lf(^^Tjs~3V|^?&;JIm* +z8VKXy$rJ$WX%mVQy^ve(DvX-O^x5~vWd*86pPe&+xoub65?{rI4O1z<-8l|r-yDu# +z`Dnt6k!GoZaP-Q@lcDU?UI!unBVQGb7hbgN`wPX`sn?EmK2>H+563=yBLk0%b-pA2 +z7VjXicv{E7lc|md0QY@$`<HKvqB(>OJEhfzy?lFBpSgafb3@cL21BRPnw)NBkmGQB +z`OB4dX{{+5BegBrxqFYCjY2bg{_3c9e7qlHeV()}(bJmkY^+z?KYv}6F$*Bsw&Vwb +zhX=nC81_31kpA8*;#ZJ3Bfw3sb@U1%++Yl8$!j6Kf&neD+E)1v0X_6uOt&F`-)hzJ +zS6Zb~agy=Kax|9UggA&u38`Mb|1<7i@&05$-`A_<&rQ>`o&iiUV*#l{1;qdW002ov +JPDHLkV1iwlAsqk! + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active.png +deleted file mode 100644 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-active@2.png +deleted file mode 100644 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark.png +deleted file mode 100644 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png +deleted file mode 100644 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png +deleted file mode 100644 +index 7b86887b54e82dac9fc0d63d3a99b8d517dbb0f3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^u7&>&2DxOnDezK<OMqm%S4X7^Iyk*bf0>_@ynkF8eHscd*3#{^uA>x_UlIFoVhda +zwl3WFem;Z9nLUTy3_e?WP70ou8oWox`{0@2$Z5KQt<`CQojry-i{CLk&<*o?+qLLM +z3LAqGm(r!E?C%V5kNkxgW-Y5!U35G;?fu_1TkV7bGj5A9gp^FJyUfFoIje4_`+d&( +z=Kl@*`99n`Z{O+6aoJRyIoq~VBV%oU^tLXKl(n(?3C}hgs)<kZeSf8NZCm1r<App7 +z0_vVcMdxJKZ2j$R`+m{uT>+t2c^Y0GvSp}XTVSTTCV}C-e88gI6*byho&$Z(;OXk; +Jvd$@?2>{Z`kwgFh + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 07d10df2f0b6713cad65a17b8db319f1a5b68419..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 578 +zcmV-I0=@l-P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l!H^K~z|U?UzAs+CUJ6-^}8Y;=rkC1X|@#$-jm_&kYHr9MIO_ +zrd6vtOW0c8=^?n<SRk6%&dKkznw|Cg)@!e32msdW^)Qa(TOzt9B1Q)i5icT-*4ivd +z5?96PX#RznRTsu}dGAYW?R^C?h~xOSGWXv9F3a*kYkeRhX~R%N$QW~_l)7Q&2{Wtx +zem?`S0Z<Nz=(;kW&1Rc6OhX+v@&sU$rs*9sPe!BB2*4)*Ke#&c>2&(7ZS%UyvU~u5 +z@pw!C7{ECE;M~boElO*BsD(ZZs!{#SMdYI~Mn_RJe2ZC86i#bxi0CQw*zI;<8lU~; +znwSGX6h%X0jJ}k27NCjwYo5``rSlr~06jnt&;#@UJ-}Ijq9_^{D9l_hK>i;<Yi*i9 +zF!RAV_w`cVzlumiD6EQ(mCX9B0H-7(lx5jV&|uuS0J$V%%vC+cBH{sHyWM{78bB#^ +z0|3rBU&RI@@<>DzW}c*Jde?Ph0szb9@=rDY?yXs#=Q5wqf2~$44?s9c5@)Tw&$7(s +zdEUyd&lxWki$h=z0FHtjh39tZy)GvY;CuMm1<&1)IzrH?RV}FU`3a!>3#I(YYXOIC +Q0RR9107*qoM6N<$f+&Uk-T(jq + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png +deleted file mode 100644 +index 267905e7855617f89a3f78d494528517d9ac83ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 335 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs|x;Tbd +z^uC?sm~|*XqGkVbr@J%s<V1wt2kY2&*gEJZ@+W*$3e}(Nsyx}XqH))${S%%a%Trpy +z`Doo{nY4ZL<&RBG{VA1vhoSh_>j!h9mu3EHUE*|U*Q!;K^V2vKCw|d<DP7?Z#G|Of +zyzak~(gzd95BKC5Ro*r}?|Y|rdXxD3zkxyrDz0#qOl1_yUCb-7rv88|!*2Uex3!-i +zQ(dO~AR%q_z6rb5$)A10tihmmZf9ywVRBmj^vbeTnNkf(=RcP}c%t`D#G~P3gTLQ_ +a^O7HCrV8{cf8hlBi^0>?&t;ucLK6T%Jc8B$ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png +deleted file mode 100644 +index a2ab2752b54920e17a8cf8ca8a0f786bde76fa9f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 586 +zcmV-Q0=4~#P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mn&1K~z|U?UzAr(@+qGzj;l%Yegg^lK23WhOWAxYs4N{aDj3O +zq^LU(y+p|gT6zGw2G(s<^#GX!2^5;Hid7GbzE@cxwIyR`<$q<(d!Fxmwq%V3Kvg$@ +zec(B;Mm4ztPR#6G6h#-IC?5V5cu)~|KEKUuCrC87J$Zm10UtV@&Z&sRWzfv5IUbL< +zfIZ-qXMF_T05_=WOjS))56b{%MO8n0)+O)=XgK^kH?#Lu3jl$!4me=Vg_Ul%dsa1l +zI-Q=*l~x<!YW|&1CX;7Ll6(R-3$P40ch2p$+wJe6*z5KFsA_tjbN}4x^B-^k0XCB) +zImp|1uK@6*AUvJi17rzE2?Du2vILfrTA&uF1!{p>AWOhX=%3poOW?c&fni|*=iIJu +zP~=G%a3&&e^ETd1L}u1ZPep!`d0GH|Z-&F+>U{0)38-qRutjOLT3d?*t^h=2uWA8q +z{|x{x(*h^{`n9Sasp__wHOnHJSyNTFRrMHn2@uEem#{9Q(de;=d}DdPX1@l5!Ha&s +z{{t`=MbU+s?U>myFsl$ei{tn(1qZlJ4~;9pLzee-On{#&se%F5Uc^z(RJ<sGGX-w` +Y0&-`k-OUr^CIA2c07*qoM6N<$f;as06#xJL + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png +deleted file mode 100644 +index f18420c89a3d5bb32ba4bf0eeec43bc8d00edfec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 611 +zcmV-p0-XJcP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pLkQK~zYI?Up}J+fWq6&-IP57+9=iK#3^jpG1g&4o!zjt<*Vu +z0=@z;cVR$GVWr|Dv>%|6m{4|4pf(I?5`pBQ5>}QD$gy883qdq`LC=AN0nTVk=jZdD +z&wY>9KYUswiN6x)tq2Gs6cI##mJpYDI-5Iy&^$0&XparRB}m>PU~UY+e)^m>>gCl* +z1Z0gH+EYsR(3)~>XJcoHv&$}0HV@?-M@sqU?XYrK@BV8?Mqp=SXNljeX4GXZPz^7T +zC{#(9WIN0Y#Wc^ZWt`GBu7B*+jKG{-cGYDqxc<KTI|=YVc|ZS7ZtfR2mv?oq^?RJM +zSv9<1Xy~ofA1@fRRocV=aDRE7($>6P_?!dr!wnE6(OK0GkB^%D9{n=<tBs%lKuq@P +zm#m4WS)ELvcaD~k=d<<r75oZ*sbEoJ?AYygp9~zGRedA4D2aca_$HnMXEoW*-Ea?& +zkD9&tn?y9>3_Q#AiQ`D|VlkZ*)GuBrrV)3v2Zc7V^3U5myOx>U+%Kqx7f2`JMPTCg +zA~3U(Ru`vN#^A7WSa(X>;9TD2nU&#^#~r0EPOrksx4QP@-o5`=9m@ETdcGbL!MvkS +xBqE3<Kx^D!0a}(2mqBQbBRLTSgr;=j@(sRPrpmAHb=&{|002ovPDHLkV1k$c5RCu; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png +deleted file mode 100644 +index ae19f082d599fd0bfe7431b0f6982a17bb71b892..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1143 +zcmV--1c>{IP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11N2EmK~!jg?VCSr8&w>~f4_J3`G4G`jgv-AN}DrHqz-@*hEl0R +zT7`kJ?Z7~XN)Xm=h>-yngu10e8Oxstu~aHSiC8E@@k&XYiw6sn)N1V1e^TGY_kJC& +zj!>ZGz3}Wqm-|eo)BS$;{rWw>=lk8y2moLhMx^g(=3P#32?2(HkbxgS;sm(Kkd|s& +z<vXTnT4)$XB-x+&0s$wz*4Ir4=wYK;zM;L6op=ujFM2Jg+aTazG?w6u6I}9IOt0X8 +zGYkQSycW_c5a~Gc%>pF?Av-)~pA#7NJBQA2NH#zlolNTIE|1|z_6Un6^=^pzH+ZXI +zQz^e~-(M&?rPYQ^EWSSd)=#1r>r?Lx=@+j}0BR^NvkP#}?d996cJAII(GcMg)<!3j +z`^}Q$aM~)?sQF}9R_lR?r*(F0EQOlpeia#G`poq+&PJgrI?}?1^>dfU{%W?Jf3RsU +z&ad;vc5lo+houI>(YHSsXU6ofdxEj>`KzPOH=q126fb<Ekynp&j@$VMo2~CYTj{k~ +z003UE?Cvaly3#g(-J8a2#ON1|7dDKMxDMb>V|#IaT~4NY>>qBK<TxAvfJMX?Pw{OD +z-PufA#hMo*yB}V!?84(>9RT*Ui6FfX(@u{TC;|A>C$?;i^gayq&!<t3u*mG(Y0a3* +zU^Jm*f2LN`cFbJaTAVMCZE;a8FGJq&3y93loerJ7a6(l+004|8^w8N0Cx`&7yEjc0 +zIhFmi)QqW&s$BaCW!2?YW?0oU?so1&_wW!H_B(-LzY`etJAq-p6Bzb8fnmQB81_4X +zVZWoyFtwV}6+}^ZtD!8nGQ;h)Tv=7F{Wzw&+{&t!_K))g0Jq?#vP|1v%a!fLTLl&Q +z01jgK1x0?cEpFYtX<7hE%BlZF%gd0S(il&N<!{p+SS&3)lf(^^Tjs~3V|^?&;JIm* +z8VKXy$rJ$WX%mVQy^ve(DvX-O^x5~vWd*86pPe&+xoub65?{rI4O1z<-8l|r-yDu# +z`Dnt6k!GoZaP-Q@lcDU?UI!unBVQGb7hbgN`wPX`sn?EmK2>H+563=yBLk0%b-pA2 +z7VjXicv{E7lc|md0QY@$`<HKvqB(>OJEhfzy?lFBpSgafb3@cL21BRPnw)NBkmGQB +z`OB4dX{{+5BegBrxqFYCjY2bg{_3c9e7qlHeV()}(bJmkY^+z?KYv}6F$*Bsw&Vwb +zhX=nC81_31kpA8*;#ZJ3Bfw3sb@U1%++Yl8$!j6Kf&neD+E)1v0X_6uOt&F`-)hzJ +zS6Zb~agy=Kax|9UggA&u38`Mb|1<7i@&05$-`A_<&rQ>`o&iiUV*#l{1;qdW002ov +JPDHLkV1iwlAsqk! + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop.png +deleted file mode 100644 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-backdrop@2.png +deleted file mode 100644 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-dark.png +deleted file mode 100644 +index 83644add17a870ae9771428aa0c93260f6462f3b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 409 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#JAEJY5_^ +zEPCHg+V6EZK;+o|;ws@JP0onygY~n|UwE0P6ve*KV%K$cfmbi0+?Rh7WihrmV#V3z +zJpbUqg|SX6FK7u({t_p?+r?vj^X&USKK`vMcram)oUFjgb!^uX=P7Dt*~zSBV_ISr +z_1KLw&sH|<p4h~#32$x%-nzENYWn%A*^D_yydRxmVQZ+{Ytt)xktyTyuZr(S_OLL# +zY%gahEB<jWdGW6M>!&Zj#D9=e+`{-oGh>2&bPDVKbNe6gv+Uht$hh6!>SeoCS&MnS +z+T@!3pPy8$-g1ngt!&D+?1MK<8_U<l*=l>~GuSdPICjmNReHVelJLuRZr1r84i}mi +zJqS)+Dam-?=ilz&*tkN=hfOafPX%pW5;3cWaq6)|(JhA`Bm;wy!PC{xWt~$(6995Y +BrDy;E + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-dark@2.png +deleted file mode 100644 +index a509451c5047c7cd3ddbb57cd99bd02fbad569d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 668 +zcmV;N0%QG&P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10vSm}K~z|U?U&DP(?Af1e=~7hK?n_y1YQ6rEk!~_q7nol#61Co +zj~vQ@SK!hc6}&<Z<pCmU%AMX?0jjvrL{T505^fzqQ-#!|-r*42ilY3HjGa^F<Q=c) +z`*v5dW(fcuez0d;cHaSb1R#xg;uwNWrSa?SVs6h*k_Z0+AQKa~H-4)GFZvRixAF`C +z2w;-%${#zs`~4NQqo6IUO7d*ho(I%22qgfSgsa|`MV=c(E)`6x0U#}ax%Kq&vnZg0 +zqOfj#^duTDuBNW-+dFlJcjm0<O`LE55N4loUOB{h?RJ{|m(6;v61Tvw_Q7uVIGNFO +z%^&oh`TdQbcS+HE0J9-j0-z==OIxKY-~43NnEP8WtzeRJh`Ha_0Pr7h03ZOfq-br_ +z#DM|;ZiIw)$H)Z?6QBqLM%EZ6FqW7IOavwZ6M>1qFae36{>U1`1Zok`tDyyiWeJ@E +zVRk|Us1T`_qb3F&(ZZ@EySpN<lerlJJ}~CWRlPSC>_F<$VWhBraUq$X?<a8Fd6MP0 +z1xS?7IP!BE1e+j~1bFhmv`j_3(mKfgi1K1`CU4*J;KhyzJ_l0wJ{?|XSAE6!u4eU_ +zbNb^u7j^4YHHEi}xjmKOMJ8+jXv7F^kYL@10{}U?6Euxwk;GA@nN<#r<?qN-qNZyp +zJAfHP?!LWKcU$cfo)Q%o_*6B;ZM9FPYbo0>$o&VUU&BR_Z6GfI0000<MNUMnLSTYb +COdHbx + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-dark.png +deleted file mode 100644 +index 4201834a6a23e877cc653a67088bbf80c58232c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 375 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr6&x;Tbd +z^uC?6(d%%5K>L1gy%$q>jyhhss4lRud9#LHn{&6b`oeuqvc@gXOl7w0b8LIYJ10k7 +z@zDMzXHSdiWt|h$nrH9-__*$VVZo#`cX^XEPYCKNt9ctr^PFFtE}D{c=<>bqRW;Rx +zAGWTRNq1ebO8D~(rseZGWv9RXw9r>F;mZ59r#8tjt2-=-=9uv0o#>977w6xdTl6|` +z|8}n;_6OBl8<!a!2$j9UI`^~w59Wh8$N!wxpY-J1qct46b9y%``4pueSg5Y%9XfZ* +z)Fq$KpWttDPheb-Wagl9)uDa%_Z%Nqj%`0G>UXni-TY9i!19N0dPu`>MvkyRrS=Vr +Rb_4y-;OXk;vd$@?2>`6JnFIg; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-dark@2.png +deleted file mode 100644 +index f683fd7bfb496ccd0a1998b5a302ef8aea8c5b62..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 641 +zcmV-{0)G98P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10scuuK~z|U?Uylb6G0S)zc+R)8hc%&;s7WFLgPfFM2MbP2o4Ym +zq!l$v<BmWM0G3>Y1At<30HR1V2+3|ptSCo7a)fuVD1W;eD>Y@=m2mH%q>W_G@B +zXQb5|0cf<s1&3~_@DM1HO-@1gaAw0_DILc}X|%!xEBXy6X9ONi4=1a!MBbrW1GqMw +zvN?x$@M2lc)1Wn4I(JU6WP}>X8c<fTZ-J+Pm3lh}fg)(ruauvp0UeimyZ1Sg2>pt8 +z3pg=EXD&`(X9<rIGfIE~iY6X0Qa;R@K7YeI7%3I<@zdy;ziS2ejqm|jOu$m$$SLbD +zm%Z<C@!1{uU2g}&^NjiH)p#U196*3Y1KZOkjuilICxj1cO#OgK0`lJi|FFg+fosW3 +zU?wmVm<h}TCJAT?>rY){lE6_4{7zy4r>vuNNVXFSdMHkwPn#(9cAx+`Efv!0gvaG$ +zM+@Dvun*u@yqhqz15SH)vxEb5&w{1VngLD$oRM1A0-~3U%f>Jdx(Bi*NcDZY*A&>y +zsrMtzi;0!so~YDRcno0e#g~DAGaDFv0F(u(0#z#^Bi(D_SVBP1L34KUb$2_yAE@zH +zO2;@^Rdu^Sm<sjkgw|f{?C&%leR}iiXH@GCH;p-9p6mNNI-r{yDk#v8L=5S4#aAWf +b`~vJBuBxnq3d~z^00000NkvXXu0mjfxAz8) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png +deleted file mode 100644 +index e07fecd79e0c893bb6a0f68fc1c28dac948f0712..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 642 +zcmV-|0)737P)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10sl!vK~zYI?Uv6=8$lGu-<!!Q!ILoo(+I(Yq|!*59?DV*jR@ZS +zAL74Ia}oanQ|J%;4_f~KFXAPXqL+|U>9#4Db_0P(gl?l3Deh+Wd60-~CuKI6^-#aZ +znc@54y_xssVL^Y9LF#WH;5-o^j8TX{1kfVn6&_E_y#m5Cz<8kpHULBr=n+GJQ~*FP +zJ;lbIUYUphS<ujdLbAoF=^1Tlt(=`r<swYe_$bD%<A|===pDR&-8?`2?I?kl*2>uj +z4-2vGkzuusy4AP;2tUx!M3^V@dNi?6h!sm^*nhX#Py)}Ua*^(lVeP%$_~r+AQ(r&s +zo~*8KEymNih-_ba$4t|B+o)TkLI-MpsawOYN*XZ$z|Hg)OE1$IeR&QU|7Qh|E2vqk +zb`E#8O|OSnO0QZ43IKqNW9HdPLd8=FtOC6@WL(Mf&g%Fcd=LIl!Q={3HFRC!-Ws@B +zt9Df2<O=#xt9Dd8hxY2wMEJV7AMR|MgZ}GBp~>*jzg!xz>o_9$SdaPzd6mrTQDNKC +zk3t%8*KG6>3x(L~`qpCGs9XIDpM${U)gTbh=A*~oKmU@Q!6#3jfATI)P0wh>QaKw> +zk3RYc+ZHE38@+=MZ<^<4e~&&=a1gq?Iz|NL8oezc0x<$;1q~*E79->pKrn-d91#c* +cOtSlxOCD#k>-<fm@&Et;07*qoM6N<$f+t!ZR{#J2 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png +deleted file mode 100644 +index 8b09c96808d07ab5ce0006ee412b49f9f6702e88..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1187 +zcmV;U1YG-xP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11RzO7K~!jg?VHVS8$}q0-<kFI+QzPl<2J36CL5BHVzmgIqVyD~ +zs`kQ#s^A0SfO=@lg+HJYaE>_86e*{k9HbmLAW=X;MW`V%mo!l*8)}Ez2RGT^*!4$Z +z$MFmY*9~fvcGewx(Pp31%G&qc-{T$4dS}-N06>x?tJ~*~5DI4yKqpXyK@T8GD4-RL +z=yX1#MC0*z1xb=*b$b0@B0$Hq&euvP(0j$K@~P0%KlmX~^p4hnS`7l!VY7<_6AEXv +z4%03Optmss=+rt$yFiE@#JZWFSfB{+AKAwk!g^=l37gaw1f(J7iE|f&9lZk{o84t; +zMX2Xd-YjgbCFI=Pt;y7CLN2PQMJL}Jxy`!sYoqUW4!`&DAi@GtACo_X)JSY<VrlXA +zcdM*5%x5?t4LP5dCADpmO(*l4g?v?Q*k-W1+!pVlZWk6z7ytlc0S{leG_aPsUt&Ge +z%)%$mT@3zLHaS1Lawj^T*m$(w7TE@($7enrxzZO5oeBWdrB9xZ9Qom^Yk#uTGf!In +zql2Etc5;4p<)^Q|klQT_08q+hsz2WNTuv^;o($uTqpx^b>zRcucF_V*AI5j0;|X;! +z`7<+lJx*%d1OULQV)A4bMyNiTv*~1Bi!=K)rEI2}OD78eJK0!JeH|{hX@X*5vyk6X +zTci3qO!xTQY_s8!$kpE9@vz_OaB{gmS2l`Usm0%wndtT9YPn2Uvpfsc!h10ix!T(w +z9zD#f9{_;W;k5LJM-Ky`@XO7yIFFv(ep&{PhyA>I?dlyG=GL2=Ft1_U>fZbA=D`rw +zJBF~{F@*JwA*^={VZCDr>m5T_?-;^*hnsL^qo{fXk(Kghfm?5G!l{Lr!mHP=-t+u= +zb6d5X`DT0>puXV7b(wY{ru-JYvCN|%Koi1yt?^gOW%76_mCJJKi)48gs)w}A<u*5Q +zoR(mBxmAxOW?@R}>-^qB-EPt2(_C8g`pllL9v8q)HWrwLE9Lquj0F=OiCpeeoscu9 +zKlnt#Sik@P6&15Mv+!C%&Na5XLvIDnUcNS{#hDhpKJ(ctpB)Q^!cX2HR1!;B)_Uei +zYwp%$s_WI)Uv7M>!O*F|`$KQ|bLnJZqlu?@&ERmkEuO9(S0e*J{dx7>@1rT!9?Zh4 +z3Aq@XnphgXaA}}%KrEQ>fg^n{9Z;8>8>F^PW~V0P)xVcYtTn>HuHZ+kJ1Y<VDy8MQ +zjKkv-tfFW!S!_a6Nnen1>Cx81`-}hldUH&EaCbKM{E8h^y|$zWjGG6&V+iXV42bS} +zSwy!WN-zbqqIHgTK`DBOF{0C22Wb}==rqn}lqdyyPwOzPh64PN&nlC``ucj!>9GE6 +zvx|fx)PWEc0aU!p_kX7TSG+U^`fVYrjK$;e%D*NJWrM<=&Lsc<002ovPDHLkV1kiH +BI|Kj# + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover.png +deleted file mode 100644 +index 4201834a6a23e877cc653a67088bbf80c58232c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 375 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr6&x;Tbd +z^uC?6(d%%5K>L1gy%$q>jyhhss4lRud9#LHn{&6b`oeuqvc@gXOl7w0b8LIYJ10k7 +z@zDMzXHSdiWt|h$nrH9-__*$VVZo#`cX^XEPYCKNt9ctr^PFFtE}D{c=<>bqRW;Rx +zAGWTRNq1ebO8D~(rseZGWv9RXw9r>F;mZ59r#8tjt2-=-=9uv0o#>977w6xdTl6|` +z|8}n;_6OBl8<!a!2$j9UI`^~w59Wh8$N!wxpY-J1qct46b9y%``4pueSg5Y%9XfZ* +z)Fq$KpWttDPheb-Wagl9)uDa%_Z%Nqj%`0G>UXni-TY9i!19N0dPu`>MvkyRrS=Vr +Rb_4y-;OXk;vd$@?2>`6JnFIg; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-hover@2.png +deleted file mode 100644 +index f683fd7bfb496ccd0a1998b5a302ef8aea8c5b62..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 641 +zcmV-{0)G98P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10scuuK~z|U?Uylb6G0S)zc+R)8hc%&;s7WFLgPfFM2MbP2o4Ym +zq!l$v<BmWM0G3>Y1At<30HR1V2+3|ptSCo7a)fuVD1W;eD>Y@=m2mH%q>W_G@B +zXQb5|0cf<s1&3~_@DM1HO-@1gaAw0_DILc}X|%!xEBXy6X9ONi4=1a!MBbrW1GqMw +zvN?x$@M2lc)1Wn4I(JU6WP}>X8c<fTZ-J+Pm3lh}fg)(ruauvp0UeimyZ1Sg2>pt8 +z3pg=EXD&`(X9<rIGfIE~iY6X0Qa;R@K7YeI7%3I<@zdy;ziS2ejqm|jOu$m$$SLbD +zm%Z<C@!1{uU2g}&^NjiH)p#U196*3Y1KZOkjuilICxj1cO#OgK0`lJi|FFg+fosW3 +zU?wmVm<h}TCJAT?>rY){lE6_4{7zy4r>vuNNVXFSdMHkwPn#(9cAx+`Efv!0gvaG$ +zM+@Dvun*u@yqhqz15SH)vxEb5&w{1VngLD$oRM1A0-~3U%f>Jdx(Bi*NcDZY*A&>y +zsrMtzi;0!so~YDRcno0e#g~DAGaDFv0F(u(0#z#^Bi(D_SVBP1L34KUb$2_yAE@zH +zO2;@^Rdu^Sm<sjkgw|f{?C&%leR}iiXH@GCH;p-9p6mNNI-r{yDk#v8L=5S4#aAWf +b`~vJBuBxnq3d~z^00000NkvXXu0mjfxAz8) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.png +deleted file mode 100644 +index 7b86887b54e82dac9fc0d63d3a99b8d517dbb0f3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^u7&>&2DxOnDezK<OMqm%S4X7^Iyk*bf0>_@ynkF8eHscd*3#{^uA>x_UlIFoVhda +zwl3WFem;Z9nLUTy3_e?WP70ou8oWox`{0@2$Z5KQt<`CQojry-i{CLk&<*o?+qLLM +z3LAqGm(r!E?C%V5kNkxgW-Y5!U35G;?fu_1TkV7bGj5A9gp^FJyUfFoIje4_`+d&( +z=Kl@*`99n`Z{O+6aoJRyIoq~VBV%oU^tLXKl(n(?3C}hgs)<kZeSf8NZCm1r<App7 +z0_vVcMdxJKZ2j$R`+m{uT>+t2c^Y0GvSp}XTVSTTCV}C-e88gI6*byho&$Z(;OXk; +Jvd$@?2>{Z`kwgFh + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png +deleted file mode 100644 +index 07d10df2f0b6713cad65a17b8db319f1a5b68419..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 578 +zcmV-I0=@l-P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l!H^K~z|U?UzAs+CUJ6-^}8Y;=rkC1X|@#$-jm_&kYHr9MIO_ +zrd6vtOW0c8=^?n<SRk6%&dKkznw|Cg)@!e32msdW^)Qa(TOzt9B1Q)i5icT-*4ivd +z5?96PX#RznRTsu}dGAYW?R^C?h~xOSGWXv9F3a*kYkeRhX~R%N$QW~_l)7Q&2{Wtx +zem?`S0Z<Nz=(;kW&1Rc6OhX+v@&sU$rs*9sPe!BB2*4)*Ke#&c>2&(7ZS%UyvU~u5 +z@pw!C7{ECE;M~boElO*BsD(ZZs!{#SMdYI~Mn_RJe2ZC86i#bxi0CQw*zI;<8lU~; +znwSGX6h%X0jJ}k27NCjwYo5``rSlr~06jnt&;#@UJ-}Ijq9_^{D9l_hK>i;<Yi*i9 +zF!RAV_w`cVzlumiD6EQ(mCX9B0H-7(lx5jV&|uuS0J$V%%vC+cBH{sHyWM{78bB#^ +z0|3rBU&RI@@<>DzW}c*Jde?Ph0szb9@=rDY?yXs#=Q5wqf2~$44?s9c5@)Tw&$7(s +zdEUyd&lxWki$h=z0FHtjh39tZy)GvY;CuMm1<&1)IzrH?RV}FU`3a!>3#I(YYXOIC +Q0RR9107*qoM6N<$f+&Uk-T(jq + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive.png +deleted file mode 100644 +index 267905e7855617f89a3f78d494528517d9ac83ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 335 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs|x;Tbd +z^uC?sm~|*XqGkVbr@J%s<V1wt2kY2&*gEJZ@+W*$3e}(Nsyx}XqH))${S%%a%Trpy +z`Doo{nY4ZL<&RBG{VA1vhoSh_>j!h9mu3EHUE*|U*Q!;K^V2vKCw|d<DP7?Z#G|Of +zyzak~(gzd95BKC5Ro*r}?|Y|rdXxD3zkxyrDz0#qOl1_yUCb-7rv88|!*2Uex3!-i +zQ(dO~AR%q_z6rb5$)A10tihmmZf9ywVRBmj^vbeTnNkf(=RcP}c%t`D#G~P3gTLQ_ +a^O7HCrV8{cf8hlBi^0>?&t;ucLK6T%Jc8B$ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-insensitive@2.png +deleted file mode 100644 +index a2ab2752b54920e17a8cf8ca8a0f786bde76fa9f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 586 +zcmV-Q0=4~#P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mn&1K~z|U?UzAr(@+qGzj;l%Yegg^lK23WhOWAxYs4N{aDj3O +zq^LU(y+p|gT6zGw2G(s<^#GX!2^5;Hid7GbzE@cxwIyR`<$q<(d!Fxmwq%V3Kvg$@ +zec(B;Mm4ztPR#6G6h#-IC?5V5cu)~|KEKUuCrC87J$Zm10UtV@&Z&sRWzfv5IUbL< +zfIZ-qXMF_T05_=WOjS))56b{%MO8n0)+O)=XgK^kH?#Lu3jl$!4me=Vg_Ul%dsa1l +zI-Q=*l~x<!YW|&1CX;7Ll6(R-3$P40ch2p$+wJe6*z5KFsA_tjbN}4x^B-^k0XCB) +zImp|1uK@6*AUvJi17rzE2?Du2vILfrTA&uF1!{p>AWOhX=%3poOW?c&fni|*=iIJu +zP~=G%a3&&e^ETd1L}u1ZPep!`d0GH|Z-&F+>U{0)38-qRutjOLT3d?*t^h=2uWA8q +z{|x{x(*h^{`n9Sasp__wHOnHJSyNTFRrMHn2@uEem#{9Q(de;=d}DdPX1@l5!Ha&s +z{{t`=MbU+s?U>myFsl$ei{tn(1qZlJ4~;9pLzee-On{#&se%F5Uc^z(RJ<sGGX-w` +Y0&-`k-OUr^CIA2c07*qoM6N<$f;as06#xJL + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-selectionmode.png +deleted file mode 100644 +index f18420c89a3d5bb32ba4bf0eeec43bc8d00edfec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 611 +zcmV-p0-XJcP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pLkQK~zYI?Up}J+fWq6&-IP57+9=iK#3^jpG1g&4o!zjt<*Vu +z0=@z;cVR$GVWr|Dv>%|6m{4|4pf(I?5`pBQ5>}QD$gy883qdq`LC=AN0nTVk=jZdD +z&wY>9KYUswiN6x)tq2Gs6cI##mJpYDI-5Iy&^$0&XparRB}m>PU~UY+e)^m>>gCl* +z1Z0gH+EYsR(3)~>XJcoHv&$}0HV@?-M@sqU?XYrK@BV8?Mqp=SXNljeX4GXZPz^7T +zC{#(9WIN0Y#Wc^ZWt`GBu7B*+jKG{-cGYDqxc<KTI|=YVc|ZS7ZtfR2mv?oq^?RJM +zSv9<1Xy~ofA1@fRRocV=aDRE7($>6P_?!dr!wnE6(OK0GkB^%D9{n=<tBs%lKuq@P +zm#m4WS)ELvcaD~k=d<<r75oZ*sbEoJ?AYygp9~zGRedA4D2aca_$HnMXEoW*-Ea?& +zkD9&tn?y9>3_Q#AiQ`D|VlkZ*)GuBrrV)3v2Zc7V^3U5myOx>U+%Kqx7f2`JMPTCg +zA~3U(Ru`vN#^A7WSa(X>;9TD2nU&#^#~r0EPOrksx4QP@-o5`=9m@ETdcGbL!MvkS +xBqE3<Kx^D!0a}(2mqBQbBRLTSgr;=j@(sRPrpmAHb=&{|002ovPDHLkV1k$c5RCu; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked-selectionmode@2.png +deleted file mode 100644 +index ae19f082d599fd0bfe7431b0f6982a17bb71b892..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1143 +zcmV--1c>{IP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11N2EmK~!jg?VCSr8&w>~f4_J3`G4G`jgv-AN}DrHqz-@*hEl0R +zT7`kJ?Z7~XN)Xm=h>-yngu10e8Oxstu~aHSiC8E@@k&XYiw6sn)N1V1e^TGY_kJC& +zj!>ZGz3}Wqm-|eo)BS$;{rWw>=lk8y2moLhMx^g(=3P#32?2(HkbxgS;sm(Kkd|s& +z<vXTnT4)$XB-x+&0s$wz*4Ir4=wYK;zM;L6op=ujFM2Jg+aTazG?w6u6I}9IOt0X8 +zGYkQSycW_c5a~Gc%>pF?Av-)~pA#7NJBQA2NH#zlolNTIE|1|z_6Un6^=^pzH+ZXI +zQz^e~-(M&?rPYQ^EWSSd)=#1r>r?Lx=@+j}0BR^NvkP#}?d996cJAII(GcMg)<!3j +z`^}Q$aM~)?sQF}9R_lR?r*(F0EQOlpeia#G`poq+&PJgrI?}?1^>dfU{%W?Jf3RsU +z&ad;vc5lo+houI>(YHSsXU6ofdxEj>`KzPOH=q126fb<Ekynp&j@$VMo2~CYTj{k~ +z003UE?Cvaly3#g(-J8a2#ON1|7dDKMxDMb>V|#IaT~4NY>>qBK<TxAvfJMX?Pw{OD +z-PufA#hMo*yB}V!?84(>9RT*Ui6FfX(@u{TC;|A>C$?;i^gayq&!<t3u*mG(Y0a3* +zU^Jm*f2LN`cFbJaTAVMCZE;a8FGJq&3y93loerJ7a6(l+004|8^w8N0Cx`&7yEjc0 +zIhFmi)QqW&s$BaCW!2?YW?0oU?so1&_wW!H_B(-LzY`etJAq-p6Bzb8fnmQB81_4X +zVZWoyFtwV}6+}^ZtD!8nGQ;h)Tv=7F{Wzw&+{&t!_K))g0Jq?#vP|1v%a!fLTLl&Q +z01jgK1x0?cEpFYtX<7hE%BlZF%gd0S(il&N<!{p+SS&3)lf(^^Tjs~3V|^?&;JIm* +z8VKXy$rJ$WX%mVQy^ve(DvX-O^x5~vWd*86pPe&+xoub65?{rI4O1z<-8l|r-yDu# +z`Dnt6k!GoZaP-Q@lcDU?UI!unBVQGb7hbgN`wPX`sn?EmK2>H+563=yBLk0%b-pA2 +z7VjXicv{E7lc|md0QY@$`<HKvqB(>OJEhfzy?lFBpSgafb3@cL21BRPnw)NBkmGQB +z`OB4dX{{+5BegBrxqFYCjY2bg{_3c9e7qlHeV()}(bJmkY^+z?KYv}6F$*Bsw&Vwb +zhX=nC81_31kpA8*;#ZJ3Bfw3sb@U1%++Yl8$!j6Kf&neD+E)1v0X_6uOt&F`-)hzJ +zS6Zb~agy=Kax|9UggA&u38`Mb|1<7i@&05$-`A_<&rQ>`o&iiUV*#l{1;qdW002ov +JPDHLkV1iwlAsqk! + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked.png +deleted file mode 100644 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-checked@2.png +deleted file mode 100644 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-hover-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-hover-selectionmode.png +deleted file mode 100644 +index 0fec1f88c8d5e00b2a0054aaf6bea40a8331f9ca..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 543 +zcmV+)0^t3LP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10h~!hK~zYI?bgjo0#OtP@N;GyMO>*PXa<s!Ns8GbTm<O@_zwCE +zx{;nhgFarNUZ731i*PxsXv#oI!9^%ESsRIF98Zf7%C6uTju7)--npC~bMJwBFqPh0 +zM;ew9aE%BM78pbz0%#NRRXz}0JpjT8z+%y{4FDbl+T;)*Yyvo`hq*-`FDpcVoZ09& +zHrArc?G>_xQq&)gdpJSh=P5kWG`-uZ_iLwz&B5!7HWQpJl%gveDPOlCD;-%<hU&X+ +z1hv_nd?=X~gRzt^lP|&L$$ot%*dLC2x(!*mI4<8C0l(+&>b#dLRuX|o+{60Lykkxf +z_>L?o^P=N)ZY5>fRZVR!qsMEs#?rdlf-TsBE%+b7HoJ4KclbvQ$MhOZc%*51Xe%xL +z6%HlSqOPjUhl2SYcU$#-FqZP=ij_o1mXzU#!9l?BH3$TvN%867=9#qzw|920Cl_6A +zuaL=?qJhZ#qmQntdhfB`ubmw=2XDVeA0})@me<vYKxU(eKpX+I&4vk}%@OidKxmoq +h=ZHXn&?0qM{RCHGiALQ?d{O`a002ovPDHLkV1kG+<fH%q + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-hover-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-hover-selectionmode@2.png +deleted file mode 100644 +index d3ab71500e9a706e6671186fcb5cc5be170e31a7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1031 +zcmV+i1o-=jP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11B6LLK~!jg?VHU{6G0e<-<d7_U}<fsK!I3LRso3wj0y%$DlvNT +zB0)JA4~B!ri+=!#dL|weO*nZf2M!)gL=A?-U<fC`pf1uz%Ar89w6>J*&Uh#V!-bhj +zyJXnsw1<7Wzo#>q-RwJy000z4G1;7j?Sw)L0w@BCFo*!6gaVqwhz>+UL66t#T|<hZ +znDQKj&k&$$t@C9P3iSI@IQU2^KUsALD7vC`piF}R6__nD!GuDK)?u;*0dyH7fFiAf +zWDA67F&1WlVu2!jcx1QGg+=Gk2^)9|TuMz|-L*D%!HG({*<v+jBGg{2uEf?Cd}?I0 +zzjtQdr!Mi-qWbeqgRCc?xpbqb;pV+6geAlubN?YEK}Py|CMO2p&a>7qkFZOr$=fYU +z5}PC(@JCl-(GA|P>0q(ijE<5rE0zox003hNH?($CF3e2DSx1^#xb9k;`(IiA`0(72 +zr`xyuXE7_XDP+4dr@8$>g}b)V1(1}kzutcA{qxQrEcMKbR^jm~d+OLfK0NpF)l)Uw +zvH$?_NND53%O|S;>&W&rE;xS5!CKEOY_!NmfaEkD@^t(7V(vd*dS7@+Vv_&>m^c<s +zW?_VqvpF2_N3|H)-NeJ8jYz;B1K7#N0{4A*HA@Q=3oEhcI&TfPFy$@CAn9Z|bWd8k +zu;}Q*qN59ojxH=Zy0GZz!lI)Ki;gZVI=Zmv=)$6-3yTi7@PX))ZjnwFZeg?4mXpSH +zGJ?fw<8H_^3sahW&+jNHv&nX+=F+mmnPV?4w*u^BV}V(CZFOlK002t{+|+)*f;-_p +z(|r4(g0X}F0M=Gw%snP%;RT->NgbEfUUXf(-&v)_NXrgq&eaExtKGF1ws#N)eUo9< +zdgdJfqy4=zrKisxP5rCx+D6x{nsbGbfIqgJMi(y~a;-L_y|mn#$^ek;SC75(%&`6j +zv+%r6T^i}@nQUn7s7zfDO9q^Otl~&MU+#T_BsR%#UynNfYckGSBNdmr@3Nj8oc<XP +zsH34=yHhgBve95POKBzjPgdi9)@P?Cet&-5rB06xNA|ARfot262<T5*qN59o4hBSt +z)*-S6q6AYwb6V%f7L=k{j1e8sI!Ly_KnHL%6!cJ_-?a{tX(+(AXgJs_EiNu5@^Vd| +z%odqYgbEO%G62V3zJpBiQ@j8M`X&|*c6q(twZHoTD74+S7&-s|002ovPDHLkV1nr` +B)Q<oF + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active-dark.png +deleted file mode 100644 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active-dark@2.png +deleted file mode 100644 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active.png +deleted file mode 100644 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-active@2.png +deleted file mode 100644 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png +deleted file mode 100644 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png +deleted file mode 100644 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png +deleted file mode 100644 +index 416dbba54af9d3739191b8b756ef7194d9098fe6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 360 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp`ax;Tbd +z^d1d5opsniV9r#TK(0*1gdCTem-l~#{|Vg5(e#8}X$i}l4Pktqiu%iqY)kTXTN|I* +z<n4P|hcP29PC@8QO^8?SWs|$=hYd2)?uol5c4qwXm2na{Hsen9ezpysOQvwIEuA94 +z(2>ET81eiL*Ma3fGLIeG|Jd8m{RdCIna4Wr=Xb(69@cjGxU}n>Hk-^D*SY+eIh#vK +zMe2p`e-HmjYyDke_~XAe$Adrfie0YP96aNm>?4;Q6goBMw%Pk#c`OYsnp?l#TR*p0 +zJ3BX|Y1g{rn{@Uw8pKxRGuSblkeqGMaF?^nHj81?I{8+hhZ#Iw{an^LB{Ts5%yWv} + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 7f8a4692c7afb0ae817b5f44900249e7af7aa4a1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~z|U?Uzq$+dvS--^@Bnup*zT1PhTvL7&E7-ZxVlaxg;1 +zRZB}ZaxIzJ=^<7Tu9ZKIloslD+#SvP?d}X{2mls~#ij52w?uSJM2sG!s!mlOilSI2 +zNmAD9v^W3A%%%_HLpkT9D2n?UV&MD!ZEfzH`ynEE9LHNC(k={DmC`i5GRB0=JYr_E +z*=!;JO8_z;qU+i`ilSu~rcLb+@)N)^%d$IW9u0@XA%G76zH<HM<MH@&*XD;3ksJVm +zARqt?AZQj`dGxCe702=RV9EOp(AAqir6V5POUu1RXMi)nplu`1^8i33A{VD57LlFj +zd07~S_Nlnm8>p)4WOD#8##~fY6+IW%3Sf*m+59y*{(23x0*J`&t;t`KqZPpOyzDIy +zBC@mAX3xd7cEP@SKb;EjQvJI%a0dAQ092LwHaq6gyn)NU0n#+R`U5~!9RRFWtDC+7 +zj4>eqlx6AawSlTW5YdR4M_HEL^*xvXz-%_F>iu^g&8)RLnM}UV=W_=@IZ2YTD2n^_ +zdR<s+d;2xF*6MUR-8Retplnv9!Q;5}Uajc>d}&_0;&D1Mdx*Z;viA7~Kz;#<R?H#6 +S;C|Qu0000<MNUMnLSTX+zyEXq + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png +deleted file mode 100644 +index 8450a226594809d5f6304a7e0b683f6800fb3bb0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 351 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs&Tx;Tbd +z^d6mL=y%vb#O1!##03XMrYYUL!?MGXPl)e;>H~%aF)hLmvUhYWE=*jzG~lQB#UO@B +z8<mc0b1l1l@yzZ2TVKyw7TGSa?EvrRt>x!(KiSkf2kE|CntOY-rSJP%t(T#f_;xr1 +zeYm$=aQlA;rVU;Un{<A6F!FrrR#{fzRnMl=&hDvNU_DX4d(n>hvl3SE6quVGYxu<T +zpf=}ERHDs2nZN(FRX%*(oaA-5hUv}OH<@}%Uhm2_u4c<>SX!JX>~v$+&E_SW8}_|t +re6?zoT;t;3-}D<rB3yEcSor4edl6mKvM=ut(4P#Ru6{1-oD!M<uN;nj + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png +deleted file mode 100644 +index 35ec3f84e5db7f5538116cbef044aaf6662577ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 563 +zcmV-30?hr1P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kBC#K~z|U?U%7`(@+$KzvCv|iW&(CIW99uX{Roo5gP+A@C<zg +zq^MgFeFT{D1TCGI=nQ+w(7DaAkf=h_saWmL(CaFS5+l`ighc+yy7&5gpMCBft^v6F +zQ(zBx2CPs|E`cLSZ<8cB$p<aKzXGc@fhY4z(pE0f;P%UN_yO=Pj^kr9%c`JBYNlzr +z0qg*;0_#2S2DrxENA50n->(8#6nFm=SQo$}pb-&zE@`)J0U&2Q03u)|%4gc`_V>E! +z!{P9FVrcnJpsJo1rPJyBo*0UvsVnE0g}_3fF>4}C(-)FH0?9pVpPAWq9LJxF7R~$v +zl0KAx1FVG_g(+&mS_ycb$7KZOk|Ke#3hJNUTfoe=OG=!E8ikp83c~LFYY)rjpWXut +zf&WZEQnPMYzu#Y;Dd6twbqlmwt&M2{mjGtAQ?~%OcLRWnae<@o{My|Q+<mjkc1UWv +z`=+}e0xtowEc=qr+h8zwVrJi%-_`8A*Xup+cDp|SMM;vJNZOKg2#jh3kFqS=AA<v2 +z+1P?5;34xnnm54DrLh44S3x8KY}#8DB<Bo)>pz#wpAu+(BJ}_O002ovPDHLkV1i)C +B^)LVc + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop.png +deleted file mode 100644 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-backdrop@2.png +deleted file mode 100644 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-dark.png +deleted file mode 100644 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-dark@2.png +deleted file mode 100644 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark.png +deleted file mode 100644 +index 82cabe5d0f4285fc7862037232df6111da278a30..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=*1i;;(GpfWpmg}Cmk2vyA28*Y3zE3l@1>A^4KQe-L1HpmplAHgKHXlnA+3@ +zA4GKy$<J%mRAct6+w!68|EF_L?e0y_d803I+VNZGlo>up*W9-Dln<FOk@I_W{N{hD +z>EDZGYrcQE7It-^rQ3mt#v7XrxSJ&;9{ehKuH15gov(4qnlEC}d)HZRe_qFY{p)jv +zwf37Xi66LmDRbctD?jViQabI7J)f6tl~54TW`3|SQ)kVEHR6l^?{8|J|9&TD$o%po +zqtL5~IUaU({?VRA+&&B;XLfZwnU$fh{r6S_mq5;^U!Q82LyW#}Z#27bD`7I%hx;lG +WzVYcw#ah5nVDNPHb6Mw<&;$UjBbY@1 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png +deleted file mode 100644 +index 5cd807b4a88b81eedec94ec9558d46eebab268ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 621 +zcmV-z0+RiSP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10qRLaK~z|U?U%7`6G0G$zggQ6jeRcC5n2=pLK7^dM2L=pSO{Lh +z$Pa+hxFe7kz{(Z804OFE6%i5*&AA~^q)r;7MEEWZA=w?8JIAtov9RwfB>b1NbNhX| +z*)3K8{2*F(=#~oifin5z6m$<~Hk!4{K~fYyh?cGB7oeIGcsM<rtR)gfhi+ZMwd0h{ +z65f8}uAFB<^8+oN6RsGc1+orQRqQL^31Fq&4I`io+G(y<A7=qgOS{{9A4^2dRqrNn +zVu)uhPG95+kCQMefC0)TSus-mmN$LznzuhxTIdU8HS??T^p^Y{Dj74fbB37<%ms>R +z3+*6$h^P;8eUgnu<w#T;&uZR>tNK#^fFRqG!U0rt$r-lC^`#1^=+dO{f!vr_U{*;V +zfyz+^`yWmrpp7Xd4iOsTno@5;e0s;uaN7L4XJ9Vy{|Wekmhy(Z{jLkC0#19k^A<S% +z6|RgDI0bM<T6qhI_8DPPD}wHUtP4_q-R*S*HVf)~&GKPlCA=dlEfpRCSbOpDQoxxF +zjNSvPg4BV!m56pXOxg19Vu=7jrC&Pvy!$43AE;^8DhD`OQ+2yQlnHfoB5N;pKJEAq +z-o1SOBd(pvKtlmoWOi560mp@bf&yo;hyi5OR~aPX`~>VDCl{lM^Mr4L00000NkvXX +Hu0mjfM9czp + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover.png +deleted file mode 100644 +index 82cabe5d0f4285fc7862037232df6111da278a30..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=*1i;;(GpfWpmg}Cmk2vyA28*Y3zE3l@1>A^4KQe-L1HpmplAHgKHXlnA+3@ +zA4GKy$<J%mRAct6+w!68|EF_L?e0y_d803I+VNZGlo>up*W9-Dln<FOk@I_W{N{hD +z>EDZGYrcQE7It-^rQ3mt#v7XrxSJ&;9{ehKuH15gov(4qnlEC}d)HZRe_qFY{p)jv +zwf37Xi66LmDRbctD?jViQabI7J)f6tl~54TW`3|SQ)kVEHR6l^?{8|J|9&TD$o%po +zqtL5~IUaU({?VRA+&&B;XLfZwnU$fh{r6S_mq5;^U!Q82LyW#}Z#27bD`7I%hx;lG +WzVYcw#ah5nVDNPHb6Mw<&;$UjBbY@1 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-hover@2.png +deleted file mode 100644 +index 5cd807b4a88b81eedec94ec9558d46eebab268ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 621 +zcmV-z0+RiSP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10qRLaK~z|U?U%7`6G0G$zggQ6jeRcC5n2=pLK7^dM2L=pSO{Lh +z$Pa+hxFe7kz{(Z804OFE6%i5*&AA~^q)r;7MEEWZA=w?8JIAtov9RwfB>b1NbNhX| +z*)3K8{2*F(=#~oifin5z6m$<~Hk!4{K~fYyh?cGB7oeIGcsM<rtR)gfhi+ZMwd0h{ +z65f8}uAFB<^8+oN6RsGc1+orQRqQL^31Fq&4I`io+G(y<A7=qgOS{{9A4^2dRqrNn +zVu)uhPG95+kCQMefC0)TSus-mmN$LznzuhxTIdU8HS??T^p^Y{Dj74fbB37<%ms>R +z3+*6$h^P;8eUgnu<w#T;&uZR>tNK#^fFRqG!U0rt$r-lC^`#1^=+dO{f!vr_U{*;V +zfyz+^`yWmrpp7Xd4iOsTno@5;e0s;uaN7L4XJ9Vy{|Wekmhy(Z{jLkC0#19k^A<S% +z6|RgDI0bM<T6qhI_8DPPD}wHUtP4_q-R*S*HVf)~&GKPlCA=dlEfpRCSbOpDQoxxF +zjNSvPg4BV!m56pXOxg19Vu=7jrC&Pvy!$43AE;^8DhD`OQ+2yQlnHfoB5N;pKJEAq +z-o1SOBd(pvKtlmoWOi560mp@bf&yo;hyi5OR~aPX`~>VDCl{lM^Mr4L00000NkvXX +Hu0mjfM9czp + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png +deleted file mode 100644 +index 416dbba54af9d3739191b8b756ef7194d9098fe6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 360 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp`ax;Tbd +z^d1d5opsniV9r#TK(0*1gdCTem-l~#{|Vg5(e#8}X$i}l4Pktqiu%iqY)kTXTN|I* +z<n4P|hcP29PC@8QO^8?SWs|$=hYd2)?uol5c4qwXm2na{Hsen9ezpysOQvwIEuA94 +z(2>ET81eiL*Ma3fGLIeG|Jd8m{RdCIna4Wr=Xb(69@cjGxU}n>Hk-^D*SY+eIh#vK +zMe2p`e-HmjYyDke_~XAe$Adrfie0YP96aNm>?4;Q6goBMw%Pk#c`OYsnp?l#TR*p0 +zJ3BX|Y1g{rn{@Uw8pKxRGuSblkeqGMaF?^nHj81?I{8+hhZ#Iw{an^LB{Ts5%yWv} + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png +deleted file mode 100644 +index 7f8a4692c7afb0ae817b5f44900249e7af7aa4a1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~z|U?Uzq$+dvS--^@Bnup*zT1PhTvL7&E7-ZxVlaxg;1 +zRZB}ZaxIzJ=^<7Tu9ZKIloslD+#SvP?d}X{2mls~#ij52w?uSJM2sG!s!mlOilSI2 +zNmAD9v^W3A%%%_HLpkT9D2n?UV&MD!ZEfzH`ynEE9LHNC(k={DmC`i5GRB0=JYr_E +z*=!;JO8_z;qU+i`ilSu~rcLb+@)N)^%d$IW9u0@XA%G76zH<HM<MH@&*XD;3ksJVm +zARqt?AZQj`dGxCe702=RV9EOp(AAqir6V5POUu1RXMi)nplu`1^8i33A{VD57LlFj +zd07~S_Nlnm8>p)4WOD#8##~fY6+IW%3Sf*m+59y*{(23x0*J`&t;t`KqZPpOyzDIy +zBC@mAX3xd7cEP@SKb;EjQvJI%a0dAQ092LwHaq6gyn)NU0n#+R`U5~!9RRFWtDC+7 +zj4>eqlx6AawSlTW5YdR4M_HEL^*xvXz-%_F>iu^g&8)RLnM}UV=W_=@IZ2YTD2n^_ +zdR<s+d;2xF*6MUR-8Retplnv9!Q;5}Uajc>d}&_0;&D1Mdx*Z;viA7~Kz;#<R?H#6 +S;C|Qu0000<MNUMnLSTX+zyEXq + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.png +deleted file mode 100644 +index 8450a226594809d5f6304a7e0b683f6800fb3bb0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 351 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs&Tx;Tbd +z^d6mL=y%vb#O1!##03XMrYYUL!?MGXPl)e;>H~%aF)hLmvUhYWE=*jzG~lQB#UO@B +z8<mc0b1l1l@yzZ2TVKyw7TGSa?EvrRt>x!(KiSkf2kE|CntOY-rSJP%t(T#f_;xr1 +zeYm$=aQlA;rVU;Un{<A6F!FrrR#{fzRnMl=&hDvNU_DX4d(n>hvl3SE6quVGYxu<T +zpf=}ERHDs2nZN(FRX%*(oaA-5hUv}OH<@}%Uhm2_u4c<>SX!JX>~v$+&E_SW8}_|t +re6?zoT;t;3-}D<rB3yEcSor4edl6mKvM=ut(4P#Ru6{1-oD!M<uN;nj + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed-insensitive@2.png +deleted file mode 100644 +index 35ec3f84e5db7f5538116cbef044aaf6662577ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 563 +zcmV-30?hr1P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kBC#K~z|U?U%7`(@+$KzvCv|iW&(CIW99uX{Roo5gP+A@C<zg +zq^MgFeFT{D1TCGI=nQ+w(7DaAkf=h_saWmL(CaFS5+l`ighc+yy7&5gpMCBft^v6F +zQ(zBx2CPs|E`cLSZ<8cB$p<aKzXGc@fhY4z(pE0f;P%UN_yO=Pj^kr9%c`JBYNlzr +z0qg*;0_#2S2DrxENA50n->(8#6nFm=SQo$}pb-&zE@`)J0U&2Q03u)|%4gc`_V>E! +z!{P9FVrcnJpsJo1rPJyBo*0UvsVnE0g}_3fF>4}C(-)FH0?9pVpPAWq9LJxF7R~$v +zl0KAx1FVG_g(+&mS_ycb$7KZOk|Ke#3hJNUTfoe=OG=!E8ikp83c~LFYY)rjpWXut +zf&WZEQnPMYzu#Y;Dd6twbqlmwt&M2{mjGtAQ?~%OcLRWnae<@o{My|Q+<mjkc1UWv +z`=+}e0xtowEc=qr+h8zwVrJi%-_`8A*Xup+cDp|SMM;vJNZOKg2#jh3kFqS=AA<v2 +z+1P?5;34xnnm54DrLh44S3x8KY}#8DB<Bo)>pz#wpAu+(BJ}_O002ovPDHLkV1i)C +B^)LVc + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed.png +deleted file mode 100644 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-mixed@2.png +deleted file mode 100644 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-selectionmode.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-selectionmode.png +deleted file mode 100644 +index 2587e9fcbaf9eed65588bdd4d68ac365e16be164..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~zYI?bc07!$1@V@b~h8yAndW5M4B_$--oz3vnTMjFKE7 +z^a5U??xoTTRC@_guaGPZO|lgXrFEy1@Z4A^bt+AyDM<dy$?$$;=D{00IlnZJvMU7C +zi2z}XK?EXzm{9DC`v-^DK-dA;F1oM*Kt-Tq0Rh?-fUA02*!J=ALIfyOjV>bb78Ru- +zJFaWC^p+|~vRI~Yma#lelIeJK7tUtyY$MolUGvB=nv*C>13ySJ_K_DsC3#P@Y)dl@ +zv)OeW7!HQPMsQ1Ssgo#5Z*K;E5pX%rk58{&&$HXQuJXQf?^u##G4O-5EV_vA2kE-2 +zTH9PjkGE)zopp5$*KiHj@IQhjd9TzQUXJ`r4KAEzEVpe-`zvhOmc|(44hrr(j+10+ +z8fMe$d3N9jDJwXs<nM<-r_<5G@a2uS2T#u~9#$6>r6G4+$876*>8B54EKibndOsS6 +z^ZES8(}xRJk==DQB2d*RB9K4;an&#Z!~&t%2ZX4KKSu-tgor+~{ufF>i8+mH7@PnA +N002ovPDHLkV1kx>*6aWP + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-selectionmode@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-selectionmode@2.png +deleted file mode 100644 +index 1b59d8fc4fbdfb01d3d8ed893f2989e9f3511220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1006 +zcmV<K0}=d*P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H118Ye{K~!jg?VC?e8bKI`-x&%b|4pkvj98HhVlO@P)YuDfYeS-* +zdT1K$C+PQR`T<(?W}8N$^jI)GG=70rtQu@!F=b1tA}kOw&h&t2<HZ>YtQq$??O|W` +z_v}n&HklU$0O0fadTh4`o)HQW1mFaUFo*!6gaVQ=qRG;JVJV$XA0wa7*JJ4$c!L0q +ztDUctP@tR2Vd0hT?!CZspeU?%piYAT^&5N51QQAowZn7^0w{zLfK%-t-2x%%#=<O6 +zEKr1Rj_etlu;|=4;aj`~Uhjw{6b^ZYJRXP1WHNLj)Kyfg)w-0Giit!*%4V_(Pc3@z +z@X;66n;%b3I-f+J1~A5mKW6(OgphbVzP<i+{Woh3^9XyrBbLjur-Tq$mP<-mIpGc4 +z3Ra8R;B>pKI^5V@Fvd6<jr#X;dllA^W)=>GL!N(SQyVFHITqV3AC<Zy+r)0S>!)X? +zM}reV7eGTg9El9gzkT<ErJi}w@_2?F&Fj=gN?u%8-0HS00Kn1F(aFO6!d7ZCbv}(f +z!$W<n^~}P?UZVk^F^!jFv0c8H?Pp~<mOdqf005YJ*%wb{VT2m9S(fFJ8Y6p|VzG2m +z$mh!d7ui_g-iIqnS#{Ya<%&}0t>G4?^jhpl0MJ^N8~3H935$*<EIOL7=xD;CqX~<S +zCM-Idu;^&QqN53mjwUQRny~0_3nN53k)tJA$-*scwpjJtPw5a=vxWOWo>`dE#@lqc +zTsFJiuDZ0tVbeR^ZY#h=HWrwLYqeS(06>Q^o}Qi><xbdUre<b*`0QZ3TB|ajF)<5E +zS*h5(4&I+|&CbmR)EH@p!=|5mIX4~*2G2VPrHpjQTF=}8kVqt?G5^?|=35O;1YQ2| +zz(66NFPD@G_bFa0*v?uWni&8Z=hbV;&l2lzFbiihStTBiZ%3n1fAfJljIn!g(C+5T +z-8N1MA)i)Pw=$Vrg|$ZK9`w9my*Vf4Dmyzn`!<_hXEGTL27^J@QqupVQc>!=yFdSY +z{IIn3{adPdb;Si-ZA&7ceQAk~CM-G_5G87d=o*L;OaaMi=jaxcqCCckCe;qoEilj| +zF6|eVD9}x{!*m)7kSZM(-s=ty4o)qmo;72ynNWoK5u#=Qj$Xd&OyjS3zcA31@?qh1 +cI-NfL3tX!#ix@%Z`v3p{07*qoM6N<$f<@%Po&W#< + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark.png +deleted file mode 100644 +index 5d234a42ee817d0ac5c264f506947de126eb9292..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 337 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs}x;Tbd +z^uE1hn02T?<oL(;ztwsDUMiFpe&d<B$@1lerR5vgHNNn?<ov?bBx&`BU%}#wh^$g; +zKv00@5|f|%_4xRlgxp`|*X;RTX;UGz-fp>4-a>;Vwc8%0Y^#%qkS{C_jhmZ4&-{CN +z`?8ZK#1aF-I;G6n-Hv3go2Yw;?{;U7;IYhg2M#do@%{B%?||q2^j$pjPTLpQ9#EZM +z!Ijgz$?KNV<EPi(`bO?;NMqP%F>~cb*MPA8!dd1__J5QzzWx39kL60yn(qw)AFN`6 +bn0MO;wYpFC4am&_`i#NT)z4*}Q$iB}3%7!| + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png +deleted file mode 100644 +index 6e5068919c66d1b033ad4e8545a3ea45ccc83416..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 521 +zcmV+k0`~ohP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ftFLK~z|U?U&Ck13?_eKl5uVK`Iq3Z-Aug;vx|u;$DBkD|iEO +zantY$jgzaeIJs~_xVWH)#tSIhpn}lujDy{#Y07E0r~RHL-<iqhGnvd`6u|VJJ?x0H +z1<U|(g2@|(QyrDHi)^asmCA)*0*QdY&3Vxg8TTZj?#UAX1}tSH_hBb*uUAyn587DX +z#JZAp2J||LIUu2G&L*$~IBL==Re-nw>wIBg(GTcfncOcOxDu7Kg@Hk!EVy?rT5SXg +z2QVTYqX!TmF5cvOIdvDbz;pHSwyEl<3;1>C|D~{;{%)#7TCQwkLV-{q6bJ=Eflwe6 +z2nFf_V|fz`8kXKIbo?pM-S;#Sv_NmHKhsL!?RR9>gBDOmdyH4Fi()uMF=t?Y$|_k} +zN$&G8dE@8Dq_f{1b>Ue6U8|ndr6!J^hQ!fVwC`(HemLHlz29Cf0Y)yesiKa^IK~_T +zl>osNU90XlzyZEg!-5Eqq<v3Q19qgLFu<29B7kbO%ZGTJXTbRZHerZ(ptuuy00000 +LNkvXXu0mjfd%xQd + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active.png +deleted file mode 100644 +index 5d234a42ee817d0ac5c264f506947de126eb9292..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 337 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs}x;Tbd +z^uE1hn02T?<oL(;ztwsDUMiFpe&d<B$@1lerR5vgHNNn?<ov?bBx&`BU%}#wh^$g; +zKv00@5|f|%_4xRlgxp`|*X;RTX;UGz-fp>4-a>;Vwc8%0Y^#%qkS{C_jhmZ4&-{CN +z`?8ZK#1aF-I;G6n-Hv3go2Yw;?{;U7;IYhg2M#do@%{B%?||q2^j$pjPTLpQ9#EZM +z!Ijgz$?KNV<EPi(`bO?;NMqP%F>~cb*MPA8!dd1__J5QzzWx39kL60yn(qw)AFN`6 +bn0MO;wYpFC4am&_`i#NT)z4*}Q$iB}3%7!| + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-active@2.png +deleted file mode 100644 +index 6e5068919c66d1b033ad4e8545a3ea45ccc83416..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 521 +zcmV+k0`~ohP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ftFLK~z|U?U&Ck13?_eKl5uVK`Iq3Z-Aug;vx|u;$DBkD|iEO +zantY$jgzaeIJs~_xVWH)#tSIhpn}lujDy{#Y07E0r~RHL-<iqhGnvd`6u|VJJ?x0H +z1<U|(g2@|(QyrDHi)^asmCA)*0*QdY&3Vxg8TTZj?#UAX1}tSH_hBb*uUAyn587DX +z#JZAp2J||LIUu2G&L*$~IBL==Re-nw>wIBg(GTcfncOcOxDu7Kg@Hk!EVy?rT5SXg +z2QVTYqX!TmF5cvOIdvDbz;pHSwyEl<3;1>C|D~{;{%)#7TCQwkLV-{q6bJ=Eflwe6 +z2nFf_V|fz`8kXKIbo?pM-S;#Sv_NmHKhsL!?RR9>gBDOmdyH4Fi()uMF=t?Y$|_k} +zN$&G8dE@8Dq_f{1b>Ue6U8|ndr6!J^hQ!fVwC`(HemLHlz29Cf0Y)yesiKa^IK~_T +zl>osNU90XlzyZEg!-5Eqq<v3Q19qgLFu<29B7kbO%ZGTJXTbRZHerZ(ptuuy00000 +LNkvXXu0mjfd%xQd + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png +deleted file mode 100644 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png +deleted file mode 100644 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png +deleted file mode 100644 +index 8c8b56a9653e1dd5150cdbc27e4468eaba41b486..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 310 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMIx;Tbd +z^uF!)<vL^_(xUDueP>00#*_<kJHlTsyu;#kNxtby=;_nNixre+<Q<LVGnO|_k~yx- +z;Ot^4<mxi}+AjUmMJKP7n!0Q;@qOGP@G*Mk%%xkmaVcJ5(3=^gWqwR$Dx(93;LMwq +z@3|S$f0_h8-~V*#o!~!9>>rdfoY}+uW!7|;Es@!)Lp-jRX3bibHSakG!^~^D_!Y0* +z`+dlA`j!NVwj0~t@-lR`mopSFEhw{5WVmj<rz!L!+s&&cK<6`fy85}Sb4q9e05Mc^ +AbN~PV + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index cf7df78b00473bffa05931231ac5b52555ddb4e9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 486 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?$(}Bb +zArY-_rytBZ<RH-Yf96!J&XX&{cn&%%`aeEhEi7W=(XnLPmXg?PuHBcL-I}I4DZbYH +zUwG(K?ajN5vP=zEv##<VF7R=2R!XYq=&%sHDV=;u=k%&we(67qjkV<;yta70#xO0` +z`^zB%nd=45?=0V1HhtO4i5*LL7jy*7d(OP{O2^FPw6ONWii{f=6RKTI);#o_lyj@W +ztoYwVeTLbKG?tx_VRsZ@s9^bU?CVT_waL@BJ-oj0+B*h?E+wV|42zz%uFhMRWtcfj +zZoL=3c;mKnf7ahg*f4$CZ-1*szXifCSfG?1lakZE#O)GiWncUjJMp>ZgSUf=3`5TL +z+v@k3yjBV_goHkQ73J^p%|*nxI7Z~?mG22m4BbZ`?fzHy{i08{?&h0sl6S^fF&v7V +z7J6((Y2-Aw?6+?-*KM8lv!*WR0ONwJdtR-Vca*HZR>BZB`?j8iulp;VhpTn7&sj74 +aW|rT%AoiWRdI&I17(8A5T-G@yGywqLw#^#= + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png +deleted file mode 100644 +index 1c9aba707cec6a385c58fc76c2ddc474572b0bf3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnXox;Tbd +z^uE1h$aTm;p!H#W?}FZq92^IgD<@Pi=r3ds*wb;`Gx5n%4(SV8!7W<@Hwc`G>RK<8 +zwl6UuCiePjfkT23MmFNlV<tZT$>}+DN$q8m&5D!n{SLY0cu8`Gf@a10%N=k1RT#Pj +z9j2vjmw2$$Uh*i<zSHtQWFO4-uVK|o+a}w!CD+<~vuprk&)i~Hj)xg(*`D%^>s~Xg +q+N5Ld@Luk#<^(3sBdWFqdzlvt1V4Lczk(m=Yz9wPKbLh*2~7aJ?`<vs + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png +deleted file mode 100644 +index 09b1085d7757e6ac4000a7041a54575f6b2a9cf6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl50znjpzgfTzBZ-NDJ%A=iMMG`u)xx`&5IT+C +zf)juoKx*xgf&=h~iDm^V+~BidhinK^?NH5MP2QWy_f1}=7y}?8XTTG10TgkQInY<t +zyD$t#wrCRgD{$lpyqRxRZCHsstD9SR7kDU_%L8LfoCQr)3zNyD2DE_dg!KsA0!u_> +zCL$^#oh*R6A|lTTYYLnI`G92Rs(SBQ0I-ZhAOMPi?Nln2ch~eNiUu2{gS9|bGvAeJ +zwfeJB3WBXW_ZTnW1-yV4@B&`I3wVLGfT|W;!-m7*!M_3`a_(B7R4UcB3CsbEF)h~u +zto{Z7)3iW8S>K3AS48Srjzd)oB2pKT9&iN^$MK8poAG#jYK(bfe_yk&cDsGqY&Jgt +z4Z<)SscJ)2d%(;gcoxTTCj|#snAC<GaLoRm<}dJ>OBEDYBq9M|ww=l#mJ<QXKe{o9 +U^dy$iApigX07*qoM6N<$f{1guTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop.png +deleted file mode 100644 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png +deleted file mode 100644 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-dark.png +deleted file mode 100644 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-dark@2.png +deleted file mode 100644 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark.png +deleted file mode 100644 +index dca05b584cd92ab11854e5abbdb82a9922c37546..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 333 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd +z^uFy^%wtLvaJ#?#%(4}+jsi<ui&%tQ@-HNZG^|ou7`{MgW8(V82Rs}*7`Xy`6>gfX +zRQR7}&{3*0)p!1!Gu1N#x9P=Ac)q|rOX<4fyTgI@v9m7RIr`|~bDPTAy!!i-(pM)Z +zr3LrTVBUM;ssBTnd#_J0<Tqan=SXBKX`GT1TygjE>X^NLU!-@Qs(<jFC2e(bQGdwY +z{wG#5Zf?m_iJyPTO{Siqnql&90nP0<+-@%0A*sRm@b~$<Wjs@Moty2zWb*FE5|%FR +YC<m7^q3`E^0DZ;a>FVdQ&MBb@0GC&UHvj+t + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png +deleted file mode 100644 +index 710b356df1644ab60122badc04a202e2871adfac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 530 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?{hlt4 +zArY-_r(1h52a2@qFHSz9c2Z=WBa3`5*EFSXQZCySQWz(x&0WtcG2;-ghMV{T4l^^) +z$BR!0u^c^fL*nbbWMg4fl_rB^)B2zHkAFY-P%NC`PnyNc3(TU^8kt@`5&a^RzG`Y~ +zlC|E^{I<zqU)VkbF@0a&Jo#uu(vgMi_X~0@QqBEe=4Hp(O<M5N_iVku8Ht5#o7gI} +z%H(e_tho~H$RXk&J=HSbmh;7iE75Z|dnm0rGgYl2-PxqLaMxrt8?Q4OOl%r6DvoxP +z&o`^BSyOU7y!RW+q**`nZ_b(Yec!1Wjn@ASXF8}&;7nnHQnrlySN`0Rc%0wLD&#<B +zx>auD^6d#}6AoxM7zcSrJ8U`5@hFewi%^R1gind9FALl_oB7i0WPj(>gs_k-tu;&$ +zzbilLKJXD;?A@U5A*m6~xpI4xV)#GZX#xTvRaZZM{TcYjJ|H+!V_V^-6|c@U8VJ66 +z&~mMAUfkSY+UnJ}`vb2}m6t9$VDbOEiR_0dzXLTc^t$jUH2bMenDLqEhJN$wPWG~N +S<tM=SWAJqKb6Mw<&;$VUh}RDQ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover.png +deleted file mode 100644 +index dca05b584cd92ab11854e5abbdb82a9922c37546..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 333 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd +z^uFy^%wtLvaJ#?#%(4}+jsi<ui&%tQ@-HNZG^|ou7`{MgW8(V82Rs}*7`Xy`6>gfX +zRQR7}&{3*0)p!1!Gu1N#x9P=Ac)q|rOX<4fyTgI@v9m7RIr`|~bDPTAy!!i-(pM)Z +zr3LrTVBUM;ssBTnd#_J0<Tqan=SXBKX`GT1TygjE>X^NLU!-@Qs(<jFC2e(bQGdwY +z{wG#5Zf?m_iJyPTO{Siqnql&90nP0<+-@%0A*sRm@b~$<Wjs@Moty2zWb*FE5|%FR +YC<m7^q3`E^0DZ;a>FVdQ&MBb@0GC&UHvj+t + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-hover@2.png +deleted file mode 100644 +index 710b356df1644ab60122badc04a202e2871adfac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 530 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?{hlt4 +zArY-_r(1h52a2@qFHSz9c2Z=WBa3`5*EFSXQZCySQWz(x&0WtcG2;-ghMV{T4l^^) +z$BR!0u^c^fL*nbbWMg4fl_rB^)B2zHkAFY-P%NC`PnyNc3(TU^8kt@`5&a^RzG`Y~ +zlC|E^{I<zqU)VkbF@0a&Jo#uu(vgMi_X~0@QqBEe=4Hp(O<M5N_iVku8Ht5#o7gI} +z%H(e_tho~H$RXk&J=HSbmh;7iE75Z|dnm0rGgYl2-PxqLaMxrt8?Q4OOl%r6DvoxP +z&o`^BSyOU7y!RW+q**`nZ_b(Yec!1Wjn@ASXF8}&;7nnHQnrlySN`0Rc%0wLD&#<B +zx>auD^6d#}6AoxM7zcSrJ8U`5@hFewi%^R1gind9FALl_oB7i0WPj(>gs_k-tu;&$ +zzbilLKJXD;?A@U5A*m6~xpI4xV)#GZX#xTvRaZZM{TcYjJ|H+!V_V^-6|c@U8VJ66 +z&~mMAUfkSY+UnJ}`vb2}m6t9$VDbOEiR_0dzXLTc^t$jUH2bMenDLqEhJN$wPWG~N +S<tM=SWAJqKb6Mw<&;$VUh}RDQ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png +deleted file mode 100644 +index 0da14e2a92436bb779c4e4bdae3392e8284661be..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 297 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpuRx;Tbd +z^uFyk<ZgBlY5r`pcWt-AiN^o(e;oN@`JeFJy)*B~^`lOjt@E-ok4>mi*`#xt*FoXt +zf&i8B_kZt{-VIxwrLdFt@C279Kf=s5YaP3>I*XxT{oG<-j)g0D7?g@;M4qzT&Jgp} +z#QXXF=c~1k`u}3CV^2t%?y&x6*AuzqH{ObmEq0a0R!_2KxN`4zWT^AGoxYl)x&c>f +lXDwr4D5_#Q5WBOmi(kYk)UPtQtPSX522WQ%mvv4FO#r-cZ)^Yn + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png +deleted file mode 100644 +index 18311b4bff813d90551be9278249040154ca316d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 489 +zcmV<F0T%v=P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cJ@=K~z|U?U%u7!ax*7?|Y*}n2?<nCAcW~pZ-feOX$LeXmnQ` +zVn}9Q7bY=PDHM{f=I-(!oRiF(#U%jP?RJ6IdO<`X5iv%Hh&U0s7-RCyW>dCvYT)n8 +zti}L8#yMw=F(0kOL~Ffh;m)})YwbCX<0}!#5I_;3G)-qpsW~%8%&fH53jm)0WI{w? +z3tz2P`yrtHG#^p`*k@U`X6C4>st|wzV7Wc><#Kr%8vYn-?HK@qAZYiD`wLe-zcOs% +zIKDoN?i)YUng5noj8U%KU*ZM4fEVxrUcd`@0WZ)AhzN}hd&TJgfnaQbG)-qu0wUr7 +z;BYv+jV+**ngh3T(#|F#av`FKnWHSr)?*hF04R#WbOOehTx+eFSvAci%JUq@<8cT+ +z@;t|MI_;jFb2dqmu7eP8FQ-*ig}u@+Xv(s5bzNVQBsp!j+qxP5*h<2!F8ychBTyQV +fv9F{6Z~){RksY0*$0t~000000NkvXXu0mjfyy?d| + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.png +deleted file mode 100644 +index 1c9aba707cec6a385c58fc76c2ddc474572b0bf3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnXox;Tbd +z^uE1h$aTm;p!H#W?}FZq92^IgD<@Pi=r3ds*wb;`Gx5n%4(SV8!7W<@Hwc`G>RK<8 +zwl6UuCiePjfkT23MmFNlV<tZT$>}+DN$q8m&5D!n{SLY0cu8`Gf@a10%N=k1RT#Pj +z9j2vjmw2$$Uh*i<zSHtQWFO4-uVK|o+a}w!CD+<~vuprk&)i~Hj)xg(*`D%^>s~Xg +q+N5Ld@Luk#<^(3sBdWFqdzlvt1V4Lczk(m=Yz9wPKbLh*2~7aJ?`<vs + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png +deleted file mode 100644 +index 09b1085d7757e6ac4000a7041a54575f6b2a9cf6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl50znjpzgfTzBZ-NDJ%A=iMMG`u)xx`&5IT+C +zf)juoKx*xgf&=h~iDm^V+~BidhinK^?NH5MP2QWy_f1}=7y}?8XTTG10TgkQInY<t +zyD$t#wrCRgD{$lpyqRxRZCHsstD9SR7kDU_%L8LfoCQr)3zNyD2DE_dg!KsA0!u_> +zCL$^#oh*R6A|lTTYYLnI`G92Rs(SBQ0I-ZhAOMPi?Nln2ch~eNiUu2{gS9|bGvAeJ +zwfeJB3WBXW_ZTnW1-yV4@B&`I3wVLGfT|W;!-m7*!M_3`a_(B7R4UcB3CsbEF)h~u +zto{Z7)3iW8S>K3AS48Srjzd)oB2pKT9&iN^$MK8poAG#jYK(bfe_yk&cDsGqY&Jgt +z4Z<)SscJ)2d%(;gcoxTTCj|#snAC<GaLoRm<}dJ>OBEDYBq9M|ww=l#mJ<QXKe{o9 +U^dy$iApigX07*qoM6N<$f{1guTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked.png +deleted file mode 100644 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/checkbox-unchecked@2.png +deleted file mode 100644 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active-dark.png +deleted file mode 100644 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active-dark@2.png +deleted file mode 100644 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active.png +deleted file mode 100644 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-active@2.png +deleted file mode 100644 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-dark.png +deleted file mode 100644 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-dark@2.png +deleted file mode 100644 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png +deleted file mode 100644 +index 4fa71c74c115563913cae75943f38b78bb9edbf1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 704 +zcmV;x0zdtUP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zFAYK~y-6eUrgX;!qTZzkA!-QYw&^m`sRbm}JHbAufpT;8VEv +zDGYC5-1S9R_z+#N=*kQ(D9{=NnhK8E+F1<EIK<&!-Q542|D6Avdj(s#zrU~Px?TlJ +zLI@?#^9*=43}b2AcDx-gii7X_dzDJ%NYk`zwOY+vt=0<2JkL{Gt(KW2iDMXsn9XLR +zcDw!hkBaa6dy~oJWHcJt+Z8?{j$?Z=nVk5(zgOI;0F_GRD9f^k!^6XQp64=(qI#O9 +zHAPXhEX&?hRb9HSJF8Z!^Ei%)<M<f(31rH~v)*Vlrg@&rhlht_peChMgb+eXsQ~4( +zv$L{gS@HS#`TFYWs@iBY^xNCpC#matb+uZ}0ir0X=Xq{^)_$Jn=H=yO9YE8x$4;lS +z4;T_CZ3ae~rnOx&DEQ%UxNbI^Do~O_2nEOh6h+Z?2^4&{+f8*{mw+ZWdsYClEPLA} +zQ1G7TsY#OLfRw=VVzDR#sH(c$B~b8=<CMqa@hk8y4Z~O_N#X#wt~(P#tUpT@Labfa +zodKApY4`j67vN9FQ51cR<Jbo1^?EW4!-F6QzD=job`S*L!Z1AO^?DK@2m)s?7<>o5 +z043n>ODshGhad=?ySuv|r>Cb4pblGq!7z-bWm%b~X^+F<aNX^8Q_u5M$8pN0Y1&~J +zY8Mw5PlLfA1!h1dwu&g%*VhM~PG`T_Y^s)JiTQlacszdX_xmq5H#ct^-wQUY-xerf +mZ2W0}1l~7^zkuhDfxiI+l>+*aJhD*$0000<MNUMnLSTa5N<{_$ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 59602519858b52e6f06614241e7fd14191c6991f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1493 +zcmV;`1uFW9P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yV^wK~z|UrB}^v6U!3*s(XIynZ%<T$DZLrBGBdPEG&f;kARSj +zV8;s}WzU8MEAj}i&6W)-6p4tJU>UK35X4O~Gj^O4V|(K9xV!Em9yInzz)3!7Hr>_r +zRaIA4)ez<YGgBPLju2vznH{B+MMQG4r=*l4B1*zA?5(Y>B}ByY=mh}ryUmS_4H1T6 +zEeylI0Nl}9FEg_vgfM6VA%wxqj@EkF_x(Fz82)v5c(}Z=vGH5oIq0H|-Q8WUQmF(= +zDH8yM5GgbNJUTiWSeBLDy?ZwUfUjS_nxoOkTwY#wiKwErwgEsXm6b}Ruv)GDytDyP +z6x9LL0f2~3nK=rAU@(tIhlhublrmsuXL7#n`+hvP0S5;MD^g02nRz@Ohbt>9$MX=+ +zqTB5*B}sCFh)5~by?OKI|IU+}x~DjfeJQ1<wN^y*{i@^u;CbFL5q;NMD=DS7x3?FZ +zC-*A?ySuxd>$)q<%tZA4ypXqAt%WpAJ=?aOJU7PUaRwl<ZM$2q*ZZ?)q9}5i`8E;J +zyLa!}&!0b^x()%HWqYMk2__1|S@JJmzSvO|-O*a#Hcj(iT5Fq#1Q7|-H0{aS?I?=w +zFtb%W8w9~XDHQ?0g9i_)OG`_Ye?%Y*!x|C!qtWPeb#--j)&s5est`h+7s6R+tyR0- +z{&DZ#y(uT+IQ|bam*2j9J9zQpMF?OB0D_r`nX3R`SynXb`DMrfKnNjgwc6@zB#0;m +zfM&DlxUTEv&WlNfGqNm8XG6cZxcKkOkQa@J<M?KAtzNJ9g%D}ATBU~%ADRGM01(6B +zumS*<Wla@~R;#s;3tbWJ=g*%PiVK6mpa%d?o;<OC8Bi{l%K&h6bTs9Cnx@`0$N>QL +zdVMP4T-WUbK%>zxaP|Ofp_H-!z_P5YC~Vudb6o?5!{Jl}yWMUE0FL7rIgQA>T3*|8 +z<nR1CFbrc#N6xXhxR}=;bFPkcRg6ZXKZzKEnH6x>)rvb(%Iy3z^Fs(Rr6cD^(^OBE +zNJuG10N{DvlmTg)Cf7BfR4Pp+cFu8fa-x12Nkj<%F!NNx*tXrht^rD^Sse=iu(Pw1 +zM}|chhCKktvTW+v)$8^Ca5$W62Dku&a~j$r0Bmn>=gBb^YinzX)_QChh80E8R1^k- +z!GYFV;gZl=E8q7IifgS_Ye8#m_j*13{{8!0XC@{C<PiX5S$3m%sL^PQ+U@p_%NUV2 +zBO;o50?h0Kz}D8*X<>Otz*#$9Utj;Pl+rAh%ZHxl9nT!LCbj)frFr1{{=qEy{{DW| +zFpL|WPDkIrfB)|!NdQ0ti1T?smrA7&0ForRF?$t6Gzx-XuhZ##mr@>QS(Y-hW@epb +zSt_MG2Cx?d!QL!+6h*F-G5~<h&CULV902;j%uE=^vCqskt+f(D{FrwTy$How;=_jz +zgZ1_G;bcnzXanHi4y8(|=+>=UovV=V@9$TolmQXZr%#{K$B!Qu$F;vP8A#3@%fEg5 +z<~xp40{|h!kci@1t=5}|xYcScFtg9hWdQj2@niDr*|TEe^#T0Sb>WZ6>({USX0y3e +zsZ=BYjK||qmSsO(*X?(^-KifF&-2W|V6b4CX2mcJ3jjKuj^5nd?7w;QrdW<o0h|<h +zE;IlDmX?+(FJHc_Hk(bSTCM(8Hb<}5(_33xr>|bU8Ws}nAD+);zyu`#m8VainvWhm +zDm5An!*LuVZ>edT>XVZbwX?I6ZEtUn3PmP|0`L=)JHLtnxtu%s=565`XI>`&F8o`b +v*MK7I$!7vE3OX3T7(j+IZ~r(90KoqNRWO`fIA#F-00000NkvXXu0mjf9SgY4 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive.png +deleted file mode 100644 +index 8b4e8e76b0702cb455f673bbfe65abdcf62ee823..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 683 +zcmV;c0#yBpP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10w_sDK~y-6eUraWQ&AMhKj*$Q*e3i)3X(k20cIv#bPxs{_yaUi +z984T4DKhIQPR5O)lam7>L_>^D4lY7u0Gt>b2itdVpD84yCKUVLJua^TMtY_*e1Dvu +z!nsgY<D9#vs`o|YIxq^fL}br<zaEC+hKTs{9O)%-98acc`VRP|s?{`2x7zJ?YiMX_ +z%ouY^M3#U;5CnI}$H%{)7a@-0N#|T-tzD!~IOi(Pxv1G}PFyJ4TKla>w$>J`wJ)r- +zHEZpuwYC;T(Mr8u&-X;4DB3TV%Q*nC)-C{#!!Vq+))rLtvxwaI*Ih(*k|dccl}abp +z+U=vGqt{bYQ*R8gAR^Ta_w0Y<tkRptn5S7@9T^$916(n{bhq2x&TtF;W?+nY0N}m< +z5(L3CkT*cF-EOxsOsSuMs+IscolZ+ti$Kl*hl7KIqZy{&PXPD<kk9AGMC1@KMnv|4 +zAehM<*7~tUWG!oDw%hIQ1KxP=*RvzRd;d~Ib}r$6O_Jo5stQnv<M=($HDMTT00rk< +zrBo`NBuO%-sw*N=1AdE0O+=ojX?i<b;gYHj%+Jq%0y@CiB|7IS{aT2k=!tVKT3uc3 +z{mI!cG@H!{@BLe#qpDR^-8w!#{y986eAO5;11zcPz~<)W;_~ux9cTgR1&4CEoI5x; +zc-Uw(K4!mh>YR%jjmC%F-Q7pUV)0t$9Q+;ZCDmR5@<0wSfCsu+&nM@Be*k-hB<cO# +RciR8}002ovPDHLkV1l(XF5UnD + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png +deleted file mode 100644 +index aa64fc76703487b1f966f4a331762918a16e9dec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1383 +zcmV-t1(^DYP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11msCXK~z|UrI%l96jc<)f9FmMYlu`Nl}?wniC7Hb#XtfTfe5tt +zVuTQ>F)1-=Fp)o|kry>F(S)FA0xvaDVti5z6d#IDni2u4O$hNpeQ2Omlii&=3)<G! +zKP+u$jt@Hv)1j1Ydy>iSeD^!&J9qEB=bjZRFjaMY-+vm|p{g51<S}4LG(4iJzlq3? +zz**OI`$QzDBrbr=G?>ff9&j9|12_cKRv7b!svZl&urrg%+?;a)zVElH>Tw_)L03ei +zI|zavV~l5v$pM66m<hu$?Kn=0s_q1yDCaLChg{eFs=~xermEt3-n-V?&|0h3+RKGP +zVQZ!Sp66|_*8ULrhQ99~RaH}|xbZyibmTnl`~E&vopG7&H3{GM4_Ir*t+nd={;7(R +zu-3jGi4Xa{|IBQKlji&W7HjQr6!XY*9Ep)zRrNG5AtKvd*S(M=d!E-KBCWtCV0i@R +zfL>MYN~hE3rb|LqzXhsBMn>9JuU`G-T?s_HeE>*{$bQ##KaP{~`TR;_%%{NS`%L;` +z5CpGeGMRxy;s-^f6UcRRbgVsd=FA^c60p|31-u7bc3pS9h-jH$t=$ZCbLZUO&qjb9 +z_4W0=WgyxUmw~mTqoePvTD9s!pa@`8)d5}y5Ro_H;`w}j<t)XCxZSy2?(y5R6j4=u +z6QHK1W`9FN!;<pkO`%ZONU6y5yRLga9?2N<$t=ao_ORnPpT&V_e_R2Uoj7q~4X_AG +zzrc=&b2jead0q>!We(zH+nmqmx5WWf{TiULv9Tqdz*7KW7*5&2BJ$!q!~rnIv?ib) +zfK)2A4luw%BO)uJ!CZp8alQ#~_o>MOM3))BLIczQELgC>Cdg^#Z_DE^)z#Hr^!1@K +zbh|u?$gE3l1s29%9LGtP<0=D;0^GWF%S{Y=%-^QOC>D!ljlZH#F(PseKtvu*IQKGt +z`#%06A`JklI#|Yxs`ddGW18dS=w6tY8DqK<F<St}$Hy;~AwzWjRdrXKoKC0Dsp@z0 +z(7#w$S2x99M4kue@9*!4ph@GpZXa+1XiPR9j^peF{+xsOa1aE0<ACRR&A>|F`kp;| +zeu>}-BO-yS9s>x&@L0TYsH>~{9oPj7&qf^BnaO0Xl>t>15jhGlHa6BdG&EE`9Yqrf +zcTy@uPZkP=eer1Z_4U0$5HtZ7DiA*(1i||FO$cDEJqWA?vhD5dUqo;SjK>?27gV(i +zm=uv`lNS>}KA+zfmDf!`CW3Q7uQBFya?Jq>g~HY_48H-Yvf1p*O-)VZl0OFgJB4hm +zJrcD~!@lp&=OVf-UT(<-1_q7-ZuC6DbRD^>8sGO%m77w}^A66jDK(zwy=JYQu-0lW +zm+M-(bZI)4Kx!uEWLy4gp-_0PQgP4onys}zmD}>c!NKDR@dxAld(N)EzyGD0nwk%| +zv(^Ku+70xGNUo}?Di1I@Ihg@6s@g0fJAuZCpUq~oZ^zag;3jv<@XQGS?B2b*_VD4u +zuP$D^_yDl%ezTA4`q<dmNA2zHpZE3kjmPkRfWMREO4c`3TU-0k$&)A7tXQ#Pdn%P$ +zH{GApVzGGX>eZ_~ZEbBo$IdxGKxxMprwd-`1`|px)FMiqOeGdln)QEx-itJs9$;bg +pR0CD97z#`R6O?8<KCO4c{s;IbY{h1~hvEPL002ovPDHLkV1g1Ul@tH~ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop.png +deleted file mode 100644 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-backdrop@2.png +deleted file mode 100644 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-dark.png +deleted file mode 100644 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-dark@2.png +deleted file mode 100644 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover-dark.png +deleted file mode 100644 +index a2b34b34fbecd522bc0e09764dc3acab6764c23d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 709 +zcmV;$0y_PPP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zyedK~y-6g_F-qR8btoKi@ku%s2y2$zN?;*gp_zfk`Q0e}X|y +zNISEc+DMR5i>X{l+n7mh6(J_MaG8rXDH-%eXfFkcmN{cS31_A^Z@w*jLn^6fb>W_K +zzUOf7SJ;P?s%gsZTtnywI)DZs2iPi1Z?;)8DUr&4jZ_brPupiOG7J1xG+mL<LUTBp +z%e#d}D()p!k^)h!=+(sex-SO|eDMOJPZI5Q;~ass?Ic8a;05*KowIdc0fH%2!}88- +zRXky@N6RKQB1#-+0ag*FibZQIc}_BE+rhZZb_@=7W+x|I$=FU@L~q{esOy=q*Q1`q +z-T|G5rz<R#N>=Z1mlQI~&f>1K_2Ta3)|Un$4x|CfCN}avvETJVIJ|SuH%muiwS7Ru +z0PST7EduzlkA%Q=0AoV$O(4(?)EJ<?IULRToR;GZs`qZJCI{35Ap_($O1lj{Vf6%q +zZvgCWH3E6S7{Crv?)EcIols#4AXE<aR6I8eRE!GKsw4r5MQco9=?MLYLdklns-lo^ +zavO7iYc|`g8G&fpb`rx~QYe+IUWG@%3h)P55l9tF)|KHdDU2`gBvmy$I?z226oI{; +zn8`Y8Y1>I0SK)cqxt+;6Yd0Qes(bQp7oL6IZVi;>4MI^N?FGsUr-P?{{wQxX1>Imb +zLQ+-3AK$(ndi8K<mAxhNWdDSY!NE{}|NVF*R@>*la|4i5&&zJ-zR!&gbk7&^`4aF8 +r@D3z6ga}Xrga89n0N3wa*iZZm+R^V`V1nNR00000NkvXXu0mjf@{ubl + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover-dark@2.png +deleted file mode 100644 +index b648ca9d351f16e7aa6f78cede98bcac491050e3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1514 +zcmV<G1r_><P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11!qY_K~z|Ut(R$RR8<tmf9JMiTd>pCP!+Kn+5DhJ?cl~{Sc>rr +z5HLeDCThf_Eg;gwpac~)Btm4-F4IJfA2bpwiC|2W)BxJpNN@%;CQ4XLT1!HKc4mrn +zN;~)X;k_B&47E(DCz<5k|JnZM-E+^oBjg}0Et=Oo_2MjJ?Gl8Uz+|AzRrdm?RrDuO +zvv0zw;`U%rlDWhMkdc(z+qJ0ZhS*vasRPP$jM=Towt<1-`ns9Yf87K^;b>4{JIEv# +zI*!U-Yiz5}ny$F-QYV0aa9qWpv6GB7RfsMH?sn}vRkUtZW$B(#5l~fWip1X%coPtX +zUktjwCQy3dTGaqF9*xfw)vYMA07YeMcc6H~CJ}p00-ID#c_h9|AP5YK>e}i+NwbJ( +zF3G(`gd*`;U<cp>c6V3$pBavX@h-}b_H7mjBJ_y0i)v<+hDMtlKt!}QP|~PspTKF- +z6*ouv-W}F9_2BHe>;?wK+C?=Fl^x19ZaxyNvUvninFHJopwMZMHWk}aTUq*jwol_P +zz4JuOejxv!*!gE)oj>J^s|ajw*P_CL*a?tHqFP%sqcr3-YB(03o|m*ADKdBD+Vuxx +z<fZBdOHO#vP&l?)p&sbmwegie+qa*dOX&<i;SI4@+-^To9VlteNFM2%Ym)l&wUYzL +z<JNMxDIA~UMXM|QjX)TvShD_|8lW&upru9g5LpMHYS(-Byx~}Ux>38AD?=w2DMNH` +zV>mW7O-n=(eGQ<<@2{OO;m$JLw{Ol*y*L|Z$o#QtM%h7cB$K3hl*t`YZZha6UdZi_ +z<D%U1;*QTMf$;!F)Gh%~k$ql=<|EN6(0QXyp5`EP8zRvKS?JdQw@sN|l_sF@nB!nG +zI@k&;t~Yr~jGAD^+R_S;?<;&5r~e8JFvZcD&J1sn*<&T3Xh!2&Oa}mYGTDU+3{V0f +zzQma<|4EEd#GMssLgNx$0HTz-kS{$63wve6FXMGe#^_D<<(Vvfz5!wY{Wlg&%u;s! +z4+Jt|<mdS&0;mvmAu$Rk0gSbGWVnj9jWxR>KW41O-swEpQz^_K+75s<3$y%pkClMI +zws_YfQ~?YP3>;2zGNQ&g|Dwyh#?Ii7obCX_i~exc9YSR>z?sv3wz|lWnQ*GO9q0z8 +zg~HMKUi)OeT?w2Yb#9?Yk(FMkDH2_XFkOYSAFf^gn+p$`U{I2ZYy(i0ZJSinox0}! +z(!W5KA@qzUIVww61xik)AXODq-UCR)V)gwOE~HLJ!T<~m6xRct2oKyGiPw1J)du`+ +zMtBsFLpfwWsLCU?0e?mVhmOWq0|B7p<GSZRcVP=$PM`h8Nc1UDX#s{*?GxD_CV+-W +zbb&Kobq-MB!kr*(g55pby)hJy&R66+Ait-p<GGEC?@NvRIPg!#@M#LiH-l~fdR6W6 +z;Yf@|+~j+JvVp{<E$e1Y{J>QufpdUnOs4M2;x}-PUzv#69}34-tLmsH<R(?q6p5`- +zWIs@r92)v^!{U4EJtlELA%|-@=<kAgy(ZxQCYR(*k?2BE*`iPh=;i+Yov$ysXPc+- +zE&_ci`~R%&{X>5}J+AnsEnL~_6QFyIrB%dq4izQ-1|U&XfhH?NSO~HdnC9Ad^mKJ> +z^z1o6KcvU-$OHi9Jo!TT()Djw7y3(9iE_)e>jxFi_QzrkpVU47*&jy_T=u9kD$j|4 +zD~03B%S&J0`BmkucTHWC?<;(mJee%&T-8+QC8?(e2NQ?So;=>VbKSCEJ+B*_hKmD< +z;ezMdV1jdn8c)`rnGwX|RDB7z;l@J1D+TV)2jqKVC@=&J;#7NiSnn+P7i5DcjrprO +Qi2wiq07*qoM6N<$f{WhAc>n+a + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover.png +deleted file mode 100644 +index a2b34b34fbecd522bc0e09764dc3acab6764c23d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 709 +zcmV;$0y_PPP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zyedK~y-6g_F-qR8btoKi@ku%s2y2$zN?;*gp_zfk`Q0e}X|y +zNISEc+DMR5i>X{l+n7mh6(J_MaG8rXDH-%eXfFkcmN{cS31_A^Z@w*jLn^6fb>W_K +zzUOf7SJ;P?s%gsZTtnywI)DZs2iPi1Z?;)8DUr&4jZ_brPupiOG7J1xG+mL<LUTBp +z%e#d}D()p!k^)h!=+(sex-SO|eDMOJPZI5Q;~ass?Ic8a;05*KowIdc0fH%2!}88- +zRXky@N6RKQB1#-+0ag*FibZQIc}_BE+rhZZb_@=7W+x|I$=FU@L~q{esOy=q*Q1`q +z-T|G5rz<R#N>=Z1mlQI~&f>1K_2Ta3)|Un$4x|CfCN}avvETJVIJ|SuH%muiwS7Ru +z0PST7EduzlkA%Q=0AoV$O(4(?)EJ<?IULRToR;GZs`qZJCI{35Ap_($O1lj{Vf6%q +zZvgCWH3E6S7{Crv?)EcIols#4AXE<aR6I8eRE!GKsw4r5MQco9=?MLYLdklns-lo^ +zavO7iYc|`g8G&fpb`rx~QYe+IUWG@%3h)P55l9tF)|KHdDU2`gBvmy$I?z226oI{; +zn8`Y8Y1>I0SK)cqxt+;6Yd0Qes(bQp7oL6IZVi;>4MI^N?FGsUr-P?{{wQxX1>Imb +zLQ+-3AK$(ndi8K<mAxhNWdDSY!NE{}|NVF*R@>*la|4i5&&zJ-zR!&gbk7&^`4aF8 +r@D3z6ga}Xrga89n0N3wa*iZZm+R^V`V1nNR00000NkvXXu0mjf@{ubl + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-hover@2.png +deleted file mode 100644 +index b648ca9d351f16e7aa6f78cede98bcac491050e3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1514 +zcmV<G1r_><P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11!qY_K~z|Ut(R$RR8<tmf9JMiTd>pCP!+Kn+5DhJ?cl~{Sc>rr +z5HLeDCThf_Eg;gwpac~)Btm4-F4IJfA2bpwiC|2W)BxJpNN@%;CQ4XLT1!HKc4mrn +zN;~)X;k_B&47E(DCz<5k|JnZM-E+^oBjg}0Et=Oo_2MjJ?Gl8Uz+|AzRrdm?RrDuO +zvv0zw;`U%rlDWhMkdc(z+qJ0ZhS*vasRPP$jM=Towt<1-`ns9Yf87K^;b>4{JIEv# +zI*!U-Yiz5}ny$F-QYV0aa9qWpv6GB7RfsMH?sn}vRkUtZW$B(#5l~fWip1X%coPtX +zUktjwCQy3dTGaqF9*xfw)vYMA07YeMcc6H~CJ}p00-ID#c_h9|AP5YK>e}i+NwbJ( +zF3G(`gd*`;U<cp>c6V3$pBavX@h-}b_H7mjBJ_y0i)v<+hDMtlKt!}QP|~PspTKF- +z6*ouv-W}F9_2BHe>;?wK+C?=Fl^x19ZaxyNvUvninFHJopwMZMHWk}aTUq*jwol_P +zz4JuOejxv!*!gE)oj>J^s|ajw*P_CL*a?tHqFP%sqcr3-YB(03o|m*ADKdBD+Vuxx +z<fZBdOHO#vP&l?)p&sbmwegie+qa*dOX&<i;SI4@+-^To9VlteNFM2%Ym)l&wUYzL +z<JNMxDIA~UMXM|QjX)TvShD_|8lW&upru9g5LpMHYS(-Byx~}Ux>38AD?=w2DMNH` +zV>mW7O-n=(eGQ<<@2{OO;m$JLw{Ol*y*L|Z$o#QtM%h7cB$K3hl*t`YZZha6UdZi_ +z<D%U1;*QTMf$;!F)Gh%~k$ql=<|EN6(0QXyp5`EP8zRvKS?JdQw@sN|l_sF@nB!nG +zI@k&;t~Yr~jGAD^+R_S;?<;&5r~e8JFvZcD&J1sn*<&T3Xh!2&Oa}mYGTDU+3{V0f +zzQma<|4EEd#GMssLgNx$0HTz-kS{$63wve6FXMGe#^_D<<(Vvfz5!wY{Wlg&%u;s! +z4+Jt|<mdS&0;mvmAu$Rk0gSbGWVnj9jWxR>KW41O-swEpQz^_K+75s<3$y%pkClMI +zws_YfQ~?YP3>;2zGNQ&g|Dwyh#?Ii7obCX_i~exc9YSR>z?sv3wz|lWnQ*GO9q0z8 +zg~HMKUi)OeT?w2Yb#9?Yk(FMkDH2_XFkOYSAFf^gn+p$`U{I2ZYy(i0ZJSinox0}! +z(!W5KA@qzUIVww61xik)AXODq-UCR)V)gwOE~HLJ!T<~m6xRct2oKyGiPw1J)du`+ +zMtBsFLpfwWsLCU?0e?mVhmOWq0|B7p<GSZRcVP=$PM`h8Nc1UDX#s{*?GxD_CV+-W +zbb&Kobq-MB!kr*(g55pby)hJy&R66+Ait-p<GGEC?@NvRIPg!#@M#LiH-l~fdR6W6 +z;Yf@|+~j+JvVp{<E$e1Y{J>QufpdUnOs4M2;x}-PUzv#69}34-tLmsH<R(?q6p5`- +zWIs@r92)v^!{U4EJtlELA%|-@=<kAgy(ZxQCYR(*k?2BE*`iPh=;i+Yov$ysXPc+- +zE&_ci`~R%&{X>5}J+AnsEnL~_6QFyIrB%dq4izQ-1|U&XfhH?NSO~HdnC9Ad^mKJ> +z^z1o6KcvU-$OHi9Jo!TT()Djw7y3(9iE_)e>jxFi_QzrkpVU47*&jy_T=u9kD$j|4 +zD~03B%S&J0`BmkucTHWC?<;(mJee%&T-8+QC8?(e2NQ?So;=>VbKSCEJ+B*_hKmD< +z;ezMdV1jdn8c)`rnGwX|RDB7z;l@J1D+TV)2jqKVC@=&J;#7NiSnn+P7i5DcjrprO +Qi2wiq07*qoM6N<$f{WhAc>n+a + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.png +deleted file mode 100644 +index 4fa71c74c115563913cae75943f38b78bb9edbf1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 704 +zcmV;x0zdtUP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zFAYK~y-6eUrgX;!qTZzkA!-QYw&^m`sRbm}JHbAufpT;8VEv +zDGYC5-1S9R_z+#N=*kQ(D9{=NnhK8E+F1<EIK<&!-Q542|D6Avdj(s#zrU~Px?TlJ +zLI@?#^9*=43}b2AcDx-gii7X_dzDJ%NYk`zwOY+vt=0<2JkL{Gt(KW2iDMXsn9XLR +zcDw!hkBaa6dy~oJWHcJt+Z8?{j$?Z=nVk5(zgOI;0F_GRD9f^k!^6XQp64=(qI#O9 +zHAPXhEX&?hRb9HSJF8Z!^Ei%)<M<f(31rH~v)*Vlrg@&rhlht_peChMgb+eXsQ~4( +zv$L{gS@HS#`TFYWs@iBY^xNCpC#matb+uZ}0ir0X=Xq{^)_$Jn=H=yO9YE8x$4;lS +z4;T_CZ3ae~rnOx&DEQ%UxNbI^Do~O_2nEOh6h+Z?2^4&{+f8*{mw+ZWdsYClEPLA} +zQ1G7TsY#OLfRw=VVzDR#sH(c$B~b8=<CMqa@hk8y4Z~O_N#X#wt~(P#tUpT@Labfa +zodKApY4`j67vN9FQ51cR<Jbo1^?EW4!-F6QzD=job`S*L!Z1AO^?DK@2m)s?7<>o5 +z043n>ODshGhad=?ySuv|r>Cb4pblGq!7z-bWm%b~X^+F<aNX^8Q_u5M$8pN0Y1&~J +zY8Mw5PlLfA1!h1dwu&g%*VhM~PG`T_Y^s)JiTQlacszdX_xmq5H#ct^-wQUY-xerf +mZ2W0}1l~7^zkuhDfxiI+l>+*aJhD*$0000<MNUMnLSTa5N<{_$ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive-dark@2.png +deleted file mode 100644 +index 59602519858b52e6f06614241e7fd14191c6991f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1493 +zcmV;`1uFW9P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yV^wK~z|UrB}^v6U!3*s(XIynZ%<T$DZLrBGBdPEG&f;kARSj +zV8;s}WzU8MEAj}i&6W)-6p4tJU>UK35X4O~Gj^O4V|(K9xV!Em9yInzz)3!7Hr>_r +zRaIA4)ez<YGgBPLju2vznH{B+MMQG4r=*l4B1*zA?5(Y>B}ByY=mh}ryUmS_4H1T6 +zEeylI0Nl}9FEg_vgfM6VA%wxqj@EkF_x(Fz82)v5c(}Z=vGH5oIq0H|-Q8WUQmF(= +zDH8yM5GgbNJUTiWSeBLDy?ZwUfUjS_nxoOkTwY#wiKwErwgEsXm6b}Ruv)GDytDyP +z6x9LL0f2~3nK=rAU@(tIhlhublrmsuXL7#n`+hvP0S5;MD^g02nRz@Ohbt>9$MX=+ +zqTB5*B}sCFh)5~by?OKI|IU+}x~DjfeJQ1<wN^y*{i@^u;CbFL5q;NMD=DS7x3?FZ +zC-*A?ySuxd>$)q<%tZA4ypXqAt%WpAJ=?aOJU7PUaRwl<ZM$2q*ZZ?)q9}5i`8E;J +zyLa!}&!0b^x()%HWqYMk2__1|S@JJmzSvO|-O*a#Hcj(iT5Fq#1Q7|-H0{aS?I?=w +zFtb%W8w9~XDHQ?0g9i_)OG`_Ye?%Y*!x|C!qtWPeb#--j)&s5est`h+7s6R+tyR0- +z{&DZ#y(uT+IQ|bam*2j9J9zQpMF?OB0D_r`nX3R`SynXb`DMrfKnNjgwc6@zB#0;m +zfM&DlxUTEv&WlNfGqNm8XG6cZxcKkOkQa@J<M?KAtzNJ9g%D}ATBU~%ADRGM01(6B +zumS*<Wla@~R;#s;3tbWJ=g*%PiVK6mpa%d?o;<OC8Bi{l%K&h6bTs9Cnx@`0$N>QL +zdVMP4T-WUbK%>zxaP|Ofp_H-!z_P5YC~Vudb6o?5!{Jl}yWMUE0FL7rIgQA>T3*|8 +z<nR1CFbrc#N6xXhxR}=;bFPkcRg6ZXKZzKEnH6x>)rvb(%Iy3z^Fs(Rr6cD^(^OBE +zNJuG10N{DvlmTg)Cf7BfR4Pp+cFu8fa-x12Nkj<%F!NNx*tXrht^rD^Sse=iu(Pw1 +zM}|chhCKktvTW+v)$8^Ca5$W62Dku&a~j$r0Bmn>=gBb^YinzX)_QChh80E8R1^k- +z!GYFV;gZl=E8q7IifgS_Ye8#m_j*13{{8!0XC@{C<PiX5S$3m%sL^PQ+U@p_%NUV2 +zBO;o50?h0Kz}D8*X<>Otz*#$9Utj;Pl+rAh%ZHxl9nT!LCbj)frFr1{{=qEy{{DW| +zFpL|WPDkIrfB)|!NdQ0ti1T?smrA7&0ForRF?$t6Gzx-XuhZ##mr@>QS(Y-hW@epb +zSt_MG2Cx?d!QL!+6h*F-G5~<h&CULV902;j%uE=^vCqskt+f(D{FrwTy$How;=_jz +zgZ1_G;bcnzXanHi4y8(|=+>=UovV=V@9$TolmQXZr%#{K$B!Qu$F;vP8A#3@%fEg5 +z<~xp40{|h!kci@1t=5}|xYcScFtg9hWdQj2@niDr*|TEe^#T0Sb>WZ6>({USX0y3e +zsZ=BYjK||qmSsO(*X?(^-KifF&-2W|V6b4CX2mcJ3jjKuj^5nd?7w;QrdW<o0h|<h +zE;IlDmX?+(FJHc_Hk(bSTCM(8Hb<}5(_33xr>|bU8Ws}nAD+);zyu`#m8VainvWhm +zDm5An!*LuVZ>edT>XVZbwX?I6ZEtUn3PmP|0`L=)JHLtnxtu%s=565`XI>`&F8o`b +v*MK7I$!7vE3OX3T7(j+IZ~r(90KoqNRWO`fIA#F-00000NkvXXu0mjf9SgY4 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive.png +deleted file mode 100644 +index 8b4e8e76b0702cb455f673bbfe65abdcf62ee823..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 683 +zcmV;c0#yBpP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10w_sDK~y-6eUraWQ&AMhKj*$Q*e3i)3X(k20cIv#bPxs{_yaUi +z984T4DKhIQPR5O)lam7>L_>^D4lY7u0Gt>b2itdVpD84yCKUVLJua^TMtY_*e1Dvu +z!nsgY<D9#vs`o|YIxq^fL}br<zaEC+hKTs{9O)%-98acc`VRP|s?{`2x7zJ?YiMX_ +z%ouY^M3#U;5CnI}$H%{)7a@-0N#|T-tzD!~IOi(Pxv1G}PFyJ4TKla>w$>J`wJ)r- +zHEZpuwYC;T(Mr8u&-X;4DB3TV%Q*nC)-C{#!!Vq+))rLtvxwaI*Ih(*k|dccl}abp +z+U=vGqt{bYQ*R8gAR^Ta_w0Y<tkRptn5S7@9T^$916(n{bhq2x&TtF;W?+nY0N}m< +z5(L3CkT*cF-EOxsOsSuMs+IscolZ+ti$Kl*hl7KIqZy{&PXPD<kk9AGMC1@KMnv|4 +zAehM<*7~tUWG!oDw%hIQ1KxP=*RvzRd;d~Ib}r$6O_Jo5stQnv<M=($HDMTT00rk< +zrBo`NBuO%-sw*N=1AdE0O+=ojX?i<b;gYHj%+Jq%0y@CiB|7IS{aT2k=!tVKT3uc3 +z{mI!cG@H!{@BLe#qpDR^-8w!#{y986eAO5;11zcPz~<)W;_~ux9cTgR1&4CEoI5x; +zc-Uw(K4!mh>YR%jjmC%F-Q7pUV)0t$9Q+;ZCDmR5@<0wSfCsu+&nM@Be*k-hB<cO# +RciR8}002ovPDHLkV1l(XF5UnD + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked-insensitive@2.png +deleted file mode 100644 +index aa64fc76703487b1f966f4a331762918a16e9dec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1383 +zcmV-t1(^DYP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11msCXK~z|UrI%l96jc<)f9FmMYlu`Nl}?wniC7Hb#XtfTfe5tt +zVuTQ>F)1-=Fp)o|kry>F(S)FA0xvaDVti5z6d#IDni2u4O$hNpeQ2Omlii&=3)<G! +zKP+u$jt@Hv)1j1Ydy>iSeD^!&J9qEB=bjZRFjaMY-+vm|p{g51<S}4LG(4iJzlq3? +zz**OI`$QzDBrbr=G?>ff9&j9|12_cKRv7b!svZl&urrg%+?;a)zVElH>Tw_)L03ei +zI|zavV~l5v$pM66m<hu$?Kn=0s_q1yDCaLChg{eFs=~xermEt3-n-V?&|0h3+RKGP +zVQZ!Sp66|_*8ULrhQ99~RaH}|xbZyibmTnl`~E&vopG7&H3{GM4_Ir*t+nd={;7(R +zu-3jGi4Xa{|IBQKlji&W7HjQr6!XY*9Ep)zRrNG5AtKvd*S(M=d!E-KBCWtCV0i@R +zfL>MYN~hE3rb|LqzXhsBMn>9JuU`G-T?s_HeE>*{$bQ##KaP{~`TR;_%%{NS`%L;` +z5CpGeGMRxy;s-^f6UcRRbgVsd=FA^c60p|31-u7bc3pS9h-jH$t=$ZCbLZUO&qjb9 +z_4W0=WgyxUmw~mTqoePvTD9s!pa@`8)d5}y5Ro_H;`w}j<t)XCxZSy2?(y5R6j4=u +z6QHK1W`9FN!;<pkO`%ZONU6y5yRLga9?2N<$t=ao_ORnPpT&V_e_R2Uoj7q~4X_AG +zzrc=&b2jead0q>!We(zH+nmqmx5WWf{TiULv9Tqdz*7KW7*5&2BJ$!q!~rnIv?ib) +zfK)2A4luw%BO)uJ!CZp8alQ#~_o>MOM3))BLIczQELgC>Cdg^#Z_DE^)z#Hr^!1@K +zbh|u?$gE3l1s29%9LGtP<0=D;0^GWF%S{Y=%-^QOC>D!ljlZH#F(PseKtvu*IQKGt +z`#%06A`JklI#|Yxs`ddGW18dS=w6tY8DqK<F<St}$Hy;~AwzWjRdrXKoKC0Dsp@z0 +z(7#w$S2x99M4kue@9*!4ph@GpZXa+1XiPR9j^peF{+xsOa1aE0<ACRR&A>|F`kp;| +zeu>}-BO-yS9s>x&@L0TYsH>~{9oPj7&qf^BnaO0Xl>t>15jhGlHa6BdG&EE`9Yqrf +zcTy@uPZkP=eer1Z_4U0$5HtZ7DiA*(1i||FO$cDEJqWA?vhD5dUqo;SjK>?27gV(i +zm=uv`lNS>}KA+zfmDf!`CW3Q7uQBFya?Jq>g~HY_48H-Yvf1p*O-)VZl0OFgJB4hm +zJrcD~!@lp&=OVf-UT(<-1_q7-ZuC6DbRD^>8sGO%m77w}^A66jDK(zwy=JYQu-0lW +zm+M-(bZI)4Kx!uEWLy4gp-_0PQgP4onys}zmD}>c!NKDR@dxAld(N)EzyGD0nwk%| +zv(^Ku+70xGNUo}?Di1I@Ihg@6s@g0fJAuZCpUq~oZ^zag;3jv<@XQGS?B2b*_VD4u +zuP$D^_yDl%ezTA4`q<dmNA2zHpZE3kjmPkRfWMREO4c`3TU-0k$&)A7tXQ#Pdn%P$ +zH{GApVzGGX>eZ_~ZEbBo$IdxGKxxMprwd-`1`|px)FMiqOeGdln)QEx-itJs9$;bg +pR0CD97z#`R6O?8<KCO4c{s;IbY{h1~hvEPL002ovPDHLkV1g1Ul@tH~ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked.png +deleted file mode 100644 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-checked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-checked@2.png +deleted file mode 100644 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active-dark.png +deleted file mode 100644 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active-dark@2.png +deleted file mode 100644 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active.png +deleted file mode 100644 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-active@2.png +deleted file mode 100644 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark.png +deleted file mode 100644 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png +deleted file mode 100644 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png +deleted file mode 100644 +index 3c988d5ea9bbc546140bf8024977fc52f65ac819..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 593 +zcmV-X0<QguP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10nSN8K~y-6jgzr%qd*iz?_kD^f#4NLK`9(|*<vGERQwOWg#0ml +z1_cF`C0rOIhzJfMn6+a<iZzjg6gH<C&AfZBX5Ku40h`U{had=Z05d|!r0cpCK*Jb& +zR#mke){}k_hT&9ElzU2PTi11Anr024^?jc=O;fC@N@I+XJkPhw<?{5&B@Dx9k|Yn? +z?N%KoTvL{%nk30X7>3h+j{^WjQSRHeeOxRS#hAf-J})FmdgM6nCxFSvozpb^H6|RA +zWtr)^?i~Pdf*{Q6x*km)LMeT+Eb9gU;{nV})7<sWUDt_U2?-$wUDu;1iVlWh@Bn5U +zA!Gue1%NT}^|@`^XF(7+0F=A*dD170861zt0|5BG&sSB|0pNH5&3?a^0F=6}N8fn^ +zP1B_HdVK=$#xcg8tE$qzBkU1HQT06U2;da}kY(BLvMfhGQBNGlS`Y+(0NeqXaR89# +z`L?d>+y9xwajZ2>qdSiCa!GGK%>rZ0kY%~0ls-jKbg*sv?E5~iX__R8qMD{DbsXm< +z2!b<!96(D3ArseiZ!OEZF${y3WtkL3f!%I*@;vXjTCH9$$$MN{KQ!oJ0A>Iv{>{tV +fMfev$b6xljd}GRV9$AL~00000NkvXXu0mjf&^q>A + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index ab0873bcbb2795ab134925b3196e8069491c8825..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1280 +zcmV+b1^@bqP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11bs<FK~z|UwO7q<(@GTn&W!CQc56#<(uAL)ivV>|)VDxLL9pWm +zcnem|o=w^2Ay6eMUV>#;SE3Y^5<6`INt3vVotbkNwXfXL=7!$%lf3XbGw1uxczn(b +zVGb}ewcBl52(iM<wo=L>BANP>lrkowC<ubV=H_NZL_AMi01&gBjYdNRK~M>TU>(3i +zt#z51Z6Sm~DTELPGuvA0a<y807zDw3tJNwu8jYE;GthO8{r!E<b={g$$^-x*#Dtko +zJDtwRvaICs<HrdAeEIUljN{lWm&*<jxmxQb08mOLg+d|legE{21%zR^3Sbogi0F)& +z!&<F2nkS=Ht7S_mYs_q?^G~YPYI|-0KYsjJlTv!j%+u*KSX*2BIS=t=^!xo%6h(K4 +zh?G+Od-v{rziQlt@6>L$t5Ql&Ypsar+fB&<!1KJHMD$H-t)!IR!NEaorhxtZeUF(d +z%*;ZF!+Do{7HYNHNC<Jr%v>xM%iG)A)hh)w8V%vPZVdpY(`m2>^1KM8R0sgio;~wR +zrIP#Gpdbh;VHiF=JUo1~DB{a#x7&}xFns#%-MfbX3YlFnGcmId0G4Hiw<Umx+5k|m +z*KNmfJfuH>NGqI?B*|ovOMe-wtE)pH#KiY~dj9;m3BUmWF&>Xy0I)1;X2DnlMx)UH +z0A9U%wUh}kip64)nbGNVE@Xdla<T&8ZdM8Z6iTVYvaD96QW<16$8m;Q>+;6NhJo`R +zU`Z&YEC8@9E6E3l<M_tp03f9_<2b&XxApt|1ORN?Hd51)$hulq+w%c#N`768jALbG +zC9A;ZTpjBcVF+ecz<F28dz4bi)pO>@<ro>qWHQmIiG-9g1_00VE(owJtMz|GD5a9Y +zV9?6jGLBxar!t#CL=iLF%<KRdW{!0C{(Vyc*I*d{_V)I?DDFaUrgNxTJ<U4<0@ +z*xlWY)AuPcGX+7gE`%@u9NbnlJU%{N)>{8H7!352Cr^H*=8;GbkR1R>lH|^9kOKfS +zR{>yWXXh+u9t!|yHk&_{Qi*Arg?_(ZS~U65(UH&0#csE&x3;#%saXSvv-5y16bb<V +zL{W4n3`1v8<Y5>(Qpy?tG@H#~6h)b92;@#gzVDwB(FqZe*80IBM1*1JXssU*5q<pl +zarFNE`)v0s01@yXhf<|fc>n(W?oG&#j*fgOWsQjF^XJc#moHxqbM9XN##agefUjS_ +zR&Cp^0Dur;OhoN`SDS_7<Kty!t}=5G06u;C6uo)#Ccp890RD}2?Zsq!d%Ie%*GsPJ +zN&uKnr*V=br;g(c`~Cifi;3rX=4dopHcitt48sC|ZnvwO&E_z->;P~EpqJ;lRsaB$ +zN+tL0+qZtbUblVUpE)+eU@*`-J3D7vTU+DYhWjn^xdfyr0B~Qwer>*Z@uIM?v0>P@ +zZDcKVGMVUJuc!9*_LAM*-T1?Y59-o<1>h9vH@}I1Y@Cxm^R{q}^Q<EP*WQ-r6_CeL +q`j`NWTnq*<1(4u8+xW`am+%kAnkGH)Km1Ps0000<MNUMnLSTY2$yo#d + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png +deleted file mode 100644 +index 9340faace6567ae42540bce6e99b815067eb5fa7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~y-6m6O40Q$ZAlzcV+%Mo1b+Yv8(SA3=9o>q{tTHw71$ +zk~VMRCW|~n6{Uzifwo;Gb#>Qn%*^CUx(E@BT<#nfCNu>};=h{3`M+}p{$E&-sv7V8 +z3srq7A`gKrU?d{_5W;C3$8SX>EP7=A$g*s=D2n&MPgU&}MR7ivOh&a@ZQB_0L`05( +zyHON9Z#J9X79nI=w(GsO&bcF&$a~-N-rM1DxO3}l=iJv-=0%9L_9{t|G62rG1Lxf5 +zb<A@)=PuGTJp?eofrxbf2cW9mdcFP(*eC%H@;pyw<V)bu67OXk$9o}!FQroHHBd1? +zV=|eHW&_L20FMEt)9FZ68$j6r*VSruYrbIx-~ymhscehLHDF32(vPBOA9xeT@!kpm +z0LGZ7d7fVZ!GsV_XCYZjswzM$%d!tZKF`6G_rA3bz*>7^t?f4&jr%|axJlwFh_&{_ +zdv80P&b%i#T^J6BJ0XO3z*JScs(L;ikAG}#Zr(G->;uQDdgtuy?5N#te+NcDace`8 +zB;_<s4+n$6r&%|Cd++UFF!<Q(^<K@+-U6bzNBFlkX8$YmH?0B4fhq87aqtgg1L#Ru +S>gJ{Z0000<MNUMnLSTYL75Sn7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png +deleted file mode 100644 +index 591314b280be79cb45c6f9b0eeb64bc9c5e1bad5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1167 +zcmV;A1aSL_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Pn<;K~z|UwU<w5Ty+q~Kl66eY^i2jN|Z-j1BT#L6iQkT+LCyw +z*dnH&)Jrb4wjvfp1rebX>!H2WgPt`|#Y5{s3h}6+_0K`1t~SQQzP$Op3aPq^-ENaN +z9`?8C>vP*~lJyJAzMYxhd}rS8H}jhnx`3G#oO6!?d(3Qyh&%vn@#^2r>{k)_3OE~v +z;jD-(cjFg8Zl{c*Xk(#Jco{eX40h@BH#0ktrs=6lrE+!60XXOOnb}ET$cug!ku%H7 +z%QHa`#6b{50BM?5(li|^6bch&wikG?9lwYi3B&NyE(34D%p{KEw^cP&Ra4b(k|f#H +z?fN*5cc|)@er@WUJ8ot{x8y+_#~=H}P3PP}GrR3J-6{#^+#ywMs;W8XPIncAs=njN +z7oBsDua-Cu=iE+Jz2bcyyOZ(0Oy=t*&jry`)%4=Ui_dj5ilS(vsxJ7~b+A|DZNzbW +z*e6$;oSgh`HL2<w-r(!C?D?HwW}>R!s;X71)wh6BTNjvF0eA&KL|zjS>vaGkVrKR_ +zK)GCgad>!m3+)!*oO{e?|6{L-^H9~FRMpO%JGUFS3tDerkJq35zXLF{&j3b8M<;+y +z07Wy~E+V99`bE~*Ik(%)KHx?tTrCzv<UkmPpJ!w<z^kQFX&Vp#{eg&#cx9A}_WgB` +z1Kj6*WKjd~ml;5R0F(hXY}lZA2kRhjqmup6*Vh;O$IWfgN_!NMo|j)9g+d|Uj*9{C +zC&0C9*TS4~p$D8dZEK^^XmkAGza<cnUjRhp{;aWx99U-%k@u1HISgQC^KDtt%w~b@ +zK@f}sE0y3+?@fESUYOa0h|p{{FSJDgzW&YZ>0Xj`f`~i?P_0&Hyl4qCE2!#aRkhU& +z9;-zh$K$@^CR?{|9RfmNAP|vdGdls0rs;{Ur<Ya0%tS<v1JvvFQ;Um>saG`uPkf5j +ziG3(ZlAd43s(KiB1gK3-O?~9WDbQRoa?U;D=fI|OZfCE^lO);I9!SogKmR<fS0Cc< +zf_$XM{61ajMG&6+imKY&+}!aD`8{-+$jvNp&Yf<LW^o)JUgJ<2#BuzRs$N%Bi=yb0 +z%)txE3?!Wv=g0CNk|cSuTXKKeziW@>^Yim3bL4kt?QfY~wOW0)TrR)Mjb=1wW@msI +z5s8Y$;sU_Z(ozMenAy09>;*=>eXUljy*V~Emc8b$a-$93J^+Bp$;rW^M~}WRFfeck +zxc5%kdt9#9>+elXO?@~!JKN02{|5fb8+Wt6rNP0$&C}D<508wDJW(o@wsrb*+GsQ` +zT)K2=X8->E-)HI^U>T?bjZV(HJzzqsY&OxFWV%60E9-xNTMoKwnF0F!rw=G*d>F6< +hT&I<7v*YR<{smh(Ws7at(%Jw3002ovPDHLkV1h4xF;4&h + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop.png +deleted file mode 100644 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-backdrop@2.png +deleted file mode 100644 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-dark.png +deleted file mode 100644 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-dark@2.png +deleted file mode 100644 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover-dark.png +deleted file mode 100644 +index 06ad8c0ff973328d23dafa0757353fa200bce232..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 617 +zcmV-v0+#)WP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10p>|WK~y-6m6JVBQ*ju@f6u@7rf&%)^5&{vz|iWVwSEamY!l*E +z$*q0>f<qH=V>2!6CIYbolaa}2Au-yL_yuHeP^86PVra?jy^lkSsU)>{re}D5=bYsT +z11hST>H5iige;H(CV>V}Q(@z1c5JIC5)3kOew078u4AME{8F?Oh+Ult#~MwqJw@Q% +zRiz*h(?I8)TjO8;GU&rqM4vjz@pXo%RC65>mVHapk8g}00GOhx!ANBk3{be4D68_! +zcvMpPyxpr_b8~C;*1La!7ggSOcURvYJOD5VIiU1E1`4G}JTV7EEFjqxI}cE<yL-Ux +zp`@_qBok?4?DraC6^I&OVkR7G^k0U<z34jtUOd_WCIH(2&BL?P$@7E}?RNn<J)Q!Z +zfU$s@MK=R%I>|(OgaH6{*ShEXUL6RG3LB~vE&~Fnswg;a<8T}B%+c)FmO!jjbDhf= +ztnZ%`R5iS^kl6t`rYI6<pz|Uuk1|=SyN?u>KE8hWu-$B)0qs9qc>cL{E!34)2pxrz +zAL>@GT33F2?;cNEo|Qo;sA~Abo6W@+PZqz@8<{VI38{SE&SsZ#k$7UxghEOBYgFH_ +zw;JEJR~9lm{p6p34+Cqwpa>8JY`_2k-~k<=J^1(=61K-F0?4Mk00000NkvXXu0mjf +DJqiS8 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover-dark@2.png +deleted file mode 100644 +index 52f78786008bfb595d5606e6ad63e05242a2991b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|UwU=*b)O8%kU!U)GZFAjii%m0IlK*;8LENd}%m<EX +zNZ`a^QS?CRf%{`E4`eA;tB6#ZN^6@zJu(WHkwyeEQJ*xBwi`uYk{WDIaHzYxt=(<6 +z{XRYT{ciqltnId)Z#ekf=llJA-tW)%`~H6JdqNs$Z`Z7WRl^&NWmO`S0V{waXLt~} +zsiMD%nsdcByq#55GLcSR0GVm<Sf}RYJrb!`kswf#X3hacnnp*x&A~E>&09cQceqO7 +z7|1dwbPbiWma#fKmg$drM*0AJiAALeV=Xh5*@EZ};2CFrpNa<S{Do)cBtTWAH5C0o +z;C(<8x(wP-6DYhmTQvYJJ<&2zJ&LjsP*jc%1iS|uMXXr`G^(1CQ1m;2Dj*@M_0@rb +zlOm$&kh_a$3q@;z<A4V^J>d7fKAi~T{!-F2^oc+f!hNx<tu<>4+vZ9RAR<~DC}>f& +zUcxr%tBXTJA5S|s`C#w4oCXqNSzBw?6<wYy@pNeE8r&>m&I8&1M()0`zkKDl?r{UQ +z+ik;vsMcqS9H4G((ItT(Ao&Hwhc|88opPECK<*=vcO19>RvjofnJMxls{Otepc^Qy +zZ1|`K$ek3>-mY1Q>;q7>8s@X-vq3}@(RTsze7@S^;^jp++i&i!8h#PG$y}{lTXZSY +z<Vn=}3oiiIL|O9Y@l$>vAHaxOl>jPo?qQKXfc^yV#L6{Wk^-_7HUKEr1^3j}uE@)X +ze(CCjbAqVc64gD`>k58J#*9UWW!RtX$z6}_zZ?Usv`0-}N&@8Me8~Y+^hwK*VrUD~ +z3qY2va6&l-C;$*o{PxrY^CfqoG$rSvct3zBg-*yb*$Hz8WyW8|OkiRt%S;Jn8z2G@ +zdo*XMdqh-jWq>nfTeGt~O94~}CuxkrbpT^oPo)abJqr}khp@*TP_dTV57v!IQHXY; +zvH{Cf0Fx)dac{~VE)*hc0T>@0y^_>qM2&s^MR#VBY+9&n2e^InuMQ_NZi;VsJAnaU +zbz671{9$pohQbvHYgD-NdHpMYIN^k;s*(vsngCR#sZn*RQx^<X6;uub#3PaB*u8tn +zi%Hx7jE;Jnu}$;B;!w0E(*oLhqI-b=(EC+z*Edes0>%tLuuNhq8Uz$L-qJO=Ib-DA +z;c}EFK=1eW9=h6dam*PS2G^C$zP-w)fJemqkO>iO-QjXY&H$d#_{h;i+n-OKvI$@$ +zMF7Bn-}@eL8YmJm=i9m?dsTJL9kNl?w1y&YDRLetniwDd{^0iKnq5<(*sDGJwH)+M +z!5pXw_<l}@yfqZA5S1eeen7`!u@eU>pKWp(Zx|R#&i~))KD+$SYm2;(9pOPU`Wy7D +zvFH#nedBp?yGzFNO3{f@5h_4-0IQw(z4!Zj54n~dAO@3dcxC|ro3`yP+0pP}b*`_V +zPLw6H*AFV(iA5q`d>!0%%4Im1Qh8be9OUMgloY;w;z$4EPp{gV?a5tFmaGu9|D38Y +z$b{ZZB;r@@T))<FV&Bf+UCRx&;i5o%y5#8^Ot7y|`AjkH46v}P9>Fo(LIk*x<9s|o +nwkwAM<3Iwt+OcWho`U}XzkSgw7k(T900000NkvXXu0mjfLuzGy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover.png +deleted file mode 100644 +index 06ad8c0ff973328d23dafa0757353fa200bce232..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 617 +zcmV-v0+#)WP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10p>|WK~y-6m6JVBQ*ju@f6u@7rf&%)^5&{vz|iWVwSEamY!l*E +z$*q0>f<qH=V>2!6CIYbolaa}2Au-yL_yuHeP^86PVra?jy^lkSsU)>{re}D5=bYsT +z11hST>H5iige;H(CV>V}Q(@z1c5JIC5)3kOew078u4AME{8F?Oh+Ult#~MwqJw@Q% +zRiz*h(?I8)TjO8;GU&rqM4vjz@pXo%RC65>mVHapk8g}00GOhx!ANBk3{be4D68_! +zcvMpPyxpr_b8~C;*1La!7ggSOcURvYJOD5VIiU1E1`4G}JTV7EEFjqxI}cE<yL-Ux +zp`@_qBok?4?DraC6^I&OVkR7G^k0U<z34jtUOd_WCIH(2&BL?P$@7E}?RNn<J)Q!Z +zfU$s@MK=R%I>|(OgaH6{*ShEXUL6RG3LB~vE&~Fnswg;a<8T}B%+c)FmO!jjbDhf= +ztnZ%`R5iS^kl6t`rYI6<pz|Uuk1|=SyN?u>KE8hWu-$B)0qs9qc>cL{E!34)2pxrz +zAL>@GT33F2?;cNEo|Qo;sA~Abo6W@+PZqz@8<{VI38{SE&SsZ#k$7UxghEOBYgFH_ +zw;JEJR~9lm{p6p34+Cqwpa>8JY`_2k-~k<=J^1(=61K-F0?4Mk00000NkvXXu0mjf +DJqiS8 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-hover@2.png +deleted file mode 100644 +index 52f78786008bfb595d5606e6ad63e05242a2991b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|UwU=*b)O8%kU!U)GZFAjii%m0IlK*;8LENd}%m<EX +zNZ`a^QS?CRf%{`E4`eA;tB6#ZN^6@zJu(WHkwyeEQJ*xBwi`uYk{WDIaHzYxt=(<6 +z{XRYT{ciqltnId)Z#ekf=llJA-tW)%`~H6JdqNs$Z`Z7WRl^&NWmO`S0V{waXLt~} +zsiMD%nsdcByq#55GLcSR0GVm<Sf}RYJrb!`kswf#X3hacnnp*x&A~E>&09cQceqO7 +z7|1dwbPbiWma#fKmg$drM*0AJiAALeV=Xh5*@EZ};2CFrpNa<S{Do)cBtTWAH5C0o +z;C(<8x(wP-6DYhmTQvYJJ<&2zJ&LjsP*jc%1iS|uMXXr`G^(1CQ1m;2Dj*@M_0@rb +zlOm$&kh_a$3q@;z<A4V^J>d7fKAi~T{!-F2^oc+f!hNx<tu<>4+vZ9RAR<~DC}>f& +zUcxr%tBXTJA5S|s`C#w4oCXqNSzBw?6<wYy@pNeE8r&>m&I8&1M()0`zkKDl?r{UQ +z+ik;vsMcqS9H4G((ItT(Ao&Hwhc|88opPECK<*=vcO19>RvjofnJMxls{Otepc^Qy +zZ1|`K$ek3>-mY1Q>;q7>8s@X-vq3}@(RTsze7@S^;^jp++i&i!8h#PG$y}{lTXZSY +z<Vn=}3oiiIL|O9Y@l$>vAHaxOl>jPo?qQKXfc^yV#L6{Wk^-_7HUKEr1^3j}uE@)X +ze(CCjbAqVc64gD`>k58J#*9UWW!RtX$z6}_zZ?Usv`0-}N&@8Me8~Y+^hwK*VrUD~ +z3qY2va6&l-C;$*o{PxrY^CfqoG$rSvct3zBg-*yb*$Hz8WyW8|OkiRt%S;Jn8z2G@ +zdo*XMdqh-jWq>nfTeGt~O94~}CuxkrbpT^oPo)abJqr}khp@*TP_dTV57v!IQHXY; +zvH{Cf0Fx)dac{~VE)*hc0T>@0y^_>qM2&s^MR#VBY+9&n2e^InuMQ_NZi;VsJAnaU +zbz671{9$pohQbvHYgD-NdHpMYIN^k;s*(vsngCR#sZn*RQx^<X6;uub#3PaB*u8tn +zi%Hx7jE;Jnu}$;B;!w0E(*oLhqI-b=(EC+z*Edes0>%tLuuNhq8Uz$L-qJO=Ib-DA +z;c}EFK=1eW9=h6dam*PS2G^C$zP-w)fJemqkO>iO-QjXY&H$d#_{h;i+n-OKvI$@$ +zMF7Bn-}@eL8YmJm=i9m?dsTJL9kNl?w1y&YDRLetniwDd{^0iKnq5<(*sDGJwH)+M +z!5pXw_<l}@yfqZA5S1eeen7`!u@eU>pKWp(Zx|R#&i~))KD+$SYm2;(9pOPU`Wy7D +zvFH#nedBp?yGzFNO3{f@5h_4-0IQw(z4!Zj54n~dAO@3dcxC|ro3`yP+0pP}b*`_V +zPLw6H*AFV(iA5q`d>!0%%4Im1Qh8be9OUMgloY;w;z$4EPp{gV?a5tFmaGu9|D38Y +z$b{ZZB;r@@T))<FV&Bf+UCRx&;i5o%y5#8^Ot7y|`AjkH46v}P9>Fo(LIk*x<9s|o +nwkwAM<3Iwt+OcWho`U}XzkSgw7k(T900000NkvXXu0mjfLuzGy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.png +deleted file mode 100644 +index 3c988d5ea9bbc546140bf8024977fc52f65ac819..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 593 +zcmV-X0<QguP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10nSN8K~y-6jgzr%qd*iz?_kD^f#4NLK`9(|*<vGERQwOWg#0ml +z1_cF`C0rOIhzJfMn6+a<iZzjg6gH<C&AfZBX5Ku40h`U{had=Z05d|!r0cpCK*Jb& +zR#mke){}k_hT&9ElzU2PTi11Anr024^?jc=O;fC@N@I+XJkPhw<?{5&B@Dx9k|Yn? +z?N%KoTvL{%nk30X7>3h+j{^WjQSRHeeOxRS#hAf-J})FmdgM6nCxFSvozpb^H6|RA +zWtr)^?i~Pdf*{Q6x*km)LMeT+Eb9gU;{nV})7<sWUDt_U2?-$wUDu;1iVlWh@Bn5U +zA!Gue1%NT}^|@`^XF(7+0F=A*dD170861zt0|5BG&sSB|0pNH5&3?a^0F=6}N8fn^ +zP1B_HdVK=$#xcg8tE$qzBkU1HQT06U2;da}kY(BLvMfhGQBNGlS`Y+(0NeqXaR89# +z`L?d>+y9xwajZ2>qdSiCa!GGK%>rZ0kY%~0ls-jKbg*sv?E5~iX__R8qMD{DbsXm< +z2!b<!96(D3ArseiZ!OEZF${y3WtkL3f!%I*@;vXjTCH9$$$MN{KQ!oJ0A>Iv{>{tV +fMfev$b6xljd}GRV9$AL~00000NkvXXu0mjf&^q>A + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png +deleted file mode 100644 +index ab0873bcbb2795ab134925b3196e8069491c8825..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1280 +zcmV+b1^@bqP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11bs<FK~z|UwO7q<(@GTn&W!CQc56#<(uAL)ivV>|)VDxLL9pWm +zcnem|o=w^2Ay6eMUV>#;SE3Y^5<6`INt3vVotbkNwXfXL=7!$%lf3XbGw1uxczn(b +zVGb}ewcBl52(iM<wo=L>BANP>lrkowC<ubV=H_NZL_AMi01&gBjYdNRK~M>TU>(3i +zt#z51Z6Sm~DTELPGuvA0a<y807zDw3tJNwu8jYE;GthO8{r!E<b={g$$^-x*#Dtko +zJDtwRvaICs<HrdAeEIUljN{lWm&*<jxmxQb08mOLg+d|legE{21%zR^3Sbogi0F)& +z!&<F2nkS=Ht7S_mYs_q?^G~YPYI|-0KYsjJlTv!j%+u*KSX*2BIS=t=^!xo%6h(K4 +zh?G+Od-v{rziQlt@6>L$t5Ql&Ypsar+fB&<!1KJHMD$H-t)!IR!NEaorhxtZeUF(d +z%*;ZF!+Do{7HYNHNC<Jr%v>xM%iG)A)hh)w8V%vPZVdpY(`m2>^1KM8R0sgio;~wR +zrIP#Gpdbh;VHiF=JUo1~DB{a#x7&}xFns#%-MfbX3YlFnGcmId0G4Hiw<Umx+5k|m +z*KNmfJfuH>NGqI?B*|ovOMe-wtE)pH#KiY~dj9;m3BUmWF&>Xy0I)1;X2DnlMx)UH +z0A9U%wUh}kip64)nbGNVE@Xdla<T&8ZdM8Z6iTVYvaD96QW<16$8m;Q>+;6NhJo`R +zU`Z&YEC8@9E6E3l<M_tp03f9_<2b&XxApt|1ORN?Hd51)$hulq+w%c#N`768jALbG +zC9A;ZTpjBcVF+ecz<F28dz4bi)pO>@<ro>qWHQmIiG-9g1_00VE(owJtMz|GD5a9Y +zV9?6jGLBxar!t#CL=iLF%<KRdW{!0C{(Vyc*I*d{_V)I?DDFaUrgNxTJ<U4<0@ +z*xlWY)AuPcGX+7gE`%@u9NbnlJU%{N)>{8H7!352Cr^H*=8;GbkR1R>lH|^9kOKfS +zR{>yWXXh+u9t!|yHk&_{Qi*Arg?_(ZS~U65(UH&0#csE&x3;#%saXSvv-5y16bb<V +zL{W4n3`1v8<Y5>(Qpy?tG@H#~6h)b92;@#gzVDwB(FqZe*80IBM1*1JXssU*5q<pl +zarFNE`)v0s01@yXhf<|fc>n(W?oG&#j*fgOWsQjF^XJc#moHxqbM9XN##agefUjS_ +zR&Cp^0Dur;OhoN`SDS_7<Kty!t}=5G06u;C6uo)#Ccp890RD}2?Zsq!d%Ie%*GsPJ +zN&uKnr*V=br;g(c`~Cifi;3rX=4dopHcitt48sC|ZnvwO&E_z->;P~EpqJ;lRsaB$ +zN+tL0+qZtbUblVUpE)+eU@*`-J3D7vTU+DYhWjn^xdfyr0B~Qwer>*Z@uIM?v0>P@ +zZDcKVGMVUJuc!9*_LAM*-T1?Y59-o<1>h9vH@}I1Y@Cxm^R{q}^Q<EP*WQ-r6_CeL +q`j`NWTnq*<1(4u8+xW`am+%kAnkGH)Km1Ps0000<MNUMnLSTY2$yo#d + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive.png +deleted file mode 100644 +index 9340faace6567ae42540bce6e99b815067eb5fa7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~y-6m6O40Q$ZAlzcV+%Mo1b+Yv8(SA3=9o>q{tTHw71$ +zk~VMRCW|~n6{Uzifwo;Gb#>Qn%*^CUx(E@BT<#nfCNu>};=h{3`M+}p{$E&-sv7V8 +z3srq7A`gKrU?d{_5W;C3$8SX>EP7=A$g*s=D2n&MPgU&}MR7ivOh&a@ZQB_0L`05( +zyHON9Z#J9X79nI=w(GsO&bcF&$a~-N-rM1DxO3}l=iJv-=0%9L_9{t|G62rG1Lxf5 +zb<A@)=PuGTJp?eofrxbf2cW9mdcFP(*eC%H@;pyw<V)bu67OXk$9o}!FQroHHBd1? +zV=|eHW&_L20FMEt)9FZ68$j6r*VSruYrbIx-~ymhscehLHDF32(vPBOA9xeT@!kpm +z0LGZ7d7fVZ!GsV_XCYZjswzM$%d!tZKF`6G_rA3bz*>7^t?f4&jr%|axJlwFh_&{_ +zdv80P&b%i#T^J6BJ0XO3z*JScs(L;ikAG}#Zr(G->;uQDdgtuy?5N#te+NcDace`8 +zB;_<s4+n$6r&%|Cd++UFF!<Q(^<K@+-U6bzNBFlkX8$YmH?0B4fhq87aqtgg1L#Ru +S>gJ{Z0000<MNUMnLSTYL75Sn7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed-insensitive@2.png +deleted file mode 100644 +index 591314b280be79cb45c6f9b0eeb64bc9c5e1bad5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1167 +zcmV;A1aSL_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Pn<;K~z|UwU<w5Ty+q~Kl66eY^i2jN|Z-j1BT#L6iQkT+LCyw +z*dnH&)Jrb4wjvfp1rebX>!H2WgPt`|#Y5{s3h}6+_0K`1t~SQQzP$Op3aPq^-ENaN +z9`?8C>vP*~lJyJAzMYxhd}rS8H}jhnx`3G#oO6!?d(3Qyh&%vn@#^2r>{k)_3OE~v +z;jD-(cjFg8Zl{c*Xk(#Jco{eX40h@BH#0ktrs=6lrE+!60XXOOnb}ET$cug!ku%H7 +z%QHa`#6b{50BM?5(li|^6bch&wikG?9lwYi3B&NyE(34D%p{KEw^cP&Ra4b(k|f#H +z?fN*5cc|)@er@WUJ8ot{x8y+_#~=H}P3PP}GrR3J-6{#^+#ywMs;W8XPIncAs=njN +z7oBsDua-Cu=iE+Jz2bcyyOZ(0Oy=t*&jry`)%4=Ui_dj5ilS(vsxJ7~b+A|DZNzbW +z*e6$;oSgh`HL2<w-r(!C?D?HwW}>R!s;X71)wh6BTNjvF0eA&KL|zjS>vaGkVrKR_ +zK)GCgad>!m3+)!*oO{e?|6{L-^H9~FRMpO%JGUFS3tDerkJq35zXLF{&j3b8M<;+y +z07Wy~E+V99`bE~*Ik(%)KHx?tTrCzv<UkmPpJ!w<z^kQFX&Vp#{eg&#cx9A}_WgB` +z1Kj6*WKjd~ml;5R0F(hXY}lZA2kRhjqmup6*Vh;O$IWfgN_!NMo|j)9g+d|Uj*9{C +zC&0C9*TS4~p$D8dZEK^^XmkAGza<cnUjRhp{;aWx99U-%k@u1HISgQC^KDtt%w~b@ +zK@f}sE0y3+?@fESUYOa0h|p{{FSJDgzW&YZ>0Xj`f`~i?P_0&Hyl4qCE2!#aRkhU& +z9;-zh$K$@^CR?{|9RfmNAP|vdGdls0rs;{Ur<Ya0%tS<v1JvvFQ;Um>saG`uPkf5j +ziG3(ZlAd43s(KiB1gK3-O?~9WDbQRoa?U;D=fI|OZfCE^lO);I9!SogKmR<fS0Cc< +zf_$XM{61ajMG&6+imKY&+}!aD`8{-+$jvNp&Yf<LW^o)JUgJ<2#BuzRs$N%Bi=yb0 +z%)txE3?!Wv=g0CNk|cSuTXKKeziW@>^Yim3bL4kt?QfY~wOW0)TrR)Mjb=1wW@msI +z5s8Y$;sU_Z(ozMenAy09>;*=>eXUljy*V~Emc8b$a-$93J^+Bp$;rW^M~}WRFfeck +zxc5%kdt9#9>+elXO?@~!JKN02{|5fb8+Wt6rNP0$&C}D<508wDJW(o@wsrb*+GsQ` +zT)K2=X8->E-)HI^U>T?bjZV(HJzzqsY&OxFWV%60E9-xNTMoKwnF0F!rw=G*d>F6< +hT&I<7v*YR<{smh(Ws7at(%Jw3002ovPDHLkV1h4xF;4&h + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed.png +deleted file mode 100644 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-mixed@2.png +deleted file mode 100644 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active-dark.png +deleted file mode 100644 +index 55a530d98ee38f95cd34a7b748d9da3dffda3d1b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbAQ*jW-KlkG`<&QCqv^-YXUFgE_S|?TqfkeBw +zp=nj(XjqyUXQvuhCjz$ExUngH3keKN#zhAQ``TCOVA3|P?{_ZM6cUAgrW@}2x#8}F +zams4)w}N{r=00c^NCTm$99v^|{8M+Ave@y6{3*Ozuq1}6D!+_sC3dD7-9an7j+=3u +zVGg7O%&M~Cueo2(3A|dcBtipt(YWir;U9RlpeVw&IO-kVS^NfID60`e^|CO4zvjMH +z<)ubiCA*mbAYW@1a{Ixj{{=6S+YkJex1S#X7!?X4Qkg`cq7`Q@wGK=hkmcBjKZziY +zoI^2Y8JID^e0R_aClREsorS<WkT5_em0U<qBIxyQWPlD}jHn!&IL=QZurj=@!{G^F +zjWu>>bR<_pRa7ZP-JlLc#y@p;fmyE>6t9xc)!QY+CXcpO4}iX*ELN2b5w<Ur<leU) +zqx!u4aql6$&H(8B{e}F8=1m>SJD{(k6~`tT?YP;>Of4>0qP!v{#3oyf>Z32Oo_q&F +zAeM6@vYUyOr_Tz`Txxx^=QI$iwI|WfAN8ZH)q~OGGa!bsZ@j=XFasn216Uve`ao~I +Z@i!t#yllWZ*1iA$002ovPDHLkV1m<X`|JP! + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active-dark@2.png +deleted file mode 100644 +index a11d7dfecef70264ce65071970e6610747967e22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1246 +zcmV<41R?v0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Y1c&K~z|UwU=9LR8<s)zqQYdgDnD0oM{^}5+GoFX-Gv9pdA7! +z_$H-I$3ToBJg6WB?F(u^8Vzzu3MQ4vgKrp3fwo|LAtfRVln^mWV<33pp%v*&m22&^ +zbJ@#>IfFw}%M@n*<RoYRd(Zm+wa=P;))DeR(_wX@&froNT`jOgVGdB{PTvx^W`%Q( +z$nikJ-*Y4^>3re>$V8Ki5BERm_4u|Z+6?&fj2S~{O(hd;=flDHBO3^H#looWQ<&*e +zR|Sr#Xt$I0Tz}%JR6juCo+p@gQZq$mr9wUMY-YLkqoz617&tmP1F910jO|e213*Od +zBFfe?4He%$EE|B(vFH-D>;;wrDzNuVZ{U4e#6H|Wi<+9M=vRV-fh59~NPXZSBASo* +z14(oZZc=nV;6<c8a>>7LJQF5&P*WA%>5AV}v8y6$%0HX5IDm+rX$TxJYF`9yq55)d +z)!;|tF3sMAx?*8fZ3mJncGcN6mETQTcpNP2xUt-dIRSW5LpNVJ|LSvJ=FS_)R6DBs +zTuWODB@S@9vGNom&475OmhG;nZF=C}WB@!~-`kmLm+vF>frEt-&mvOqKLGpy5}f_| +z#~Xnu_YE{1RtMF00F0)$KGHLP7(`T+cLAJ|X`4!(o>hkX_|1UluNuG)a^-Ym<*9;; +zyExleev-^tQa*p{=hZ+dfC0N2K(WV*C7y$?0ZM}NSKc=uuoysulf_my&<)^teTy<f +zd`4j|fU479Yy&CB^Z}^I9GCJLU^;*&rGFONfOk}{0|?B>Quj~7q)#S%GZq5zsg4;# +zc?@s|K+;qe+khu&D*+U4yObE<HvrT=Q)~l{wX*<3_4h1iROkUPLS3;9sIn5kCPpq~ +zDdUJ72T*7zwgKQJfZ^*`yWMfh1QPxpAO_3}bq=g3mU2x;v<{fB5dCrcx?Yz~nj>LJ +zBeZ75(n^btt<=Yds)(=~zz*GMBmQ@`F&Qxcsbr!Jv|nLCsA_Oyq4jG!2R8%HBlKO~ +zwf+m2wm`xFoDT=%sA&dN(f!LhZY(d9c&Kw=1){Bh#s~Vg-M-S3aHobKrzOjDud)m9 +zS}`4kFcIn;SfR*Kz?&W&-g|N53)%Ng8W?`S06?VIza5cwpv;OnQQH;UjOyf1$QCuV +z9kI6*IRTVuI(?*P!@{<l6?XxJJlb-FpF!U{+feaMKH4=M(K-?K0M&rn(cw?dZCKcv +zQ+Pwbz3lq`&2I6bU)Fj`r|kg=y40`0F$3LVoqnwS1HgJxLBt8FQb*>)WS$$jFFw$> +zEoa*S;{10EPiz37qPEFD`?Z~KIHl9y6e!PQ15k+Cp*x>m-nITvPQk&L%=0qfVhW}H +z84EsauP&K6ca`JyEmDy=;(nYe+!EDmHaU9XpT4WzKkZn1DQCMOQ*d{Ik@14(TVO(_ +zg(_uC;Z6WcChK9`f_oeTx$wD{7x3i7P#^^)$z+=t_t#_aFBbc%8IoQG;{X5v07*qo +IM6N<$g2kydS^xk5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active.png +deleted file mode 100644 +index 55a530d98ee38f95cd34a7b748d9da3dffda3d1b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbAQ*jW-KlkG`<&QCqv^-YXUFgE_S|?TqfkeBw +zp=nj(XjqyUXQvuhCjz$ExUngH3keKN#zhAQ``TCOVA3|P?{_ZM6cUAgrW@}2x#8}F +zams4)w}N{r=00c^NCTm$99v^|{8M+Ave@y6{3*Ozuq1}6D!+_sC3dD7-9an7j+=3u +zVGg7O%&M~Cueo2(3A|dcBtipt(YWir;U9RlpeVw&IO-kVS^NfID60`e^|CO4zvjMH +z<)ubiCA*mbAYW@1a{Ixj{{=6S+YkJex1S#X7!?X4Qkg`cq7`Q@wGK=hkmcBjKZziY +zoI^2Y8JID^e0R_aClREsorS<WkT5_em0U<qBIxyQWPlD}jHn!&IL=QZurj=@!{G^F +zjWu>>bR<_pRa7ZP-JlLc#y@p;fmyE>6t9xc)!QY+CXcpO4}iX*ELN2b5w<Ur<leU) +zqx!u4aql6$&H(8B{e}F8=1m>SJD{(k6~`tT?YP;>Of4>0qP!v{#3oyf>Z32Oo_q&F +zAeM6@vYUyOr_Tz`Txxx^=QI$iwI|WfAN8ZH)q~OGGa!bsZ@j=XFasn216Uve`ao~I +Z@i!t#yllWZ*1iA$002ovPDHLkV1m<X`|JP! + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-active@2.png +deleted file mode 100644 +index a11d7dfecef70264ce65071970e6610747967e22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1246 +zcmV<41R?v0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Y1c&K~z|UwU=9LR8<s)zqQYdgDnD0oM{^}5+GoFX-Gv9pdA7! +z_$H-I$3ToBJg6WB?F(u^8Vzzu3MQ4vgKrp3fwo|LAtfRVln^mWV<33pp%v*&m22&^ +zbJ@#>IfFw}%M@n*<RoYRd(Zm+wa=P;))DeR(_wX@&froNT`jOgVGdB{PTvx^W`%Q( +z$nikJ-*Y4^>3re>$V8Ki5BERm_4u|Z+6?&fj2S~{O(hd;=flDHBO3^H#looWQ<&*e +zR|Sr#Xt$I0Tz}%JR6juCo+p@gQZq$mr9wUMY-YLkqoz617&tmP1F910jO|e213*Od +zBFfe?4He%$EE|B(vFH-D>;;wrDzNuVZ{U4e#6H|Wi<+9M=vRV-fh59~NPXZSBASo* +z14(oZZc=nV;6<c8a>>7LJQF5&P*WA%>5AV}v8y6$%0HX5IDm+rX$TxJYF`9yq55)d +z)!;|tF3sMAx?*8fZ3mJncGcN6mETQTcpNP2xUt-dIRSW5LpNVJ|LSvJ=FS_)R6DBs +zTuWODB@S@9vGNom&475OmhG;nZF=C}WB@!~-`kmLm+vF>frEt-&mvOqKLGpy5}f_| +z#~Xnu_YE{1RtMF00F0)$KGHLP7(`T+cLAJ|X`4!(o>hkX_|1UluNuG)a^-Ym<*9;; +zyExleev-^tQa*p{=hZ+dfC0N2K(WV*C7y$?0ZM}NSKc=uuoysulf_my&<)^teTy<f +zd`4j|fU479Yy&CB^Z}^I9GCJLU^;*&rGFONfOk}{0|?B>Quj~7q)#S%GZq5zsg4;# +zc?@s|K+;qe+khu&D*+U4yObE<HvrT=Q)~l{wX*<3_4h1iROkUPLS3;9sIn5kCPpq~ +zDdUJ72T*7zwgKQJfZ^*`yWMfh1QPxpAO_3}bq=g3mU2x;v<{fB5dCrcx?Yz~nj>LJ +zBeZ75(n^btt<=Yds)(=~zz*GMBmQ@`F&Qxcsbr!Jv|nLCsA_Oyq4jG!2R8%HBlKO~ +zwf+m2wm`xFoDT=%sA&dN(f!LhZY(d9c&Kw=1){Bh#s~Vg-M-S3aHobKrzOjDud)m9 +zS}`4kFcIn;SfR*Kz?&W&-g|N53)%Ng8W?`S06?VIza5cwpv;OnQQH;UjOyf1$QCuV +z9kI6*IRTVuI(?*P!@{<l6?XxJJlb-FpF!U{+feaMKH4=M(K-?K0M&rn(cw?dZCKcv +zQ+Pwbz3lq`&2I6bU)Fj`r|kg=y40`0F$3LVoqnwS1HgJxLBt8FQb*>)WS$$jFFw$> +zEoa*S;{10EPiz37qPEFD`?Z~KIHl9y6e!PQ15k+Cp*x>m-nITvPQk&L%=0qfVhW}H +z84EsauP&K6ca`JyEmDy=;(nYe+!EDmHaU9XpT4WzKkZn1DQCMOQ*d{Ik@14(TVO(_ +zg(_uC;Z6WcChK9`f_oeTx$wD{7x3i7P#^^)$z+=t_t#_aFBbc%8IoQG;{X5v07*qo +IM6N<$g2kydS^xk5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark.png +deleted file mode 100644 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png +deleted file mode 100644 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png +deleted file mode 100644 +index 39d1e88c5d079fd22fc4aa73346fcafc20e8e431..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 565 +zcmV-50?Pe~P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kTO%K~y-6m6OeGqc9XkKN}p(PhkX7M_r`MFpH@avEqGrC6tHZ +zF<7u*OBMkH6(vQKGEGC%#gI|UBGa6eW!dMmeSHaLY&M&3k|Y@bWI~8=JRU~?1LyqF +zG|hIto}30rk}Pyxzh#V#ecv~Z<MaT=D2hbKag?s>EY3Np>w3Fdt@fWRNs=szqPW{` +zx8^+IBW>H7MN!-(NwPT2Q2@|&{dOG3`{i=koD&#^(Wt6=PbvKYK=^m(vMhg|+c>AH +zDklhn8vvk^BpH3*pG}^_7<+JC_X+@~0OaYxzD$~?&$exg0AxxC5de&r2t3a_NRmVW +zFmbB00O0UdK@>%zEXzj#lmZxbyPbN;2`tM}^E}@Jc%z*2$FA$FO9YCdm|+;c0C)ue +zR8{q>ZQHY-=tP!fRvgE_0o(wPDFD=Uz3uz{`hSuv%dBA-zWcuaG^G!pdVzCpYnnDP +z#val%efB)>5Jiz_S(d6OidmK=^L_s*j^hJ>8o)?qAwm!Y*RJbc*|sfenns$YL7wOP +zFbrST>-FoDyu(!bx!?o`AOm3d+b?g^#y<dtj|<-cc|)_}rX%mp00000NkvXXu0mjf +DgQW1J + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index c9df3183be944f45a60a02e7da983b982ee958b3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1208 +zcmV;p1V{UcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11T{%SK~z|Uy;s3*(@GRQcgA)TyS1e_X@a2WAzHC0;x7<V5bXE? +z{-Ud9-%Z)(BTywOeu8DUl%l@2<CFyACUKKEGxsfOqfpwuJe0g6dEt9!=A1jezITQ& +z1DKgwt(Gf<SYc*YYwZw`%zRo(IVPe+Db;)S>{&uYJj=QOAntND8V#Y8swkzN0C;4K +zDKoPxgs>=s5W-?+*BDc-R;!PcQcup#&dQBO<Ic5n&~1*x!^6P${hHR=1^^+%h?y_i +z?e@TNoOFGCJq3WzpFi8<@z^ex%N`N=#+W4l&|0U3LP3RLc=4YFL{YQ~U=;v}=#rVE +zTCFyiC8D#lGgnGkV`ev-|E*fBwq_P^dV0Dhr3{#vCzFX<TU+}+3-NWtaa>B0<Q@@` +z);hj_|Nh@Mjr-+0wOXyJlrk{JXd?Rhr{n+-1i^PA`f7~PQp(`y=%{w5fWyPXfSD`I +z%tDCcS-1Qy)M~YX5aO7bxmYZgcXxNIHwtJp8p8Me8URct6EzR=X%SlM2mqcxe;$@f +zCI7cUN~uZ|MNf~9j~~yA_&Qpx*5fFOp6=}IJOWV2?Sh$!nL_|@94A_o03vDuK)qgf +zJ<kh}{Qx4Xa8{b8qj_%qb*!$g_Jt6mFbwI%ix)Nk4*<k)IP?L)ahy8~#yl_>40-_Y +z`t|Fjp8|@-Vi5q^?e@Z=&*6Dq9{@HtH!WQK082t^?Erw|IO(DV#BrPgfa|(eW?B+? +zSIcYrB9U{ftgPe}*q*6lEfAJqW({0*wMDb#9HY_5WF`_)$}s>0L9lQEIY+nK)wxX& +zQ33$W>@8XVfMozUI5^1jjfGOG2LNfB2LFSA6#&@Z-ydi16JlmkN<9%mSOAU|RSnP2 +z&zFrcfAxAjv$3)9BQp;~c7SXHK$@oa7C{aG%v=S4y}iB5Df3VOK(pEWuC-2W+b+a$ +zT$(re$;nB`%*9TpW45=qhnd*`80Y5!Qz#S^03=CrFN&hMC1eyuo|Li%0L^BzpCn1{ +z>H||JqA(0Ei0B&;kum1sJVZoM<QZcg5)pm)@L}-o-Mc*dHGl;8mqV%6I(qQnLFZ4% +zPfkukDP@g_=+mc9qgSt9^{3oF01R&w003XUe5tywTLAze#E^(ul}e>I3-S5+`7$$C +znYjo6A3uIf-oAZ1op^l!Ki9hTVzRrtTdmjYCExcY08A#6ahj$Vp6B)BIR52g5(I%g +z7z~ze+x9KXasZ&y>6m7-*`L~W0JsFuo#we!005LqC4XycE3DV+ZWxAlj?K~Q^~~Ph +z-sSf8_HZiUev5o20T~Ja{5Nmj*e_qcENpIWTCVF_c}pFQMyA{C>Vt!Wbbo(;{QmuW +zeQmx5aDnWb|A~NnoR>Ybws3>1s1pFU-j-(-FpZ_`u>n|9YcPNbfD~8Jj&GcO4gUb` +W5AbCA4APkZ0000<MNUMnLSTXxVJe*f + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png +deleted file mode 100644 +index f5e8ed80140e45e079eda05cf6b6760ce5ae04c5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 551 +zcmV+?0@(eDP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i;PpK~y-6m6OkE6Hye#f9DRtM#vvXY9OxKN2qJ-ODJeJ1s6j} +zn}^9F&rn1OqEDdhE{UtG-8lE&nUXHT2u6mv$At+^L2UA^?&5sEb1r<Jupw17-uu_8 +z`bI>a0c~I|B9jopWw+aXCn90fBkM<&Wrt;1egJ-|>aZ-!t31!=^?H5Z81r02&Vk2K +z6us(nI^Q=TWLb9Ty|>P}GyWs*eb0Mu(=<J}ceZox+e79}h_!Ya$8iM!=iG^N?#njj +zwVZR;v)SwvzyK#AGTa5As>5cp`4ZSOz)?{Y*Si2h2w$TpIs&Q&Xyti6-vzK-F6XM+ +z0xAZ$t<`GnT>#Z;bzeko0b@jD5=GJRE&yZ9i=rr|KrkVM%T-9WlBx>O%d+evP^@z> +z_1^ck0a$A<thJL?tMwG90(VJ#2x6_h@ZQ_OV6g7VT^G_cJqRJZ2bQWjRMo4+VsX=G +zG@ck^j)8MkeKZ=4&ieiS4`2?I_cp|FT$#;gr%950UUlQQ_ueK+@@YICzg?Z(2BNh` +p__y{}|EusftpO;2CGcx=@DDk};1=vdezyPs002ovPDHLkV1gPE^8f$< + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png +deleted file mode 100644 +index 1e120a8a084e7536a8c27517df37295c05acfc39..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1102 +zcmV-U1hM;xP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ItN7K~z|Uy_er>n`IQoKj%$<WK5flQYDmFuoQ1aVbpn{8?85r +z8)61Zy~&kx6>&EzhzMm^FS?uhA828U7n@gwda0%J$Aw6Zw$_Ve?|I${?KFx@v*tZs +z<jD*%ZPS`~AS9e~p6B~L&yVwbBeY>=mT=BJ4xBNwlOpmUaNLJ)nb|KQ@+ELBolY-{ +zNVT1L0c5XWu~<BkNF-hZE&@Ys&iSjE&Bbv%pUGryADV!3?wpxj28O-sClR??tyY(U +zAP9pXC<4TBoQdOjIFU$9n%P<4p*nvNxtLC;KW&qE&CE=~Fnm{4V^uX({W^-G)9sEA +z!|<f4e&NT)&be7L3)%$_!Z7^U53V@p&YRhu+q7E|&bbS!T2WPV&RuDXgsQ&h!8e_A +zPaYJw*_?ByRCUYGd1=4oa}AaMXYeKx6;+K_S65$bnN%zmkErSmzg*`#1zxu>45xi@ +zg={wa@7tuRZ~26;4zuU`nVE^Iexs_E&*$F(lJ!_%W(nYR01<gZM6A;UM8wSOO@LG? +z^~%V|$Z_f|z&ZDXul|Ql12>zh{-~<9xVZQ<a1Yd0;Ea!7>ox&1`wU=gY-|!ZS|{)r +zKpe-PcbfpP1dvQ7PXGbXABf1P4;KFi0tEp7m;v+$KnkF*uTQ&;-rL(7`k%+@uDk6~ +zL^^)`nk|t?G`HiP0QenXdwV<GZ35+TxsLIh|CT^Reg+Vc2f9r_L`DG2Y@_ZA%xoDT +z2!e@j6EL$$fJ&uuz3vL|_utH(>ox%qc@`j_&o6n`4rZ26)tjnn2N50zwJ;1Pe8-Ij +z2M33NG%yf|NY%{d0OB~FYg@e>z|2fUWEP-QD$Q?hZpJ=T4m|KYwMO)C6h$3>j#YIU +zcoZn)a=DMZI|eFulbmzUdmUJD&YkKMcoapa>w;uuW#uJmOP|KS1<gz^`F+~z1PKqm +zrK+~RzCPOkejlwAxtRsdxhr*P7KY*UAw_8rhT*HKdPh~QSS)_haPZPJ2$EKVn`Qa; +zQ4~GXF1SDK-_~XM#>U3wCh&V3^LMQ-pU=OLN~PWhGTyarW><kF5h?cc^xOd0+1bee +z88e#@k+Z;<&o2}Tg}2AY#~Yvd+x*jp_a*?4&1Q#YW@cU<7#O$!+`nJ--foskr4Mqs +z+=t7{%asQIpTHl@$?fcKa%gDi*uuiXBcr3EPbHJd6RrN7mdoYqYinyuQ&UslHQaN6 +zDo_H-ttM~xfC;s0bCjBrX~$w}RsRL-Ds&H{0s8%?7wBo2!+;&&4z+44Ek`%m-!c77 +U{R754+yDRo07*qoM6N<$g43Y>UjP6A + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop.png +deleted file mode 100644 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-backdrop@2.png +deleted file mode 100644 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-dark.png +deleted file mode 100644 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-dark@2.png +deleted file mode 100644 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover-dark.png +deleted file mode 100644 +index 5a38cb95e49f1295a32f6a33e0e5769227989ecb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbDQ(+W`pY!(K^j|_7Dd4JKz|iWZ^-DlPn-I53 +zTKxb7hbH3YW^Q3O5s4j`j7$d0V6-Li3&`N0$Sw8~Lrd<T<3Kf)M4`Xw9nSNdlf3x} +zBdM#J>CW*2LJ24UIlu+lDr_9iPHfgiqESYEKN=r<*D=xrek$rjVz*}EDYxtQr-=MJ +zs?-Eh8tHuXR`&B>f+5^O^l>$xUFRQh+Fn(JmC(}L4{v1m0Zd)hV5E5w3{bn7X{hqV +z_%sWZihXu^+bgeidOQCE&!@5H?LK|Ge-FSQlmTZPfr67rXXb!}0rG*^yW<FqvEP|k +zEDt0NFgX)Xx#I}@bkYST0owrGgVU4TI08<NrhqPB4A8a+isSHhVBL*EzXL=@g$-3| +zmxWbT6sn$kum$+$aCTx-Amy~Z>SYA$d&f0Zjjt{iw}FAFi$ogfya+27N!B{v1BK-e +zuV38nce|%R|4$d5ed=9{1@a1Epx}hDpmo){^8H(IG;R4-5uv84@%L|DE<Jy=^o6sM +zg)+LKP^s9Z(sDVG&dd$}IS05JhMk`Kb!&C8xINtb0|;THjpvd8l7I~uAOd_~0Q5%( +Ze*pkbyrYWlgQ5Tc002ovPDHLkV1mLc0$u<B + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover-dark@2.png +deleted file mode 100644 +index b1402a232e4fde2538ba6abcd666a429b00fb896..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1258 +zcmV<G1Qq*<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ZPP^K~z|UwU=LPQ)L*&fA6=Ib<B3F*+3+d$UiUC#I#7_kPDW9 +z;f4`RYBXLzyxAXg(!@*%>eLv4I3UigT<8@>!^8;28!`gixP-{MXiSg@m~4)O1z6k7 +zwO!ZqdT~x?S?1P3`y?khec!j=^Ss~pobP-`$OFB-S~9wJVw16~Mua+GHQ;m7W57)n +z{aMtUt-j&u4+bTZ&$s|GU-D?bmX|MywW&x5sL6B8QAIjaDNk3ZP7)6+AUqHaDjWq_ +z>4dJKa>g=NpUW~Mao6N9fH%FgHf^kx#xh$G-3dJ9)DNp@sMTL}dQk#YReB=v4+P!^ +zMB$1-+nWPb7Z&OUpnEW0C#pwKHUWytk<ozXK!=F6pnwilQxl1QD-Z<IqT1FJs5~Je +znh$wy6X8g_1vmz{fK#J>?`w03Fu6Z!2FE`U2qN4Q%i7kwp(?ysasUz0mOy2<s`V1K +zNncqO8UJ|B+U$+J=5h*1i)C$Ve%^O!vBYzs`^wlB5pxbG{U>(k^>^yme3P3uV7uKm +z9EfULp~wMRH~20JgaE0itUk1P`=0xrCIjGJ5_{Wm`!7v_$`gem&!Wli?FI&b+Q#;e +zngREWfZkp$L1Z6*s@47=YrYUfL=k-#pxo<isjgn-!&!cFXYIs`*qhAN)(yUkg(lCU +z#b0$ExF*W-H;$e30~G*9)M^A!k+a1j{}1{jz~gJyZ=DgK@B)Bhoi8@MvFHORb-6cU +z`>)IZYwWBUF17#*GXy}1tad_W2B-uOSMpY|1?bY`2!JS6PRKR06S~J_-Zx_*kQpyA +zvqGf?hyf%XDO*u&0i`9b6#yzkosbxX>j1{Go+!2e6>F7!W8KKc45Ix2Sf-)a0z}vf +zFr7+W&T2BE#(w@qcNJRzDmwsf-Tb4^iA<a78=ih(6j&D?h}IX2yC)KDKv=KB?a$j@ +z{>=%eO)w}KMLGdgrL#kIwo@M(sw$`)0!YSUU5UGQvj>x;0Z64hUBEEHbIT&}=0Xby +z561Tb0buCM(C)9DumwyRfKZ(zR5S!AaIE{v*p`Bk4@B!xIsv^mGIa3j;DsqCH32zC +zGW+x@p8_rs^L-&iga@Maikt>qspRC5gFBwhzHc(X<b47FM*W`mfKz}^#GDHc#P+J{ +zqIbv+RnrrRy{X7Kz?Yex{_enzXS#Aq;@Gpj@Ua~9cfss$4tRgchrA~eZ4i~i3VuMR +z5{cvc8=vmXG2R3)o~{4i?moNp*Q-lCj~)hUozS14XN*Okh#8(PPyP)+vb+|})QZpm +zvJ+V6)DPVo89JCV?Endw*@ovA0I+%co|>KQA2zwYm93&IU$}oz;dUYx`{Jw6?vpu& +zgIS&DCBT8ZqNb+mt>ZuVAA54`wo;dSBPFt0)c!bCVT_F4OsA8VZ(qOGcYNQjUvs7# +zY{SKY<XnU2YcRn+LRB!!xbwim?s^i(a1SFO7iG@n0!nknP+%HJV|P0>=f7v+Usl1h +UKLNMZ)c^nh07*qoM6N<$g4%yTs{jB1 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover.png +deleted file mode 100644 +index 5a38cb95e49f1295a32f6a33e0e5769227989ecb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbDQ(+W`pY!(K^j|_7Dd4JKz|iWZ^-DlPn-I53 +zTKxb7hbH3YW^Q3O5s4j`j7$d0V6-Li3&`N0$Sw8~Lrd<T<3Kf)M4`Xw9nSNdlf3x} +zBdM#J>CW*2LJ24UIlu+lDr_9iPHfgiqESYEKN=r<*D=xrek$rjVz*}EDYxtQr-=MJ +zs?-Eh8tHuXR`&B>f+5^O^l>$xUFRQh+Fn(JmC(}L4{v1m0Zd)hV5E5w3{bn7X{hqV +z_%sWZihXu^+bgeidOQCE&!@5H?LK|Ge-FSQlmTZPfr67rXXb!}0rG*^yW<FqvEP|k +zEDt0NFgX)Xx#I}@bkYST0owrGgVU4TI08<NrhqPB4A8a+isSHhVBL*EzXL=@g$-3| +zmxWbT6sn$kum$+$aCTx-Amy~Z>SYA$d&f0Zjjt{iw}FAFi$ogfya+27N!B{v1BK-e +zuV38nce|%R|4$d5ed=9{1@a1Epx}hDpmo){^8H(IG;R4-5uv84@%L|DE<Jy=^o6sM +zg)+LKP^s9Z(sDVG&dd$}IS05JhMk`Kb!&C8xINtb0|;THjpvd8l7I~uAOd_~0Q5%( +Ze*pkbyrYWlgQ5Tc002ovPDHLkV1mLc0$u<B + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-hover@2.png +deleted file mode 100644 +index b1402a232e4fde2538ba6abcd666a429b00fb896..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1258 +zcmV<G1Qq*<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ZPP^K~z|UwU=LPQ)L*&fA6=Ib<B3F*+3+d$UiUC#I#7_kPDW9 +z;f4`RYBXLzyxAXg(!@*%>eLv4I3UigT<8@>!^8;28!`gixP-{MXiSg@m~4)O1z6k7 +zwO!ZqdT~x?S?1P3`y?khec!j=^Ss~pobP-`$OFB-S~9wJVw16~Mua+GHQ;m7W57)n +z{aMtUt-j&u4+bTZ&$s|GU-D?bmX|MywW&x5sL6B8QAIjaDNk3ZP7)6+AUqHaDjWq_ +z>4dJKa>g=NpUW~Mao6N9fH%FgHf^kx#xh$G-3dJ9)DNp@sMTL}dQk#YReB=v4+P!^ +zMB$1-+nWPb7Z&OUpnEW0C#pwKHUWytk<ozXK!=F6pnwilQxl1QD-Z<IqT1FJs5~Je +znh$wy6X8g_1vmz{fK#J>?`w03Fu6Z!2FE`U2qN4Q%i7kwp(?ysasUz0mOy2<s`V1K +zNncqO8UJ|B+U$+J=5h*1i)C$Ve%^O!vBYzs`^wlB5pxbG{U>(k^>^yme3P3uV7uKm +z9EfULp~wMRH~20JgaE0itUk1P`=0xrCIjGJ5_{Wm`!7v_$`gem&!Wli?FI&b+Q#;e +zngREWfZkp$L1Z6*s@47=YrYUfL=k-#pxo<isjgn-!&!cFXYIs`*qhAN)(yUkg(lCU +z#b0$ExF*W-H;$e30~G*9)M^A!k+a1j{}1{jz~gJyZ=DgK@B)Bhoi8@MvFHORb-6cU +z`>)IZYwWBUF17#*GXy}1tad_W2B-uOSMpY|1?bY`2!JS6PRKR06S~J_-Zx_*kQpyA +zvqGf?hyf%XDO*u&0i`9b6#yzkosbxX>j1{Go+!2e6>F7!W8KKc45Ix2Sf-)a0z}vf +zFr7+W&T2BE#(w@qcNJRzDmwsf-Tb4^iA<a78=ih(6j&D?h}IX2yC)KDKv=KB?a$j@ +z{>=%eO)w}KMLGdgrL#kIwo@M(sw$`)0!YSUU5UGQvj>x;0Z64hUBEEHbIT&}=0Xby +z561Tb0buCM(C)9DumwyRfKZ(zR5S!AaIE{v*p`Bk4@B!xIsv^mGIa3j;DsqCH32zC +zGW+x@p8_rs^L-&iga@Maikt>qspRC5gFBwhzHc(X<b47FM*W`mfKz}^#GDHc#P+J{ +zqIbv+RnrrRy{X7Kz?Yex{_enzXS#Aq;@Gpj@Ua~9cfss$4tRgchrA~eZ4i~i3VuMR +z5{cvc8=vmXG2R3)o~{4i?moNp*Q-lCj~)hUozS14XN*Okh#8(PPyP)+vb+|})QZpm +zvJ+V6)DPVo89JCV?Endw*@ovA0I+%co|>KQA2zwYm93&IU$}oz;dUYx`{Jw6?vpu& +zgIS&DCBT8ZqNb+mt>ZuVAA54`wo;dSBPFt0)c!bCVT_F4OsA8VZ(qOGcYNQjUvs7# +zY{SKY<XnU2YcRn+LRB!!xbwim?s^i(a1SFO7iG@n0!nknP+%HJV|P0>=f7v+Usl1h +UKLNMZ)c^nh07*qoM6N<$g4%yTs{jB1 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.png +deleted file mode 100644 +index 39d1e88c5d079fd22fc4aa73346fcafc20e8e431..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 565 +zcmV-50?Pe~P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kTO%K~y-6m6OeGqc9XkKN}p(PhkX7M_r`MFpH@avEqGrC6tHZ +zF<7u*OBMkH6(vQKGEGC%#gI|UBGa6eW!dMmeSHaLY&M&3k|Y@bWI~8=JRU~?1LyqF +zG|hIto}30rk}Pyxzh#V#ecv~Z<MaT=D2hbKag?s>EY3Np>w3Fdt@fWRNs=szqPW{` +zx8^+IBW>H7MN!-(NwPT2Q2@|&{dOG3`{i=koD&#^(Wt6=PbvKYK=^m(vMhg|+c>AH +zDklhn8vvk^BpH3*pG}^_7<+JC_X+@~0OaYxzD$~?&$exg0AxxC5de&r2t3a_NRmVW +zFmbB00O0UdK@>%zEXzj#lmZxbyPbN;2`tM}^E}@Jc%z*2$FA$FO9YCdm|+;c0C)ue +zR8{q>ZQHY-=tP!fRvgE_0o(wPDFD=Uz3uz{`hSuv%dBA-zWcuaG^G!pdVzCpYnnDP +z#val%efB)>5Jiz_S(d6OidmK=^L_s*j^hJ>8o)?qAwm!Y*RJbc*|sfenns$YL7wOP +zFbrST>-FoDyu(!bx!?o`AOm3d+b?g^#y<dtj|<-cc|)_}rX%mp00000NkvXXu0mjf +DgQW1J + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png +deleted file mode 100644 +index c9df3183be944f45a60a02e7da983b982ee958b3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1208 +zcmV;p1V{UcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11T{%SK~z|Uy;s3*(@GRQcgA)TyS1e_X@a2WAzHC0;x7<V5bXE? +z{-Ud9-%Z)(BTywOeu8DUl%l@2<CFyACUKKEGxsfOqfpwuJe0g6dEt9!=A1jezITQ& +z1DKgwt(Gf<SYc*YYwZw`%zRo(IVPe+Db;)S>{&uYJj=QOAntND8V#Y8swkzN0C;4K +zDKoPxgs>=s5W-?+*BDc-R;!PcQcup#&dQBO<Ic5n&~1*x!^6P${hHR=1^^+%h?y_i +z?e@TNoOFGCJq3WzpFi8<@z^ex%N`N=#+W4l&|0U3LP3RLc=4YFL{YQ~U=;v}=#rVE +zTCFyiC8D#lGgnGkV`ev-|E*fBwq_P^dV0Dhr3{#vCzFX<TU+}+3-NWtaa>B0<Q@@` +z);hj_|Nh@Mjr-+0wOXyJlrk{JXd?Rhr{n+-1i^PA`f7~PQp(`y=%{w5fWyPXfSD`I +z%tDCcS-1Qy)M~YX5aO7bxmYZgcXxNIHwtJp8p8Me8URct6EzR=X%SlM2mqcxe;$@f +zCI7cUN~uZ|MNf~9j~~yA_&Qpx*5fFOp6=}IJOWV2?Sh$!nL_|@94A_o03vDuK)qgf +zJ<kh}{Qx4Xa8{b8qj_%qb*!$g_Jt6mFbwI%ix)Nk4*<k)IP?L)ahy8~#yl_>40-_Y +z`t|Fjp8|@-Vi5q^?e@Z=&*6Dq9{@HtH!WQK082t^?Erw|IO(DV#BrPgfa|(eW?B+? +zSIcYrB9U{ftgPe}*q*6lEfAJqW({0*wMDb#9HY_5WF`_)$}s>0L9lQEIY+nK)wxX& +zQ33$W>@8XVfMozUI5^1jjfGOG2LNfB2LFSA6#&@Z-ydi16JlmkN<9%mSOAU|RSnP2 +z&zFrcfAxAjv$3)9BQp;~c7SXHK$@oa7C{aG%v=S4y}iB5Df3VOK(pEWuC-2W+b+a$ +zT$(re$;nB`%*9TpW45=qhnd*`80Y5!Qz#S^03=CrFN&hMC1eyuo|Li%0L^BzpCn1{ +z>H||JqA(0Ei0B&;kum1sJVZoM<QZcg5)pm)@L}-o-Mc*dHGl;8mqV%6I(qQnLFZ4% +zPfkukDP@g_=+mc9qgSt9^{3oF01R&w003XUe5tywTLAze#E^(ul}e>I3-S5+`7$$C +znYjo6A3uIf-oAZ1op^l!Ki9hTVzRrtTdmjYCExcY08A#6ahj$Vp6B)BIR52g5(I%g +z7z~ze+x9KXasZ&y>6m7-*`L~W0JsFuo#we!005LqC4XycE3DV+ZWxAlj?K~Q^~~Ph +z-sSf8_HZiUev5o20T~Ja{5Nmj*e_qcENpIWTCVF_c}pFQMyA{C>Vt!Wbbo(;{QmuW +zeQmx5aDnWb|A~NnoR>Ybws3>1s1pFU-j-(-FpZ_`u>n|9YcPNbfD~8Jj&GcO4gUb` +W5AbCA4APkZ0000<MNUMnLSTXxVJe*f + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive.png +deleted file mode 100644 +index f5e8ed80140e45e079eda05cf6b6760ce5ae04c5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 551 +zcmV+?0@(eDP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i;PpK~y-6m6OkE6Hye#f9DRtM#vvXY9OxKN2qJ-ODJeJ1s6j} +zn}^9F&rn1OqEDdhE{UtG-8lE&nUXHT2u6mv$At+^L2UA^?&5sEb1r<Jupw17-uu_8 +z`bI>a0c~I|B9jopWw+aXCn90fBkM<&Wrt;1egJ-|>aZ-!t31!=^?H5Z81r02&Vk2K +z6us(nI^Q=TWLb9Ty|>P}GyWs*eb0Mu(=<J}ceZox+e79}h_!Ya$8iM!=iG^N?#njj +zwVZR;v)SwvzyK#AGTa5As>5cp`4ZSOz)?{Y*Si2h2w$TpIs&Q&Xyti6-vzK-F6XM+ +z0xAZ$t<`GnT>#Z;bzeko0b@jD5=GJRE&yZ9i=rr|KrkVM%T-9WlBx>O%d+evP^@z> +z_1^ck0a$A<thJL?tMwG90(VJ#2x6_h@ZQ_OV6g7VT^G_cJqRJZ2bQWjRMo4+VsX=G +zG@ck^j)8MkeKZ=4&ieiS4`2?I_cp|FT$#;gr%950UUlQQ_ueK+@@YICzg?Z(2BNh` +p__y{}|EusftpO;2CGcx=@DDk};1=vdezyPs002ovPDHLkV1gPE^8f$< + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked-insensitive@2.png +deleted file mode 100644 +index 1e120a8a084e7536a8c27517df37295c05acfc39..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1102 +zcmV-U1hM;xP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ItN7K~z|Uy_er>n`IQoKj%$<WK5flQYDmFuoQ1aVbpn{8?85r +z8)61Zy~&kx6>&EzhzMm^FS?uhA828U7n@gwda0%J$Aw6Zw$_Ve?|I${?KFx@v*tZs +z<jD*%ZPS`~AS9e~p6B~L&yVwbBeY>=mT=BJ4xBNwlOpmUaNLJ)nb|KQ@+ELBolY-{ +zNVT1L0c5XWu~<BkNF-hZE&@Ys&iSjE&Bbv%pUGryADV!3?wpxj28O-sClR??tyY(U +zAP9pXC<4TBoQdOjIFU$9n%P<4p*nvNxtLC;KW&qE&CE=~Fnm{4V^uX({W^-G)9sEA +z!|<f4e&NT)&be7L3)%$_!Z7^U53V@p&YRhu+q7E|&bbS!T2WPV&RuDXgsQ&h!8e_A +zPaYJw*_?ByRCUYGd1=4oa}AaMXYeKx6;+K_S65$bnN%zmkErSmzg*`#1zxu>45xi@ +zg={wa@7tuRZ~26;4zuU`nVE^Iexs_E&*$F(lJ!_%W(nYR01<gZM6A;UM8wSOO@LG? +z^~%V|$Z_f|z&ZDXul|Ql12>zh{-~<9xVZQ<a1Yd0;Ea!7>ox&1`wU=gY-|!ZS|{)r +zKpe-PcbfpP1dvQ7PXGbXABf1P4;KFi0tEp7m;v+$KnkF*uTQ&;-rL(7`k%+@uDk6~ +zL^^)`nk|t?G`HiP0QenXdwV<GZ35+TxsLIh|CT^Reg+Vc2f9r_L`DG2Y@_ZA%xoDT +z2!e@j6EL$$fJ&uuz3vL|_utH(>ox%qc@`j_&o6n`4rZ26)tjnn2N50zwJ;1Pe8-Ij +z2M33NG%yf|NY%{d0OB~FYg@e>z|2fUWEP-QD$Q?hZpJ=T4m|KYwMO)C6h$3>j#YIU +zcoZn)a=DMZI|eFulbmzUdmUJD&YkKMcoapa>w;uuW#uJmOP|KS1<gz^`F+~z1PKqm +zrK+~RzCPOkejlwAxtRsdxhr*P7KY*UAw_8rhT*HKdPh~QSS)_haPZPJ2$EKVn`Qa; +zQ4~GXF1SDK-_~XM#>U3wCh&V3^LMQ-pU=OLN~PWhGTyarW><kF5h?cc^xOd0+1bee +z88e#@k+Z;<&o2}Tg}2AY#~Yvd+x*jp_a*?4&1Q#YW@cU<7#O$!+`nJ--foskr4Mqs +z+=t7{%asQIpTHl@$?fcKa%gDi*uuiXBcr3EPbHJd6RrN7mdoYqYinyuQ&UslHQaN6 +zDo_H-ttM~xfC;s0bCjBrX~$w}RsRL-Ds&H{0s8%?7wBo2!+;&&4z+44Ek`%m-!c77 +U{R754+yDRo07*qoM6N<$g43Y>UjP6A + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked.png +deleted file mode 100644 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/radio-unchecked@2.png +deleted file mode 100644 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active-dark.png +deleted file mode 100644 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active-dark@2.png +deleted file mode 100644 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active.png +deleted file mode 100644 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-active@2.png +deleted file mode 100644 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-dark.png +deleted file mode 100644 +index 1d9ac4ecde885de546e5bb6dd6a34e38a08fbbb6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< +zcyzu!XU%oUL8SHJf2qI{RWq?$E-@{K1U7NrZICWt-NotoFqz-(SHzA!2ZzM891#_M +zck6?5KHagDXAWJmqGwU;@veEyhuybsk4j6l*k{prwd$_uS<Z}9zm@98!o7~JPt{eI +zn#P*kux;BtrRZl2I&}wsRLbmN%$UM#V$ZnGi#5c7^^Z|O_2+-DSaf8(pC3BNdF7~2 +z!<K}3T`PU(HUw#Hi~4my%%g!N+dRrgpTq6>rTc#i-);BSPx)118v*nLgQu&X%Q~lo +FCIAH2bEp6S + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-dark@2.png +deleted file mode 100644 +index d2303381263fb544be00b320148f233af0f68eb2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 498 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQO4} +zjv*P1Z*MqyIR%Ow`}n_d)>?<AMUKAB3Q`i0H)32Wo=J1Cy*)D5#eze`c`<K_)8c6p +znmIOQu)nhAoz!;s^<}qt`8E5B>&mMRCT(0(m2%H%_g!1p72N>=H)iEl3Quj1Saw!} +zhy6cO#@47v&(w7dkLEXPeSiG*!KN^+T3z0P%dc~nsar9W)jV@-W1KwMYw4$Vvv^{d +zd)<^he78KVmvJaxzU0=bS2YWSH*BvL;FS3(|G(2=-{qHK;%qCjYVSSXAIp?}om0TV +zhs)v0%~Ga@oFs-E9p(qdlXvVs@oDK11~!8RMxF!)W{CrE<`0HPtlzA6+clhLWmufb +zFmG~Pc>lWJ(|KljGAccKV`VQC8hUH{UiZd7HpfMOUENTlru6IjoZqwkTxPDD+ssqj +z&%MXzlF-h+YDR`dD=ehan`8=}%Y?mU6?&fa^i%u!cPjV49%qSRU`?pr_9S%SdZBpt +j#2+T_{ko5Cy7iN7`IcC9OX;7WNM!JI^>bP0l+XkK1PaNi + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png +deleted file mode 100644 +index 46aa43a4b89cd7255d446ee6c543a2ea0e6235d4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaAo-U3d +z9-VLdHgX;c5OMX7bGcymfWyp8Oi;%~og;;ZT_EPbA;vj}4sp61<uD5~D`et+?a=an +z|5Sy}58WzauQc`h%lZENES*#SIHB~d#9JK(`4!?NcX(y8XM9x4nY)(p@YA(xUFJ5p +zITlWH*?p;(Nxx23wR)-RS*;1oCay0l%g(Sn>}UEpd7|lq%TJhC_(XqQyT<VJl!%Ac +z1a-EV5zLDYbjSMe-(bw-d?a!vEc@+y=l4N}_S?rFV_uY|`&LeJejU&g44$rjF6*2U +FngB=+Z_EGy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png +deleted file mode 100644 +index 76e91ac1a4eaf6aafc62ed1da10660f8e22ee96f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 503 +zcmV<T0SNwyP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dz@3K~!jg?blICLO~P;;Q!3kc3_72QVR&8hXT{ufKWH=%^=!H +zD=Ek~DNyJ&(3=)Pw1a#LGi?KwbJ{^?Zg-fQIN$SshyNaC1_tmv&+|NQQBkb)Iji!< +z=oo}Lm^J~d#9qTb2JjB>3o#l|m~VoJO+Pj+UuusF!A##Uu=A&y?)1T`c7K!`nuLu8 +zP;L%$2-Fh@YstDfGYGP??M}5Yk%G!-xeQ&-(a!_Gx}Ih(OoHML*lT^1wdN>!C-+F9 +z6dmLre#?kEKx>@XtK^nRcY`Cq6&q#JK)}9~kq5w7wNWM&jG`1Vy9DPIK}!*N0E9Oy +zWm3RkvAf9*=vwHK3IcVcj5q)WU0G?90tJZO#R2rf<sLw{b}Bj5?uPkCDP(jB2HEdZ +z0E5Jp+<9HX*O^JsXaJpRVFFgW0Q!k)xe-kRl<vafr%5>8Q<j-3t#OSRb%3|<Kc2%H +tz=)WhHKEZv%w5NM4tt*Gd7ihpegG7+T!^q{(DwiU002ovPDHLkV1fcd(2oEB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active.png +deleted file mode 100644 +index 46aa43a4b89cd7255d446ee6c543a2ea0e6235d4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaAo-U3d +z9-VLdHgX;c5OMX7bGcymfWyp8Oi;%~og;;ZT_EPbA;vj}4sp61<uD5~D`et+?a=an +z|5Sy}58WzauQc`h%lZENES*#SIHB~d#9JK(`4!?NcX(y8XM9x4nY)(p@YA(xUFJ5p +zITlWH*?p;(Nxx23wR)-RS*;1oCay0l%g(Sn>}UEpd7|lq%TJhC_(XqQyT<VJl!%Ac +z1a-EV5zLDYbjSMe-(bw-d?a!vEc@+y=l4N}_S?rFV_uY|`&LeJejU&g44$rjF6*2U +FngB=+Z_EGy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png +deleted file mode 100644 +index 76e91ac1a4eaf6aafc62ed1da10660f8e22ee96f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 503 +zcmV<T0SNwyP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dz@3K~!jg?blICLO~P;;Q!3kc3_72QVR&8hXT{ufKWH=%^=!H +zD=Ek~DNyJ&(3=)Pw1a#LGi?KwbJ{^?Zg-fQIN$SshyNaC1_tmv&+|NQQBkb)Iji!< +z=oo}Lm^J~d#9qTb2JjB>3o#l|m~VoJO+Pj+UuusF!A##Uu=A&y?)1T`c7K!`nuLu8 +zP;L%$2-Fh@YstDfGYGP??M}5Yk%G!-xeQ&-(a!_Gx}Ih(OoHML*lT^1wdN>!C-+F9 +z6dmLre#?kEKx>@XtK^nRcY`Cq6&q#JK)}9~kq5w7wNWM&jG`1Vy9DPIK}!*N0E9Oy +zWm3RkvAf9*=vwHK3IcVcj5q)WU0G?90tJZO#R2rf<sLw{b}Bj5?uPkCDP(jB2HEdZ +z0E5Jp+<9HX*O^JsXaJpRVFFgW0Q!k)xe-kRl<vafr%5>8Q<j-3t#OSRb%3|<Kc2%H +tz=)WhHKEZv%w5NM4tt*Gd7ihpegG7+T!^q{(DwiU002ovPDHLkV1fcd(2oEB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png +deleted file mode 100644 +index 3128d74f521d3637076be7a8ed0d42c7f1af315c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 313 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZlo-U3d +z9-VLd47m;k2(YFL3w%*AGZPbhW7GJd`+=lQ!vj_wn}+rYB8=6J+y{@HQj=2=c$mJH +zrL&Ra<n{|bKO@T6qW;NhN^dW;5zv;t!0_Tq$sNISc0cb(6tCs!SQHz7G_E1fw{T*} +zTAsrNv-b4Gee^oIPUZw-)uY$DEcUT7B(r}~pX|@H&nxo4$(g>T@sbO|ra8QFm>=aY +zK9w=i!nfw6JD0mcw!@r88JE2YX=m0p*6Z3IV>bJ%J5|wj-DaQ<7(8A5T-G@yGywoJ +CcWtKt + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png +deleted file mode 100644 +index cb307036af1d0631abbe636b06418b27d7b32cd6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 509 +zcmV<Z0RsMsP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10eVS9K~!jg?blCA!$1@U@b67ZJ%J$VMz?}cTqsn<3&cND(?y|z +zc#)n&!7hZ<LJJ;1i&X^i2JKE%s2Av;Ja6Eem}z3^{MKKFFOQjl0UXD19LJeg6enD( +z)zrpjq0G!x0tx_@;;u0T4B!*M8w2$~AB9B3rXL%ZziGFZy)icl*!fG#v@p>1FbPVf +z(uYajXaHdtE|Qmj0kD>+U23R5%B$^)?+>J;GFr~dUtwl`9sqbfH=JCWB*h)jXtegA +z&`Dk@0}+ZraQyUJMBV`kXVwa(&7iwD00Q>yw8;SBK#GV1U|_{cnJh3?rHIibIKv_- +zU~&ZB?R3e6*j+vXj0ZbiGQhZ(BJu!KbZw<f228q(11M|#2&Owbl~TmqE^GZP#f&b& +z(SkY$sGq!5Itb`_iZ4vEMgyq${y<^8%Ro0-wdrG^Gt5y@YyEAKkM)#gW@<KD0Yg<m +zyoLYq9F72dG4M)6_0yBX+c?i*$8j9Tapu<#uqIu_7pZVn00000NkvXXu0mjfIOowl + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png +deleted file mode 100644 +index f2ba7e28cb767cbc5f006fdc2558c99a2f0b4816..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb5o-U3d +z9-VI|8gd<S5Mh13Ug3r3qJ(6@gXg@O%s(<TdEHWwJ1{%q21gW!Sy<DNW)`KC{Zkb> +zCn$Bcrky(eDLrA~v-=bMA7@p+R&_IP+TpNy!DGgvu;k^Z3%}2j7I@>to~`e&dVz)S +z6ouOR#fQFMToS)>t0QYsLm6}I^5Z@Y8i%=_=)3J?ys!3~_0USKnTvkkVdy^7xPqx( +zB`j?x<G$xDStSb&33hl396xZdqf~tIxxFpbruN5#eH!#DGBP7$fnH$nboFyt=akR{ +E03-Ny%>V!Z + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png +deleted file mode 100644 +index 246b3b15df3e4ee891f86f4e35c03dd8a2932d18..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 517 +zcmV+g0{Z=lP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fI?HK~!jg?bp3Z13?r8;B!ZlHxNW^v{}|pEFwh3LNF;(#x8>R +z3MoRgNEPrU6ig>t2qJ2w!5;*%6BRL?s1TpPWRGv)%)0BWA@kK|hqIUA!T^rrIF94= +zD+v>>)u>XLhh>2(0h|Ib9QKSqKmhLo+<|OV^8T)f(DY;D@|&lRBSDw@1ZI9!)1FHT +zi|e_`H<Pf@0P082Ly*o5fbmGx>}jPtDpM|aZCy~AoF>xQM(_MQ08D%h23saU?G30O +z-_L=n8NHKzfkJj;$-nw3qrCy-z)F0T>{0==-L(S{a6X<o_6e|{%b4td(dbo@L10Xm +zF<OE>EYJl^2Jjj~k)&w5>jxk>kEKciNS^63+5sr4omko=Kt#0NwF9W+y$cYB@l>*h +z;6XL-U+Z#4OEBG4s{mS&TUo;wNy(Z?(r5tXg4d>S7QkhsUKUW$WU8C3F8ZG)`A|<; +zl2Si;DoVf-1k?B*&*1>ThXA*LG%7i7FU)h;aU92Soc{F<81!L_Yvc_E00000NkvXX +Hu0mjfN;=k^ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png +deleted file mode 100644 +index 7731b74dd4c8f7a864c9d388787de79064c8cbca..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 313 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZlo-U3d +z9-VLd47m<Dh_F7-cL^|fzCqB%gT=Z(d4t%VhSs$T6_SqJjvQfTA0?C;J8o_jQW4zd +zk+g8;r;k6413te$vAj_9URB?c>;vqxSY^u}Xhg9JuP@%lmUAfET(p)cQ&c3q^P&-l +zjd_)P=(ksjRe_B%3wn)CznQ`9kP_1P=jaW&52>FRkIAf>)R~ygE3o#NLrkN+pS00t +zHkNtPong)g-!v{^DP&4pF8kE~_q(Mn^``d6gfpeIep_)p{s!~`gQu&X%Q~loCICal +BZaM$} + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png +deleted file mode 100644 +index 78850f7fbeee452057d63f3eb86110c728e5fcef..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 509 +zcmV<Z0RsMsP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10eVS9K~!jg?bk6%13?r9;Q#Hem9VKqQ5(HMl7$FS@e;9%AQn;M +zAv}YESSgrJv=BUi2BQeNp1^dXLM)6}Y36wY->f^CHDtc}-{IfKV_*QsaU92Sh7~0V +zZ!>%258Y)2REd!XFp>0(K41VZ0AdC=HVe69B4XW-waf3upOZd+p8}ZsLrHrGEnfwd +zS~U8s7uT>8e~bl6-GVTauAMb)pQ%)f!j2U5bWRIc9S+dX1Hf#L_&_HpZouAscLCsL +z`cC$-N9B4xy#6gCZvd$kV~uQ65WC9*P_$^IOa=(NBxN)<08=K)WMo<jXkCH>Oi2NG +z0E{OiRWiVkyNd%LqDwP%>?6j7lo1D@7)M6hWWe)C>@E(V9)(u`&W$v(h!|(<h44no +zX<dRo(<*>=>Q?qV_Ik9Y6Vw_&Eebn62lF7b()H>;0yjs#{PI>QeACM(z|6ECzgHMk +z1yIEQcn&K7uK@1A+}J4QPLe!_9mjDT#~EHf#W!D;{<A?Y00000NkvXXu0mjfL|Vte + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png +deleted file mode 100644 +index 6d21cafe9381d55ef1466e1d5b7c60eae3bd2366..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 221 +zcmeAS@N?(olHy`uVBq!ia0vp^3P8-k!3HE}wEkTWq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c^dAc}; +zSo9_*NW5$ij6G2HHap+#SiSLoV*`)io9onj{!3iuZ|%r+7E3u)a%sP$$%Z+Njg5}a +z>@V+^e9<(6Z-McF0*1%-$4c1P+SIRXfA#-yeUHz}E9T`Zm>CrHL>Oh=ZeIl2!r<xZ +K=d#Wzp$Pz3tV<67 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png +deleted file mode 100644 +index 09ed07fcc31dc127c8c48efafd7c19d8e773e2ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 328 +zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3HFkJ+IURQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSj(WN{ +zhD5Z!y=2XG$U&s_q5b3tF2<8`I=Z^9Z-RG-%wFRV)6H>BjB)k@sY}sXEfMMKT3_ZL +zu;DouF5hOH&L(sGXL{V^3$MP+2w!H!kezTVcj@}Q0zuL<RJs?(aIa>*GJQW|qW0Hc +z!4da$whH!?dHwyAyxYd%MQGXj)+>xZYJLZPN?4pai^m{s5$hMmmMv4Ym<66JO1;9E +zlOVJpV`<?2d5u10Q691i-HY%1N_%-wQX_ihwY5PL7V95;v}^9&cD=_I=klwWOaAHa +UuG_Uf7w91dPgg&ebxsLQ0J=?nDgXcg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png +deleted file mode 100644 +index b260f91f4db4fe09c41b839ad9aba2d3dda779ee..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 218 +zcmeAS@N?(olHy`uVBq!ia0vp^3P8-k!3HE}wEkTWq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dvd%8G= +zSo9_*NW5$ij9su~$*I|m6BE^#nVU_fzO6cR;)DI(-Mee0Hz^2<sh?fY_>>0-jQ&eX +zq%Yu3vT8WTaG0@&=l^9%35j_Z4y-%=|G(jq%Lnc#@-ZkI@H5GM{WS?_1%s!npUXO@ +GgeCy&Oh?NA + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png +deleted file mode 100644 +index 5884f606305be4a4b64d6a48d4e00e6755cb0625..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 326 +zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3HFkJ+IURQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS4tu&d +zhD5Z!y=={O$U&s_;r}>p?SppG1)O4xjxmkVp2F3FGp}Z3PITi~ckrH>z!u)l)|dGQ +zY<SLv%eNV)3w^M8Ki_k5fXG|1MMW&v4y?KD6<^J%q9kR#eSdUfal@}q<_Y(__WpaK +zwQGx8!0Rc$o*pl&Y^aQ!#;%>hci{PEdG*9(*I7IUX;Vcv)H8bAdTGS)Fv;}|qf4?v +z{?dT`MoT-^TsXqD<fSS1;j1ebaWyc^*miN9vwzEGuZ^YWY}@o6SKiC7W`1`=B~0=1 +S%;!MwFnGH9xvX<aXaWG|=6dx2 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal.png +deleted file mode 100644 +index fc000c44f7411a9cdfd1512608c8c0547394770b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 305 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZto-U3d +z9-VLdHgYuuNVuK<&+TaI>FwR@7`^_onA5`xYHZ?#Zwi~Fnx-uis}?xuke{7Vz`k{% +z)noIT=LhD;yWi_weYWh;)TeR>+1Yeu`5!c;&Q$q$R#JfFVMNHf0~?m^@LRViIC;^V +z(kpHgz3w#2B&6h~zDhP`cxHQoal?iJwwhUP4Xwrf`<jg%T%8r(JI)JV8f(qm(`lq* +t+#(!MqM+BXc=^2f%XU|@*VpgsQO~kafAm%JjvUbC44$rjF6*2Ung9{YZjk^0 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-horizontal@2.png +deleted file mode 100644 +index 1c2f552754ceac0c83f2aa770897bad1fa28d0c3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 505 +zcmV<V0S5kwP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10d`45K~!jg?bks{!$1@U;Qxiz8wjFq^akQWp(<XY?kb2^sD-%7 +zCWewmdIANz6I}=%K#Nrb@dkD$D%4$9O`YcroQWAHmcDQOXZZ6N9t<Fa5JHG)MOnf@ +z5O~AkXa__!5U+qSm-UQ4z#zN>cqXP!9Eaxs*z{xL@{LAgp1E|%!1`}mI@BAdsJ7cj +zZzf@*0r<W@n~v!bz*4Siju6mSYGy4-f`KmUnH-pY(J3b6=K+9$W%5QRCRyzbI5_Y( +z8Pv^R%RS{$<+vH%|CBMf0kmtYkZYb|ZFlVen6PE1P9e5+0sReNEZAsLkVRd<XbDa* +zr3>f>KzOxMr5M`oCQI<vMw22CaHGqZEWtA?Z3@85+V0u`B+c-SLDzOFId#=)MGv}= +z*%DOcJp%f<E4lMhF7due&}aZj5)9H58vuH_YPmq@re##3DEc&uXFR@MKddrQjfhwO +v$#YnN@BzjXfjV&<ULeDBSO_765Yy`$P!nQ6vuSz800000NkvXXu0mjfX*$fb + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark.png +deleted file mode 100644 +index 639ad87b659328c2b1e22c98a30c03658f1d9d9b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!x0mx!fXLC0|7%+pO>XIEH4_x?IJbyd<Di*E1K*;AhfH-}1W(E|HZ;AD;uLZg +zvOYNH)1LCWm=(&EsXO{*x0;Ehax6G>Q0ep08=c;bPv70z+Gc#=l+DttE8I2aRr<bS +z8{Dp0CO2%0h)g}r&v50m<bI<S3>P#QW`#Da4`MbAVBXJjhx^}sFGf*6)&m>=FkR%F +z@T@0Txh#r{WuLU|1iKBaLJEN;%}dRtOZ8Z<|IMA(H%%{?f4ci;pcfcCUHx3vIVCg! +E039E4ga7~l + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png +deleted file mode 100644 +index ea9fdffbe4241f1a8de21e3a2d3f1ef7a335869a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 505 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jAfoK +zjv*P1Z*SP^I~R%^`}lrm)cXY!1(>_*4JEa_vL;;U=*^p2!LM{lPj<<p(2f!jX2FBY +zRMZx4QL^fA>70JyUh;uk_x~P#V)NPZ`OiCd-m;5zKi%(sNH65v`{xI=7o;>czE{?_ +zi~0H>bbGO~c|FsLIkwAOZvEyu9m_uT^1Z(88+RIg`k39Y_q1F6^2O!{0wz>0Sh;BP +z(xo56uP=Bmr7`{LXX`4FMKTEyA$*}%e>VC#7{#8~_G#Dn@42k#;|4Klg^E^=r}4Y@ +zS(VRa2wA>}Nnp<IyoL!~JPrGPG$a^LEPpKXf2za*1~!8RMxF!)W;nA!fx-S*?ejc= +z1JyhZ+GY+9^s=fa+*Rlgxw?Wu;Q6}Gih-f2-}e;qrW^`c9iXk(cdommY<BT~CPCjH +z|Fkaf1paqfG`D;zI}<~WuK$**+i_ABg<*@2tEk3C&8Xonvi?&1_nd3(vCon0n+_;6 +rblG)#@mgp+JC=9&-j)cR|JL&_mnJFmgnR_X83Ti-tDnm{r-UW|^pep} + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover.png +deleted file mode 100644 +index 221a7774c66f92055c2af80d8ca334e41411ae93..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 318 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcd%8G= +zcyzu!=gZX;Akq5p`);Segx48DAqsBRo9;MBXE0w~ka|Vw7h}6whP0&9!tZ8WhfH$C +zo|xNwpV!X()iZ7fpWa=UFESGi8IHYiS$*@!%Q@bSt_5!+C&@TQ&0HR_rO5U;U%c~F +zRvpi9%hZN#fiI1u_c1oio@~qBzlxzZsUc1D!RpnGQY#wc+1|<jyYIz#P=@QZ((g~K +zw`MUF`q^Id`V(}Z_>F+Ba{{-EgGyWPwv-3o-v&S2WxtO-sY~m&=d$>tKyNU3y85}S +Ib4q9e0MSQwE&u=k + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-hover@2.png +deleted file mode 100644 +index 841baf87dd0b25fe7bb895a08f391bdcbe93f2db..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 499 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j0K)9 +zjv*P1Z*SOpF((SJelWlJc1lERL()R`j)N?VkK7Bp?7CqBOA+V!1wWPxduobxi5sx3 +znKb8sh?2z7W1`yEYsJ{S)A#4BF<Kw<?ChUye;K-u8od;}ekf2qLU@7KCZ2<LK73YI +zFjtw?TeIu0e#75))yL9HxDuQt_kPo`-dgjkG^e5Y-SIWzt+^axkIpc^sQwb3{d1*y +zuEA2?Hxo7cAGRJYWQh3V)%slJs(c9J&A0%@fD(&;!i!2S)!z2v>1bH>`D1+Zida#G +zgv=0!IqSFtlqNGw@a5^SG%hkf`Dx=31~!8RMxF!)W{CrE<`G60&Tp&lS~N^&X*g)X +zFqeg4>uM$rGj}`xy{qk1CQW%9SHQjKNm2BHFkAD@dP;w?{pwYP6`k{i9qvE;xA*_c +z@GXxwGB8|-m?u{;g{eV1H>~5d#*{;Og}*G%<voA?>u}tLCXU+-r<u<1+uI9V`oxm{ +lHRjj3(&a~!X1=Lm{+O8}JS)oTAuxg%JYD@<);T3K0RU75$J77- + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark.png +deleted file mode 100644 +index ab01dce57d9d8e5abfc25d6d7318afb65d5b4908..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 229 +zcmeAS@N?(olHy`uVBq!ia0vp^96+qV!3HGtKUiJ>QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T&JY5_^ +zEPCJeY~*Y(5Mh0v&imNKOzftj_EAw5ZfS9^ZxvyV2OFl|s<`^mLawGibmsI@0~1Cg +zL1zhbhVm(14(t^@A?4*&pF>${wKG1k*MEo!SS9hqJ3)!*sKRN@d$#*e@})%z>#aQY +RWjfF{22WQ%mvv4FO#pI{NB95$ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png +deleted file mode 100644 +index af60ef87102eb54633727f72df251e968f5bd1b7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 315 +zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3HFSYrjteQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSc6hot +zhD5Z!J!i<*<RH-cu>OUqO!K8lw{8SaC=itPOR(rx+_+%Vf^R%uwyAaKzK*#0;89lQ +zobYq+et$ZU#Q0J6^)AmT8=X>k7hHI>M5k*FH&f|d6|HwHM<y?io4X`fWfs$^h{{t8 +z8(qHN{qlp!CjGbaYy*bwpLVDH8`dW^FtSM`fQbX^8Md4MU+?I!aPHb}nZw+3rZ~J` +z8LuR}-Eo1&Ccn8$4lt%VNDAC^-w`_R`SY8l)ApZZ7M`s?PfcvrDxe=2JYD@<);T3K +F0RUa6c~k%Z + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay.png +deleted file mode 100644 +index ff8667b2ff536db520898a8485d956459d79d2bd..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 227 +zcmeAS@N?(olHy`uVBq!ia0vp^96+qV!3HGtKUiJ>QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SNJY5_^ +zEPCIb*~r^qz{7gcI9ot1NkD%>7pul5hlrNeLozekIy_t!G0pn(D#cdv-~1;Z>ZAn4 +z4zOGncqY0)JA<X_fTYmppG*(B<gym*Vw0-i&v9KYE#TunCC7cfUHwkxy6=Ko-2ykR +Q0qtV&boFyt=akR{08sHr7ytkO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-overlay@2.png +deleted file mode 100644 +index 5903519123fcb53a5a7f71c2d6fd1e80aed64c9a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3HFSYrjteQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSc6quu +zhD5Z!J!i;u$U&g>Vg0cv&-vUHEZq$X^A4<D(z&<eP3D#@9?C4|6Y`}yA~+SJR-9Ec +z+$i#V>gLb;WH&@O%xWv#Bh!6~ZN}bdL4v+>qUTyQhX3SXxfi@}k+A&5SwH^V)MsW1 +z4PE;;k+)+0U5Uhd>=N6U3|=wUh%)mS9AJPDb*ww;ZtO2%V#>^py;07*h%><CO7YU3 +zzYh<{r`%NRU-a_ZIa?N|2W=aIHO0^EEPh=&ZT~su7GsrVK6`8OfWBbxboFyt=akR{ +E0Oi4SO#lD@ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png +deleted file mode 100644 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png +deleted file mode 100644 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active.png +deleted file mode 100644 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png +deleted file mode 100644 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark.png +deleted file mode 100644 +index 1d9ac4ecde885de546e5bb6dd6a34e38a08fbbb6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< +zcyzu!XU%oUL8SHJf2qI{RWq?$E-@{K1U7NrZICWt-NotoFqz-(SHzA!2ZzM891#_M +zck6?5KHagDXAWJmqGwU;@veEyhuybsk4j6l*k{prwd$_uS<Z}9zm@98!o7~JPt{eI +zn#P*kux;BtrRZl2I&}wsRLbmN%$UM#V$ZnGi#5c7^^Z|O_2+-DSaf8(pC3BNdF7~2 +z!<K}3T`PU(HUw#Hi~4my%%g!N+dRrgpTq6>rTc#i-);BSPx)118v*nLgQu&X%Q~lo +FCIAH2bEp6S + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png +deleted file mode 100644 +index d2303381263fb544be00b320148f233af0f68eb2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 498 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQO4} +zjv*P1Z*MqyIR%Ow`}n_d)>?<AMUKAB3Q`i0H)32Wo=J1Cy*)D5#eze`c`<K_)8c6p +znmIOQu)nhAoz!;s^<}qt`8E5B>&mMRCT(0(m2%H%_g!1p72N>=H)iEl3Quj1Saw!} +zhy6cO#@47v&(w7dkLEXPeSiG*!KN^+T3z0P%dc~nsar9W)jV@-W1KwMYw4$Vvv^{d +zd)<^he78KVmvJaxzU0=bS2YWSH*BvL;FS3(|G(2=-{qHK;%qCjYVSSXAIp?}om0TV +zhs)v0%~Ga@oFs-E9p(qdlXvVs@oDK11~!8RMxF!)W{CrE<`0HPtlzA6+clhLWmufb +zFmG~Pc>lWJ(|KljGAccKV`VQC8hUH{UiZd7HpfMOUENTlru6IjoZqwkTxPDD+ssqj +z&%MXzlF-h+YDR`dD=ehan`8=}%Y?mU6?&fa^i%u!cPjV49%qSRU`?pr_9S%SdZBpt +j#2+T_{ko5Cy7iN7`IcC9OX;7WNM!JI^>bP0l+XkK1PaNi + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png +deleted file mode 100644 +index 639ad87b659328c2b1e22c98a30c03658f1d9d9b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!x0mx!fXLC0|7%+pO>XIEH4_x?IJbyd<Di*E1K*;AhfH-}1W(E|HZ;AD;uLZg +zvOYNH)1LCWm=(&EsXO{*x0;Ehax6G>Q0ep08=c;bPv70z+Gc#=l+DttE8I2aRr<bS +z8{Dp0CO2%0h)g}r&v50m<bI<S3>P#QW`#Da4`MbAVBXJjhx^}sFGf*6)&m>=FkR%F +z@T@0Txh#r{WuLU|1iKBaLJEN;%}dRtOZ8Z<|IMA(H%%{?f4ci;pcfcCUHx3vIVCg! +E039E4ga7~l + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png +deleted file mode 100644 +index ea9fdffbe4241f1a8de21e3a2d3f1ef7a335869a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 505 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jAfoK +zjv*P1Z*SP^I~R%^`}lrm)cXY!1(>_*4JEa_vL;;U=*^p2!LM{lPj<<p(2f!jX2FBY +zRMZx4QL^fA>70JyUh;uk_x~P#V)NPZ`OiCd-m;5zKi%(sNH65v`{xI=7o;>czE{?_ +zi~0H>bbGO~c|FsLIkwAOZvEyu9m_uT^1Z(88+RIg`k39Y_q1F6^2O!{0wz>0Sh;BP +z(xo56uP=Bmr7`{LXX`4FMKTEyA$*}%e>VC#7{#8~_G#Dn@42k#;|4Klg^E^=r}4Y@ +zS(VRa2wA>}Nnp<IyoL!~JPrGPG$a^LEPpKXf2za*1~!8RMxF!)W;nA!fx-S*?ejc= +z1JyhZ+GY+9^s=fa+*Rlgxw?Wu;Q6}Gih-f2-}e;qrW^`c9iXk(cdommY<BT~CPCjH +z|Fkaf1paqfG`D;zI}<~WuK$**+i_ABg<*@2tEk3C&8Xonvi?&1_nd3(vCon0n+_;6 +rblG)#@mgp+JC=9&-j)cR|JL&_mnJFmgnR_X83Ti-tDnm{r-UW|^pep} + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover.png +deleted file mode 100644 +index 221a7774c66f92055c2af80d8ca334e41411ae93..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 318 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcd%8G= +zcyzu!=gZX;Akq5p`);Segx48DAqsBRo9;MBXE0w~ka|Vw7h}6whP0&9!tZ8WhfH$C +zo|xNwpV!X()iZ7fpWa=UFESGi8IHYiS$*@!%Q@bSt_5!+C&@TQ&0HR_rO5U;U%c~F +zRvpi9%hZN#fiI1u_c1oio@~qBzlxzZsUc1D!RpnGQY#wc+1|<jyYIz#P=@QZ((g~K +zw`MUF`q^Id`V(}Z_>F+Ba{{-EgGyWPwv-3o-v&S2WxtO-sY~m&=d$>tKyNU3y85}S +Ib4q9e0MSQwE&u=k + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png +deleted file mode 100644 +index 841baf87dd0b25fe7bb895a08f391bdcbe93f2db..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 499 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j0K)9 +zjv*P1Z*SOpF((SJelWlJc1lERL()R`j)N?VkK7Bp?7CqBOA+V!1wWPxduobxi5sx3 +znKb8sh?2z7W1`yEYsJ{S)A#4BF<Kw<?ChUye;K-u8od;}ekf2qLU@7KCZ2<LK73YI +zFjtw?TeIu0e#75))yL9HxDuQt_kPo`-dgjkG^e5Y-SIWzt+^axkIpc^sQwb3{d1*y +zuEA2?Hxo7cAGRJYWQh3V)%slJs(c9J&A0%@fD(&;!i!2S)!z2v>1bH>`D1+Zida#G +zgv=0!IqSFtlqNGw@a5^SG%hkf`Dx=31~!8RMxF!)W{CrE<`G60&Tp&lS~N^&X*g)X +zFqeg4>uM$rGj}`xy{qk1CQW%9SHQjKNm2BHFkAD@dP;w?{pwYP6`k{i9qvE;xA*_c +z@GXxwGB8|-m?u{;g{eV1H>~5d#*{;Og}*G%<voA?>u}tLCXU+-r<u<1+uI9V`oxm{ +lHRjj3(&a~!X1=Lm{+O8}JS)oTAuxg%JYD@<);T3K0RU75$J77- + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png +deleted file mode 100644 +index 3984d049d9b30ffe8d3160e8d98848ce933f08dc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!Z_9PafZ^!J`k=rs9DL{W&WUPPaON-UE}6iWcWYtEmE;|}xkJm@_cpO>XlyAI +za7_C3Q0<2Kz9)Y@7IYa*UH7`QRb*cSV?&b%*GtxekAgUS(m&6es^-36rR-6SHwIt) +z-!HwwsO@{L&Cr4SpqIWq!vV9B^<Pdie3e-c$o4}^G=Nd`!|4OI&;PBJ5RlpQJu9AP +zNl)XA4Sl+ivtKM-Djv9Hx7E1<=2gsFD(f<5t7VC_oi6_N`ky&}^bO6Lx9SE<fIeaH +MboFyt=akR{0DH)KG5`Po + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider-rtl@2.png +deleted file mode 100644 +index 57d6cd06211035ff26cf8319b371f234bba90220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*SOoF$apYJ^aoiT&~cRv@m)@$B*W3+h*xCMNd!>%Dp6UQAHqJVN#Heh<O4} +z#7>srjs%g@A$;dHdL~Y-PFD+?w|>u@`RNI(n8muE?suPLHs$oy(y0qLb~PHASJjE` +z=x2Vp#jn4*o@qtc>dP0m$1KR{T^;<S&tm)atgCkFY%4;vHg9aRO*mMbVc!*zz5R9m +zx?2ZA16E&Uy87W(xn;wlq#2L7`uR(k+77R8I<)Eir}#+SseI)|%mSLrBKR7rzF09f +z=`CgL*ik)~q4nh!hAA`8Fr1%tWp8AgzY3c{10zoY1GB^d1_YB`AbrOBH(wb}xU(Hl +zuy**O$$a4EYrCM8C71HV@9edk9;7*yU%ugL%kAA~H~&&w@c2|sos;OI+{U`5ujd0j +z4sN|8?y&fx#F397aSyI7{-Y+I^>0sH{r8!3f5hysFW4e<WEXc1!{^1%#TRtHO5I%f +iX-3Jiqe(yS|77$ui8byr-c$&T9tKZWKbLh*2~7YYip{M6 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider.png +deleted file mode 100644 +index 3984d049d9b30ffe8d3160e8d98848ce933f08dc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!Z_9PafZ^!J`k=rs9DL{W&WUPPaON-UE}6iWcWYtEmE;|}xkJm@_cpO>XlyAI +za7_C3Q0<2Kz9)Y@7IYa*UH7`QRb*cSV?&b%*GtxekAgUS(m&6es^-36rR-6SHwIt) +z-!HwwsO@{L&Cr4SpqIWq!vV9B^<Pdie3e-c$o4}^G=Nd`!|4OI&;PBJ5RlpQJu9AP +zNl)XA4Sl+ivtKM-Djv9Hx7E1<=2gsFD(f<5t7VC_oi6_N`ky&}^bO6Lx9SE<fIeaH +MboFyt=akR{0DH)KG5`Po + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-slider@2.png +deleted file mode 100644 +index 57d6cd06211035ff26cf8319b371f234bba90220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*SOoF$apYJ^aoiT&~cRv@m)@$B*W3+h*xCMNd!>%Dp6UQAHqJVN#Heh<O4} +z#7>srjs%g@A$;dHdL~Y-PFD+?w|>u@`RNI(n8muE?suPLHs$oy(y0qLb~PHASJjE` +z=x2Vp#jn4*o@qtc>dP0m$1KR{T^;<S&tm)atgCkFY%4;vHg9aRO*mMbVc!*zz5R9m +zx?2ZA16E&Uy87W(xn;wlq#2L7`uR(k+77R8I<)Eir}#+SseI)|%mSLrBKR7rzF09f +z=`CgL*ik)~q4nh!hAA`8Fr1%tWp8AgzY3c{10zoY1GB^d1_YB`AbrOBH(wb}xU(Hl +zuy**O$$a4EYrCM8C71HV@9edk9;7*yU%ugL%kAA~H~&&w@c2|sos;OI+{U`5ujd0j +z4sN|8?y&fx#F397aSyI7{-Y+I^>0sH{r8!3f5hysFW4e<WEXc1!{^1%#TRtHO5I%f +iX-3Jiqe(yS|77$ui8byr-c$&T9tKZWKbLh*2~7YYip{M6 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-dark.png +deleted file mode 100644 +index 4c8ed9c9f7397a0d660176e8c261bcc64116a2df..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!w~_B)fXK0r|6ht8QkFO)wpir+LrI-o9VfXXmiD$y-%!nDVklL?%74LS@m{sg +z7~j)sh5J8RKmSv7!0pqiiRQWCC!TRIGniPf-E{NRcm1Ue&wZ^{3NV%?i)4G=Efts( +z=Y5<dNb!s%TSiBi_vRXA2J_|B%f534=rUx@XNW(_B(~vzKC|b+e``f9MDej6*!PF| +zxgFc1Igf9g{BR~{=2640b$9pecD&4#$<*1l_Ed^QTX*rn^7`5APCs;~-YHzT9Ox4U +MPgg&ebxsLQ0M3DWtpET3 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-dark@2.png +deleted file mode 100644 +index 9772ccd1f8ec3706e7774523f7cfd84aa312bdef..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 501 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j76R< +zjv*P1Z*T1NVh$8&dsuEJxL$#ytMy)!>k;{+{M9d&Zb+Ww+PJ|_e<F)XhJZ^@SL-8Q +z307_WgCa^2t}L%BzTIGXW0P*a@l?%IBjfv<bG9$InBitCRK8GR+H_qJmZAe8|37k1 +zi}qw)>$bP*zkY)OkMaE_=Nm$gAC)#1%Q0JhwSOU_*V4V7%6qF5j-|_aA7An|XmeO~ +zX)oKlMz5tp5-($`rZaPF)>Ia+*t0<R!rwoqm_Ofpx<B&HEzR}(JRC|~oTnHC?(Fts +zI204aaBc5vmWUH7YzK}UU^qYX$nIttc`uO#46GUsj9dW?Ob8~wg4Bb3#n;(C%-eIn +ztevsKhfm=7I$?#dsLtQEWwrmNcp2*4XYAg%YwebPe*Q3q-`D4ySKp9yDLcZ-@YVc% +z!D{cdzO!D)cvF71VghUR+cj;g6<($Kzy4}I|MtfE>-q2B=p`)XoiL~MW!>w|9l5hR +mK2KhJ%lXc1sou0LpP8>#CyI*hyRjM=MGT&<elF{r5}E+gmC5Y@ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png +deleted file mode 100644 +index 3ecc7340f5ea5e810631fd7d5f86135f0fd22b1e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 312 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaQo-U3d +z9-VLd47m<Dh_F6aS9;-@lcS?_qf(OFQ@QB@tBy_!uZwN(g4TrORAGLhjtQ~ajzWpu +zDY_=Xc6Rk_QvYOsnzTJ!Gr#+06N|&{MUNR{dY)Xa6}h{HadN@E&#v)}ey)WRMf~~8 +zyj0&W4&RftFr4oRL+q9{-N~8^iBBB<RoQK0ubElY@bHaS+JgjMgMD#KE1BzGWk*IZ +y1GTt)T4-3rv`OlSWWg5`N16P0rhl@37|y$puP4ZmTv`kC0E4HipUXO@geCx@F>AE| + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png +deleted file mode 100644 +index 4d576a52c256e82e25381990478969a394df03a9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 513 +zcmV+c0{;DpP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10e(qDK~!jg?bkm_13?%C@b^t3o<I<_(Hn?`LR7p&>>`MbLRLs) +zoeOM;l8u-`!E~a9-~lxF2SL1n>BI<8uuZb_*;qT@vg@oN^DCFf^7gR|4B$A9<2cT! +zqA1~VxvV;$U+YSvz=U}KlTqLC2N*yHz%wy5>$S?+&odEm`C@TzDy04efTidit-1>{ +zoNrXCZ<4TR0MGL#2FN}Fn2lA<7DhW9SBnkb@0y}Y^1cDGCm5EG2LQrcrl*f(QG*?? +zv;v?NyHpB@C|5tI-2avl`~kF)R3YnF8@mez;MF9$q=7+eri|nan2uj1H8ZAw=nx!Y +z+7yrs@R~r8RFI&%aR3HxlBr`K6Ru4e;{Zyj(?r^&K!<GXZXBS#@85!Ol}sgj7`QwN +zst=}|=nxFY)Fv41__b`|myGUhNs^)g8ou8Rv%C!8E><rKn5orQoC|{BLz0hrm8I?7 +zQl5YU7z_9x*I^Cd9l#TqnuoQ@IU-z#9mjDT#~EGU9+G0Vn-wlZ00000NkvXXu0mjf +DX|U88 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal.png +deleted file mode 100644 +index 1c25330a7bbed979e907cd35532902195da43927..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 311 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIY)o-U3d +z9-VLd47m<Dh_F6?-?Tt|<Hn612aYHmyj;O>kUOG+L0?&8Bgc)1n@5^ilya^ea!XQh +z+9WnhQ+~cZv+e)BE4{x}=4Pl`bITcIyxh@jtDQPMP#{K{xi8a7uQ#S4(YtVJ%n_f* +z24~{jL-%U+=E$62blZ02_NyOa3}<9c%;&hM&KSQ`PoY$Ga}s|qqf#306TUx|Ve6%s +z9~qpPqE+kS=Wwxc2ZNB{Tis{>);8DM+8<-i@Ya-!v#F8<x}U+*)z4*}Q$iB}pX6$% + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-horizontal@2.png +deleted file mode 100644 +index 77d69941ac95d274ef36a65b293592eff9effe71..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 502 +zcmV<S0SW$zP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dq-2K~!jg?bks{!$24X;P+3P-ars_qc;!>ttM7u>k;a%f_M>6 +zqF{HT3&E8LYE0FFc!PE)D%1;Tndc3hiHV7&^Q~WgUVf5+0UXD19LJefk|caUs^G4_ +zBVdQZWr55lo$&`q@C|}zK)Ox8ej*~Yeb~DEWgO2bmd*sI|E_0ldLF%Yqfvde30o~7 +zilUjZczptk>AK~GLp83{!mv6rC6&#%PgOpeoR<dxS<>aNL#w1Ia25C0g*r-KssNgP +zb7SrPr-<<j5a`|P8s$rrGIlrr0z@N|HU%KCY0B7~0rTmr6om_>gw-K9!L%u0vw)Wj +ziWJ4z-DUx|85Ai7abt=Y7obIsGbvL5mb9_EaRJ*wJqB=*NuwN5c;52;2UE`K5L9Dt +z58yC;t=tUYmG*6dRtpHj>d0dy0MJWSD-R+OJ@H$$+J{v<$!wBx-Fs}4=n!1_C)Z(3 +s@LeEJ0J~ek>S>beu;Vz6<2cjn8w>zs()2$8i~s-t07*qoM6N<$g7x3eMgRZ+ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark.png +deleted file mode 100644 +index 4c8ed9c9f7397a0d660176e8c261bcc64116a2df..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!w~_B)fXK0r|6ht8QkFO)wpir+LrI-o9VfXXmiD$y-%!nDVklL?%74LS@m{sg +z7~j)sh5J8RKmSv7!0pqiiRQWCC!TRIGniPf-E{NRcm1Ue&wZ^{3NV%?i)4G=Efts( +z=Y5<dNb!s%TSiBi_vRXA2J_|B%f534=rUx@XNW(_B(~vzKC|b+e``f9MDej6*!PF| +zxgFc1Igf9g{BR~{=2640b$9pecD&4#$<*1l_Ed^QTX*rn^7`5APCs;~-YHzT9Ox4U +MPgg&ebxsLQ0M3DWtpET3 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png +deleted file mode 100644 +index 9772ccd1f8ec3706e7774523f7cfd84aa312bdef..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 501 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j76R< +zjv*P1Z*T1NVh$8&dsuEJxL$#ytMy)!>k;{+{M9d&Zb+Ww+PJ|_e<F)XhJZ^@SL-8Q +z307_WgCa^2t}L%BzTIGXW0P*a@l?%IBjfv<bG9$InBitCRK8GR+H_qJmZAe8|37k1 +zi}qw)>$bP*zkY)OkMaE_=Nm$gAC)#1%Q0JhwSOU_*V4V7%6qF5j-|_aA7An|XmeO~ +zX)oKlMz5tp5-($`rZaPF)>Ia+*t0<R!rwoqm_Ofpx<B&HEzR}(JRC|~oTnHC?(Fts +zI204aaBc5vmWUH7YzK}UU^qYX$nIttc`uO#46GUsj9dW?Ob8~wg4Bb3#n;(C%-eIn +ztevsKhfm=7I$?#dsLtQEWwrmNcp2*4XYAg%YwebPe*Q3q-`D4ySKp9yDLcZ-@YVc% +z!D{cdzO!D)cvF71VghUR+cj;g6<($Kzy4}I|MtfE>-q2B=p`)XoiL~MW!>w|9l5hR +mK2KhJ%lXc1sou0LpP8>#CyI*hyRjM=MGT&<elF{r5}E+gmC5Y@ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png +deleted file mode 100644 +index 2c45ee10c927ca36251428dd4b48f41878adb4e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!XUKKPK!Wwb_y0|c)C&tQ9PB!IDb8L00jo`;oJ%-+p=as(=I0tBB9nG#c+55{ +z6+R>Vf6sS8g_fA(i-VjOXYwZev(i-B>$PN0W#eJb-We~M7Q|O+&F~fBo>(illgA+W +zwFL8l0}}T_eqEJw?fYoGS&U&9ufuxY51~u~4Ge#bK4iSO|Ciz7&OBd-SFAI>FgZND +zA->?;CGI0mDK1q^-L?%f4tXcv=~T=)@p9|C^8a(xyIIt}L^KBd1bTtN)78&qol`;+ +E0Ex<WHvj+t + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough-rtl@2.png +deleted file mode 100644 +index 6a85e423416235d5e4e80ca75e5b1ed359637a70..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*T1NV+s^tePBF&zPW;$6n8Car+~O4PuMoE_RjoAvn8A}bxgvJ&EK$wtF>RD +z)ljh4U*W_?#cAj6#;%zWJjv4deo)+jq>X2)Rq`HMy~^iO*JUte@V;!i{>T#N!nbq1 +zEPshRNVK);Pq!62wa%#O<*}WItM>k|G(He2qMJ6elVi<~Gt4qiW~>icebhYnQYN$e +zlHxOSe#)~mM9Q9gF=ffGMy&;x-kP&&{FeXkTTp)gwm+}HhN%xM7#dn`g)$1PQDtk$ +z3TJ0%UBb|)bB5`G@#Gz|(|-CSF)&LUU|=(7VB|@FGiw+oi~PR2j{ku&Yr+gEhljyj +z4Y$7jU|%x#kKNUEzb1GD<t>gAcMy2J&0~k`lx;38^}R3Ow<wi7J|lO)vFG#oGmBQr +zerIBE*t^fJ<Z%t>kybPBhnAn$UD23+zqagn-MalRZE`w_*;%p~rY*PM&!IAB$NR}{ +i0yf9)W^RmlW^K<XnW_}_sHYJaJq(_%elF{r5}E*x8N;#w + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough.png +deleted file mode 100644 +index 2c45ee10c927ca36251428dd4b48f41878adb4e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!XUKKPK!Wwb_y0|c)C&tQ9PB!IDb8L00jo`;oJ%-+p=as(=I0tBB9nG#c+55{ +z6+R>Vf6sS8g_fA(i-VjOXYwZev(i-B>$PN0W#eJb-We~M7Q|O+&F~fBo>(illgA+W +zwFL8l0}}T_eqEJw?fYoGS&U&9ufuxY51~u~4Ge#bK4iSO|Ciz7&OBd-SFAI>FgZND +zA->?;CGI0mDK1q^-L?%f4tXcv=~T=)@p9|C^8a(xyIIt}L^KBd1bTtN)78&qol`;+ +E0Ex<WHvj+t + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough@2.png b/Breeze-dark-gtk/gtk-3.0/assets/scrollbar-trough@2.png +deleted file mode 100644 +index 6a85e423416235d5e4e80ca75e5b1ed359637a70..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*T1NV+s^tePBF&zPW;$6n8Car+~O4PuMoE_RjoAvn8A}bxgvJ&EK$wtF>RD +z)ljh4U*W_?#cAj6#;%zWJjv4deo)+jq>X2)Rq`HMy~^iO*JUte@V;!i{>T#N!nbq1 +zEPshRNVK);Pq!62wa%#O<*}WItM>k|G(He2qMJ6elVi<~Gt4qiW~>icebhYnQYN$e +zlHxOSe#)~mM9Q9gF=ffGMy&;x-kP&&{FeXkTTp)gwm+}HhN%xM7#dn`g)$1PQDtk$ +z3TJ0%UBb|)bB5`G@#Gz|(|-CSF)&LUU|=(7VB|@FGiw+oi~PR2j{ku&Yr+gEhljyj +z4Y$7jU|%x#kKNUEzb1GD<t>gAcMy2J&0~k`lx;38^}R3Ow<wi7J|lO)vFG#oGmBQr +zerIBE*t^fJ<Z%t>kybPBhnAn$UD23+zqagn-MalRZE`w_*;%p~rY*PM&!IAB$NR}{ +i0yf9)W^RmlW^K<XnW_}_sHYJaJq(_%elF{r5}E*x8N;#w + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-active.png +deleted file mode 100644 +index 9672e271b6714ace261044433b5b91bd8d4d8d22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 275 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlw~x;Tbd +z^uC?!$k${b;<9{6^v9S-C%-UMiF~j+U>IkdcR*mug=0I4C+YpNuAO;Qo-sXvC8mIF +z!9*3`>9gN98>Q@Kd*@)!oU{Af&pk~)SZByL9QXTD_He5T>jA@K8`^R+U-lZdty1}= +z{+H37p~U*%x7<%})xstnn{r82Jn8q0pj}>4&sffete9l>?Z8Tvugm6TXubA0DXvow +PbQ^=GtDnm{r-UW|*4Jm6 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-active@2.png +deleted file mode 100644 +index 4068a01f8c47630699dffb7f56b17a224e0cf14a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cS}>K~z|U?Uy}H12GVV--|bNNZbO1f&@vC)Eosa!4bF$NF-c< +z8V<k;rKd#-p_>_JXtI&n{6Uh9DE3K~R?qgl&)&vE0C4w{7~?H~O8|$cMqdD)LI^h` +zhlR;$_%nc`ih|1;g%El(2s3*$GoOwJ5ox=7b608Z-V~9xnGMpM*#a{g&zTh|f%r^K +zH!~NJi>d)cq*LV00qpYHm&x4^$^ebxgQS*dyQ-Qe|LrehqN=%wbkmw7r3}S_Cd)FW +z6RMh%Jl*ERB=ZnLEA`5GO99Mm0^o<YfjrByMrxGv8jE%n2iP+FS2b1v>_s&|4NwEr +z05!lW0ADfpTdl3J6u{lzwoNCQZv${OEwIT=ILX%-<MrB=|K>@is;$M_b|+Omn=_MV +zdB19aqz4(LX4)|HMWj<fW6~)#KzGGF-TgSm_=5elW*;GhbCT}>&>%SsA@l$Y0E{aP +g9s{^f!)pP+Hx!p%<O_9=0RR9107*qoM6N<$f|HcQod5s; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png +deleted file mode 100644 +index c033eae56cf111dfc612f5cbb34aa58f70c3be28..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 365 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvux;Tbd +z^uC>B=yy0kz~z2jt>dK`N=#iW=O!vO@ikgBoz{PNM<GUWj>1HRSUm?u$B<>8Y$qLa +zTE@W|A)!B2+Ffm%%gHH=D>nzP*)jdP_r;o37nbe|Yhu~HoSk3nth&~n)rO02Cj76J +ze(BzM-EZ^8N&XGV%wO!v-;~NqB;0$y#=h(=#}keNVrmWCkJTTnnItAwuHG*Gxi0<f +zAqj@yu8_kFrz&r1iJM%jKR92Uqg(gqao*#t8-E2pGTr&gz4Q5@h;G)^WwUx;Pm8hL +z|90!8H*6)G39OtVbGKc}iP-Zz|JO6_3rkmV&RVnX3jcwn0iR=DM%@7Vn!(f6&t;uc +GLK6VtQIV(s + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png +deleted file mode 100644 +index 475a8cc784d3091cd77484d8e59c730f976c472a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 590 +zcmV-U0<ryxP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10n155K~z|U?Uyl66hRcnfA8I%i5ih8hkgSU#8{X}fiW6-A;b^h +zow?6oLnp@1VC3vIIcf@`1QInN7Q%(lTX=FBfvAaO=UK3GSvGQK)?KRoSDW`{=l7eL +zW<~(&uRE7R4W9ycfivWjJ&Yv_^igA?vgL~s!QTRdIf0Y;ZY3S}5<#?b4{tirx$>!@ +z^=CI^KMPuY&C2^fJ7enHEW#8pD4}}-%m4%&Y&$@6{`Q5LETHj33;6&{*WR=jB8f@g +zSGs2|kF$m+BPI2Wfw%wwrPGy-yajg7eOXV|0{@Xb^9L)RZ>p09Fp`30z@}5HzPNSq +zy)V8R9sONfZXX(`$v?Y|^l$(HMl_W9eglsb0IsBj$2IycpqGIBx4=Kl(M#Z1QV0|R +zg+L)t2=o%L4Ce1UM=ycR3<O%K1)N$HqeZ%%Fkl05wSEJ;H=_EQmE*Uf=q7VD1^md| +zZ?#U)Ib7@RK=@-jQ`p~f_S^7SvZlZufMBzE3z&1BvEyq2#uCDm!SuuBb`#Y(JvsC- +z%ZG{k)wveI?*Rz5==)M#-M%EDd&luT&Ay5Yu0OwX{u6*UCMsK2(s6+WU^hqbu3#_Y +c@FD<z0NS{ZK=~p5ApigX07*qoM6N<$f+w*4PXGV_ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop.png +deleted file mode 100644 +index 9672e271b6714ace261044433b5b91bd8d4d8d22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 275 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlw~x;Tbd +z^uC?!$k${b;<9{6^v9S-C%-UMiF~j+U>IkdcR*mug=0I4C+YpNuAO;Qo-sXvC8mIF +z!9*3`>9gN98>Q@Kd*@)!oU{Af&pk~)SZByL9QXTD_He5T>jA@K8`^R+U-lZdty1}= +z{+H37p~U*%x7<%})xstnn{r82Jn8q0pj}>4&sffete9l>?Z8Tvugm6TXubA0DXvow +PbQ^=GtDnm{r-UW|*4Jm6 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png +deleted file mode 100644 +index 4068a01f8c47630699dffb7f56b17a224e0cf14a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cS}>K~z|U?Uy}H12GVV--|bNNZbO1f&@vC)Eosa!4bF$NF-c< +z8V<k;rKd#-p_>_JXtI&n{6Uh9DE3K~R?qgl&)&vE0C4w{7~?H~O8|$cMqdD)LI^h` +zhlR;$_%nc`ih|1;g%El(2s3*$GoOwJ5ox=7b608Z-V~9xnGMpM*#a{g&zTh|f%r^K +zH!~NJi>d)cq*LV00qpYHm&x4^$^ebxgQS*dyQ-Qe|LrehqN=%wbkmw7r3}S_Cd)FW +z6RMh%Jl*ERB=ZnLEA`5GO99Mm0^o<YfjrByMrxGv8jE%n2iP+FS2b1v>_s&|4NwEr +z05!lW0ADfpTdl3J6u{lzwoNCQZv${OEwIT=ILX%-<MrB=|K>@is;$M_b|+Omn=_MV +zdB19aqz4(LX4)|HMWj<fW6~)#KzGGF-TgSm_=5elW*;GhbCT}>&>%SsA@l$Y0E{aP +g9s{^f!)pP+Hx!p%<O_9=0RR9107*qoM6N<$f|HcQod5s; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-hover.png +deleted file mode 100644 +index cca2f94f835ce9d58cb33ce4fa706745f98e1e96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi{x;Tbd +z^uC>JnAhwe;CerABk!%VjE_D?_!SAvKWgcq6o2I4b<UEEi5J9mC$mXS(47$cYkK_W +z`)53i*S+4w|NgIJMe5$H_kTBPba7A8@{ISre8lwRoZ?AebYF@ycup(!liuYoz+5m% +z=hzFk8=^PvbIppJ8B{e}>bS(*`B(4oFk3w5E6(S;u}1yDe#W%0d)j83=ePcRp<1<o +zPjSvQr(4@<ITdS|L>pfJ{#Pr}X1w9Hfs1L~<D#W&e=+N`$7SyExjF~v2?kGBKbLh* +G2~7YaxOq?j + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-hover@2.png +deleted file mode 100644 +index 1a5a7393b3e85c36c0fa28ef47cb6add348b803f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 515 +zcmV+e0{s1nP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f0$FK~z|U?U%7`6G0G$zg^=LE9J~vkVGJ%xWF|pfOrM-5^2&= +z<Ry{^Kmxl>ks7EmvfR@m;T`Q2Anl~!&RRRNPdeSYx{*#={WCZJcYDo@0r1|R8DnmM +zx4<cRLVyQVy()@gRg0!F{|Y?MWV{=HRCTg}5RtivX!U#!AzZ5Juq!uJ9flAtMP!!x +zYzjogKM^xU0<o?&OZCsKwI6c>BpyWy0DyCDksH7{_hVOkRv(Np|I);Iy?$e@y#p>< +zcqy=qF-}LL(f7pTuZV0F+TAxdiT36I2Dq@+-ZmBP1pv-lny1nD0fzug2LO#d4gnk` +zdVn6F2j~HMfI|S<LI1`chX9rx0Q_tX5M!KH4cgp<0*e^qhsMf!QtfgQ-b<x=Qv21~ +z<_5~Le3=`dEX!BBn&tn-LX7b`H$dXCHI_eA=l3G=C4?}}u$YWRWDdNm<oh~ry!S7R +zG2b}eYW90D7`%4Q{Q|H>QLI#T0?YuP(bxl@Qu96l9swE$y<fu`D*FHc002ovPDHLk +FV1fkR(~tlF + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive.png +deleted file mode 100644 +index c033eae56cf111dfc612f5cbb34aa58f70c3be28..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 365 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvux;Tbd +z^uC>B=yy0kz~z2jt>dK`N=#iW=O!vO@ikgBoz{PNM<GUWj>1HRSUm?u$B<>8Y$qLa +zTE@W|A)!B2+Ffm%%gHH=D>nzP*)jdP_r;o37nbe|Yhu~HoSk3nth&~n)rO02Cj76J +ze(BzM-EZ^8N&XGV%wO!v-;~NqB;0$y#=h(=#}keNVrmWCkJTTnnItAwuHG*Gxi0<f +zAqj@yu8_kFrz&r1iJM%jKR92Uqg(gqao*#t8-E2pGTr&gz4Q5@h;G)^WwUx;Pm8hL +z|90!8H*6)G39OtVbGKc}iP-Zz|JO6_3rkmV&RVnX3jcwn0iR=DM%@7Vn!(f6&t;uc +GLK6VtQIV(s + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png +deleted file mode 100644 +index 475a8cc784d3091cd77484d8e59c730f976c472a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 590 +zcmV-U0<ryxP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10n155K~z|U?Uyl66hRcnfA8I%i5ih8hkgSU#8{X}fiW6-A;b^h +zow?6oLnp@1VC3vIIcf@`1QInN7Q%(lTX=FBfvAaO=UK3GSvGQK)?KRoSDW`{=l7eL +zW<~(&uRE7R4W9ycfivWjJ&Yv_^igA?vgL~s!QTRdIf0Y;ZY3S}5<#?b4{tirx$>!@ +z^=CI^KMPuY&C2^fJ7enHEW#8pD4}}-%m4%&Y&$@6{`Q5LETHj33;6&{*WR=jB8f@g +zSGs2|kF$m+BPI2Wfw%wwrPGy-yajg7eOXV|0{@Xb^9L)RZ>p09Fp`30z@}5HzPNSq +zy)V8R9sONfZXX(`$v?Y|^l$(HMl_W9eglsb0IsBj$2IycpqGIBx4=Kl(M#Z1QV0|R +zg+L)t2=o%L4Ce1UM=ycR3<O%K1)N$HqeZ%%Fkl05wSEJ;H=_EQmE*Uf=q7VD1^md| +zZ?#U)Ib7@RK=@-jQ`p~f_S^7SvZlZufMBzE3z&1BvEyq2#uCDm!SuuBb`#Y(JvsC- +z%ZG{k)wveI?*Rz5==)M#-M%EDd&luT&Ay5Yu0OwX{u6*UCMsK2(s6+WU^hqbu3#_Y +c@FD<z0NS{ZK=~p5ApigX07*qoM6N<$f+w*4PXGV_ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked.png +deleted file mode 100644 +index 9672e271b6714ace261044433b5b91bd8d4d8d22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 275 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlw~x;Tbd +z^uC?!$k${b;<9{6^v9S-C%-UMiF~j+U>IkdcR*mug=0I4C+YpNuAO;Qo-sXvC8mIF +z!9*3`>9gN98>Q@Kd*@)!oU{Af&pk~)SZByL9QXTD_He5T>jA@K8`^R+U-lZdty1}= +z{+H37p~U*%x7<%})xstnn{r82Jn8q0pj}>4&sffete9l>?Z8Tvugm6TXubA0DXvow +PbQ^=GtDnm{r-UW|*4Jm6 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-checked@2.png +deleted file mode 100644 +index 4068a01f8c47630699dffb7f56b17a224e0cf14a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cS}>K~z|U?Uy}H12GVV--|bNNZbO1f&@vC)Eosa!4bF$NF-c< +z8V<k;rKd#-p_>_JXtI&n{6Uh9DE3K~R?qgl&)&vE0C4w{7~?H~O8|$cMqdD)LI^h` +zhlR;$_%nc`ih|1;g%El(2s3*$GoOwJ5ox=7b608Z-V~9xnGMpM*#a{g&zTh|f%r^K +zH!~NJi>d)cq*LV00qpYHm&x4^$^ebxgQS*dyQ-Qe|LrehqN=%wbkmw7r3}S_Cd)FW +z6RMh%Jl*ERB=ZnLEA`5GO99Mm0^o<YfjrByMrxGv8jE%n2iP+FS2b1v>_s&|4NwEr +z05!lW0ADfpTdl3J6u{lzwoNCQZv${OEwIT=ILX%-<MrB=|K>@is;$M_b|+Omn=_MV +zdB19aqz4(LX4)|HMWj<fW6~)#KzGGF-TgSm_=5elW*;GhbCT}>&>%SsA@l$Y0E{aP +g9s{^f!)pP+Hx!p%<O_9=0RR9107*qoM6N<$f|HcQod5s; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-active.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-active.png +deleted file mode 100644 +index 08e90e2dc11ccbec76a7e95d4992854c0038bdad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 280 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJix;Tbd +z^xmC(koS;*0E_vHeJ#5<raCfS5Xe;VluXu@XLoheC_K_V_0NVUl5@}7F^VTJ#cXt2 +zFj?j4*}LBYrIU8E${jG^&e?sJNnB_@tLcY1Gp*k=PXD=<;YIka|2nL^4>~e7C2W;H +zy;<<$l<*hfKl-`;Jr(`-=g86oFU{EPUODrFyv#ipt8l*f<Z#vJF~gkfRsUv*t1Nw8 +Uox9)_FVKMup00i_>zopr01%sImjD0& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-active@2.png +deleted file mode 100644 +index a6b126dd385810fa4720160bce212f35cf5f74ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 476 +zcmV<20VDp2P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10a-~zK~z|U?Uy}H!$1&)-()v*Nc8-)Py`9$CN(Vw$rU&PSKtUB +zkx<c5!xd87EmAPu>{vr%TZ@g26nmY<PqJja9nJgXAMFkSfT~_(S#}TL2EZZ0=o`SB +zG3JhlHib!f_&b23K*3dQjWLT7LPTCfMDy#JndhoH?JG@Hr_4MTk+q*w7Klh%GXu$k +z`0`B^5oPA<&;ZOF6?rv)J|BCNRP~?=Fez?`$b|+VBCdLqzY2%c2rvTJrUenX1@Hji +zc*ouefTgwewXKMXf6`h@6@VDP$&TTLVr%VLrSGr2wpY+K8~{%LE7<!t&<2q7&_C`1 +zu<QsC=RMk0+noZdaWmSNMt~8Z1Q_Z_)(GI7n}r5&&Ry0_?^wPH4dBfnTi^5th7~hM +z0S1$(G5|dm>!hmZS(bfZxY6v>7;{BL2>?upXk(0709XS^0|uu6p8W7p0Pq8EDh5l5 +S&py@w0000<MNUMnLSTXf`Mx9o + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png +deleted file mode 100644 +index c5da7cd913b48e4140c72377f208b8efb16f6513..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIDx;Tbd +z^d6mLo5d6;(z^e5#gEG>t`|hyt_unsWZl7H&3at+g_xRlz=e{V4qYZI)lv@BW+*3h +zMZB0$nAat6LD9-M;z`N-qJ4*V-cg^sJvG=wN;AY`{Z55*I|A!AW|)LLjO=}Bf6e=~ +z$|lp;Sdr!np^Fp)j1QbOOJ~naXjp!G^?BcW-yBylJS(5E@L%Ko6vqFTZZekrzxYjT +z-+{ZF`|UGhuJ@aHG%&t<-28*<pJz-(e?MPX$93<;|MxdF&VN6X_11Ukgg722^IVVb +zUmtH0XyIRA%%I(|_{9o=mc4!3J$P<>WPRat)gm%V{;E0mZ%>xlk|%k9{$}uW^>bP0 +Hl+XkKImeSP + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png +deleted file mode 100644 +index 2c59485916460d0917cb1ab46feea8f9ed55e417..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 571 +zcmV-B0>u4^P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k}y-K~z|U?U%nwTtO6vzcYJRP)Q={YN4qUP(um}iv>~aEL6l7 +zaKr8^q_K;^M=(KsfCy_RSS<b_5DT&JPhssgx|`rCNg#6Pq{zLpEV;Yjz1IlYUpaG_ +z@0&R@#Rx!lyZq8M?h-H#JRzRkpcK?GZ`abPGk;J#_!pofCU9-8G+{=33CG*H56@dM +zi^;a`<B!8~8wD+Upvl`G<soD30>U)VA+CK7%mO(4Id*{j>S*t56wvB;8#x4KGCLO= +zp2UPdZ@BBZyo(xM8%Y?S@w8e1fJA%hByNF9=jCzj*quOBJ+GJbfq`Fv0{<#afu?{H +zG?CdWO^VtN3VrunyC_I*Wwd9rUQzG~s9g>L2k2Mqa-*VpE$9yc_ae{32s}vY2^7OG +zujls`5F{5)LeEuAu2EIsEAVb_!ybmsqrL-8f&WY(d!Wg<VRNUaEr9~=_tIe80?)qn +z4E;^u20+k-xCPW&pHcD09FzjWw8G4r-HSZNESlEtqbNTn_GkH(2cH5EbjzQY`Ol>n +z;@W*4?rZi{tn+$htg8rM*3zjnO_&jZ4d6OP@U@_ys^QH5{04V<h*aI4rb+++002ov +JPDHLkV1kn?_PhW9 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png +deleted file mode 100644 +index 08e90e2dc11ccbec76a7e95d4992854c0038bdad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 280 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJix;Tbd +z^xmC(koS;*0E_vHeJ#5<raCfS5Xe;VluXu@XLoheC_K_V_0NVUl5@}7F^VTJ#cXt2 +zFj?j4*}LBYrIU8E${jG^&e?sJNnB_@tLcY1Gp*k=PXD=<;YIka|2nL^4>~e7C2W;H +zy;<<$l<*hfKl-`;Jr(`-=g86oFU{EPUODrFyv#ipt8l*f<Z#vJF~gkfRsUv*t1Nw8 +Uox9)_FVKMup00i_>zopr01%sImjD0& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png +deleted file mode 100644 +index a6b126dd385810fa4720160bce212f35cf5f74ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 476 +zcmV<20VDp2P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10a-~zK~z|U?Uy}H!$1&)-()v*Nc8-)Py`9$CN(Vw$rU&PSKtUB +zkx<c5!xd87EmAPu>{vr%TZ@g26nmY<PqJja9nJgXAMFkSfT~_(S#}TL2EZZ0=o`SB +zG3JhlHib!f_&b23K*3dQjWLT7LPTCfMDy#JndhoH?JG@Hr_4MTk+q*w7Klh%GXu$k +z`0`B^5oPA<&;ZOF6?rv)J|BCNRP~?=Fez?`$b|+VBCdLqzY2%c2rvTJrUenX1@Hji +zc*ouefTgwewXKMXf6`h@6@VDP$&TTLVr%VLrSGr2wpY+K8~{%LE7<!t&<2q7&_C`1 +zu<QsC=RMk0+noZdaWmSNMt~8Z1Q_Z_)(GI7n}r5&&Ry0_?^wPH4dBfnTi^5th7~hM +z0S1$(G5|dm>!hmZS(bfZxY6v>7;{BL2>?upXk(0709XS^0|uu6p8W7p0Pq8EDh5l5 +S&py@w0000<MNUMnLSTXf`Mx9o + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover.png +deleted file mode 100644 +index 5e3dc6fb58a3c8d573a755aaaafa1e375d109fe4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 315 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi_x;Tbd +z^j@8Okn@m(fb0C`H>xh&7rd@;Z4t=6$Rr|tk<CZ>So95tA5WxgGgMX_Su^j?cG+ip +zWoO)t3l!ltzRjq->v>MvX^pOL9$u=sn{>K&Pq_EHamm^x!VHu2?)`Q=@OJByPXa9m +zO0&-GYn=Tv@<P6xit2$SOYJ)!S6nl5l;$z0)wAKA#NYJT`|1Df2?f=WiUFJNH*7A> +zyBa#_`OgcM+u4E|;v%PgUbU+1fJH*bmw(dyij()B6`g%HRPK~plLycb44$rjF6*2U +FngA4Vd&U3& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png +deleted file mode 100644 +index eb6193bd058aeb9ac95b00a13f7aa6d5b528ff6b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmV<N0S^9&P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10d7e|K~z|U?U%7i13?gm|Cuuu8$9fdwH6AJG^uSZ#HYwB*w|V4 +z2=NsJO)9}6wf5SiPFlg+VXsiQvAGMU@h*_dM#1}GVVND~|Jd1uT>=1W?LHA*0XPP* +z1wRr1BUL>Q!*HAhDK&otu<gnCyWUi_JA)9Bp@?WYZk=;&Rc)-wO;sDtxweQ5@;<W! +z5wUYYPs%|=S&WhPoS83u1LQoyJOBW|81v#Az!>v92bE2T=)*Sv5xo}z{FZ8f8epSn +zA&R0CX1)fnvt;clGxwU!=6zXG;SMl!zk)dcw2~z0FG?zFL92p!rrjz4Yf%}%bOrS% +zO9L=-uOh@Gtx>ANTacdKg*~jQKYa#jfPV(C%9n7FRCTiuAdce$-vDtOAN~X&0FWff +zg>QhI$CqdMD4m~)$enYp<Kbh{5s@K)(=_~$t&_EOkBFYIzOUJ95CliYm?;2o7=~k2 +n?E)A8upW&qfSbH|Edclg7tf(9Nn!_B00000NkvXXu0mjf@*2id + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png +deleted file mode 100644 +index c5da7cd913b48e4140c72377f208b8efb16f6513..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIDx;Tbd +z^d6mLo5d6;(z^e5#gEG>t`|hyt_unsWZl7H&3at+g_xRlz=e{V4qYZI)lv@BW+*3h +zMZB0$nAat6LD9-M;z`N-qJ4*V-cg^sJvG=wN;AY`{Z55*I|A!AW|)LLjO=}Bf6e=~ +z$|lp;Sdr!np^Fp)j1QbOOJ~naXjp!G^?BcW-yBylJS(5E@L%Ko6vqFTZZekrzxYjT +z-+{ZF`|UGhuJ@aHG%&t<-28*<pJz-(e?MPX$93<;|MxdF&VN6X_11Ukgg722^IVVb +zUmtH0XyIRA%%I(|_{9o=mc4!3J$P<>WPRat)gm%V{;E0mZ%>xlk|%k9{$}uW^>bP0 +Hl+XkKImeSP + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png +deleted file mode 100644 +index 2c59485916460d0917cb1ab46feea8f9ed55e417..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 571 +zcmV-B0>u4^P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k}y-K~z|U?U%nwTtO6vzcYJRP)Q={YN4qUP(um}iv>~aEL6l7 +zaKr8^q_K;^M=(KsfCy_RSS<b_5DT&JPhssgx|`rCNg#6Pq{zLpEV;Yjz1IlYUpaG_ +z@0&R@#Rx!lyZq8M?h-H#JRzRkpcK?GZ`abPGk;J#_!pofCU9-8G+{=33CG*H56@dM +zi^;a`<B!8~8wD+Upvl`G<soD30>U)VA+CK7%mO(4Id*{j>S*t56wvB;8#x4KGCLO= +zp2UPdZ@BBZyo(xM8%Y?S@w8e1fJA%hByNF9=jCzj*quOBJ+GJbfq`Fv0{<#afu?{H +zG?CdWO^VtN3VrunyC_I*Wwd9rUQzG~s9g>L2k2Mqa-*VpE$9yc_ae{32s}vY2^7OG +zujls`5F{5)LeEuAu2EIsEAVb_!ybmsqrL-8f&WY(d!Wg<VRNUaEr9~=_tIe80?)qn +z4E;^u20+k-xCPW&pHcD09FzjWw8G4r-HSZNESlEtqbNTn_GkH(2cH5EbjzQY`Ol>n +z;@W*4?rZi{tn+$htg8rM*3zjnO_&jZ4d6OP@U@_ys^QH5{04V<h*aI4rb+++002ov +JPDHLkV1kn?_PhW9 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed.png +deleted file mode 100644 +index 08e90e2dc11ccbec76a7e95d4992854c0038bdad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 280 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJix;Tbd +z^xmC(koS;*0E_vHeJ#5<raCfS5Xe;VluXu@XLoheC_K_V_0NVUl5@}7F^VTJ#cXt2 +zFj?j4*}LBYrIU8E${jG^&e?sJNnB_@tLcY1Gp*k=PXD=<;YIka|2nL^4>~e7C2W;H +zy;<<$l<*hfKl-`;Jr(`-=g86oFU{EPUODrFyv#ipt8l*f<Z#vJF~gkfRsUv*t1Nw8 +Uox9)_FVKMup00i_>zopr01%sImjD0& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-mixed@2.png +deleted file mode 100644 +index a6b126dd385810fa4720160bce212f35cf5f74ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 476 +zcmV<20VDp2P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10a-~zK~z|U?Uy}H!$1&)-()v*Nc8-)Py`9$CN(Vw$rU&PSKtUB +zkx<c5!xd87EmAPu>{vr%TZ@g26nmY<PqJja9nJgXAMFkSfT~_(S#}TL2EZZ0=o`SB +zG3JhlHib!f_&b23K*3dQjWLT7LPTCfMDy#JndhoH?JG@Hr_4MTk+q*w7Klh%GXu$k +z`0`B^5oPA<&;ZOF6?rv)J|BCNRP~?=Fez?`$b|+VBCdLqzY2%c2rvTJrUenX1@Hji +zc*ouefTgwewXKMXf6`h@6@VDP$&TTLVr%VLrSGr2wpY+K8~{%LE7<!t&<2q7&_C`1 +zu<QsC=RMk0+noZdaWmSNMt~8Z1Q_Z_)(GI7n}r5&&Ry0_?^wPH4dBfnTi^5th7~hM +z0S1$(G5|dm>!hmZS(bfZxY6v>7;{BL2>?upXk(0709XS^0|uu6p8W7p0Pq8EDh5l5 +S&py@w0000<MNUMnLSTXf`Mx9o + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active.png +deleted file mode 100644 +index bf55063c1c0b01d7b4117e2e4dc89d85b1192365..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpJeT^vI! +zdf!eq<Z5vcV3GbDeShh`Gt~|M{A=BKb05hmaqMm@VioqeaFpdT6I%jvjG^`g?@4{B +zoBjqeZWA_O_7=NQro|br@{cp?(9Aj6^IFdTVSO)X^Yh5&gzk=wAxXP?JJv4=oy79R +kePPzE9SpH&uWo<y<I<*|QV#VlK<gPiUHx3vIVCg!05W}6XaE2J + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png +deleted file mode 100644 +index bf6169aeccd817f4a880af8921e239bf090ada4b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryKe)8w$AozaRKw!VXsrho+p#vx1*;#IULe={fL*d-zLh>fEhZv+(4)HL;gc +zw|$zf6M0|xuX^}rPKI}Nvy1E4KCnEHGW^B*K~YJ1((ijuH2(-6@D2D7;Vu}-FOc>v +zFRjihf7Py{??;zjx>LJwmA3Kisg{QuW|j&Yd$1ny&)hY0=PEll<`r4DpZhZC{e1iU +z$-D66hGqLF_*`UADSc!5pZDBKt^h_Y2i6q~q6?Tp8W<DSO?{)|;Pp~ZN?~b<y<zv( +z8fo5uk_pL~(^?Z(ugY~W%yegcv9x~qZvEnO@iW%Xl685~_{5ySMCH5ECbkXC7g*WK +h8RAZV&|>((d{*V&9i|P(fPu%r;OXk;vd$@?2>@u}l?VU; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png +deleted file mode 100644 +index 7b4183f80481f2571a9e1e8eb58b9cda8fc3b26c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi`x;Tbd +z^uF!0<zoz#a6Ml=^GBve%dzuTB0}67S~OLU@!eq3Ht2kj<FGI=@T^^$lpq&ZoXzKz +zDk?{OwDT&9&z}svdv@Jom2a%8RQ#6&+}jcxY2{%fc+_c&+?lASm(4Hnerw&cQCV>w +z1269tJ<0SLENnB(y^j}PlWbVU{K9?aqkpI4mNVXes{cc_QTh#c=7Q&Y*%s~DxOmB= +zd#?h{NLsUTGRm}mV)<Bn?Az|wZ^IAvYAY=4_;zW}zZurgQXDRJwmrxN`hvmJ)z4*} +HQ$iB}wW@g5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png +deleted file mode 100644 +index a4db1e17d80876cd10ccb97fb06d6995cb27725a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl2LQxdQfA{(fDk>?hk5FJnLxY15MSF_$1uFau +zEp8cohA2NkfzAz5K~RG<WDf2vrbQ|hB=6pa-V>2*dasuIAI}+nzjMxX1VHAZxnN8C +z5LgE$@FyKKC2h&Qd?HeFi^75503n~igL%~f8FwWtXL1)_P(tQ{W8uotis*Vl%anDn +z``(O6rLqW;KuFl?07wH^e6Jm#aI!j=_5#`;XOKG}wR2f7IuaXhU(&m|*!LPf7!i;z +zW3pcWfWUa<!Eb@q^iyT9))VmR=D+1E8vPt9@Lw?kM!*Od0V7}pjDQj731rGT=r?Su +zS{)fGV81mM{T7&dnT`D<&;bzWtlt7!DVNc5YZjUkf~1Dj?p3{jlsP#XzW4GmQ6J4E +z2fhg)(C2PnY+pC#g{^M+yVvYlC~Nt6ZRQa`<`a>c4#>EGBGC2`+!pB5ez*z17iG|H +UmNKC~OaK4?07*qoM6N<$g7`_lO#lD@ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png +deleted file mode 100644 +index bf55063c1c0b01d7b4117e2e4dc89d85b1192365..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpJeT^vI! +zdf!eq<Z5vcV3GbDeShh`Gt~|M{A=BKb05hmaqMm@VioqeaFpdT6I%jvjG^`g?@4{B +zoBjqeZWA_O_7=NQro|br@{cp?(9Aj6^IFdTVSO)X^Yh5&gzk=wAxXP?JJv4=oy79R +kePPzE9SpH&uWo<y<I<*|QV#VlK<gPiUHx3vIVCg!05W}6XaE2J + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png +deleted file mode 100644 +index bf6169aeccd817f4a880af8921e239bf090ada4b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryKe)8w$AozaRKw!VXsrho+p#vx1*;#IULe={fL*d-zLh>fEhZv+(4)HL;gc +zw|$zf6M0|xuX^}rPKI}Nvy1E4KCnEHGW^B*K~YJ1((ijuH2(-6@D2D7;Vu}-FOc>v +zFRjihf7Py{??;zjx>LJwmA3Kisg{QuW|j&Yd$1ny&)hY0=PEll<`r4DpZhZC{e1iU +z$-D66hGqLF_*`UADSc!5pZDBKt^h_Y2i6q~q6?Tp8W<DSO?{)|;Pp~ZN?~b<y<zv( +z8fo5uk_pL~(^?Z(ugY~W%yegcv9x~qZvEnO@iW%Xl685~_{5ySMCH5ECbkXC7g*WK +h8RAZV&|>((d{*V&9i|P(fPu%r;OXk;vd$@?2>@u}l?VU; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover.png +deleted file mode 100644 +index 9c1c8be48211c119942aab2d1596bd3581201244..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 274 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQtG(T^vI! +zdf!eq<U3@*<63W9(W$}SAbil#f?I~+O80?UkL@QWE?U1vm)lWRVp3nn_WkMnWz&PK +zx=t`8v{$(aT3SATr|{A<&Y5Gj)a5f(lguaiGccUIdFEH!OI4$KCf%Zi6`S1RKJowY +zOE{~l$GmveyliE|V{2E%F;p<TC_2}kIg5?qcbn>;-_r8Bv+JL-u6yrRaJ#Kb8t60z +MPgg&ebxsLQ0E|ChaR2}S + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png +deleted file mode 100644 +index 785fd5a32806e0f3464441ab1bb7d77481a535ae..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 409 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?VxBIJ +zArY-_uW$5XF%)Ti`2XAnF~;Wng{@6*%%XoYJ-U74M&u8jrgz)KqSx;=yM3E$mUocG +znXNM=-LAhhyY<9D;ST2<{$-vl3M~aHO6CV7H~7!f*kH8T`~BZ#(q7T~*!YY@|DTyX +z^K5m?D!tIFw@Ss6=ghj95}uo8)@kS$T59;_CI5=78&YYf7(U)Rt97eBF7#??-hl;& +z`5753p3f_0o>S}}y&_LpY5q<|rB8-jKh}#lFv8K7hS+;8$CJ{k7dK3~RG8=B_40{% +z1Cxnw@l<Jp7eC5$<G23i4&B>tc+SYiCvDX(mUFj1I)9IK;%Ha;bmG44*|^uc>`Kq= +tWeB<VyLaZ<MpgkMG4=;#5phf(SnX^lYKL94WCjK!gQu&X%Q~loCIGn~px^)i + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png +deleted file mode 100644 +index 7b4183f80481f2571a9e1e8eb58b9cda8fc3b26c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi`x;Tbd +z^uF!0<zoz#a6Ml=^GBve%dzuTB0}67S~OLU@!eq3Ht2kj<FGI=@T^^$lpq&ZoXzKz +zDk?{OwDT&9&z}svdv@Jom2a%8RQ#6&+}jcxY2{%fc+_c&+?lASm(4Hnerw&cQCV>w +z1269tJ<0SLENnB(y^j}PlWbVU{K9?aqkpI4mNVXes{cc_QTh#c=7Q&Y*%s~DxOmB= +zd#?h{NLsUTGRm}mV)<Bn?Az|wZ^IAvYAY=4_;zW}zZurgQXDRJwmrxN`hvmJ)z4*} +HQ$iB}wW@g5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png +deleted file mode 100644 +index a4db1e17d80876cd10ccb97fb06d6995cb27725a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl2LQxdQfA{(fDk>?hk5FJnLxY15MSF_$1uFau +zEp8cohA2NkfzAz5K~RG<WDf2vrbQ|hB=6pa-V>2*dasuIAI}+nzjMxX1VHAZxnN8C +z5LgE$@FyKKC2h&Qd?HeFi^75503n~igL%~f8FwWtXL1)_P(tQ{W8uotis*Vl%anDn +z``(O6rLqW;KuFl?07wH^e6Jm#aI!j=_5#`;XOKG}wR2f7IuaXhU(&m|*!LPf7!i;z +zW3pcWfWUa<!Eb@q^iyT9))VmR=D+1E8vPt9@Lw?kM!*Od0V7}pjDQj731rGT=r?Su +zS{)fGV81mM{T7&dnT`D<&;bzWtlt7!DVNc5YZjUkf~1Dj?p3{jlsP#XzW4GmQ6J4E +z2fhg)(C2PnY+pC#g{^M+yVvYlC~Nt6ZRQa`<`a>c4#>EGBGC2`+!pB5ez*z17iG|H +UmNKC~OaK4?07*qoM6N<$g7`_lO#lD@ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked.png +deleted file mode 100644 +index bf55063c1c0b01d7b4117e2e4dc89d85b1192365..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpJeT^vI! +zdf!eq<Z5vcV3GbDeShh`Gt~|M{A=BKb05hmaqMm@VioqeaFpdT6I%jvjG^`g?@4{B +zoBjqeZWA_O_7=NQro|br@{cp?(9Aj6^IFdTVSO)X^Yh5&gzk=wAxXP?JJv4=oy79R +kePPzE9SpH&uWo<y<I<*|QV#VlK<gPiUHx3vIVCg!05W}6XaE2J + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-checkbox-unchecked@2.png +deleted file mode 100644 +index bf6169aeccd817f4a880af8921e239bf090ada4b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryKe)8w$AozaRKw!VXsrho+p#vx1*;#IULe={fL*d-zLh>fEhZv+(4)HL;gc +zw|$zf6M0|xuX^}rPKI}Nvy1E4KCnEHGW^B*K~YJ1((ijuH2(-6@D2D7;Vu}-FOc>v +zFRjihf7Py{??;zjx>LJwmA3Kisg{QuW|j&Yd$1ny&)hY0=PEll<`r4DpZhZC{e1iU +z$-D66hGqLF_*`UADSc!5pZDBKt^h_Y2i6q~q6?Tp8W<DSO?{)|;Pp~ZN?~b<y<zv( +z8fo5uk_pL~(^?Z(ugY~W%yegcv9x~qZvEnO@iW%Xl685~_{5ySMCH5ECbkXC7g*WK +h8RAZV&|>((d{*V&9i|P(fPu%r;OXk;vd$@?2>@u}l?VU; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-active.png +deleted file mode 100644 +index 75b3dbac7f42fa6d8eeaae92fc38e3f3915d210b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bfZ(K~y-6os&&YR6!Jlk2N4^r{V-Kp;-v*LTFcDI_^PmFU<Md +z06&e1Hf*4Kq<M^R0Z`w~adJzW*!>3Hr1C1McfR|RbESo_U4Re3Iq(2H=l2X4*)CcY +zws#`p9=HPbZEx6Kv%Lu%0M`+5XM1O<80aG6<H`(@B4P}5wudjuj)?mvw*9)+`URK+ +zPr$s^dSrXhAQ3VB(@yq$*~GwCz)Q|;g8(<cK?7U>?<FZSFB2PZt@SW9BjB_F9&B&q +zeclHEW?AVb&`DB}^hVNSj^th65EtGbQ>P;7m!$Q4_}Qnn{Ufh$Q>P+n8WFqs!*L&= +zlyWRd5wR!fTbscMxK6+TxLwiz#P-1UD_{cbx3Wq^+(pE=L29jsz$|?*i-^w)KKKND +ze_`tdCyx7CNO5O-d)a`75iw1ZjBIb^E^MXQCYgEoFZwT}<l>wHUAE8xC%Is&xAA}D +YH&EZ?YSW|fLI3~&07*qoM6N<$g3@Enw*UYD + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-active@2.png +deleted file mode 100644 +index a126890dbb4927a7ca4a1223c7a9c06c2917858a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H111m{HK~z|U?N?iGO;He@b-GWYA;F^%LJ@v~qAqPc32_O(LGXlz +zH<5_OKfn)gd8=1VscYgA4-!O>s7s2}B|M$)n~s;+?K-Qwy3g71W|EaXd(Eu*X4Y+H +z1t~#h)<JTki0lp_bc@I;5n1fw?;`Tn%<hTEP?lx)LkL>NZW-WCRXs`a3rQ>4KC9}0 +znRQkICwYM6hukoLmjDI<^qSc^Gn?;i9e`e!y^I_gBe}nwr~`o0Bq!a_BLLgWjt9_9 +z@~)4a1Tbi3wX)zfl2?6jLsbu%S!gE+RXt3y;kK@nast3PA20!6YpcKo_O_Ay=1X|? +zugbpWMzS#*IDmeVmwc^%ll%?f1<8v5`u^fX!<TelA-I`!<{M5`4;9GQk{m5@0&bbv +znsmIX9?3VRna!KwfU2Hyg@@^y1L(=8v1I!OU~>{cP}RpC;6NH(M}E!$Y%7So74W=G +znAz$ikUp1<n^{LJ*y7;N)0rVT(gt|mMpJwFJpo`--d7Wm-Odjs%KakJG$Soi4}jjJ +z@4A0;OsRzsHaI^VYlaXGRshd!97wuucz^el10vETB9dj<`&iS=Hc3S?v!3`r%d#<N +zyJ80xI{ztF4k0Y9>Ocr#S<>~<zl&lAru3@<7SLq!KjS*CiO5gqm&5`y`<N=XN(DA@ +zj32QBuSG;iE{`=s2zRPF5JI>e|C3zd?CU89%<R7NO?SDOU9IYXnO#e|`n~_&lmjw- +z{`bb3^?H3+L`Ev$kJjt;bo?&=PTx6x6@T^{s;TfWvy~*j{)4Nyc{8f&fG3KlsSv<s +zk`t|f&ykFd&6q1s$78N=xIn&!<joS`BWdIw;8B;qD@?~CA|&^F(a=b<Vl*4QBrgDX +zPVyJYU(R2ct!@OcJt|1{6oN;}XQP~6B@xBoc}aF=&H-MOUg306dZf*wwC2+ew{^Ld +z%DAa4SJh`Eca{YQ(5I?T*iKm<6Ulw~#`GzC1>ih@et(!O@U|Yn4wt=(HsrfG*L*HA +zvw5m|g5-D$$8cO#kI%Z>6Dqa7zBjsM`f=JN&5zSJ(c|<%2qDda|7lkG14^#wW>7Ix +QAOHXW07*qoM6N<$f`gr~wEzGB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png +deleted file mode 100644 +index 49bdf28236e6edd526154db893af1a5702a94700..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 653 +zcmV;80&@L{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10t!h)K~y-6rIXKU6Hye#e`oRsQqWM_W-25L?Hgzjt#+d5E3~wA +z*NBV6y%kX+MJVngMKri6wT!P&s2QoCd4!^3Kr%6<m{d}y$s8A%)K*Mg_^mG7^ZmHr +zJ?99Alvgz>C3i;Em=)3Uz%Wn;DU156$+Wqa7x52!q<5Hi+_U2I8rT)I;D<s^bFfyA +zRn3t|q&*3e6J@|Rm?}=1ACCY6v!lXd(K46mqs)ezMYu2MmFMZvPXN+=cCD<!v!Z1# +z-!6Y0Xzzv=#9$63g-`)j8ewnAo=CL<$b8C5T*!;~My2G=0L`Ac^CPq_!UL2sAc``E +z^6=z-bbV^G5_@sgd<yJU9CsSP0Ok}a0JL{Q3&6!b2`<I=qjv#BwSdZO0FZNp<Sl?0 +z%=OC;pl}nw>x4_dc<%*6&B0nds7M_LfbM<#=T03M>H)S->?DQ(f)6`RUjSOMQzO83 +zFG5-TjujNF{3F5&fN!+ZDDMFbQGXRA2ha$6OTfE6=FMirdxEL}SrL5&U?kJ#nkWOA +z4L55~q*{%LcU|BSumyO)mO{Q6@ov}?saD4MmJ>9Zv`o93n%|R%@;K=8UzI7<?x1?F +z<NKFiUOWBy00407P4$c-Hn7+2bHw?csMg}O(S#cNmLfSpqXN^tF+Ku-U>hBGIvA31 +n4z`gGg03bl)BbZC|69KRZr|Pd`!ZkK00000NkvXXu0mjfW2+q~ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png +deleted file mode 100644 +index 8337f64eb5cf2773cc9782345a2c4507545348ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|U?Uqf9lT{RkpL075KT&W@+Cqk6`~kN{7s|l2Q+{_s +zK!(JX8OlNeg1A6Q#7PK=qR0XXB$Np|odF{l7ZQlmb^>D5orxi!BvVk@5^!7qf%bb{ +zOk2O!0`1J!cXjT$=bZPw-@V_x$7llUh7_0?E-b>d3ehEa#-Ia0aLeF#!8s>8HI@&a +zKi+GlX6gdiLy6C4r_Z`Sb*s>JAlOVnLEgl^zuWH}INlYxGhqRJ>3pw4p9(t5l`mqP +z#B?T5YP)vlUNH+Wy}d0`3KTn$Ek~@zc)lzpYv#5mqoEV636Lz2$$uc&H9oJO40a@A +zv%h=PY5+E-b6p<n1r`AU_C}(io&9FsBL(zJ?rJ9Yxv*Z~zKN~LSm-cjYKFXa5rs`c +z`++H7gOO<P^+qC`e=wTK?J1MrG|yX+><J%gnH<1O$yn&1<gEm5f!1FgDeP_-S~2?4 +z`CdbVz<u+)70LLVRDEzFm0Lb8P~8}F0fe$<Hlh+k1M%?L`kcPhpK&vH8fcTTZXg=| +z@;?H`PkZ|%L8pmL$)4~bf6&H}!UE6pjsVezE*zzcxQ)kRp-X=MhD?4l(g9Gm<lR|t +zEdKP}%A5n3S)95}&?)T4WGr;JCOMstdY*UTQRL%a!(svSLn4*$_WO@^2M+>2gGB;1 +z<1PQ3TQ{Tt(%a(|N;~{}zHy|m0CbY_rPCxjWIDNFIR9MLV<vgLJ8rXm-H-xR0guhT +zu^0$~{W{PyXV_oK^K`gH@(P~B>8Rf^5D%Y4Tm-_82MY_U0-Wcq0ubIQe?lUaTMmj( +zfV_g}hRpS)euu%=0Oqu+Dga|4fEl$X*lhhI$N`Y7x6XA2K+yHC0C*O_Ss+`Rti_WR +z0IE5-UYi>Qurg;wz$}0%Mg38eYvng!5-@D8e?0BJu9eLv`~m>DJH;OQGENXRSMS*L +zfU6I1z!*S4%&D0X*Xn~?ht<@WTJ$O$fB6Mm1}GK1d3DJnlNX>&&9LM>Rkkiy1qjXq +zm}6N@sx&xRdP76CW0seVb5#LOR{8(e_=5-H;j@CKdVmLzryKMTuL3wxy>r}HK6qY` +z2j(Zz*O&OC9ZCQ<CcuAFo=f;0eZ#qBzycuG84X>iavblql8Jo)!uIt`)svcx&Awu? +zHNeeQ$W6BTXgpNiXCyPnhX4j2`x_Gn@OS&Y1E4JM!qrUSO@FmyPiUlsy@FZl(cCtS +zXD=svLNy1tFJ0ISyabFEz1s(CGAc$QlYdRp5Kxr7mGuu3z=q8ArIPg;)(wi3OJs#c +z92#uYHzv~8mk9e7Xp>kw&=dZup@6c8J(6|;w<K?EBN45jOnw6Bkk~!Y6W&!HQ*$%T +z?GC;VHVAZ>xzpuNrsW&5Uvhn^{1#!SfevI}%!`Hk8^t!!mh+2qdhba0>~ESO?;Fl7 +zbB>P$FVbpTUQ;NOTWivOu<~AW$;3(Ej8h=nhIbX<o-0N?0ud*c$yg1{FUOBcY^&e% +zrUd}JF??m33(VMJ;vFFTuvi~*z$Yc|_GkX)b3y_t=$G7Rs?cRls{~!;_q@`o-4guf +n#5p-mMY==ZKj?G+k4E?h110yiY1zW200000NkvXXu0mjfW_4tA + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop.png +deleted file mode 100644 +index 75b3dbac7f42fa6d8eeaae92fc38e3f3915d210b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bfZ(K~y-6os&&YR6!Jlk2N4^r{V-Kp;-v*LTFcDI_^PmFU<Md +z06&e1Hf*4Kq<M^R0Z`w~adJzW*!>3Hr1C1McfR|RbESo_U4Re3Iq(2H=l2X4*)CcY +zws#`p9=HPbZEx6Kv%Lu%0M`+5XM1O<80aG6<H`(@B4P}5wudjuj)?mvw*9)+`URK+ +zPr$s^dSrXhAQ3VB(@yq$*~GwCz)Q|;g8(<cK?7U>?<FZSFB2PZt@SW9BjB_F9&B&q +zeclHEW?AVb&`DB}^hVNSj^th65EtGbQ>P;7m!$Q4_}Qnn{Ufh$Q>P+n8WFqs!*L&= +zlyWRd5wR!fTbscMxK6+TxLwiz#P-1UD_{cbx3Wq^+(pE=L29jsz$|?*i-^w)KKKND +ze_`tdCyx7CNO5O-d)a`75iw1ZjBIb^E^MXQCYgEoFZwT}<l>wHUAE8xC%Is&xAA}D +YH&EZ?YSW|fLI3~&07*qoM6N<$g3@Enw*UYD + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-backdrop@2.png +deleted file mode 100644 +index a126890dbb4927a7ca4a1223c7a9c06c2917858a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H111m{HK~z|U?N?iGO;He@b-GWYA;F^%LJ@v~qAqPc32_O(LGXlz +zH<5_OKfn)gd8=1VscYgA4-!O>s7s2}B|M$)n~s;+?K-Qwy3g71W|EaXd(Eu*X4Y+H +z1t~#h)<JTki0lp_bc@I;5n1fw?;`Tn%<hTEP?lx)LkL>NZW-WCRXs`a3rQ>4KC9}0 +znRQkICwYM6hukoLmjDI<^qSc^Gn?;i9e`e!y^I_gBe}nwr~`o0Bq!a_BLLgWjt9_9 +z@~)4a1Tbi3wX)zfl2?6jLsbu%S!gE+RXt3y;kK@nast3PA20!6YpcKo_O_Ay=1X|? +zugbpWMzS#*IDmeVmwc^%ll%?f1<8v5`u^fX!<TelA-I`!<{M5`4;9GQk{m5@0&bbv +znsmIX9?3VRna!KwfU2Hyg@@^y1L(=8v1I!OU~>{cP}RpC;6NH(M}E!$Y%7So74W=G +znAz$ikUp1<n^{LJ*y7;N)0rVT(gt|mMpJwFJpo`--d7Wm-Odjs%KakJG$Soi4}jjJ +z@4A0;OsRzsHaI^VYlaXGRshd!97wuucz^el10vETB9dj<`&iS=Hc3S?v!3`r%d#<N +zyJ80xI{ztF4k0Y9>Ocr#S<>~<zl&lAru3@<7SLq!KjS*CiO5gqm&5`y`<N=XN(DA@ +zj32QBuSG;iE{`=s2zRPF5JI>e|C3zd?CU89%<R7NO?SDOU9IYXnO#e|`n~_&lmjw- +z{`bb3^?H3+L`Ev$kJjt;bo?&=PTx6x6@T^{s;TfWvy~*j{)4Nyc{8f&fG3KlsSv<s +zk`t|f&ykFd&6q1s$78N=xIn&!<joS`BWdIw;8B;qD@?~CA|&^F(a=b<Vl*4QBrgDX +zPVyJYU(R2ct!@OcJt|1{6oN;}XQP~6B@xBoc}aF=&H-MOUg306dZf*wwC2+ew{^Ld +z%DAa4SJh`Eca{YQ(5I?T*iKm<6Ulw~#`GzC1>ih@et(!O@U|Yn4wt=(HsrfG*L*HA +zvw5m|g5-D$$8cO#kI%Z>6Dqa7zBjsM`f=JN&5zSJ(c|<%2qDda|7lkG14^#wW>7Ix +QAOHXW07*qoM6N<$f`gr~wEzGB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-hover.png +deleted file mode 100644 +index 06eca92f9bb3670776f002ed041892be2810debf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 569 +zcmV-90>=G`P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k%m*K~y-6rIXES6hRb)zp4hIdwMaD#9hGT5i|>37@xwBj4vRQ +z>~-hQO5D#Qgi+#4XhH&J^aT<Wl-bCHY3B4y>!RzrNO$O{nJm0e)DQQ3+^Ra)(Fim1 +z)9G{**fO&_z#=em&JBQmtJQkzoC{5js~1_8twvGw4#<I?_kKS~l2K6<OJ!N!2eyHv +zEX#-OcKb^cLY8H#l7^BVGbbc<B@MGITe(!Wq|de3%o0g2C7nw8Rn0HVEN(ysX66CN +z^SmSJeM5XC$^J188;}D@n*bi@0KE$K6u5iE4esT6{sh1|*8{cyyqVqh-XBy+oq2Bn +zJOc3Ee*o6%3Ko(i8C40(*8r9Q;y4}w3pL<uHk&P03E!^)d;=(oVhK0{@XonG2w}ZS +z*u4g@3lKth0DP<~=yPro(lmVq99<zkOw;tWnK?7-0&jo|AAFM3t@g2`=aNn;ADl>f +z*7(Am$z*bT;RCqj#O}QMCGAKWj>qF$^;xqQR-!1{1AaQ^dfxl}IF5f5MR7BPux@7C +zW_BZlu+eU}zy1ZNuaoEb2InSOqv}TB80e>Iy7y-{{&)NaJl`Lb*j+*b00000NkvXX +Hu0mjfMBej; + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-hover@2.png +deleted file mode 100644 +index a315bf06bef54dffbc923dbe341c89d9e13f8c20..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1149 +zcmV-@1cLjCP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11NuosK~z|U?U&DQRYerXKW9n<ZQr~W6GKd?CK7OK;sULJQd->@ +zA)@#XupxpH{0EE)kwmKtBw^!PN;Fzmni?rqDu%FfVTh<n3z`zG_MQp8h@Io2^Pbb& +z`uf_k^dvW#IlsQ&duQg{GeQeuW^Eya$IWcNi1Y&w0-KZhci=}ey9A7S?<YlMzLmTH +zvI202s=gv3CxClf%z4YqhQ0TvMdZ&l6HwJdz}rA?Qe6{~kAblm<IUT*Z%+esc6RnT +z=X!x5Gdlo0l>DcG6W;p|S|q+8W+tlonyN-swW27lsOmtg@kLSetLj&(YN{GT2&c@< +zwF>T3btDD<rK(5Ftm!f}d5M=&4pY^0Es+QzypaNaQ`IL|3tSde-K(mzDd)-Md?a%| +z1dIT8fTz6o<I4~nGP6U#ZV}lEU}n?6govE4R4Sh@M*{c^*Z{oXz5j3ti?rKsB&J8o +z_M#|usOrUJZ}yDO&CP9JhQ!fipE9#exy>bq<3O*OU8z(mXG_6*MC3BCXXyuAB2PHy +zzA1`gcdo2dDrbPJK%c6<oZBQ7nO|5q=L6pR3;CNT@Xf4FW@C&yySuxu*A*dzK{Fcz +zW-66RZ@pN#5W=nm{#_0ZAR=ei01j}EbMC!dk@m+mV2i3gR@XZ-+n>Nj^MDY-5U_U* +z;C0y(LfDrpMC6k++}|J|B6T+99sJ@tzyU}nCYP~9q`yG`*ai?|oGu0LS}y@g8#l%{ +zm4@4L0^I<$TJ7gja4+kZt@)%@tKCe)o}2&xBC_g|+k(V=($?0tq#Qe74q)TPjrWyo +zH_OgzkVQG#+uQ3Hf8+$N132gIF9lEB1p;5@6X)CmY1pU_&des$crbSsk&(MV;Cw!b +zF%G5Nml_0sQ2;Z0E_Y6a<BN5GU-aHDiWiY*6Ol&Eao+n$;1;mG+<45-&mRVUT?6=R +zjPY=;2q6ptJAfJQ{pAJ$5t%o$;WQu48;72ro}bc}nOzOInH|Xg17;>>b_zg5-V~9> +z>2Ltv`_nA+a1VzN7X6N^)#^ly@ljyB1@H?o#+}t_b<qY6AshuB0j9dTy3XXbydim> +zg-!D}@O1gdloIW$HzYt`QctsRVn)hqp7IU=p8^}q>|nK8{pdgGtLn+rILxL_W?iDH +z16fP<`icRmDLt1prAOD;lsZ*CrmA;RuJ>2d882$fRrTAVD4uB*JcKZ)s#jZW%bQ(H +z4g&A+?^=JKT}-BHwb~7Uj*gB#5$OX4)5WCT6Hb}g@uq9ui~xX{ZBo@^BJwJ*rI~Lg +zGa~X<S6A1&B2rt)xux|@YuXRgFQ?mBd^!C=L@vb`N4@u7=jZ%?SxNo@{~L9~qn2T^ +P00000NkvXXu0mjf#pn`5 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-insensitive.png +deleted file mode 100644 +index 49bdf28236e6edd526154db893af1a5702a94700..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 653 +zcmV;80&@L{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10t!h)K~y-6rIXKU6Hye#e`oRsQqWM_W-25L?Hgzjt#+d5E3~wA +z*NBV6y%kX+MJVngMKri6wT!P&s2QoCd4!^3Kr%6<m{d}y$s8A%)K*Mg_^mG7^ZmHr +zJ?99Alvgz>C3i;Em=)3Uz%Wn;DU156$+Wqa7x52!q<5Hi+_U2I8rT)I;D<s^bFfyA +zRn3t|q&*3e6J@|Rm?}=1ACCY6v!lXd(K46mqs)ezMYu2MmFMZvPXN+=cCD<!v!Z1# +z-!6Y0Xzzv=#9$63g-`)j8ewnAo=CL<$b8C5T*!;~My2G=0L`Ac^CPq_!UL2sAc``E +z^6=z-bbV^G5_@sgd<yJU9CsSP0Ok}a0JL{Q3&6!b2`<I=qjv#BwSdZO0FZNp<Sl?0 +z%=OC;pl}nw>x4_dc<%*6&B0nds7M_LfbM<#=T03M>H)S->?DQ(f)6`RUjSOMQzO83 +zFG5-TjujNF{3F5&fN!+ZDDMFbQGXRA2ha$6OTfE6=FMirdxEL}SrL5&U?kJ#nkWOA +z4L55~q*{%LcU|BSumyO)mO{Q6@ov}?saD4MmJ>9Zv`o93n%|R%@;K=8UzI7<?x1?F +z<NKFiUOWBy00407P4$c-Hn7+2bHw?csMg}O(S#cNmLfSpqXN^tF+Ku-U>hBGIvA31 +n4z`gGg03bl)BbZC|69KRZr|Pd`!ZkK00000NkvXXu0mjfW2+q~ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked-insensitive@2.png +deleted file mode 100644 +index 8337f64eb5cf2773cc9782345a2c4507545348ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|U?Uqf9lT{RkpL075KT&W@+Cqk6`~kN{7s|l2Q+{_s +zK!(JX8OlNeg1A6Q#7PK=qR0XXB$Np|odF{l7ZQlmb^>D5orxi!BvVk@5^!7qf%bb{ +zOk2O!0`1J!cXjT$=bZPw-@V_x$7llUh7_0?E-b>d3ehEa#-Ia0aLeF#!8s>8HI@&a +zKi+GlX6gdiLy6C4r_Z`Sb*s>JAlOVnLEgl^zuWH}INlYxGhqRJ>3pw4p9(t5l`mqP +z#B?T5YP)vlUNH+Wy}d0`3KTn$Ek~@zc)lzpYv#5mqoEV636Lz2$$uc&H9oJO40a@A +zv%h=PY5+E-b6p<n1r`AU_C}(io&9FsBL(zJ?rJ9Yxv*Z~zKN~LSm-cjYKFXa5rs`c +z`++H7gOO<P^+qC`e=wTK?J1MrG|yX+><J%gnH<1O$yn&1<gEm5f!1FgDeP_-S~2?4 +z`CdbVz<u+)70LLVRDEzFm0Lb8P~8}F0fe$<Hlh+k1M%?L`kcPhpK&vH8fcTTZXg=| +z@;?H`PkZ|%L8pmL$)4~bf6&H}!UE6pjsVezE*zzcxQ)kRp-X=MhD?4l(g9Gm<lR|t +zEdKP}%A5n3S)95}&?)T4WGr;JCOMstdY*UTQRL%a!(svSLn4*$_WO@^2M+>2gGB;1 +z<1PQ3TQ{Tt(%a(|N;~{}zHy|m0CbY_rPCxjWIDNFIR9MLV<vgLJ8rXm-H-xR0guhT +zu^0$~{W{PyXV_oK^K`gH@(P~B>8Rf^5D%Y4Tm-_82MY_U0-Wcq0ubIQe?lUaTMmj( +zfV_g}hRpS)euu%=0Oqu+Dga|4fEl$X*lhhI$N`Y7x6XA2K+yHC0C*O_Ss+`Rti_WR +z0IE5-UYi>Qurg;wz$}0%Mg38eYvng!5-@D8e?0BJu9eLv`~m>DJH;OQGENXRSMS*L +zfU6I1z!*S4%&D0X*Xn~?ht<@WTJ$O$fB6Mm1}GK1d3DJnlNX>&&9LM>Rkkiy1qjXq +zm}6N@sx&xRdP76CW0seVb5#LOR{8(e_=5-H;j@CKdVmLzryKMTuL3wxy>r}HK6qY` +z2j(Zz*O&OC9ZCQ<CcuAFo=f;0eZ#qBzycuG84X>iavblql8Jo)!uIt`)svcx&Awu? +zHNeeQ$W6BTXgpNiXCyPnhX4j2`x_Gn@OS&Y1E4JM!qrUSO@FmyPiUlsy@FZl(cCtS +zXD=svLNy1tFJ0ISyabFEz1s(CGAc$QlYdRp5Kxr7mGuu3z=q8ArIPg;)(wi3OJs#c +z92#uYHzv~8mk9e7Xp>kw&=dZup@6c8J(6|;w<K?EBN45jOnw6Bkk~!Y6W&!HQ*$%T +z?GC;VHVAZ>xzpuNrsW&5Uvhn^{1#!SfevI}%!`Hk8^t!!mh+2qdhba0>~ESO?;Fl7 +zbB>P$FVbpTUQ;NOTWivOu<~AW$;3(Ej8h=nhIbX<o-0N?0ud*c$yg1{FUOBcY^&e% +zrUd}JF??m33(VMJ;vFFTuvi~*z$Yc|_GkX)b3y_t=$G7Rs?cRls{~!;_q@`o-4guf +n#5p-mMY==ZKj?G+k4E?h110yiY1zW200000NkvXXu0mjfW_4tA + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked.png +deleted file mode 100644 +index 75b3dbac7f42fa6d8eeaae92fc38e3f3915d210b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bfZ(K~y-6os&&YR6!Jlk2N4^r{V-Kp;-v*LTFcDI_^PmFU<Md +z06&e1Hf*4Kq<M^R0Z`w~adJzW*!>3Hr1C1McfR|RbESo_U4Re3Iq(2H=l2X4*)CcY +zws#`p9=HPbZEx6Kv%Lu%0M`+5XM1O<80aG6<H`(@B4P}5wudjuj)?mvw*9)+`URK+ +zPr$s^dSrXhAQ3VB(@yq$*~GwCz)Q|;g8(<cK?7U>?<FZSFB2PZt@SW9BjB_F9&B&q +zeclHEW?AVb&`DB}^hVNSj^th65EtGbQ>P;7m!$Q4_}Qnn{Ufh$Q>P+n8WFqs!*L&= +zlyWRd5wR!fTbscMxK6+TxLwiz#P-1UD_{cbx3Wq^+(pE=L29jsz$|?*i-^w)KKKND +ze_`tdCyx7CNO5O-d)a`75iw1ZjBIb^E^MXQCYgEoFZwT}<l>wHUAE8xC%Is&xAA}D +YH&EZ?YSW|fLI3~&07*qoM6N<$g3@Enw*UYD + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-checked@2.png +deleted file mode 100644 +index a126890dbb4927a7ca4a1223c7a9c06c2917858a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H111m{HK~z|U?N?iGO;He@b-GWYA;F^%LJ@v~qAqPc32_O(LGXlz +zH<5_OKfn)gd8=1VscYgA4-!O>s7s2}B|M$)n~s;+?K-Qwy3g71W|EaXd(Eu*X4Y+H +z1t~#h)<JTki0lp_bc@I;5n1fw?;`Tn%<hTEP?lx)LkL>NZW-WCRXs`a3rQ>4KC9}0 +znRQkICwYM6hukoLmjDI<^qSc^Gn?;i9e`e!y^I_gBe}nwr~`o0Bq!a_BLLgWjt9_9 +z@~)4a1Tbi3wX)zfl2?6jLsbu%S!gE+RXt3y;kK@nast3PA20!6YpcKo_O_Ay=1X|? +zugbpWMzS#*IDmeVmwc^%ll%?f1<8v5`u^fX!<TelA-I`!<{M5`4;9GQk{m5@0&bbv +znsmIX9?3VRna!KwfU2Hyg@@^y1L(=8v1I!OU~>{cP}RpC;6NH(M}E!$Y%7So74W=G +znAz$ikUp1<n^{LJ*y7;N)0rVT(gt|mMpJwFJpo`--d7Wm-Odjs%KakJG$Soi4}jjJ +z@4A0;OsRzsHaI^VYlaXGRshd!97wuucz^el10vETB9dj<`&iS=Hc3S?v!3`r%d#<N +zyJ80xI{ztF4k0Y9>Ocr#S<>~<zl&lAru3@<7SLq!KjS*CiO5gqm&5`y`<N=XN(DA@ +zj32QBuSG;iE{`=s2zRPF5JI>e|C3zd?CU89%<R7NO?SDOU9IYXnO#e|`n~_&lmjw- +z{`bb3^?H3+L`Ev$kJjt;bo?&=PTx6x6@T^{s;TfWvy~*j{)4Nyc{8f&fG3KlsSv<s +zk`t|f&ykFd&6q1s$78N=xIn&!<joS`BWdIw;8B;qD@?~CA|&^F(a=b<Vl*4QBrgDX +zPVyJYU(R2ct!@OcJt|1{6oN;}XQP~6B@xBoc}aF=&H-MOUg306dZf*wwC2+ew{^Ld +z%DAa4SJh`Eca{YQ(5I?T*iKm<6Ulw~#`GzC1>ih@et(!O@U|Yn4wt=(HsrfG*L*HA +zvw5m|g5-D$$8cO#kI%Z>6Dqa7zBjsM`f=JN&5zSJ(c|<%2qDda|7lkG14^#wW>7Ix +QAOHXW07*qoM6N<$f`gr~wEzGB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-active.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-active.png +deleted file mode 100644 +index cd37b93965ee6692c7812987833253eec67a2877..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 414 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J9(JzX3_ +zEPCfow)SIo6mY4&uC1Whe8l2_oyd&>#*{+yec}vnIBsu`NM~tT5Uw>TZUgJTi<ed` +zPY<~&AL_0%<E_vR2Dt{y4>SMCN!-v&o_h10=Pbta2X?;Q_SW{cx`TYhM3b#|e+%<m +znY1n}t%JkUdBL{3v0BlWa)c`;x?Fm)d+wW`nbHNx2RL4sA5<>brhJfLM|RWBw`KQ^ +zH(Z|+=;Fe+t*=9)p+9VOX@tm8^#{H;SFh5_dGB4de$}f5JssOSEKdFZ$o5C$Z{Z`Q +zAeFze=>?p3Ob#+s+!V{%eIjzMIseinE0;VpW0|zB@w#fHzDA+0XH)j=<@HmqO*QeH +z$dglEByOd-tuXD~zh(avHH!=1HAwyNsGrTftxEcTcKpoyQIU)8zF7ebO9oF@KbLh* +G2~7ZDuBvMQ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-active@2.png +deleted file mode 100644 +index acf06c0c1f51b76d58b93e00291a99d735c4e2c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 826 +zcmV-A1I7G_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=G#-K~z|U<yXsU6+sZKxtT>S3hGjPf!V}QFe;jt3l)MS_zMye +zS8C9m2*KbN_y@*iT)5GtM(}|PL1KtP9!eq@b$idLl#5iy&Sdn?ojX~1V3@vB)pe?F +zRd-h>QUGSwLGqM{3?)g@BO=E|<baERh{$I%dm$n-X`0R^NuovU79p;y>MfGrNLs;X +zO;sn%tlkzm$txsRf?)u20Hy%+n_0J+?eV7@K)=i8B1e`;j+BWy0dR-ph8ubfps(nB +z06iq1``irxQ)X5xN?s%R$R{^cb=1s~GC`>77|Dj)nl9u7fO|gSJAiYo66e_KCAsb? +zocyP<=iEp(svyre(eRWG=PH?5Jrta(j#fn;psM4cFwLwpPvN#JyegCPX7HML;{i@& +zg&kp?1L&=qJOIFe2f1oy9kJl7lYiJP@`!8BxlV^~H4z!|@yu>JAR>?b9XO?yB*{r1 +zKZ`X<UW|9b63;Tp3mFHViir4mvgv?`bcu+hX}X+Iejp-;+KBeB+t@;yrb|BTiXGVJ +z<F7de+QpH~?=Sw|A3G3G`SQ!bj_tT6BENimFe6*3fH0fZ!0|J7U_nHL<k5`s)i#}2 +zb{ktDdCZ3k;ah5Ev%V4rBw7h+nm&=8Icyh$A|l>BZ34g<-yG&ECffl3ADwG!8HTNR +z%>{)Uj}qkZR=m9!RdvD-ig$&(mllvYjIQS?)V+r@RUNC^0ad-`(J$s6$08ymN4#lh +zRCy`_=!+VX%gvN0-P83doN)5clHF}O!JE?Qs3{#U*_77&Z-?7@*h*)-tu0s8_arYB +zB?mB|s&7lR<uOPOhr$f|1c3Vh2K{2P*Pjyr&bw?rI*u2c=DZoqtW#BQl3Z<}4_H;z +z8-K0#3<~AfYoka0Tu!@W`{ndgbUA&QB*{jZfd5bY20*H9Zdr#~Q2+n{07*qoM6N<$ +Ef)S-}8vp<R + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png +deleted file mode 100644 +index 72e1be3d332f066440a554f7d1c0a5f6529da5e6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 552 +zcmV+@0@wYCP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i{VqK~y-6rIW!<6JZpEzw@^xfy595IxM=;M^IN<W_*b@;F1~_ +ztuJ8MG%@bn*0`{23n>o)9oZ<)po?xgwS<_Oh)VzK!VaM(GEF?IyZO$4ZvK13H8ss# +zzn5&8xoyer18cwtbSm?mQWP9CC4Ze!I_$*BU3m_HZ^BwWmy5?M!_nd(ST7VVH$e>< +zOWsl0+YCO<7);^V#LK-fc*{RjJ4)(^U18;S(Z**0*EDnT9A?1)?Z?3zj8}%bO*04J +z`n_Ze7-zvVCUDV@lPZ7%o)~J)1E-Q%3)4109(0eKo&oF}Cnti3H?Sw|C@BA&<a>qu +z<aL^0b-Xeh0c5}cj{uf`oR5Ij)Zpyad2ua$;pXhT2l&2tdmT7SS2&fQgus3~3d$J? +z0PyZIlJNn+$$SUYm<I&FOh8?-eE?UAf&&>#wWFjy4_}MFG=wdb!k`P_nv(a93Su|Q +zq}Cfg$Lz(#TP5wpRTrKf5AGQ10vCV&xe$LX4u;FajiR|<p`nJb1wl1E;~4{(wlPks +q(<6DnRU7#ztWyeu?%!?vZ~X?KYOVBE1o$fe0000<MNUMnLSTX{8R#?s + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png +deleted file mode 100644 +index a26ce546c9b56df31980933a2f3c10a1bc17db3b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1161 +zcmV;41a|w0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11O`b&K~z|U?Ur9`lVudff9Gw-7*TK+ZMTeK)S$OUuPE*x8F*ph +zh-NeKij*0m0f#dNHBpzSQPHsrBx0<KcM5|D#+VR@TWdB=)H@SHL`k+Gv^C<mU}S5* +z#|ysBb{nH*<<95oeCM3+JkR^S=lx@pfv%$ptc_$hW9mf21os-$0|+h~{2>@~vXj%9 +z(D-n-<;$rHV9OGZPu8uQtL+u)1488#6l6>cTv;`Ha5xs7xn%+IWTxAp1A->M@>z@% +zm`(@s!3#69xk-S!Rl#UJkZVG=6|o)T0bk0bnd?imgpXAwK(d}x<_*E?*W>!hU|*uO +z;oF;y2H=@wI_ANCU^5_Kf3zk1YQLFxQvv;wn@XiW7uF5TndnWlh7V(=a>z>uk$p~R +z5U2q=5^V`Ry_5)7{4tSAzwML%ZJxI+(H8lrVsZd8C0fIWB=1q+GU%zP@3L<$nOZR7 +z$xOGQBfy+_-nK-0<7maiOCUaavE9s_0)jHShFT)Wi{lQice_Ie08I2&iyUC6t#Jgi +zKEO;G+%a-~^&$albG3T~O~QUmw1y8?i@bnOn?r|ypTVL5Tl0L0fUctoAiV&9^80RS +z&2I)X$>ZhgHho=36_^)rN5fx_03onnhuRuPs!r}>s6BE9aTbW&8Om;&7vMav6F_(; +zZx?w1244Y~Q)j^!#MlI2#+l;eovG|&Chz0<ldy738MZ6Y8vdrpcN%y}5Gyzwa36rP +zz+}nq@(!<n9ALfhN*dY=x(NXDIST^T0o3I5=fVOjAopR>;;+?ny5O646$=31T8%Ax +zGgbrBbpf}~=YVN|fM{G0n_4-gN|v=Y=M^~qDHd=JAfNL#6ek<DYh@xdDY;!GuDo}* +zZ=EZ+f`V~_P3Gu;|8|1ky(Me7QW$LYjj@8yIay)<KT%Dx8{lyOC+5!_H=PNM3o^jQ +zp5&!1w~IMGlI{TR2hvR~;UDG&40l`J!~lS>fqrRGr>+>1nd4mmgZGOcCJx}rs@a2n +z$38ff%063d{&+IG8+aI)$az-}6~`RFa4b4w=K25$4aP?=wpWY1CwXa$nFat!?ES3$ +zo@<K)03=$%$IR><pvKG{uZD=8<fSdbjsZ0iZw<9YzFe47vfk^PL$84y0qV`%shz3J +zZlsD&$bQMiM>BhbodW8SeX*f6+`m+A8P9TlaZay%(%kTMIppz?bcb`iCwPcTpXDWm +zQt2m68Z5d{elu|bIPDae4B|}z%(`6EBM^0>L&kPsqn|$^v3IFyFG~Qxj*;`LU0}@~ +z6E6ah<#LOV20qApS3g|Xa1{$EpkHzmquH1_bqZqseO~W}FAIKmVoZ*c(dO{?H=6GM +bu@wFVla`M=HnCv700000NkvXXu0mjfF9#0K + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop.png +deleted file mode 100644 +index cd37b93965ee6692c7812987833253eec67a2877..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 414 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J9(JzX3_ +zEPCfow)SIo6mY4&uC1Whe8l2_oyd&>#*{+yec}vnIBsu`NM~tT5Uw>TZUgJTi<ed` +zPY<~&AL_0%<E_vR2Dt{y4>SMCN!-v&o_h10=Pbta2X?;Q_SW{cx`TYhM3b#|e+%<m +znY1n}t%JkUdBL{3v0BlWa)c`;x?Fm)d+wW`nbHNx2RL4sA5<>brhJfLM|RWBw`KQ^ +zH(Z|+=;Fe+t*=9)p+9VOX@tm8^#{H;SFh5_dGB4de$}f5JssOSEKdFZ$o5C$Z{Z`Q +zAeFze=>?p3Ob#+s+!V{%eIjzMIseinE0;VpW0|zB@w#fHzDA+0XH)j=<@HmqO*QeH +z$dglEByOd-tuXD~zh(avHH!=1HAwyNsGrTftxEcTcKpoyQIU)8zF7ebO9oF@KbLh* +G2~7ZDuBvMQ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png +deleted file mode 100644 +index acf06c0c1f51b76d58b93e00291a99d735c4e2c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 826 +zcmV-A1I7G_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=G#-K~z|U<yXsU6+sZKxtT>S3hGjPf!V}QFe;jt3l)MS_zMye +zS8C9m2*KbN_y@*iT)5GtM(}|PL1KtP9!eq@b$idLl#5iy&Sdn?ojX~1V3@vB)pe?F +zRd-h>QUGSwLGqM{3?)g@BO=E|<baERh{$I%dm$n-X`0R^NuovU79p;y>MfGrNLs;X +zO;sn%tlkzm$txsRf?)u20Hy%+n_0J+?eV7@K)=i8B1e`;j+BWy0dR-ph8ubfps(nB +z06iq1``irxQ)X5xN?s%R$R{^cb=1s~GC`>77|Dj)nl9u7fO|gSJAiYo66e_KCAsb? +zocyP<=iEp(svyre(eRWG=PH?5Jrta(j#fn;psM4cFwLwpPvN#JyegCPX7HML;{i@& +zg&kp?1L&=qJOIFe2f1oy9kJl7lYiJP@`!8BxlV^~H4z!|@yu>JAR>?b9XO?yB*{r1 +zKZ`X<UW|9b63;Tp3mFHViir4mvgv?`bcu+hX}X+Iejp-;+KBeB+t@;yrb|BTiXGVJ +z<F7de+QpH~?=Sw|A3G3G`SQ!bj_tT6BENimFe6*3fH0fZ!0|J7U_nHL<k5`s)i#}2 +zb{ktDdCZ3k;ah5Ev%V4rBw7h+nm&=8Icyh$A|l>BZ34g<-yG&ECffl3ADwG!8HTNR +z%>{)Uj}qkZR=m9!RdvD-ig$&(mllvYjIQS?)V+r@RUNC^0ad-`(J$s6$08ymN4#lh +zRCy`_=!+VX%gvN0-P83doN)5clHF}O!JE?Qs3{#U*_77&Z-?7@*h*)-tu0s8_arYB +zB?mB|s&7lR<uOPOhr$f|1c3Vh2K{2P*Pjyr&bw?rI*u2c=DZoqtW#BQl3Z<}4_H;z +z8-K0#3<~AfYoka0Tu!@W`{ndgbUA&QB*{jZfd5bY20*H9Zdr#~Q2+n{07*qoM6N<$ +Ef)S-}8vp<R + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-hover.png +deleted file mode 100644 +index 7508abf1f40ed16c14af67caba3dd9e6986cbbe5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 513 +zcmV+c0{;DpP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10e(qDK~y-6rISH!6G0F~U-d*tGxkU$C1IW92*3(LI0aFX10dw& +zC~SQO2Zc*Ok_|B&0ao51M{c>sZZ_SOMLcK{B-@C;YL)uG{w@6yS~4>?o6U}ZV>5dW +zYyo2t83Kb&r}I%nQrjcV!F#`#W!Wd72Kvsq%c3a8A%yK1<7?m)C}NCntE&3ZhTy&5 +zQ`M2GzGsP4wWq2h@BQwB*sA({mH825Xl4$8x~@-D_47LB7UW7*j{qES0`&g{AR>L> +z7+}N9o;l~<Ey&lv%O&3HvMl$Vb6;YNADRT4MNy0w7nYd;UIFBJJ_a@$!0miK-)df1 +z0k{GPA#4M;02?AQOeq}z=Ve*$uK)m$QhEb?Z4wN)FUeXmGcmIsaNZ1@s(w?|-Z}tP +zJ)2IaH-CBn51P0XqN-=AI+{!-JI$=U3%gmCT>!sDr0<-&%=7$L2;pf;>A=iR&Fo1^ +z>9DG*pML?G@6>gD$bCs(u-Hc61{id^-HXTD_}{t%3Iogyw+PkJ00000NkvXXu0mjf +DHtEv_ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-hover@2.png +deleted file mode 100644 +index 57af4ff57f5148cba48d36fba61f64fb79bda399..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 931 +zcmV;U16=%xP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H110YF6K~z|U?N?1}6hRPu)tiuPmWg^05siXD{0&Ay6XHoRY9xOl +z1PzL!;7tTEpwWXK^cNUG(0K5oN2B1!Nf5;-m`y|lKQeEKL&Po*)+Do=usfSwZ@yDc +zb#=WrQ{6Syf(%gATogq+RJBh;x&Ukeu*Rmp19-2h69C48Ab2byzq7;z0I5QpCwWXn +zP5@Y&G3FOl9Swrus)+ntu>g_-04@XAV5T=Bau>h@@BPf&+*}a=+S=MWoO2rh>`~PN +z0JfQb5x|Kc2ySN-{uin$B+rucBsC1fXC!;Ft`Eboi{vAcO43JBG@`05E4d?i%NEa* +z98%SaX{zuNM=XYt9LppkilPg);48`9wGx+uWH-rg7V~^H=YiCl*G*m~V%}2PzpRt( +z_GuF^)F|?lh@%#JN>y8zID}z%#x~s3mE^n{Y)?Elj??9nIg(#YVRxg+6GTzeYaE|c +zHMcN9a+giK`d8#BuGjVzb|yBbs(k<;BIEyBfQa0)VP9fv5|QmTewcQiot@q5oV$U= +zN?0qVopXbQLg9YO_5i>s`=0;+9Dq&$@ZJ~GtDSS#>mUb!jo$m~X@mEE%7&e30jmHY +zj^mHz0qP)6(2;(K<9Nn~tJ4Ai03y=x<5!McF1Mr{I{>o)(9+VfzHDx~0h}diZEkK( +zIDVuBOag#&Zc~Xe=LYK(QM4H8n44`lnb?|C^|76VUZhTf?cS0c)(h|b9ua|vOe}~3 +zFb)8!dZ>|P%Rxl;n~=qtW2N}BRm04UN3AF;#S5F!iO6qN9ku7t%-u^3P*qXY5daX8 +ziz4F79r7fnOyQA63m`dcu|F*PJ2t1o)-=pF@~=p;CuvB+Fg#ez`MfFp)(8<sp0s4= +zsxGjmbS%}H9bI8l>g==svRF53>5NO-a*{8@Fx;1w+;;nmtZjLvi%CC#D_AT>Z&MeO +zVjRcQ0Fck;J4B=dK(Ad)wwnKxsvd7|Z@*JXaJ8#hE6HIIISF80CEpZ2i^!!yp>Rz^ +z;%d&B@@qNm0+3uzJ5hQ$eJ3Il-uv+&2%aoC=l@Xwe*iY%W99ow*$V&w002ovPDHLk +FV1kl<m+Jrk + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive.png +deleted file mode 100644 +index 72e1be3d332f066440a554f7d1c0a5f6529da5e6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 552 +zcmV+@0@wYCP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i{VqK~y-6rIW!<6JZpEzw@^xfy595IxM=;M^IN<W_*b@;F1~_ +ztuJ8MG%@bn*0`{23n>o)9oZ<)po?xgwS<_Oh)VzK!VaM(GEF?IyZO$4ZvK13H8ss# +zzn5&8xoyer18cwtbSm?mQWP9CC4Ze!I_$*BU3m_HZ^BwWmy5?M!_nd(ST7VVH$e>< +zOWsl0+YCO<7);^V#LK-fc*{RjJ4)(^U18;S(Z**0*EDnT9A?1)?Z?3zj8}%bO*04J +z`n_Ze7-zvVCUDV@lPZ7%o)~J)1E-Q%3)4109(0eKo&oF}Cnti3H?Sw|C@BA&<a>qu +z<aL^0b-Xeh0c5}cj{uf`oR5Ij)Zpyad2ua$;pXhT2l&2tdmT7SS2&fQgus3~3d$J? +z0PyZIlJNn+$$SUYm<I&FOh8?-eE?UAf&&>#wWFjy4_}MFG=wdb!k`P_nv(a93Su|Q +zq}Cfg$Lz(#TP5wpRTrKf5AGQ10vCV&xe$LX4u;FajiR|<p`nJb1wl1E;~4{(wlPks +q(<6DnRU7#ztWyeu?%!?vZ~X?KYOVBE1o$fe0000<MNUMnLSTX{8R#?s + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png +deleted file mode 100644 +index a26ce546c9b56df31980933a2f3c10a1bc17db3b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1161 +zcmV;41a|w0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11O`b&K~z|U?Ur9`lVudff9Gw-7*TK+ZMTeK)S$OUuPE*x8F*ph +zh-NeKij*0m0f#dNHBpzSQPHsrBx0<KcM5|D#+VR@TWdB=)H@SHL`k+Gv^C<mU}S5* +z#|ysBb{nH*<<95oeCM3+JkR^S=lx@pfv%$ptc_$hW9mf21os-$0|+h~{2>@~vXj%9 +z(D-n-<;$rHV9OGZPu8uQtL+u)1488#6l6>cTv;`Ha5xs7xn%+IWTxAp1A->M@>z@% +zm`(@s!3#69xk-S!Rl#UJkZVG=6|o)T0bk0bnd?imgpXAwK(d}x<_*E?*W>!hU|*uO +z;oF;y2H=@wI_ANCU^5_Kf3zk1YQLFxQvv;wn@XiW7uF5TndnWlh7V(=a>z>uk$p~R +z5U2q=5^V`Ry_5)7{4tSAzwML%ZJxI+(H8lrVsZd8C0fIWB=1q+GU%zP@3L<$nOZR7 +z$xOGQBfy+_-nK-0<7maiOCUaavE9s_0)jHShFT)Wi{lQice_Ie08I2&iyUC6t#Jgi +zKEO;G+%a-~^&$albG3T~O~QUmw1y8?i@bnOn?r|ypTVL5Tl0L0fUctoAiV&9^80RS +z&2I)X$>ZhgHho=36_^)rN5fx_03onnhuRuPs!r}>s6BE9aTbW&8Om;&7vMav6F_(; +zZx?w1244Y~Q)j^!#MlI2#+l;eovG|&Chz0<ldy738MZ6Y8vdrpcN%y}5Gyzwa36rP +zz+}nq@(!<n9ALfhN*dY=x(NXDIST^T0o3I5=fVOjAopR>;;+?ny5O646$=31T8%Ax +zGgbrBbpf}~=YVN|fM{G0n_4-gN|v=Y=M^~qDHd=JAfNL#6ek<DYh@xdDY;!GuDo}* +zZ=EZ+f`V~_P3Gu;|8|1ky(Me7QW$LYjj@8yIay)<KT%Dx8{lyOC+5!_H=PNM3o^jQ +zp5&!1w~IMGlI{TR2hvR~;UDG&40l`J!~lS>fqrRGr>+>1nd4mmgZGOcCJx}rs@a2n +z$38ff%063d{&+IG8+aI)$az-}6~`RFa4b4w=K25$4aP?=wpWY1CwXa$nFat!?ES3$ +zo@<K)03=$%$IR><pvKG{uZD=8<fSdbjsZ0iZw<9YzFe47vfk^PL$84y0qV`%shz3J +zZlsD&$bQMiM>BhbodW8SeX*f6+`m+A8P9TlaZay%(%kTMIppz?bcb`iCwPcTpXDWm +zQt2m68Z5d{elu|bIPDae4B|}z%(`6EBM^0>L&kPsqn|$^v3IFyFG~Qxj*;`LU0}@~ +z6E6ah<#LOV20qApS3g|Xa1{$EpkHzmquH1_bqZqseO~W}FAIKmVoZ*c(dO{?H=6GM +bu@wFVla`M=HnCv700000NkvXXu0mjfF9#0K + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed.png +deleted file mode 100644 +index cd37b93965ee6692c7812987833253eec67a2877..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 414 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J9(JzX3_ +zEPCfow)SIo6mY4&uC1Whe8l2_oyd&>#*{+yec}vnIBsu`NM~tT5Uw>TZUgJTi<ed` +zPY<~&AL_0%<E_vR2Dt{y4>SMCN!-v&o_h10=Pbta2X?;Q_SW{cx`TYhM3b#|e+%<m +znY1n}t%JkUdBL{3v0BlWa)c`;x?Fm)d+wW`nbHNx2RL4sA5<>brhJfLM|RWBw`KQ^ +zH(Z|+=;Fe+t*=9)p+9VOX@tm8^#{H;SFh5_dGB4de$}f5JssOSEKdFZ$o5C$Z{Z`Q +zAeFze=>?p3Ob#+s+!V{%eIjzMIseinE0;VpW0|zB@w#fHzDA+0XH)j=<@HmqO*QeH +z$dglEByOd-tuXD~zh(avHH!=1HAwyNsGrTftxEcTcKpoyQIU)8zF7ebO9oF@KbLh* +G2~7ZDuBvMQ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-mixed@2.png +deleted file mode 100644 +index acf06c0c1f51b76d58b93e00291a99d735c4e2c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 826 +zcmV-A1I7G_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=G#-K~z|U<yXsU6+sZKxtT>S3hGjPf!V}QFe;jt3l)MS_zMye +zS8C9m2*KbN_y@*iT)5GtM(}|PL1KtP9!eq@b$idLl#5iy&Sdn?ojX~1V3@vB)pe?F +zRd-h>QUGSwLGqM{3?)g@BO=E|<baERh{$I%dm$n-X`0R^NuovU79p;y>MfGrNLs;X +zO;sn%tlkzm$txsRf?)u20Hy%+n_0J+?eV7@K)=i8B1e`;j+BWy0dR-ph8ubfps(nB +z06iq1``irxQ)X5xN?s%R$R{^cb=1s~GC`>77|Dj)nl9u7fO|gSJAiYo66e_KCAsb? +zocyP<=iEp(svyre(eRWG=PH?5Jrta(j#fn;psM4cFwLwpPvN#JyegCPX7HML;{i@& +zg&kp?1L&=qJOIFe2f1oy9kJl7lYiJP@`!8BxlV^~H4z!|@yu>JAR>?b9XO?yB*{r1 +zKZ`X<UW|9b63;Tp3mFHViir4mvgv?`bcu+hX}X+Iejp-;+KBeB+t@;yrb|BTiXGVJ +z<F7de+QpH~?=Sw|A3G3G`SQ!bj_tT6BENimFe6*3fH0fZ!0|J7U_nHL<k5`s)i#}2 +zb{ktDdCZ3k;ah5Ev%V4rBw7h+nm&=8Icyh$A|l>BZ34g<-yG&ECffl3ADwG!8HTNR +z%>{)Uj}qkZR=m9!RdvD-ig$&(mllvYjIQS?)V+r@RUNC^0ad-`(J$s6$08ymN4#lh +zRCy`_=!+VX%gvN0-P83doN)5clHF}O!JE?Qs3{#U*_77&Z-?7@*h*)-tu0s8_arYB +zB?mB|s&7lR<uOPOhr$f|1c3Vh2K{2P*Pjyr&bw?rI*u2c=DZoqtW#BQl3Z<}4_H;z +z8-K0#3<~AfYoka0Tu!@W`{ndgbUA&QB*{jZfd5bY20*H9Zdr#~Q2+n{07*qoM6N<$ +Ef)S-}8vp<R + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-active.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-active.png +deleted file mode 100644 +index 1c3e411afda51d9363d7db5758c9755ff0655801..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 392 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J8?JzX3_ +zEPCfo_Vr^56lgge`GB>gS?@^m3tbkQMnyTlE8H5J0w0JyKDT$q`k=gf3T^?%?v>p0 +ze)W2Oh<EnHB}{sa)(=E~X#5nDP+Pf0cha0&aSZ(q_MYaR>L&#a7}T~s_w+OGYP|LB +z>NT!OIsFY*p6{b?ZxgTYyso${eRbifGyJ<dW;4udaQwW3T`!8M?ZA%8J!&tvF-|#p +zjW=QDlFLFH`1g1RslN2R<S5;+<nW?k)y%ZtYkF^e+qop&b9JjvnW*|r=4B51f3C<m +zpW9!yrjB<{&E~JOgzH;H3g<pa3C^~?y*X)8;-tq#+{cgRTn^g#UHC8S%2N+}8l@tp +j)dch9{5Jh(ZpRpLRd+}HspYGIp~m3p>gTe~DWM4fo`jzH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-active@2.png +deleted file mode 100644 +index 707808462d3201e269d1c4f67fa9b017a7f360a3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~z|U<yXsUR6!6uJ-Lev3hL60g0qRAU{o|OS3-~k{~;u< +z)Sx>Ng25j#F5_008o>uH1c@OEi4PLNsM|TGQZ7<A-i)JjXPn8#g60-e-F;3?S9hOI +zC}Hm2C+ReR@s!dafD-_YMEDzk_wN1#z+#qVODQEQGjAE-s+rx8^hJ`FY@22_>+aQm +z0+)1I(#L#alFKCLNshStfV&@vHb8PDV#@_0>yjor$vTm|C22b*dQNh<?0Axck{-v{ +zZIbiuUMUM+k#s)>*UfCo-BTw?nAx<Xdd#&@iUi3!G2ko7^X&pRnQutaRxIJ%UpvQ| +zyQF$Iz#B-^V@W5Pc5?S>UT|hM)h+Pc%xoqvOn2{Z*5PJ!c-G09x3Z{-7m?s>W3VsZ +z=Ol-^4W1jx(MWQ`-TR7xa{>OQSKtM#<-j_V|5gDo9{ysl2>^Hy-y9Q_l+vm2AMFEy +zhX4@w$qoSkH2}!6>_e~7vn*Q=w^k%@DE!a8CIH}5d=D21<kt1=*TjB1jw=9ugnx7& +z2;>;wiv(5yK+>^Zqf0s-?&>Z9cV7yBwATaxi~&HXryV1CHV%iCUZazI8(6#BFh7bn +zBT!m+bO2sFiuV?yna##U@v5|XX~P;WqpQt2R71nLnN4?_fSFy1?AMxJ#{eK{GDJhY +zo3|p#;esH!)T;AbFx~0~i2%<f+3l7CLX<8PMCnY2qO=l!J7cbU?I`0tvfRvGOS)JV +zoaCsPz3fPq7fsScUYPkgLGmuiv3QsqjCPXbg@~;b9wuuo*SwXvd%u}om$cEw(`>`c +zuKlsv8?4m&Mr{n@*W<K?y^qs(g~#dBl+t!53ICt=6S;vPBSKVARR91007*qoM6N<$ +Ef+sCn@c;k- + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png +deleted file mode 100644 +index ffbdf56b4862dacfc5c49a89d2c0285540051969..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 518 +zcmV+h0{Q)kP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fR|IK~y-6rIW!<6JZoa&-d4oKw=029Twf_BPdIl`VwuxC3V&M +z0*1{bhDRuIA#5ut4}l$5!ZX04o6cB5NKHhg|8?OEp(Lbj{8o2!PHuAVC+;OObG>e| +zW#+aedj+fj1JIewx675_D3bhrM)|N4CokkV27U-@`9dKcE~SI{ez00B-fn`LG8Vj} +zdbk;!j|nn3Hu2#w3_kKm>L*D9u`6ujQ)TS}z(r<Gp5sX{z`^TaA7jr@Co*#YuGdYr +zfZ-%~OaeE(IH>_R;EkcyG;ki7wJ>dG0==Z5ud@h#kDhda^?ZZn;Zi!7MX>nmY5*+f +zg3G5@rIlF(Kj)vV0+*RUXY!+P7J+xS6^w5HPUhR7=G3&AfQDqB0bIEf9LZRypCpZG +z_<H=kDQvDB1|0wwN!~lEh}}t&dN+NC+53^VYTk*vF1-EHe{QG)-2A(9F}^PK)5UbH +zWbRLBs3~ktP|M$VOaNIM<D`~7$vSs!<WyL@90r|-ZT#>21sZdt7#jkK;s5{u07*qo +IM6N<$f-nl%wEzGB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png +deleted file mode 100644 +index f85e52e91a7c993ab24804af19d5704da7981a4d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1093 +zcmV-L1iJf)P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Hwr}K~z|U?Uqk$lVu#oKfk9NY(&8w+HRS}s6nqrPZakz18<IK +zHWN>z&VvSI&I4+qE>WYRV+SOXSQl@)4I(pM7KmMEm?rAY#1K)EbqH;Za~v4i+V|^W +zZS7bcEw(qmr{DWNzdWDM`@YZnzK>Bx`X=Pt9!&4S)QboU?lWit5G)$}COGe8Q%foT +z++@FH%b6FzHU-Zm8h5O2JuEZ?_{*74kTNlHZOh8>$#7`-wgn>bRKG*V1g*K5FJPR( +zbk>)xyS%)TNdPo%sS9O&nO0<b5&JP7%&8>I+)%VVaH=u^$p&UqZwOvr8`lp8N1`3g +zU*GC#0G^E}!yX(3_5cEohS~$K4x4$m6d0D=!ff(0Vg10WiNn#3z)8$h4t)JZq@NcW +z1?s`ZL+$>jOG&umgZbIy+d253=6U;~oxzVPh69)>+7UP*d5-~$pr;nTNxxaLHD5&H +zseVJ_z^ZxPzGzp=OvT_5iOgK-GIP^Fos7P*_TcH_aR+Ow-JxRuCJt8%4lvf)62oi= +zFq1|P#4a^#5ZIpCIw)ur_I<P?aI#wPd_HOOp8$RY3;Ar@3+n{>CgekU5ddY6+}1O{ +zRm>!hm)B~B`X=Nn2;9;9$D@EB?B}u0mRQx{xr}uM&mk@V!8`rw-30;XdA$I_o2nH& +zAA>Ie%&E5^fUz6EjB~XX0L}sk!v6@s{Q%B<iCWXWIyVnsIc8p92S9yBzt>uzVO5uN +z<z2-B0NkjzP5+G5$Wo)v-F(ggO8`F6Qfq;&886THt61P7KsMv;thE4H@19(Bu^=Fr +z129KVt@#FfbH(|BfRp9l|0ilK06Y%hMB$s`mQwyXK?>M45Wm`8D{>^3>;WDClCAB5 +z?+OBw{gyQ`0w8Q;SlX~s|8pcW$GZRq?-y@O9Kf|LE5|_z;Gu=t^mEnbN8;&&z$3tX +z#=Cx^c+3GzhC|C{ZU~UjXk_L}SGC{+@vGft8UZ9R_-WU@H#P_WMB4+W%<LVY-prk@ +zhQvVpYPYacK)u9UW1Yb-Zthw4yzg%FzXmoAG?}^SXJ%6ekt+T|4ofaFlR6}98fZfH +z`Oc2OaH-xhw&ncfoL>33t@*2R;E`Ce$2r~;JWQqA@^ur<CZ9BE6fBfG^^1u!z*#3> +zq7H8XV8vxZ9=?zhJu>zKyK?>W5`(2~dszYi2V$2RoNwD96E6Y5&3cQH1U|@m*FU^@ +z!Bs4f&#>g?XVPJF>J@}@|MRBY@S@;XC(g?;6>1B7`){}V|CGw#VL@~fG)hm200000 +LNkvXXu0mjfjC}Xl + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop.png +deleted file mode 100644 +index 1c3e411afda51d9363d7db5758c9755ff0655801..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 392 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J8?JzX3_ +zEPCfo_Vr^56lgge`GB>gS?@^m3tbkQMnyTlE8H5J0w0JyKDT$q`k=gf3T^?%?v>p0 +ze)W2Oh<EnHB}{sa)(=E~X#5nDP+Pf0cha0&aSZ(q_MYaR>L&#a7}T~s_w+OGYP|LB +z>NT!OIsFY*p6{b?ZxgTYyso${eRbifGyJ<dW;4udaQwW3T`!8M?ZA%8J!&tvF-|#p +zjW=QDlFLFH`1g1RslN2R<S5;+<nW?k)y%ZtYkF^e+qop&b9JjvnW*|r=4B51f3C<m +zpW9!yrjB<{&E~JOgzH;H3g<pa3C^~?y*X)8;-tq#+{cgRTn^g#UHC8S%2N+}8l@tp +j)dch9{5Jh(ZpRpLRd+}HspYGIp~m3p>gTe~DWM4fo`jzH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png +deleted file mode 100644 +index 707808462d3201e269d1c4f67fa9b017a7f360a3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~z|U<yXsUR6!6uJ-Lev3hL60g0qRAU{o|OS3-~k{~;u< +z)Sx>Ng25j#F5_008o>uH1c@OEi4PLNsM|TGQZ7<A-i)JjXPn8#g60-e-F;3?S9hOI +zC}Hm2C+ReR@s!dafD-_YMEDzk_wN1#z+#qVODQEQGjAE-s+rx8^hJ`FY@22_>+aQm +z0+)1I(#L#alFKCLNshStfV&@vHb8PDV#@_0>yjor$vTm|C22b*dQNh<?0Axck{-v{ +zZIbiuUMUM+k#s)>*UfCo-BTw?nAx<Xdd#&@iUi3!G2ko7^X&pRnQutaRxIJ%UpvQ| +zyQF$Iz#B-^V@W5Pc5?S>UT|hM)h+Pc%xoqvOn2{Z*5PJ!c-G09x3Z{-7m?s>W3VsZ +z=Ol-^4W1jx(MWQ`-TR7xa{>OQSKtM#<-j_V|5gDo9{ysl2>^Hy-y9Q_l+vm2AMFEy +zhX4@w$qoSkH2}!6>_e~7vn*Q=w^k%@DE!a8CIH}5d=D21<kt1=*TjB1jw=9ugnx7& +z2;>;wiv(5yK+>^Zqf0s-?&>Z9cV7yBwATaxi~&HXryV1CHV%iCUZazI8(6#BFh7bn +zBT!m+bO2sFiuV?yna##U@v5|XX~P;WqpQt2R71nLnN4?_fSFy1?AMxJ#{eK{GDJhY +zo3|p#;esH!)T;AbFx~0~i2%<f+3l7CLX<8PMCnY2qO=l!J7cbU?I`0tvfRvGOS)JV +zoaCsPz3fPq7fsScUYPkgLGmuiv3QsqjCPXbg@~;b9wuuo*SwXvd%u}om$cEw(`>`c +zuKlsv8?4m&Mr{n@*W<K?y^qs(g~#dBl+t!53ICt=6S;vPBSKVARR91007*qoM6N<$ +Ef+sCn@c;k- + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-hover.png +deleted file mode 100644 +index bd492ece3379500dab9c5c441f3a9ce1953186a1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 480 +zcmV<60U!Q}P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bNN%K~y-6rISrg6j2m~zjrIa^v|FM;8<7!G8I=L0ajodw$p29 +z4Q@hVB&|!(QBMq{U;0${!$G~vpe<8Cf?e^9Zf<hE+?$*eXvy7exm+FtC+_|l*amJw +z2vcA(7z{p!5OUiSnjyxxR}{r3paRBbcG>UuZ&FG-bzQ#!&VYVh*YC=*{LzLGW89N8 +zlk}cvBxxjR7GvCfaJHoH|1v*<Ox@i8sH*Bz(&tUgEy$ImV*mqAfpHf=2w@DI0GPY) +zo7q(tfSG*(4w`d*yZcrbfV;ntbO-AfZda?-b{9ZOX$QCkun@vD=X}@&kaK<ud~Gh6 +zunx&aa`)iwBj7``FiGDejWz*DI$tan*MD;W50dySMAEsW*?c~K)$H0`*e#0U0=Nqy +zjLqz_*X#XCDZR`&AG-UQyKm*3kIJ(A`2^6sQ&rUw>yRAqr;WfhFc}Vq7mwTc-?|4K +WT+D!(?$0Oy0000<MNUMnLSTZsy2zOT + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-hover@2.png +deleted file mode 100644 +index 74df608654c841d45f5371634fed9a29dc3d71ce..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 862 +zcmV-k1EKthP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10^3PMK~z|U?U&z66j2n%zh@TFT^Xx~h>$HvqQ9XnC`I2QE5rXm +zR0@Njw+JMmtcUs^G6-sWwZ}B*$5RkR7PPC8LRRw~Y%sj1ht6)}D!a3`^VWGfd+)jD +z`<c0S@0=q@V5*u4!|<4@4vI(tz##y8Z2B93kE%Kcpy>PlyohWh$qN9|KsZbCf{082 +z*qbotimFcgzJEtVe(o56<S>9+0J?4HorpXFFzcLKT3cHy13)g9%X^;J4PZc3&j2`L +z@nrxLzVAOs2>!=ZRY+bX=}2l21TRSTC0!o`L4o8`l1kErVK}9#UQ%(7<b7MbPI5$5 +z>uyt>hZwaSN^&L<L>PwGZNXQPCz}<nHIls~S1spcqu}A#lmD}L4aB-_>Cm=8cG?#W +zV5C*zF^DnCT~gJKEdfCgT(JZ9d?$O}$m~qKG>yx(lNpjLM%deG@rs3E*l!wNR5eqb +zAbG+j-lQcS(|T)f;do`tQ`JEL5Rqcq03!0(+`%e<h#WQlN!kDaW(}lJ1pv?k0M5B` +z+Um}^lDR!`fL#C(MbYQ90iq~cGIw_z001B&E&uz~S|*d(avggBegHswd;9*h0ovNy +zDjMJ801E)%dESAv0X)w;XzoIFOjYO2?@t@RIX3_RA~IJ608j(~RXvwBfQXznkiU11 +zUB%0G8zwG1nzfp%xOx~p5!q1HY5P5$xO!>AR8>@U3IIgphKRV@fGo+95stPRfaJL4 +z{<Q7q*n-Ym(XigiuOi95N<k6?!P!Q^lSaDQ3J4Rglw{W$F0i6>CRUn_?XW2I?6v>0 +zT=$x(j5n3#Bwq(Xa4M;|o%UBr%kp}S$q<0s0P;5UKGv9&qbOPgfNVCK7m+-Gerrq) +zTYO1XFLrfxJ*)@Zs5R>#IW8iX0PL$58?$8*x!Kv-c~?ZDM!|{p*Y>mkpwgW7U~_Z& +oK}6=9b4B0xpKbY{|F=5!8yde-b#Htj!vFvP07*qoM6N<$f~XUHkN^Mx + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive.png +deleted file mode 100644 +index ffbdf56b4862dacfc5c49a89d2c0285540051969..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 518 +zcmV+h0{Q)kP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fR|IK~y-6rIW!<6JZoa&-d4oKw=029Twf_BPdIl`VwuxC3V&M +z0*1{bhDRuIA#5ut4}l$5!ZX04o6cB5NKHhg|8?OEp(Lbj{8o2!PHuAVC+;OObG>e| +zW#+aedj+fj1JIewx675_D3bhrM)|N4CokkV27U-@`9dKcE~SI{ez00B-fn`LG8Vj} +zdbk;!j|nn3Hu2#w3_kKm>L*D9u`6ujQ)TS}z(r<Gp5sX{z`^TaA7jr@Co*#YuGdYr +zfZ-%~OaeE(IH>_R;EkcyG;ki7wJ>dG0==Z5ud@h#kDhda^?ZZn;Zi!7MX>nmY5*+f +zg3G5@rIlF(Kj)vV0+*RUXY!+P7J+xS6^w5HPUhR7=G3&AfQDqB0bIEf9LZRypCpZG +z_<H=kDQvDB1|0wwN!~lEh}}t&dN+NC+53^VYTk*vF1-EHe{QG)-2A(9F}^PK)5UbH +zWbRLBs3~ktP|M$VOaNIM<D`~7$vSs!<WyL@90r|-ZT#>21sZdt7#jkK;s5{u07*qo +IM6N<$f-nl%wEzGB + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png +deleted file mode 100644 +index f85e52e91a7c993ab24804af19d5704da7981a4d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1093 +zcmV-L1iJf)P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Hwr}K~z|U?Uqk$lVu#oKfk9NY(&8w+HRS}s6nqrPZakz18<IK +zHWN>z&VvSI&I4+qE>WYRV+SOXSQl@)4I(pM7KmMEm?rAY#1K)EbqH;Za~v4i+V|^W +zZS7bcEw(qmr{DWNzdWDM`@YZnzK>Bx`X=Pt9!&4S)QboU?lWit5G)$}COGe8Q%foT +z++@FH%b6FzHU-Zm8h5O2JuEZ?_{*74kTNlHZOh8>$#7`-wgn>bRKG*V1g*K5FJPR( +zbk>)xyS%)TNdPo%sS9O&nO0<b5&JP7%&8>I+)%VVaH=u^$p&UqZwOvr8`lp8N1`3g +zU*GC#0G^E}!yX(3_5cEohS~$K4x4$m6d0D=!ff(0Vg10WiNn#3z)8$h4t)JZq@NcW +z1?s`ZL+$>jOG&umgZbIy+d253=6U;~oxzVPh69)>+7UP*d5-~$pr;nTNxxaLHD5&H +zseVJ_z^ZxPzGzp=OvT_5iOgK-GIP^Fos7P*_TcH_aR+Ow-JxRuCJt8%4lvf)62oi= +zFq1|P#4a^#5ZIpCIw)ur_I<P?aI#wPd_HOOp8$RY3;Ar@3+n{>CgekU5ddY6+}1O{ +zRm>!hm)B~B`X=Nn2;9;9$D@EB?B}u0mRQx{xr}uM&mk@V!8`rw-30;XdA$I_o2nH& +zAA>Ie%&E5^fUz6EjB~XX0L}sk!v6@s{Q%B<iCWXWIyVnsIc8p92S9yBzt>uzVO5uN +z<z2-B0NkjzP5+G5$Wo)v-F(ggO8`F6Qfq;&886THt61P7KsMv;thE4H@19(Bu^=Fr +z129KVt@#FfbH(|BfRp9l|0ilK06Y%hMB$s`mQwyXK?>M45Wm`8D{>^3>;WDClCAB5 +z?+OBw{gyQ`0w8Q;SlX~s|8pcW$GZRq?-y@O9Kf|LE5|_z;Gu=t^mEnbN8;&&z$3tX +z#=Cx^c+3GzhC|C{ZU~UjXk_L}SGC{+@vGft8UZ9R_-WU@H#P_WMB4+W%<LVY-prk@ +zhQvVpYPYacK)u9UW1Yb-Zthw4yzg%FzXmoAG?}^SXJ%6ekt+T|4ofaFlR6}98fZfH +z`Oc2OaH-xhw&ncfoL>33t@*2R;E`Ce$2r~;JWQqA@^ur<CZ9BE6fBfG^^1u!z*#3> +zq7H8XV8vxZ9=?zhJu>zKyK?>W5`(2~dszYi2V$2RoNwD96E6Y5&3cQH1U|@m*FU^@ +z!Bs4f&#>g?XVPJF>J@}@|MRBY@S@;XC(g?;6>1B7`){}V|CGw#VL@~fG)hm200000 +LNkvXXu0mjfjC}Xl + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked.png +deleted file mode 100644 +index 1c3e411afda51d9363d7db5758c9755ff0655801..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 392 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J8?JzX3_ +zEPCfo_Vr^56lgge`GB>gS?@^m3tbkQMnyTlE8H5J0w0JyKDT$q`k=gf3T^?%?v>p0 +ze)W2Oh<EnHB}{sa)(=E~X#5nDP+Pf0cha0&aSZ(q_MYaR>L&#a7}T~s_w+OGYP|LB +z>NT!OIsFY*p6{b?ZxgTYyso${eRbifGyJ<dW;4udaQwW3T`!8M?ZA%8J!&tvF-|#p +zjW=QDlFLFH`1g1RslN2R<S5;+<nW?k)y%ZtYkF^e+qop&b9JjvnW*|r=4B51f3C<m +zpW9!yrjB<{&E~JOgzH;H3g<pa3C^~?y*X)8;-tq#+{cgRTn^g#UHC8S%2N+}8l@tp +j)dch9{5Jh(ZpRpLRd+}HspYGIp~m3p>gTe~DWM4fo`jzH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked@2.png b/Breeze-dark-gtk/gtk-3.0/assets/selected-radio-unchecked@2.png +deleted file mode 100644 +index 707808462d3201e269d1c4f67fa9b017a7f360a3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~z|U<yXsUR6!6uJ-Lev3hL60g0qRAU{o|OS3-~k{~;u< +z)Sx>Ng25j#F5_008o>uH1c@OEi4PLNsM|TGQZ7<A-i)JjXPn8#g60-e-F;3?S9hOI +zC}Hm2C+ReR@s!dafD-_YMEDzk_wN1#z+#qVODQEQGjAE-s+rx8^hJ`FY@22_>+aQm +z0+)1I(#L#alFKCLNshStfV&@vHb8PDV#@_0>yjor$vTm|C22b*dQNh<?0Axck{-v{ +zZIbiuUMUM+k#s)>*UfCo-BTw?nAx<Xdd#&@iUi3!G2ko7^X&pRnQutaRxIJ%UpvQ| +zyQF$Iz#B-^V@W5Pc5?S>UT|hM)h+Pc%xoqvOn2{Z*5PJ!c-G09x3Z{-7m?s>W3VsZ +z=Ol-^4W1jx(MWQ`-TR7xa{>OQSKtM#<-j_V|5gDo9{ysl2>^Hy-y9Q_l+vm2AMFEy +zhX4@w$qoSkH2}!6>_e~7vn*Q=w^k%@DE!a8CIH}5d=D21<kt1=*TjB1jw=9ugnx7& +z2;>;wiv(5yK+>^Zqf0s-?&>Z9cV7yBwATaxi~&HXryV1CHV%iCUZazI8(6#BFh7bn +zBT!m+bO2sFiuV?yna##U@v5|XX~P;WqpQt2R71nLnN4?_fSFy1?AMxJ#{eK{GDJhY +zo3|p#;esH!)T;AbFx~0~i2%<f+3l7CLX<8PMCnY2qO=l!J7cbU?I`0tvfRvGOS)JV +zoaCsPz3fPq7fsScUYPkgLGmuiv3QsqjCPXbg@~;b9wuuo*SwXvd%u}om$cEw(`>`c +zuKlsv8?4m&Mr{n@*W<K?y^qs(g~#dBl+t!53ICt=6S;vPBSKVARR91007*qoM6N<$ +Ef+sCn@c;k- + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png +deleted file mode 100644 +index 01bca6fe283d8f1dbd7429224e2836e6f4a6b2f8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 878 +zcmV-!1CjiRP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10_#acK~y-6os?f_TV)u=f8Te`S!=eQp0Xr1jq5rxbgZSZ?KIXu +z6trbJ6fNlGL~j&2#0x=G)P_=UY=VLysGy>EgRP)9)pnyBY_TcrRzYY>VHsPOHW@T2 +zOR)V;&gVs2WHpAa&*jVe{J!^n`FI3n)Z7=}WBVh6!U?@1oM1@!YIgzXVt!5MGHIP( +z99qfFfAZJY@w;2SVr!wZ|L4=jf%bQW?YGK3wke&@s?znVUnT~Qzh4&kTKvqeTfXYc +z=E2wz055w3cX|{z^(T5Iv)*h6F`HU3qCFUaMgZKo<V0e4@=3<x?mfWHQ@>1@2V+OH +z>#}y?d(_q6L3`!L6B4WKC{@qB35JO~mrN!;cqs;8Y_4e@?s`?bE~{q-aA&Rny3)dU +z>3K>EGgyb8K?e4PLx)<c7cLH+H=6t6dweb3L!!!Otc`q!JDaF<x-ECipjQi+k#@ub +zcFYbx_=U9nkwIbmEiZcmb!}wZuuZ9{VZ1vxk+ngq#vd7wqAt`6pr+6N|II3n>7k}a +z0T528R|+Rs4^T>7yMNe*ywo%R(g`+5;d3kioxihVU@4znpK!Nh$<3k`|M}zF*M?VU +z52=ee1t9IcJLVa-9{{hoqNHBVqyfyP=#GK%z@zKH+|q*7`NbgsBiaK(Ry3BCkXWtV +z0O;J(Iaw&AKi2uIG6IcQZAb5$XLTGy`X9o}XH@Zey5Cs3GNQuK&Kg-CdCF{xQo22Z +z&Ska*Gn!hde(@a;5;b$_)YMlehW`zRlfNd-haZ28lFRCaA5l}omBXRq7*)@{4${P( +z{bM}w;mc3JMmPZ6av%92T&JIxfqh{!(vEqk6ATNX{sy&*FiecS4VW!mRKL)N)zSq* +z;?5?=6TeM8O=`@8G65Uw|LHSxf7^S~304ePFPBknYVz~(fj2(7XZUi>9dCW(v+8|= +z!U^>XC(s~w*I58wVOi;1_O{L~o>hy5Pba^9ySUZ+59;C*dTuWC?f?J)07*qoM6N<$ +Eg8hn`FaQ7m + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png +deleted file mode 100644 +index 890f154ffef9baa66ff8b4fe7814369000092fd9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1687 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png +deleted file mode 100644 +index 994e2b2c896ce86996ecdeb5b9c92712361d2efb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 807 +zcmV+?1K9kDP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;EYqK~y-6os_+AQ&$+qf9Jiv!LBW(+}JmXO<^fwU@%01SW$&k +zB*Mo;{sD%nQl)n2(89pCDhq}%urOpm*(<e~P!pkUMT!#$$&dxX60m_A$4N^a8;<We +z42}y;(p2#?9-ZfR-se5%yoxP!XCX+ezL9)sjk7^L>|J?B2f*$Q-uY4IWhSA<JLBP% +z?+*HZZ}h5-3pb{hM;<Mk?}M6gw>qpPKPtM<<MyRo>cW=5pBHS$^vd#sLJ;-??28LS +z86mq{=#B{huWN?+6~koFuvj$!4EWAWLU#>b|57#n1^n@k@=PHJ`(06dy+6Xqw1aG_ +zzbRv3q8M`bX#;I6xui^w97_!VNGoOwc0KEII`iK!08wyekHfXBiz|w$vN@WcD&GW9 +zcNT)g?~AIkR5R|k2V72Nob6h-N%vlaj6Tu$G115OT2EHrNPeki+<kFjD7`Zn!0C*` +z-nbCdj9d9j{UoI|h5?4Q>DhJ?1t-$YOM6wf!}9vA?EyICwLx3gVXp}cYBnu@YU=`| +zqS7|7<y~zk_aBOF8~4GhEJ$ZWX@GLwv<+-|J6)@#JE~p+%&oK!oUJsy-7zUjCZWaw +zCW{8sMs8!_eyIuUjmfX#?$Ve2sM3p7!$dLMG4S4tkmpr{9~J#s%)2J%vpv;5Pu&K% +z`?SIQ4x-Oh3}eqU0DYdibuO!_9}kD=LJ%HtMe)_=k!}C8vCYcHo@p8ea!IE!ax9qx +zh_p5(bk|@mwftaeDLgv*MDtrQ<V0FH><Rw*I}7TD*^1$Q$?$xAeC1M3A>QcvqQ%)% +zLw>4!^Kr%e5Y+Ae3|OW6Jh^o#m%RA#`j(+aAKFg>UCzI%+u@*Y)2mv!0H3;6`%zU& +l$DCi15%20Z{c3Ha_dS+*4f=tf8d3lN002ovPDHLkV1iGNcc1_O + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png +deleted file mode 100644 +index a7315ad5d891dd1b653688176d03a78e6eb176c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1572 +zcmV+<2HW|GP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11))hqK~z|U#aUZS6jvDj&Y9Vnbr)Hd86aXrFsZPBl<0yQ8ykJM +zsU*gj*xQRunn-Qqlg5<P(8R=8Olecze4(kfn8u{fHYRO}OrZi&*3?p}p<HHn+2yvg +zb2)vWtTPJ;3k!U2`=87I?RU=k&;OqxSOe}nX2NhH@=j#VJQdYY6-h#h>rBur5C9M< +zm`@-{zYAf%h{t{xxidQ}-)cHWj7)uzOggtHqX$P4d`l>1)kQSMWir+;5VOLEu40ik +zUZ|J5vP$p^MXh)`gS(HSR=}`WCcGAbrv$ZrG7u;fPo4|pK3O-xtDS1=FB8@W(>lvY +z?Umql5q3mI>y^WWjW6rBtkX7yc?PD{?(T?HzEr!11A;P#8b3i<4n?7xz{}51H)Al2 +zCm8;kX6TJtP*f9h=F)!l%iKVvN2+^2NM=_}@VYW0hhqG|V2l-{x9#*0H0<Vaw1|U9 +zm-~B8Xcq8b%s|JmiILgGTcq4aCMtYJ<;7sJx+1|gg?W_N#NX-U1WIsr4~G-GcyMc6 +zY{LTXJvY!kWI{KcL<4z5eN8GTefw21W4H6^lMGC&-Rb0tJp`BbxlrO=rDV&1r$9pq +zk18L<XZ<>&+6$6@OfuQasSg2E*~d6MUj23AtMom$XFI{Q{ldD**-`GJxDgaln&Vsw +zC2UnTcd9LRTdGIv@A17qK1&SRPiwJfo}5p}>H$t6tN|Y>8YXQ@=J14_EFl%=Y73qK +zHU<BTC4aD!6X^W1ZWK8HkVN2ewF@r#!pF41$Y6|gEc~VbaHH$r`bSYKU>|&T50}+t +zT@K|wic`Ctmr_r}tZr4*gDHZen(L<hhS=#LII(Nd`PneMS;8Yve4(PjfPdz!7671a +z3Uh^GR-Ju7!|t_*lC{9i0cT2`f`nqMu1#Ss8Yhu=?H9j?1CADDlm}!5$9HgW+uTNy +z;NsTASsIx$PuV*L<<;L1*@Q@eI@u{qRHvtDG)WwRvBtlNYnz6Bey1{%NmfOpNhaBi +zWjR|QU&^;roQTF`8rLD%jYZqGPQfC#(|0@xfhJ66!mw@g&qoU0w8%DRGP-r^xk^ws +z2S?tsTw=Kym`N+CwsFLwxh^E_#?iU;)g0@=Seox#0ZHl?NZ4*1n%+8s>Av$tqEbmD +z{dQw-)Y?>1PT$V`<rirm_3`XGyHQb1Xj{Nhvj8RRbSw$%Hl3Z7Z}|nJsLz@61<q#U +zr%@9Ln}Cv=8u2Nqoi-gKMum?!D*cXO6UHX0s9Ovj!%k85=CH1&W5l2UP%P3$-j>yl +z%re}2zIiI%duBPJ2Ty=PK{yZmpRiu2m%D2HWWYYCeaJ*8w(&9!#w>g@<P@VepY~on +zl=oYTAOMtktv9ywB*jQK8JhcbsM^Mbok)`5TE7n6md$%zgar!4R0^0P*cdE&dbj{z +z+9#OQ7(RWJL|Dr{IaOo$q(?_MO@JdZX|X>lElOQJe4sw=R?SMgEl(u4T<t=+FFRLv +zC}yF#Uw4$701%Y8zRzEmYwWf~9{r|tpxj5s?6ygb;Zl!|Z-<O^#Yo*^_<q>LrJlv) +z0=aa&rbMbwAG7S^(O`@p2rcn=lqV9LDdll|M`n*l_eV|K9X6J{>jOSIw%4auuj=t= +z0c{HN49=)sO4zDgs@=`a*AV;iD9W}I6uC(%pPMm&u>`}=6hm*+gc7zKLD-I<#P!vb +zNcHcPk;GE%E2huQoodU^<JS2pgJm^$%ykj#kW6k~Ib87Z%lfS<zyG>t{FNthdbcNH +zRvYV#Iy{+=b7fwup)pwWbfx|o6(H9;Cl8G4$<|Pe)kTuXs5r<MV3y~ShlPT0ejy02 +z25YL2n(i~+>z#Njs?*bxNmdonm>km~F4Q+}4$LP&%NL017ipg)u-ow|seLV<A^rn$ +Wl1YR42>A^F0000<MNUMnLSTYC80wAy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png +deleted file mode 100644 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png +deleted file mode 100644 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png +deleted file mode 100644 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png +deleted file mode 100644 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png +deleted file mode 100644 +index f65f6175f2bdb10a628c47b63fb913ebfc3c27e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 818 +zcmV-21I_%2P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10<TF#K~y-6ot0fklTjSTpL5<b+Xrr9y-lsmW}wp?#UM$=Oz0+% +z>4n{tLDXGc2wp^Y-gZ-w)Rkd|-56eIAwlR6r(K!BOc~7&NZs5Zov=B#_dTbJcMCr@ +zQ=hBD|D6Aia~{rl4nYQ0c6R6I$>n|2Vy%bXXar#d03Z~Bcr3;vp|OqdT-(pihky3= +zlD&o6H=aRiEo}m!`{s6ubHRi2Llckdnll1hpHCWA@^cp@^J%NLnI!na6cS!H#HvqQ +zTvUdfsvDp-CkWGN+(<Y$F+6)7A8#ji0c+lQgK3yD=Ry3_D}XDRcSjlYP3>Uz8qJAF +zIN-T|sR#h1^f9HA#ZCZ7jPzi8v=<OO`*8(_;+q5#TaYeX2GN^x&(ymd%fmhWQe|g% +zzR_0w7K9LGb{yO8-UF@MDRspMDi?#EItOCPE6=U4chNk#ybpvDp(GLi+;wPJTJgab +zfSLrM60ykk_mr5e*8xDC|DN5mgTxgm3)27qYL*))F_;Vhpv;UM9hQ>nbprs1!DOVM +z5&;0d;y*Spx%x{RP)2CF$SKXX{{Kq90U<!aRRI93&~|K|uHa${s0xaBGzI{=s>Wjj +zC5P54;?XGOk<b_bP@5B=?C3Pgz)G%Yz>ScbZf-8!1?Pe=9rR7@N9O5W9ROnxToqA& +z_#X8>y|d1P^Fsi@>^0C;yABQ0RX2l`T?GK}HUGemmn|Fr!lAZjCO|E60RSkzZ`unu +zC>&fJDHwrRUki91IEsLsdDz;YQ+KOkiCE-90Dzi=vM>$R>xR0l#g}xp43eW!^NeYJ +zi}g^z^JT7NUwox??e+M8WG!tWsSBS?f~$hB`3EK+)wk}fXKZpl`D!^)Z2UmYasvz| +wBca+CAh;s16^)5VXf*zNt8MDp&B)%~znB33?KI>nk^lez07*qoM6N<$g4hCRumAu6 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png +deleted file mode 100644 +index af69ca14ef03ade50f02f09b6f34fa55f4111f5d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1523 +zcmV<P1q}L$P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11#n43K~z|U#hGnvQ&kwp|L3&p%eHpxmC<c7pi?&yF%yGype_s; +zh;a!oF~$r(fGC=1Faq%fOb9}B>IXqSU{v%2aT-T-L);Qf7$pmmm;n<g1S#7pTf3LG +zTYI~E&+)@#-m|-|>r%@9Q_ufAz0dFV-1D4sPYI@>^`AJ+9vXU|rDv|AW@{lan2n%1 +z0`gw~2f!81rI5rz{!Sj~t3T`P+k^TIk$7{F*dhPRap3r~B(L}jV$HLG(6|zDu7D5r +zcJm(37U#}YjR^&OV*f8o^t0@Zuw>4Niz<qEz}Jud8`Z6EtZ9oC8xzp+`I+CS&0duV +zFts@6U>?^==W9z>O%@jwuzW{zhIxL`O_G+G5hVk--wVZk5sLc)lx`Q;pbr2*GqRzx +zl|Wa#0J@_2AlB@tsaUYDKYXck&iMmXgHr}vRM${sv@N(sjA;f<ry^sd<20mGUjxH| +zX!j>7)dEvxE%ar}0IJtQO2J5^`-1)4_UCTJ1T5dtoMB!#uV*4S#dQv$<8^=>_hcNE +z-UM^acIf7nYr41;j0D@-Xa4zF&A_C972jSS&<rb+AvM%t<Z8@kdTN{tmcvxN72_)b +z5BU09Ys<3Ko)F<U<ZK=f$7Kn_U%r_zH~^5_TM#<B3sA(7AeQV*$HCU72>~5-O^a#% +zyye0-n2gX@Z-M!`5(aliipPb}ckcn52|mrYS1&#A)8iUInltyr_=`vlb$10$4H-Uh +zSTqR%&%b|+g#y6hj~dpFFT#rJTtbI6n&kEtC^s*NjFz0NioHLt9Rt+o%n@%xkw<51 +zk|Z7fR5R4vcHdzDpik{NWg^x*o4RwP<Mi}P$uz`<2OwW|3LdrQ+U&148L2#j?G~mx +z=c7e9$%?cb5e=%t%(?n^C`->=r}nwuJM|SJfnq~`FuzyuNP6x@O3l_nwW+u-CKXJ` +zee05Fq*{t7F`A7+kXxKl$&@Cy!DOPKdSSU!y00XYNf7IF32j34+HEll^d}8SqhPPt +zCIs>A+wXxifYg$CFE~b(o-4LF2L+S4+S3)3CKE{zEqFj^b0%}jrI4gHb+hLu6-q7r +z_}r0jm?9hyw%NL(dk3hyuS{sO;eeYee%}vjlUTEXR7+C90Dz`hK`c3<7xW&ZXPtd} +zI9F6QfvK`KxpV*wm77F^GqgJU_fgbui15MQZgro&Y#E?8C6Ueqed$ucVgo&0sNWEw +z0Kj`ZTZCS!hq-2Z()i3ZZv#{(cv5fIW<d2;SMg0pAF*T$MKIiS2y%PNU4=_|bOnqn +zw+bHfdwpj%J(L5e3iU|$l`3$dB*Ij^71U<GYjAYtTo_k~gU2}s8Tfn6Sj?RdZM$mD +zD<0QLA(~L6zOWa%StW^wv)N&O@k7nKG5hCwqxw)u^WyF}`d1%K&l1-=&JaFvIAOz` +zvakxql`m`I0zTiF+A^WmXg3QUGMh(+gw+Lv!nFETn4kXuG|f7FGJ^@`jk{r7^@;`# +z(y){gyj?v0D^U-R47P`_QDeIH@Q5?Wmz{{T9042hPl=1BS&>rt5>iSlG_!RSZb%Au +zx0g)m@aT@pcQj|1%L;CcpV?|LzZdLQ2V{3USf>jtFuI?kmR!)n66j|?0$NxKYR!pu +z39x|AmlC{P{QI`2gA?_~KEOQK+C=m1)gW=57EeJOisyQxbDQIt$)cu|^~sNaT%_ba +z_$#sGWW|n-E#~+7WY5)=ZM$mD$BK>XXL)RYQ?)U#;0U$m+9rIKCZ$rq279}t-mcAm +z>|Cum2TBOwnAU%9a4ebeE=kYbh*V1v3?>uNr3lyJ$_Pg!9A?7-Hw}7^wL1IvP3Lcj +Ze*t>S2@vUU-9!KY002ovPDHLkV1g9$$?yOG + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png +deleted file mode 100644 +index b57c3680c1587b03e269681f3ce7b60a2b2371bd..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~y-6os>&RlwlNxpYwhHG&+q%HZ#8yge|nNT8SVOnU$>~ +zD56#sMD4rNwrvHuY~w0yRYTOKg=j=#1c93_1Vy)n_RmmFI^O=vX)%sXYEttq&&T_4 +z&iT$c!ZJEP@};pj8SnRI=_&=92owQu1YPaOR8vBpG}O<W=-sjL+hVUQ4xAp$KX^Z( +z2g690yj9DJXiHKb_U(5MEepIkqV-RI<UbT<)CGtc=tvp%x|X(e7JxV3Lx#SFyeKGs +zqyS{<W!y}po9`ZzIRK{utcG>DmUC?}9P?*ZooP#F+7d+2``TyNi}0qkDU-~91U3Me +zN|_bdnHGmj+m^zr<ruiUJ;tdPiy(M2nms+}<pAXT$d|@ZFJ1^EmEEr8;<ngIty`k& +zFMWo+5F=>2JC`!W$#{Plsl*JNZTmkMz=f?bVn&D*DVE~5&DU9W19YsnE0*~;IR@Gr +z%YW<5YPTtcS`V-<TLW!gJ=yXUlzb8<jLM_4d5x_Z*t)jt4HQ{OE2<gy+be*v1_gNc +zGprf-zF78JK~2)i6u{tk?ZAO~Z_<&HX-dcwfENWNsG;s4g3-dl8a_6$Ra3{UpnjzE +zzV`ncc;l6iuZj_LqfMPOw{|suZ%OhHVAzYe|2g<)SngB6vwXSS)&`rqx<`I2T$>}0 +zyfJTDn*?EJ#&BWl-}gC)%9&MQZd}Ih9ms5es%v8=(#@HM{6}wEv%_A<^Fl;>qtKJJ +zY?+_4x5bcw@sQDi;%m8YZk>$DWO`GDv&@0@a_@fX;YgRhRm%w4+F)~iJ*lJB@nua{ +z26Szn{2gyryC(w@m2I*HO*%}ub!I4~sT0@sOL4LH7c_eYwn{k|zyJUM07*qoM6N<$ +Ef;9kQqyPW_ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png +deleted file mode 100644 +index 4d78e5b1bcbc17fb3bb5bbaf859c049cd6282f2d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1482 +zcmV;*1vUDKP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11xHClK~z|U&6!(l6jd0<|L5%7D0I8`k`+P?trbcuMgcW3#A?B+ +z=nKL#B=kj$kti5Tpig)MVhjWliM$f)gD(YXL!ePfOiEBfp>38bNL$!zyIH!kvomvi +zC~fA<c44>OF8-f(&SlPTzH|A$?<~O_bo4S?G@Okch@_3J$t;$sI*|=#5(WYQAYgD% +z!W0KGP7!xK66uUa{T-d#h*s=aq?pDZ^^UwdIw_tAt7gz-MRf%s3;~6V*2rSp;bu=) +zNdfm<xc|y<nsmiAxENSbV7UVlxMd_(duZzyFZ=$OH{g!$aQCeTtcA^wYgW}(;{55B +z>Ng+NCNJQ=9#%D=MQ+D4tSVneze2FaMbPA?c*aTLlPLfonlUkyH1TJGp?};&RLyU9 +zk4zKKO1`JRY9SK^1McY^S$=au2&HsL_Bw$88<z^$Q76DD<oi5cNgX&H($IU)gl^{6 +zFBX`#y2_|My78%h9}BpzhgDrmhr_eMt@l#wZImF<!ociOb>Qn88v0@;>?U0zK-*9m +zsP1@;j9bfdh8oZ!x9xBO1=<@$?0;_VZ~&kPz=0+SyX!?zn`u%yq^pyWVS68LxSc(b +z9{ZY;9Kd($By8|I=1ykQrl13dUr->~UK!6Y_s;I{*;xViT#UUGN||q1D+LOC`=W$p +zi|1jsJgRj9Up}vZ*en@JvDWs>W9xGOhaVW{>_^GI25~{)tdJkni(DB4aATaF;{ZRt +zG_obG!DVf@-b+h5t@*Sm=s=^JH$qf}=aWm3Ei-_3)8a|%NhJ_qZ)46TUNC*yAmvQ; +zKWXzM0ML$$ObM%I&|0~1sW7kITC7|W@M?gctw@>$KRnB18l|y=R>w~O?5Hd71TLZ4 +zY-`a30jmhN(@5IbYOU}qq+kzGN;w6<ukh0rQ|We^%wn0faE+_DFshVVZ5un8HJ4M> +zfNU*na+h)O+0^9b0Vj1R)L^_nu6I2-z<MV?w!uIsY>}~>U#n%6U*?|~W(gMlZ=xW) +ze@kSa5D9=thJPjisDtp4+0F4;BFZvpV1hT6gMd-R0gn4xVgZtm0(CvX8>d2mN?j7= +z!tDMhXu<2_2KVd~=^g44*-zHOsLGJk%gO~{DsPF})}UX;85)iHJBVeYFia&l<<_Yo +zes@v=j75BhXy-Pf1r#!Bt?a#LLM@{eCv_9Q-sh(`AY-I+8__5L)W~8Ru{adnoXWn+ +zrEmHT7`DAxEsMK=hX?iHW>1$}M#9>lFJ_{9l>e%Q(D_jVS7Q7)UJ0>duY1nT00Kbm +zBE5xkdJH%|n8i?X;db?{6vK(ZT+gt|>v((m_YB~X=HQi;l{n8aGT`&88bZm^!wn@( +z?Cs0Iv`uYYCF!zWD&+)!?{!7u@r>!VmJu?QeQgSsCW-1EHE?_|3wsvnRS^66t!kgO +zEGJm->b?~fBJW)o1C9-3(SB8%*BLpfn>hGa7RLs1;g$#_vvx(G#@;9I<<X4^N9ci0 +za#A}&rV^aCda<a>qwj~Z`0ak~Zk>i(Rh6wP=<;Y<53k?;j%S!VUmL$d(NIOu=pm?g +zQurRmbI}Yim^5)M&d@(@<ah|Hyb5A#R|IN08c1rk`o|_9JG;YYLn+o;>JWkupmquA +z`k^K8&Li6u^0Lo<A6qv#L4S#=@RS11D<QVB!q|MIIe6u9ZHr3bc3+6M-qW(DB54*h +zi|YyshJZpws%3H4^dVe`=9FW;|09#C1L6HKm2OXF&E=Ci6ayeL`3+%k5U>gdRHsPq +k_+^|Ki}()B<!^}p0P3y$?A6<UZ~y=R07*qoM6N<$g7G4>lmGw# + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png +deleted file mode 100644 +index 682eea089fb9c5a9c6bf6625e327bbe2f17a9076..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 755 +zcmV<P0u23$P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10&q!0K~y-6rPV)76Hy!o@b7!qUb(vfwMlc}AZSBUin>rVSVYt? +z2}TDTj1Y<Fq8lczT^Vp8IAN*;C(}U;#KZ(8v@BQ`rH}|U(U>dMU>m&amA3CWU~6a^ +z1^OLd-uwK1FL{3m%B00V;jla1Q?yp?M3pRqSO@@s=QvEmV5!7>^7~5vvVUl^bS)_z +z@I4B>psK5vnL1%>?~q*$gU8nZ0JN?N7LN~t%L^jPoW<9t!}mI_lm+`9E=u1V)t?2$ +zp=RcuA{&`0*L*QnZx3u22Eev{#>2DG20XvEy$d|^<U^d=6g3^V50>2cCsqixtB?jq +z0aMpPgU1g804;1&P#pWh0DvVoU<8Iist?t-k1qrPKxpw#IOL<JA8)^%B)Qo8J!8d~ +zI=E>-JaN%o?P(sPcBgxaWpuK=^m6~$pJXF5;2DF|I-4gcsZr0d^`!%2h2&xp&>CkK +zC6Xd#R~9P<^U)B9q{tLhAY6-83^HvUpcX<amI|On05}H)%X3nHtYXmOYy^0oQ<%D8 +zb^9s@J!ip9U8gLSm=~JbDh35tD|j;ThMHfD>kuU_p1OQs%<Am{u}M7nWA!GDjC7}X +zJT@(M-2k<#`^Jb}g?N4d`S_>cvVUl^_&E3iA2m{?)ER+c@IBsVVpky#jsnJ(7P@uv +z@8bXf;n`>dOkGp%jKSJ=>A#rR)(iRe7-0O;La$aEi$zK&wvR6a1=V#GnKa48BFINW +zJBJnkt#?82bim^B0%8?s8*9PEyPbWzx-M6}^}*{}+Y$L0t#NiiQe;ARz5vd09BJL) +lsl=T5HQgT>=}wid{S7Mc@&~kDy&C`k002ovPDHLkV1fw#LV*AP + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png +deleted file mode 100644 +index 79ba08599be4c459b225da131269e817a40f5c15..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1536 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png +deleted file mode 100644 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png +deleted file mode 100644 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png +deleted file mode 100644 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png +deleted file mode 100644 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below.png +deleted file mode 100644 +index 020870e01a58a95c50727018cad0ac6d333142e9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 737 +zcmV<70v`Q|P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$xc(K~y-6rIbNW6JZdB-}!c-?YgZAwB2GrjL<(I0hOp=A}7IU +zj2=u#RBn3W<Zs|&<B1E=gy2b=2$*;<s7OMhNc;g5A<(3B3#5ha!Y;cz9<YR9lLCE? +zlW(5PWab+}83t!p>k38Rm~P>Q;jrQ`2moXPpOMLoDKs4n?Di)*n>LT;($T=cRBn86 +zoBIM1sH2{6JtiX_5&(cy-orQD#r%c`(*d`tJTcOv-7PD8Im>~Wd~PXkvGz1xgWg7| +zT=54?rd_;A?V-*`YhpXn{O%#y03b>aX7afu(_wA+s=uNP0Qwpw3}5l1XmiX{bIYZ; +zD7BflSbNpshvu*7IzaOSiS}A-+T1WOr6&P^24`36erJ8_Pg*3pb6!5a?GPW+E=Cp{ +zzNA@UQ7HPx0y0i51AyK}35o<N7`{=Fwa|4r^53veOj}q$x42svE(fkfPhVY$n^6hI +z9u(nvpcYkB&Zxk}kbuLW>P`P}u)owo65z$6SG90?%Y{T>p-N=VtT|N+zh^zDG8rPK +z(Dd8}S1tUt;UOBJucF=yKQbKV4=bmyax(2=#{-9y-N$06hYE2O6Qh3|WOq+4%a|Ts +zFYKXJ70E<r)8@fO-~Xg%iZ;g*?X_r7jyL>_>0xlrMo^~A``giTz@cj+wj<4IEoGkn +zv@xEp-2TLhgJ(Z%1ZyZmM&v>%Ugp5+$<!9#QzW9cus~N-pf$9A&Qe=0rgabV>mE#( +zIUbafBe%j24(FHs#4kSc*&K3jb&I=;4iwkhe<umBD#O(L;!Bvr{X;!eIGXzxJT385 +Th<e#t00000NkvXXu0mjfk_$zk + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png +deleted file mode 100644 +index e10d9185167943fce9d72436944c568fdce180c0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1487 +zcmV;=1u*)FP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11x!gqK~z|U&6!(lltmQBe=}dd-EE=WcH3^H7F(qdN+A%4H=+Tn +z6>2~pgp&9s2|Sq)3JDsO6dy1eteTj}gV84wq#@y@Tw1|GB8fyaaw$b?wa9j1Z@sYX +zUcYaA_`0PRus6!`f0<-=Cg-<vX3m^*Rxk}UoL8BhiQqne#Ms=Qpd^|Uc0-v$Apj64 +zG%1urBbK9c(`6Hlfk0t>W37l!)s~pb<eg_duXhjXU-_bDv8krC6d@FDhv+V|>pKos +zxtbm*VBP84t2-m2DHJDHp#abXl*|z<&6O<4(J0S>JevfdCvMWw4{iMhS9(o61B#?d +z85HE%=~?2EH6J}+@bioT-)i<X|23eh)sO*qrl7VogI9~S$^5oqo$59?(v`#?QNy2= +zXLIV?>Z0}20^Hl8ob7RcS16{O069ABskE`eC8q>7Ru@Ai4ObJ~Nm!sRyX;wPD|qtb +zYSA}oz`C=Z`Pcd~I>Je80;npM>|AV{5!hHYv?XZ0WdJZIL&cXkjq-*ykN-O%;NBMH +zycF^I!bxmWz^)1#YaW}~uH8>(ye40?$59IAW)Oci+g()ulIR^dXPo8sxW6j}_rdbn +zg9E6VC)u~$h7b@=V*72--#K>9DC^r={4JrFatf@STQ$S;HW{sQ4ILi=p_t0s*6cfe +zPr$k#gU@w@%~!xWbF;Z~V^uXzves=yg^sYQdGEaUnQ?%f1I7uZtlRpaFT`Y2SE-Y& +z3lz}SD^H99+|}yY7>bh%RwzlAc30>C1fsb1wE8y=1Ky12hZG8TrkHV@n~7EyND3WR +zVEHFv9s-bCjwsvhs96k9TbhwJxRf?OVKMlls<`32%9KS#!Tm}JG{Kagui4PL5)Dm& +zsRW&I-@DQuF*bws@IMNYKyjAE5{$~NvOhryz|!3GoxQPIHpJ4OFz3stfgPYCH~sES +zslsWo3?^|%V<-(?I5(|KqqHE~8V!Yz3}wd7^o751%C}pi;vUJuqb7;4634zNmou}c +zV9Xi?AT{gxqoY5KL}T=4*cvr~k`9d+z_mUjolK+D-fOXBWe}A)IyV6>_nB#h8mTM2 +z7E6vUZ%CI-Gy-@A6psR;33vvrdr@fTunYtW>m^p*`a^g6-F(txU@DLTy#9g%vawdg +z3o}JG!1rCrbn|hv%i1Kj9ZzGeh)aMnyS_sp@JAFEL+Nw$g@A!SYS}Nc>)T;O*}197 +z7YfBxUbZgy?nQfA0N*?pBb-#^+Xx=pP*eaTUXrKsjP(F_5{ibl#6yQWcr`&dsSpAd +z<;vl9$S~k%tLI%P&*l_B>n(#b-iPPv7H^VsKI`n2&lOFdyioW{>br4S>ZT@tC=@gE +zgn)g^XTLW7HDI#;QXB>3I|v?o&2nu@<E-Z=3re$eVoJe>zsEV_oxPjg;!U#uvIRFc +zL&R2;y35ASxo`8RtxxM1ND3PQ*19$7D)k2nckpV$a;vi7Dx8UhlWHENG}M0kI}}rS +z0NJ`=cZJT%f|<GeLcrkjwj|-9j%L1t;EGarS$(Al-)sJamD09m-|>#Hs!6pS-44MU +zPh_yJM4NOnX=1$)N4xIEIU%eI@lCaR!~d<FR4Mn)Pu{1m_sNriD6Z6Jny{*`Wx0|H +zr^ce3yIFZp0{-ZS>%9h-drdrp3iEDbm3$k)1zE<rPpgVAPGoyZwdUKWLp8VJiLd<; +zRcuaeDH4U-Av{HPefyU$yG~5JVj6%cZ8@TBMQ-2w!KmEYpD^bSCUF=bQuPf&p$Sx$ +pMl?s4Hwx_>_WBDBOy_Ti{{TUj3vKiQRSp0E002ovPDHLkV1jP$x|9F_ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png +deleted file mode 100644 +index 01bca6fe283d8f1dbd7429224e2836e6f4a6b2f8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 878 +zcmV-!1CjiRP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10_#acK~y-6os?f_TV)u=f8Te`S!=eQp0Xr1jq5rxbgZSZ?KIXu +z6trbJ6fNlGL~j&2#0x=G)P_=UY=VLysGy>EgRP)9)pnyBY_TcrRzYY>VHsPOHW@T2 +zOR)V;&gVs2WHpAa&*jVe{J!^n`FI3n)Z7=}WBVh6!U?@1oM1@!YIgzXVt!5MGHIP( +z99qfFfAZJY@w;2SVr!wZ|L4=jf%bQW?YGK3wke&@s?znVUnT~Qzh4&kTKvqeTfXYc +z=E2wz055w3cX|{z^(T5Iv)*h6F`HU3qCFUaMgZKo<V0e4@=3<x?mfWHQ@>1@2V+OH +z>#}y?d(_q6L3`!L6B4WKC{@qB35JO~mrN!;cqs;8Y_4e@?s`?bE~{q-aA&Rny3)dU +z>3K>EGgyb8K?e4PLx)<c7cLH+H=6t6dweb3L!!!Otc`q!JDaF<x-ECipjQi+k#@ub +zcFYbx_=U9nkwIbmEiZcmb!}wZuuZ9{VZ1vxk+ngq#vd7wqAt`6pr+6N|II3n>7k}a +z0T528R|+Rs4^T>7yMNe*ywo%R(g`+5;d3kioxihVU@4znpK!Nh$<3k`|M}zF*M?VU +z52=ee1t9IcJLVa-9{{hoqNHBVqyfyP=#GK%z@zKH+|q*7`NbgsBiaK(Ry3BCkXWtV +z0O;J(Iaw&AKi2uIG6IcQZAb5$XLTGy`X9o}XH@Zey5Cs3GNQuK&Kg-CdCF{xQo22Z +z&Ska*Gn!hde(@a;5;b$_)YMlehW`zRlfNd-haZ28lFRCaA5l}omBXRq7*)@{4${P( +z{bM}w;mc3JMmPZ6av%92T&JIxfqh{!(vEqk6ATNX{sy&*FiecS4VW!mRKL)N)zSq* +z;?5?=6TeM8O=`@8G65Uw|LHSxf7^S~304ePFPBknYVz~(fj2(7XZUi>9dCW(v+8|= +z!U^>XC(s~w*I58wVOi;1_O{L~o>hy5Pba^9ySUZ+59;C*dTuWC?f?J)07*qoM6N<$ +Eg8hn`FaQ7m + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png +deleted file mode 100644 +index 890f154ffef9baa66ff8b4fe7814369000092fd9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1687 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png +deleted file mode 100644 +index 994e2b2c896ce86996ecdeb5b9c92712361d2efb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 807 +zcmV+?1K9kDP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;EYqK~y-6os_+AQ&$+qf9Jiv!LBW(+}JmXO<^fwU@%01SW$&k +zB*Mo;{sD%nQl)n2(89pCDhq}%urOpm*(<e~P!pkUMT!#$$&dxX60m_A$4N^a8;<We +z42}y;(p2#?9-ZfR-se5%yoxP!XCX+ezL9)sjk7^L>|J?B2f*$Q-uY4IWhSA<JLBP% +z?+*HZZ}h5-3pb{hM;<Mk?}M6gw>qpPKPtM<<MyRo>cW=5pBHS$^vd#sLJ;-??28LS +z86mq{=#B{huWN?+6~koFuvj$!4EWAWLU#>b|57#n1^n@k@=PHJ`(06dy+6Xqw1aG_ +zzbRv3q8M`bX#;I6xui^w97_!VNGoOwc0KEII`iK!08wyekHfXBiz|w$vN@WcD&GW9 +zcNT)g?~AIkR5R|k2V72Nob6h-N%vlaj6Tu$G115OT2EHrNPeki+<kFjD7`Zn!0C*` +z-nbCdj9d9j{UoI|h5?4Q>DhJ?1t-$YOM6wf!}9vA?EyICwLx3gVXp}cYBnu@YU=`| +zqS7|7<y~zk_aBOF8~4GhEJ$ZWX@GLwv<+-|J6)@#JE~p+%&oK!oUJsy-7zUjCZWaw +zCW{8sMs8!_eyIuUjmfX#?$Ve2sM3p7!$dLMG4S4tkmpr{9~J#s%)2J%vpv;5Pu&K% +z`?SIQ4x-Oh3}eqU0DYdibuO!_9}kD=LJ%HtMe)_=k!}C8vCYcHo@p8ea!IE!ax9qx +zh_p5(bk|@mwftaeDLgv*MDtrQ<V0FH><Rw*I}7TD*^1$Q$?$xAeC1M3A>QcvqQ%)% +zLw>4!^Kr%e5Y+Ae3|OW6Jh^o#m%RA#`j(+aAKFg>UCzI%+u@*Y)2mv!0H3;6`%zU& +l$DCi15%20Z{c3Ha_dS+*4f=tf8d3lN002ovPDHLkV1iGNcc1_O + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png +deleted file mode 100644 +index a7315ad5d891dd1b653688176d03a78e6eb176c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1572 +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 +Wl1YR42>A^F0000<MNUMnLSTYC80wAy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png +deleted file mode 100644 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png +deleted file mode 100644 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png +deleted file mode 100644 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png +deleted file mode 100644 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png +deleted file mode 100644 +index 01bca6fe283d8f1dbd7429224e2836e6f4a6b2f8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 878 +zcmV-!1CjiRP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10_#acK~y-6os?f_TV)u=f8Te`S!=eQp0Xr1jq5rxbgZSZ?KIXu +z6trbJ6fNlGL~j&2#0x=G)P_=UY=VLysGy>EgRP)9)pnyBY_TcrRzYY>VHsPOHW@T2 +zOR)V;&gVs2WHpAa&*jVe{J!^n`FI3n)Z7=}WBVh6!U?@1oM1@!YIgzXVt!5MGHIP( +z99qfFfAZJY@w;2SVr!wZ|L4=jf%bQW?YGK3wke&@s?znVUnT~Qzh4&kTKvqeTfXYc +z=E2wz055w3cX|{z^(T5Iv)*h6F`HU3qCFUaMgZKo<V0e4@=3<x?mfWHQ@>1@2V+OH +z>#}y?d(_q6L3`!L6B4WKC{@qB35JO~mrN!;cqs;8Y_4e@?s`?bE~{q-aA&Rny3)dU +z>3K>EGgyb8K?e4PLx)<c7cLH+H=6t6dweb3L!!!Otc`q!JDaF<x-ECipjQi+k#@ub +zcFYbx_=U9nkwIbmEiZcmb!}wZuuZ9{VZ1vxk+ngq#vd7wqAt`6pr+6N|II3n>7k}a +z0T528R|+Rs4^T>7yMNe*ywo%R(g`+5;d3kioxihVU@4znpK!Nh$<3k`|M}zF*M?VU +z52=ee1t9IcJLVa-9{{hoqNHBVqyfyP=#GK%z@zKH+|q*7`NbgsBiaK(Ry3BCkXWtV +z0O;J(Iaw&AKi2uIG6IcQZAb5$XLTGy`X9o}XH@Zey5Cs3GNQuK&Kg-CdCF{xQo22Z +z&Ska*Gn!hde(@a;5;b$_)YMlehW`zRlfNd-haZ28lFRCaA5l}omBXRq7*)@{4${P( +z{bM}w;mc3JMmPZ6av%92T&JIxfqh{!(vEqk6ATNX{sy&*FiecS4VW!mRKL)N)zSq* +z;?5?=6TeM8O=`@8G65Uw|LHSxf7^S~304ePFPBknYVz~(fj2(7XZUi>9dCW(v+8|= +z!U^>XC(s~w*I58wVOi;1_O{L~o>hy5Pba^9ySUZ+59;C*dTuWC?f?J)07*qoM6N<$ +Eg8hn`FaQ7m + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png +deleted file mode 100644 +index 890f154ffef9baa66ff8b4fe7814369000092fd9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1687 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png +deleted file mode 100644 +index 994e2b2c896ce86996ecdeb5b9c92712361d2efb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 807 +zcmV+?1K9kDP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;EYqK~y-6os_+AQ&$+qf9Jiv!LBW(+}JmXO<^fwU@%01SW$&k +zB*Mo;{sD%nQl)n2(89pCDhq}%urOpm*(<e~P!pkUMT!#$$&dxX60m_A$4N^a8;<We +z42}y;(p2#?9-ZfR-se5%yoxP!XCX+ezL9)sjk7^L>|J?B2f*$Q-uY4IWhSA<JLBP% +z?+*HZZ}h5-3pb{hM;<Mk?}M6gw>qpPKPtM<<MyRo>cW=5pBHS$^vd#sLJ;-??28LS +z86mq{=#B{huWN?+6~koFuvj$!4EWAWLU#>b|57#n1^n@k@=PHJ`(06dy+6Xqw1aG_ +zzbRv3q8M`bX#;I6xui^w97_!VNGoOwc0KEII`iK!08wyekHfXBiz|w$vN@WcD&GW9 +zcNT)g?~AIkR5R|k2V72Nob6h-N%vlaj6Tu$G115OT2EHrNPeki+<kFjD7`Zn!0C*` +z-nbCdj9d9j{UoI|h5?4Q>DhJ?1t-$YOM6wf!}9vA?EyICwLx3gVXp}cYBnu@YU=`| +zqS7|7<y~zk_aBOF8~4GhEJ$ZWX@GLwv<+-|J6)@#JE~p+%&oK!oUJsy-7zUjCZWaw +zCW{8sMs8!_eyIuUjmfX#?$Ve2sM3p7!$dLMG4S4tkmpr{9~J#s%)2J%vpv;5Pu&K% +z`?SIQ4x-Oh3}eqU0DYdibuO!_9}kD=LJ%HtMe)_=k!}C8vCYcHo@p8ea!IE!ax9qx +zh_p5(bk|@mwftaeDLgv*MDtrQ<V0FH><Rw*I}7TD*^1$Q$?$xAeC1M3A>QcvqQ%)% +zLw>4!^Kr%e5Y+Ae3|OW6Jh^o#m%RA#`j(+aAKFg>UCzI%+u@*Y)2mv!0H3;6`%zU& +l$DCi15%20Z{c3Ha_dS+*4f=tf8d3lN002ovPDHLkV1iGNcc1_O + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png +deleted file mode 100644 +index a7315ad5d891dd1b653688176d03a78e6eb176c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1572 +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 +Wl1YR42>A^F0000<MNUMnLSTYC80wAy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +zcmV+t2JQKYP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11&>KYK~z|U&6!_JQ&$|vzvtZc7TT?)+)^SCquHSRF$f5#k!0~< +ziOGD}mKh(GZSi4fmWXCC+4kThGj1<t!;CCr_~45VlFTgGjPc22QAea}6+(rg$((@F +zKeyaU|K0YUvxiGjKxYeL`MxyiJ*Vf>^ZT9i`*R6apn*{?-cQP($O&y<B!vc9g%nM5 +zF~vXtz(m1qB2n!|gzYAb+Kpr&9(SDU-c2(3u0`@0+~a<<eL89A8CO`FoZ>=0bL}G0 +zYHb**Fww4~?T(?B3izWtRC_Omi?<`JF2gtgU_&uMvqVvEqo^`dlobKRg8p*}jU$)@ +zCgTh~g~1zUc$m=V87M)Mo%rgUruRDQto~I4o*WGI-UzbK=F*%91n4Liu(wix%SLng +zZwnez82*^jaBW5d<AB9T_$~)}kMDGLtq8Es&CR~KkjEo47XY+K6rI&ZRG9Pfie;LN +zbM*Vu@X8DT(Bcq$^=7H<U@M8|40zf-?HE@KzA=TDnJCcdGT`kEhE;(r)s<-t{r(J8 +z#^JJ&V681vf2_44^g_TsH#fVL;6GyuFDnrVPHYwN#_OxwwdZLf%JI#x3Pt6pD<Po{ +zsch57TS@HcG0PmuHy83`;l6EIJ2(KSwi0~TBElvT+?nML?`-Ji(lLtwPyQAB$s;qD +zi2^6Kil|zpzvZGTGr`x5B8&ooJIv}&4TgH23D|opT5}`B4*|N*t>w-wRkfAi(>HY= +zzZPI!zuXGeECal&sK3pnIcbsTOFs~~Xiueprc#Qz3@2j>`E?QC_d^fcZ%0_2K!DC_ +z<12^D>R`1IlmK2?+tTX}ZC?O<lro;lFpiFLVb%BCYE)?<*yR+E;lRHM)&l^v`zkk# +z&9XKC*jt%bcwG}^8OEb%8yMvxwOHi?5tR!Yib>w#Yb{h;LQ!5sAg8!+KNkFu$_Z^B +z05nU5hXeG;k!6Xb>3$kfNdo}XuY=vos$rgGR^<&eqH+lUsx0dVFv}vRxPwO15CNdf +zR8Xcxa?G<tRfsgH=?Ozo;ScbF%=2*~p>eu??D`zhA^{u#l3Jlro+v(FS``a~QL7Ou +z00fhTL|Uw1O8>NqP^n!cVE~wnu|hH}QkJFEL_*Xq@=*ZrMb{6YPtjTICOSgxMlt{Z +z-Z0ahvB2U0JYgMB68Qxhk2}tliqIY=IQ&ZCckzzG5J+-JMKlwAES;y_yGh1nBSQf2 +z`&8kN@})_gq2@I{)V-TzC;(KLXqSN!T$|A_884inAH*202Q(N6;1tEfz<k1bwB0e( +zWG6nxfqs9wV1Rx83>XKRO6l;i9VLG+00O`!D}UEwAlxf6T$z6LroKF-VK~BIH4^5s +z@(;4#F905Cc24XnLoWdI`!kq`zB*HnM;XrE)x*aQ2RU=7**TGYwyXd-@@Ht&6VmE! +zqFz+5b!|Kq<M_g(BAVuCm4uNW-f}cP{d`%nVArH=E*qIqRF1DaDkj$O0w0eueCgHU +z>Z~--xKV0fI_9~}qcO$c8&`OlQP7L(JukVSx;&-f?A;8~8b_Ut&eYh_TXJe1W!2~A +z=CN34$Q@?&0MJxQaj@EmO3Ug@{vgKC=g(j`qFbg_5=I&~O6><WlV_$YFI?@^V5sMM +zfE|9E;gk}f!ztjMN&&ScH0S;?haMp=O=`Fv&>NUmBVjun<jnD%WuO1w+?>|<*&C?# +zN9jectZm86AMWxZy#?H0qo}e_IE$WS<p~W4B!Q_I!>GdG3G3kt01QOG=Qdl|`(3T& +z_g=JiUiLaYIJ+&7R(r=4-X^Qa%PC7mXf7+c=@iAo*-JPVt;nIeuX2OM68tEVru%1A +z-XN#ALrKH*RDHv3B2uLy3E53_L=yRh=ws>pN?t?!2g1uqLl1t~w*UYD07*qoM6N<$ +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png +deleted file mode 100644 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png +deleted file mode 100644 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png +deleted file mode 100644 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png +deleted file mode 100644 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png +deleted file mode 100644 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png +deleted file mode 100644 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png +deleted file mode 100644 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png +deleted file mode 100644 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png +deleted file mode 100644 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png +deleted file mode 100644 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below.png +deleted file mode 100644 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png b/Breeze-dark-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png +deleted file mode 100644 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-active.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-active.png +deleted file mode 100644 +index 5340acb3e1a95fb448b21bcb25316854386b224a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 571 +zcmV-B0>u4^P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k}y-K~y-6os+R^R6!WTfAhV>gA*htXoOfM)g`5tK|zGWSct@0 +zu(){nW2}rGB3OmUD^diTKpHD8B_SzdBPcOi7%WbF<n7qpg}avs;#A9TXNKKxSy9p6 +zt;M-<+)45s%p?Hf5c4J?J)PcM-x>C6u-I?4YA))}B_1GZHd)13TKtw-D;n{*ndikx +z!G5b%^YQt&*t0;rdMZYnda|~QhUS}jUIc)PdiS5g0H$tv?%a>`3_yFg7U#xD?>rR# +z30$b;PBGEbG1p@pcM!D!KazQpl^n<?-h)0n8e*7Q%G`;hv@krd35!Q%MmG{)WWHj$ +zk$6}J6Ba|tB;6g8b;*qCD$q_DD_IGKr4&pd&d}xXnY@2ZSF0;B4)FIX{|t1aq+O1& +zTm~;9@kwWveG9A&K{+5tGB2}|b_%9|D~NUqUPT%iqM(%6(8t^NW|QMR{*Px&aV@4d +z*LRZr8qpi<Rl}#5drn%N*~)hVploDIvbKjy{x0`Kd^o<SWq<%^=6O*xG%vH(FDa|B +z{+xc<v05~AW8^apYyal`X3E?Vu^>DNV00*XgA^+>Tlwy={|_dIz*qOE^1lE8002ov +JPDHLkV1n0m_1ORb + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-active@2.png +deleted file mode 100644 +index 6d8c4cf5a529fd21bc54a7e2acc9f8f014537baf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1085 +zcmV-D1j74?P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11G-5>K~z|Uy_ZpF)pZodKj-}Z_c|Opizt(Vt`wG5tekEmh)oMw +z!6Ic(109W|(NnLL5)SOi9%mL(M)h)I*@X~Ea|O9IuT-QV4Yt72*-LJ1GWWm#-|1oZ +zZf)(}`@duB`}Y6;&pn?n|KGXioWBrLLoF?<WV))^i@pGC1s(v_<saV!egm><K4ZzL +za}S+5bvsU8DHm|%+13qei3318uqLM8ap2ROvqPIt_g-I;fsv+;sxbKbP2e?PbxiO= +zO(OPAB3yeo)%W34Yy-dS+I?@}If=>kC4v`fAd%A-Q+?^tvIef~-1E39Ut-+1Oz;Bf +z_sI0QN6w^wE^1(;scn52_(9<QWrfe-u9=tZo4!u}QMjXX@Q$i5@F!Oe4qzKZ{bwUh +z9aaA^5C#)(0QD;epH)Mc7=OKRA&@V+NQQvw|G@yjWFn^zrux#O3J^qcuoT>Y0WmB_ +z=9sb7Vc-t}$WTkmDhpTt39Ky^{jGRDah^u6?DaZ#ZVTjrkJQtzp7uz2+KNR2Fc#jS +zcdNf$y`vNy;3-pTP3c$9agFdr;3x9%EnaA}vQ4%o`Im22QEM$1>45!_QtO4R8pqvy +z6COC>A_mm+s0m$ONtEyMc&t^K87yVxfc@T4YeH7$Ow7W?c+7;Z$i;#K2(mQ*OU0N; +zb0#9k`_7XUk7<NM7|g?8i5x+!OtVS_ASKU#aTCf1&KOh!j3-QZIdZtl-~crx%e0gh +zE5xNp!Nx23K?EFg5m_;wG^O5zAH+E7B65}U#{z_5jJx8(-_wX6#i%o(Gn#pUk}txe +zE~2ZlIv7?=E>;9rqs|MRkwcjoCi@~sgI6wz(W4Pztey#CTvRomi3308X5ibr(&^p2 +zZm7UMuQYn)vKsF?AIpT{zfem~onvN)E2{6r^OG2jUU{iVD^_4{-ozy_`lYOavGC5| +z8v*$BnLRx~S8=ECy%_Z-WjjXPSi^cYo#}m50dmf|fyrXQ0yM;cR}edq%(-sJFC?2! +z_g**SNR0f;B14W87S!3})a0$hVEro&7tU*9^6kR)yf-zxv-O^wBrdRmOR1OXZ4ZBy +zxmLI{ub?-c&D@C4=Ygv$K)<RQ?fN$yij2Yhdj2`kupDF)&L@1hd*j*6jfKw^9Y(3X +z^k^ctrrC@`l=yeV(1c)bX>e=DVsMDD2#hqft)C8}1A?>zH8H_sVtnifyNiKi8z|^< +zTU#=D)0*(sYC;{5V*cm(h!|N^GSlm%Z%aBo9VhQUDwTn(b5vo%00000NkvXXu0mjf +DW()ru + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-backdrop.png +deleted file mode 100644 +index 314205db178615a8e571ec28394e66d3023eb0e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 554 +zcmV+_0@eMAP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10jEhsK~y-6jgwDn6Hye!f9K6WjY$PV#6=O^k8L;E34xeqVL!ku +z+GPay#jhcXD0HFAD(wdt!Tw{Q?pv@~S0oFKet|eM*G0#gyd==GdYpI8efQpXuketj +z>9XOTn$bZ#0Km9F98kD-?e?Ru<9hu&BuTPxqju{hX3qr94_qP#wug=SRvbm6s{l!o +zEL5tCpMdrp;{=3`el~7DiKA%b04mkmtLvICE3(ITe*Jy{pfpXFbKI$y_7C8$=kvMT +z0<F3N*YnH+3)B(x|EEmf0(F4Fm@Xir=LB8vr6pyyQv`}J&N0r5K(R900hT6uA?t<) +z_oj*zt1h<>nX?!m%=u_yWkx&hhcn14IOkMWJ6|LCKE)bmMW793wyVr`i$EI~XEXfY +zoWZ_F4lLBB%WV%4AtIOCo`u?EvWb{!U&qH^9^#5qAQ-#5);H#|6<5yowkP(@Q=H)K +zTC3G}0K-Oo3pku%nhkMKt5%*vIY4m~jfRc-I@lX77iJ!E!Ry7FmGx$``KQce5=SQ| +s5g9$nx=^k&Tu6M*u=i`NR)1Xo7nPQdN)|{9DF6Tf07*qoM6N<$f=1@>7ytkO + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-backdrop@2.png +deleted file mode 100644 +index f9459bc98f241986a7c87aa8f918c1529385ab61..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1129 +zcmV-v1eW`WP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11LjFYK~z|Uy_ZjD99100Kfkxx*0!N|Q0PHH5A`J0KiGrJpPgwC +zA)(L)lVD9^DtPs%rywe5F4AjJ2q8`5zeFfWM9_UZ*>xMdSSy|itzgw)FWM$)lii)4 +zhusZpn(R(O;`cN&@Atl+@4R{M&5V#xa|;WH58f+vDiR{`F_6cA2W!oLgZ`=_R|L(b +zjhS^E=S~t|X;tuTKL12p%v(U8!oh^5D+-f_c*OVpYdZ>1EEW%}mMZT7Zvt&ez?-O~ +zD(6H?!$A<-OB^7IqN6cp8hCPt;Eh^HiJta6@6VP2q9}SM#(V=jyi4%9ZdOD)J3Q~| +zmH}#a{{0@n*FzAOpAUjyv3|kS53IEh#A?3SLpZ=An6{Z>v3TIV0GPJ-5svL4ysqcg +z%JJLv6M^bdOU3-c&S(2}wM1M#8U(?j0jRC>W^h$uTp@1dtPra(UOn7W?V3st1DLsm +zg~LE!3)}Od=MD&R7N|5StO#;8^xOf^^UWMZb--HNZmQdBs~t{;Y(C!=_|BLpLtBKX +zh%yxT&X~>TyFiATdvXYq?lg*oEeZklOUzU@DxAz@+;Nb>4IwHZgPDvwo{b78C1wiP +z-^x_b&{SV6t);L}&@Xej{HefqCKP!EC<7HlUkiL^B0E3dDd^`4`x1ISB{s_60v<}z +zp{9}|eWCA6+o;eB5ctk#*{E<@&`*JMQX_%CBp2mZlO}FZMUjEfcP;{C=jXdcWpX?4 +znpREgn$2ZYn=P|#_`vOL_9-dSlgYS~HY)VmsL&gF-jpJJKxsQh0{<A$8{6oxCQ5JU +zJJZ>y&;xn_bRw6__lLeSt)i!Z)uet3*Nuu?NeYjVmopjnD;pKg2zrs~?wL|y)JBCf +zq36vi(j%~zFvCwq&}@RjRW)>nzH=#;%lCth0jY-e6zEuOBrd6;n*<{v%6BGh%&fpl +z^HLoRTzAGsg+UcYH^A3J)J9@3aNQZu(H8t=)$-Q@V59se!0XKtsBi)0j5NN&H!Fk~ +zVM3HwY4Xjf!pEWKzF`0i@d(Xlu!z#%3Qm=1MCoq^7g&ph536jz_x)?Ca;}y6Zb{*z +z4%fZD9soeJGz={K5BSS>m+!o@&TVY6)*ivM{Qx|=7ifV$D&^Gi6DMByy?*UK&ol^v +z#foSbaB~m%zX|b6jqv*d0CafX)s*P7g3Rw8TQ3urkNdv=^Tw7<XSL^fw^o*KzbGQ_ +z0?Rwa3aqK>2X~j3g2sP=4K>YWtv#Zt^suN70EZH?mjx!uhLQSgZxS+@thMc!bSG#4 +vJT34z4Zr6KH$Z<>jFq@F7X-ml65oFTIR}#cb&+B400000NkvXXu0mjfJqZhb + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-hover.png +deleted file mode 100644 +index a7c3ee03bc667916b098ab7e27346b9a42945c98..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 595 +zcmV-Z0<8UsP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10nkZAK~y-6jg!x76Hyd}zxzs^NujZ63+@En+HRCi&_!|Ix}8<& +zI*H3}1Q7<*h1-C(b)`~DT?hYx7HSfIfV31`D8yYgQj^HcG?2M2rlylgm43_f?m4`B +z-+e*~UEi2RqY}yj!lhW`5Q*NP=BX5y_mlO~H<rs5qZ4ZgE+Q7HBLm4IJ<ww!-C`<J +z6xZ$c1GHSWxG=GeFoQCdzEuhzVUL_WFRt4)0F36=&uIo2Lz(4gunHh2Jy+q>d=!S{ +zY<s{pqzOI}IR=eNfb~~zh5;+PJ2X1&er==EW@UGWW*D3XC>D{F46q3F2R3bIxPQaJ +ztJnD2Zt<<t!K>G}cYTg&JCnTB2r73(*ItGo7AYFPJ3Oeq1;BIiT+LoQYaYiY@sdLb +z3g|!25!3)b()yQH3$Iqib8hk|e~X9j>U{onG#sFOHz<{ONn)B|z~c{fJSWeUY?jO8 +z<9JS<Cm-Jr4iS1lMRfJm42D{A2hR13;DebnQe56g^>r-7q|Ik&J}R41SUQL|aWYdt +z*h_}|2Os#vlyw)t0Ep{$$=UO$ZXx(5{iW%l1gLB>Y2P0BOiA?li)%zu0$Bu&zcX?O +hRKPrw!qP#q{txwbvX)-&5#9g*002ovPDHLkV1k?j|Azno + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close-hover@2.png +deleted file mode 100644 +index c6cd35c4ab8fba0ac65eb3c20d10b3a16bba7dde..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1163 +zcmV;61a$j}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11PDn)K~z|UwU=8=9Ay;8f9IP8Hf@x)F#=m)i}6`QVPTt8QwWu) +z5#vh}d(rUFAR#vCLp5n-#U*0YRFfJ}<HN>kYSQ>nF~-o=g3)kUE{&;gCbaA<mu+GI +zQw%KZd_K%B_hp9${!cUWojJdMX1+P+jNnlE(xn`-_f~;^8BG~*0AY{4$TV;d7(}Fl +z_*9piIWzAhuVe&&_PvL!g=XLc@Q6dd{{mMK2};AMiH9<vLm@YD;~g|-fn5&4Yc-3O +zPjD}`NqzmCV*~oDZwt`+8c^|&;I$e1NLa5(Q~hK{1G@d2r%>`UP`FL-6efzO7o_3j +zowNq@=b?NIBMcO64}7f`Jq}bz<LhIoOKNE?6mnx2*LDmJAmTyzL5D)_bq1I>E&!D~ +z248mJXU=tg=?s=O-QU3Ooi_l$EQ!RE(o{cbKLM=+o58i#+%O|(2bne4v3k?!-6$gf +zAa;e@b02s#UGz_PNBH#5+te0&IagYSl8wuUr8OVl9-=cc%Gsw&d8y=y%}mU&&;7Uy +zcWyOSdN{!I-UEd1$LNfV5>F&JU+%*YwJOHanvaHuxNeS8k(Wnpv3IkS0J;1#SEaC| +zE>omSDc<!}a=5@l*I1PI2M0)KYZd&%;X$sOqg3YQ6RbEywqayS3nFzY*;q2lr4#|5 +zpTh+nx>uO6;RD<-Blz<R2v$0T1E9-X2qg}qaVa6-^V2%mPxn|9OKY-};@7B&Kfi$Y +zD*R+Al{wL}N<@Eoc^=5#%3YS$v<(k%%QOLa#^a&6+>c9TY_4lHza_gXwdym|TLv#l +zVfSvwTC_AR;Xb;eQJ(b_Qd3yS?-OGL!o4h5R^|k&HRA$CfXAG{ErJ96{4p`kk^O~S +zDEA=<B8nSkgg}2U!OBBh*avz<p&8mLyebJdM4?1@`(QcG6?y58P14-oLp+giXh4P( +zA{|cPEnyp8y}xK(AyOi|b+C-uVlUxXj6k^0p$Yj>5ufTJ!#?<B^d3Ev<J1;=H>`pw +z6X!}(CMM~OjAo+GurKE~yBmISxgDV~U8L5Un^BXRqT-BGtOjnH5o!vHkTgBRmbA+o +zr<zpKek(AWHdKV84&Y$-_oGF{8Q?r1vDga9fh0LPUv!Xvd!+Tn)PTDDGUL;2K=01O +z>0x2!gVgEjq4eu3c_bDG*vX-EG216^zB-<|v}!xc>Ekg(y$G1wNKGA>Ahj#u>kI%$ +z!^t}&5*48Pw#R_jkKJ(jr17=C)~;??Go`71k{qiF2(ro7;Xn@%X<=cyT23F2rLniU +z?4K1^Gw2gQu0!w)@EwM$H67Tofh8kXuVyp#-x0K`1ImFCNdBI~G;kLfM63?>?&_9f +d$Kp=%{trL4hvdb3)H478002ovPDHLkV1ma-7DoU8 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close.png +deleted file mode 100644 +index 85aba525c8a93110269c6f42080fe35eba2792be..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 527 +zcmV+q0`UEbP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10gOpRK~y-6ol?PSQ&A8-lYs`hYQI3;YO<`$;-_SlMaj}Gq|g?+ +z@dHwWh`JNM!<8;YXlvV-_>wLfXsDZ{nR144(U-^b`5KA`1}?)nbMKscfD+8CNwVke +zLy|_)vUAVO8fAWth^UkNNOJ1#BpJoZdQ+0`BVuKtlZDvbzW`_eSiSd_JInz5P}NNl +zxvc?!yT5&)7#XMO?mYkyGi$2q*P{6P`Zw0s*Zxvf^k(k<yr!yKB2r&;uO<_0@9ZNT +zj&f!?9ASHBA6Jt}aX?*Fw?J}KHth5)iB`K4XGuT$gJ02VcjEZuG%Ac83duQuI!Z`K +z7uY*^4H3catCx84_)(P~R$JzlKoH9aKrCJ1JQ?IG9G(2ES|J6=H^tywj>pkzcOvNz +za$?dSM62D2%kj84fF!$OW(`&ShX43RRowspko=Iv^q*(mQ&W=f?tB6e5i41gn|N51 +zzpLttJjx<+tE!s-K4%245PC%10Qj^JSB^KcXCx2ZJta9OInU1Bh<IA&{{d%5rI*@L +RE|vfQ002ovPDHLkV1hUR<~jfX + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-close@2.png +deleted file mode 100644 +index f42113dde12473dea98829764d6b51c4bdc98f47..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1056 +zcmV+*1mF9KP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11D#1kK~z|U#h2SpT}2d!zqMy`Nt&n+CWS^5P4v}7Dfd!2phz@< +z=)a+fB&7{4Y6*eRa#4)M{u3r535jVbmvRxIR1+Ufs!6p{eSroZIC~At2hPF6<#6_q +zkp7bWGP7oVznMK(A*Rf%NL3Re(h8ITF9FY`s@H(ufqP~)7KY)Jh-}5poeO+MRd1^5 +z6IHdC-@2;aG_%s<fQzFj>QU9rJiz<EjVOw`&8#>ZN3y_6z4xO)#sBWXUM)K3-WQS8 +zoCdbGwqA42jRP;386t;zjIE3ue|YcTEh;MdC9455EAieh0WThlnq7~aa}^@;XSyKB +zfETBR{iNUkXT0~{WX_3Q1FG5yRGuIlGXtnn)hp>TNmZ13?|%hOouq*bZ93;(5s}pZ +zz<dAMQE)S3Vsa+kgCi9)_Ed_wyTh#?wVp@E#x2p@YJCI4mP{tI#wC+U>l+xhM02Z+ +zj*aKqBi78UF!bIx0M8s{x4Eg2<@-N#>&_I(WRi~dk8#fJiP_%XW^j0f+mq9jm%UEY +zTZvqQ^{lEU0-z;VWEh5g+Hrx}stTrO=jj_9#(Td9J}`WP+mq8&oPC3?&Px;)7UoKe +zh_nRk94t8%h9RGHv{PGM$;|A+u8HmKZ3e#hiiyb?D$C1a!&52~Rs9EeK5h$DPjCO{ +z%q=W(zNQKn7BF>pmdf%nu3ouFK|w*>Q~-aAs%`<XEyK=`UmN<8shK$d&ec@XdFcXS +z=yJ3?psgTx%;DOz%yO^JtO|f9`7}`VboUK1eRrO^+G-l>>zMoDN4k2i6Gc(J{Phrc +zK+HLys`OkNVt#RnH|uJ++}?(WAVI*y<P2TC{d9F+%4Z%t2!NG*;q`U3TyAf}IY$r# +zTx|P@w;SqNx_6(eJ=aMllW`5K1ZFlC2j1N`$o%3GiSy?UY(zm2(BAeTO^pebSAL?a +zw?CE%GyCqTZ^h{zetlGM6h-#^tveP)QO<i{9<d|v^p4{V=iIBi$FYd~WoAPuGbct( +z=QgvU^aWKiDvP}LQ$Y2JIoQ#HbFLx%aM^z;J?*_;=43CW<s$MZU9e{>7Lmu^`}cr{ +zDMQC5X5@J2y?-YY4%r_jCEojQfvRIW*wKP>?gJ5dyuaem!$?F{opT8@>jpND0p1Xi +zuGBw20FNazD^b-ERb9*DO}M72H_YsGuKcmzU1nCOs`Vn$0-Ob2X7BU-H~xE`Pm4&b +a1L0rpt&#%@=fL6s0000<MNUMnLSTaMmGMLX + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-active.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-active.png +deleted file mode 100644 +index e543fa189033d7548396ad9c3fd2badc68dea864..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 560 +zcmV-00?+-4P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10j)_yK~y-6jgvi36j2n0pZAVt$Skc=7#e1#l5H)Cz1aF2bPe?; +z(A;bR{U)yZ2ME?1|A3XPf$#%ZEYM^N3G<~h$HK7Lk0JP0w>Zyp&bc>NETumfbkzhs +z2QSRn0Fbz9%sxBm-Jw4?o3GdHVQ)ALJJahAf>)prELc>l7ERfplQn+7@!nT6!QOBf +zu1~MO0NX&cJk?S%q|?x<9q)bR0M@6!J_6g=y)YONX5E5^?*Y^w47#ofzWzt&#f7k} +zcFnT~YJwgj#8!(YlkWg*Za!%l#D!|qbAnxrpbakaoFdO>q9sM(;H5))v;tpVk{20C +z5|gGeWm#}>F=?5C#}2bqIL}Gr1UZ335^qseRhz_|!OuJ4+uSYr;hZ!E)i+s2kr$-N +z5<Dk~<1Nav<R;4i)ktH9*+?{HCyGeZ1gQm{IYgQ!bfO5+lo%s-=nu|J?h}x;J!RX? +zfn|+xeB}4f9YAQ+Yot>|cCSE|A@^-ff8GK(0PlSjTD4<vA}j;dD~&~MkehKFTJ?P4 +yGtH+z7(7)I^aQ&|8~<p#LK<U?j{N@leEnZ5?8WFV9ai@M0000<MNUMnLSTYReC<>K + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-active@2.png +deleted file mode 100644 +index 34a477911ce362b50ba5a82bcbfd5c543b3a6cb8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 977 +zcmV;?11|iDP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H115QaqK~z|UwU@zb990;=f8S%PCB>_KYL)PRuP9=x>1o=Pi% +zpb+W7lV=Yi4R}bzOk5rfyONajkV5~0>d8Ybc=FJCiAC(GLJ^_bOm;W*P`gPMnoM>- +z53{>&o2EN6$$qEd%{TA&n>TOXd!G<7F0QN$xQ}b+EgBywoC4keMw_>v0Dl9&Db~$e +z#=UiQdU_{HztSyX)+`>k+51}I6Cf4QcT?ay94-|-uaZc>7&EwwGq3OkFoY^dSKl!H +z&#ehu=_e=}W1dD9m@5=s)qoqoWGwIjA_{lvI2SIP*^RCObEfc?!jHgf$*2d$dc&%J +zu$a%^J5XT8EFH56eg$4XVt6acmaUV8`T0_-!D?L?V+L)48$E;r9Ix-m_r{pPeF8h! +z9`H^N;h-RJW*29!)g;iKbbq4iCZ2GSB@{$zdpK`iHnSVy2n6JT-ov5wN4YjZ9zZUx +ztPBi4-uegCbX)=7U#HP%aN@*RJc)1=ssjYC*r|WF-c^VVUt9Ajm%~L)L>L>3F?U1O +z$gVi&ZIr24<PNy&x&UpFSP}rrl-=A|B8Ts<hwz~xa@h&6g!}jZpj@t?s<A$Y!YNB& +zJPy26Du?h~7TdA0`})Y`CUA#`sZ=(2_;4-8>&UpJkWLD3MRExpvAQR{9DY~{OJMV` +z@Z=IwwG<v41w4s_q7N+K?oq+xN(kJw6zk@GcqxRtF1eGrSny{gvJ<$jOQo`b@0a%F +zi133|%ec3IO;p=AMn}`6(kXJ;32eJBHoPri_mMl9C7n(&lI}Q8hOBD820shHSEg_c +z_$)CgK?qzc8t-!pKpYl;TIVSAEJDV1fU^M214(#v)@4MXmktVuAh6szptcvH?M%7| +z{L;NrI7Ec+x4M-{ebZ`c3tXL^-VuijfZs!fas&J0&Z_B|rMT#Mj~Z6}!?wiHehy#Y +z{U!5dxwCQKUa*+Y-`m5PRJen{p(bYYS%p<`c)Mu4-=9x;;ZMGL`={;q&Yk_Xj@3Zq +zG|-=@LK4|lp;*hLK3$%fslG6!TOTuK>6k;%Do#ftqN~7laabsN-lLZ~M(hw{O#f2` +z&Iyev;55iMXtO+*C!l}PEYAnoxowQujneOb-@j-(k5lJ%00000NkvXXu0mjfce}zu + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop.png +deleted file mode 100644 +index c8ce29a22d780fcfd9ae7b1927d0751790d7f18f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 293 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlA*x;Tbd +z^d=`rux?@f%`caCul_@Uv7Kqp4-?}*=@%MS?RuDzAKmRMD{OYKmYvVk(7+(;)29Nr +zy>(x0nkF_nX5Md9j&<3YaKF*nx2MM^YR?^+iE3(U`z0kLB*NB49o13O+xg;t{jueK +zd}gT@ya$#^vK2@&eLwW?uRE`Vq~sNee}DTNuAez@;DCUb*thTh_uGH$>G}WU+k5-0 +ghO^d-8+;fTk|k}jw9a1N1#~Tgr>mdKI;Vst0BY`Q!~g&Q + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png +deleted file mode 100644 +index a393d767a4912bf44caa7a5534c6a6e737f1fda8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryTS;Y#`CFfB)ht(fcXwiXzL4OE!F;SSeteso(e0#yREetxetSKb79;rT(_P +zqIlxjv=AGQeaRl5YCRPme5|mUCpBY@htIVBS8o*8ajP$@5V*+Lu!?8*+{>%&xqnPL +zy+`WevTT=x-3L-!KUIFZo+|k*VruLKaY5M~Htkn=fm%bp?wTZjq_E}_+k|B=1sxxA +zE>S&{{CrLA&)1B%pJc}<f8)BLx?XsraYFpg>?8e*+lr=ltYutRbi1RM@ukUr<~)aI +z?-K>SFV09*jyIlnwvYexRpSid9s4cv@7K-W{82vOqTvMn(;J>^vA=M?xagPqjIL8h +iO6B{HKmK{Yh9UXJ5;38f*2jQh#^CAd=d#Wzp$Pylp`-Qy + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-hover.png +deleted file mode 100644 +index ed39b78eea4146cc6a40648d2e4631b2846a74bc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 520 +zcmV+j0{8uiP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fk9KK~y-6oszw3R8bU#zkPPd1>0CAFQ7A}DT9w;p`e9LK*2yF +zm?ubMAqj(sBw`F>oj0)3QWU$8pF3DgOqpbM*qdXKd&A6i1_l=#IBeFp&W5v~Av0^c +zdnY1J+}+&Ws(Z)GT223ra?XXjZ@c?>M7X=>;Zx1d-Ti&edA8=Hh9lw&&;o8veC1jf +zzz<bj5|OI}5D{;ugsD93i0A-_nYC5*>y+@wCK0iiRCQTIigAve-7Y)3-AMt3sxFJW +zm%#iuxGZ}BEG*3P_~C<p5=5jFcOL*F8+`cG<@luJ)#?f<2^+89aC>f!r%xU=Gb}YH +z!|=?El2YR3%5(mlo$+q_W7D1!a5@RDH7P_y`U%(<kvKR!qSyP)`r0Tw9J2P}8U6k# +z2Zu)hk#pV`Gi#~pH~!-rRrOvfisC2mnd^p44Fh{3@~f`$Y*pp<6q{TC-&OVgO_fFD +zN>!JDZe@ruVC0-HfxQ|Y8*gTJ-F+(}j@^CW?t|*SnRC9=^#29ryz3-E_4Y*o0000< +KMNUMnLSTaAc;z?% + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize-hover@2.png +deleted file mode 100644 +index b8c70e59b147a2530d4e7cf93eee89555baae400..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 918 +zcmV;H18Mw;P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~1L^K~z|U#g|KH6Hyd~|1)<mg=lr9ttd2FUAn2yoe{*K(4cz} +z(IQpELIt0wl)6xGrxj6&S}9lz2EnziMAV8>cY+GOT7_m(S}>h+dR*k;G;PQv)94R( +zbI)+Tf9}29a}U9%R5irRQ6h>1Xamp!U`amg0Qd~xwW>b0ZTl$^W&P%^1YXX}*O_^o +znbqgWF!Oa)Z4Lr%a9y{TnJ23NmyQY7b$e8`p&W<Gz?(%R1z=;%e=t)oj4`{3Xr!Wn +zY&N^j81n?c3RMNsoF0A4ljEz1><ooM!(|PqYLke(1h6s?wY<I?V>S}ex59+wfj8ur +zy<TttSS}(Dy=S6mfSJz#*i=V2R22X=GxO=f9OVPeBJu%1xSj?)nl#3=648hS03vek +zAHo43oM(bmH6$WG0W?;dCDA{CsVNtS4(zMNM8+7i)E1F#wZLyC`Z1VH0RSw^LdX8S +z)uvd?%uyRad#&)+RS^Iv8mZO<5w+XM6&Bx0^bcS#nZoKw3oiAZhh;3BINO84WD3*M +z)75TA8<_c*-@E;0;+{rhaXr|1OvlF3#d#-_(L+bOH5!ZSwHvpqsTHGO=4=pnKoh^M +z%Bz%H_JIdUtd6wc^2G~iY+N+!n}y*pF7=+n+BL0s_~<ci+`j8;4=e!VLE!;RWGnz5 +z=L24&iH{b5q4|Q>U}6Za>&8kC$E`c}H5!X+$Kftbr=40~Lz+%I+Htr`qp`T&x^sV4 +z+;!dUg~w*b8+bSTUXOO4ob$9-JDf~Lj~zdyLvP-e#vD~$KmfqZeE>Rrukrk-&$jI& +z|EnBN7-QBH%P|rCP}M7WGj*dDa;xf<!UL5&!H|eN1+b-V4sv>KjM-LbTuL9M%S7ZA +z>ia0&Kt$gQ6Em)2A{rHuT>!r14Fx88a(oey9bPz4zA<SMkw*YF2X>Itb7RaNA{s3X +z%vp?xXv7#3Rn;B<lL5dJM06p)=d<9xq^eEKe2tl%DlQ<0nXjtqvP$`V_g$*GfSI=v +sQ9FS303w*#o`1sM_WT(UP5H_D2k#EFQ^KArB>(^b07*qoM6N<$f;-ce=Kufz + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize.png +deleted file mode 100644 +index d488bd72c8410374b3262404fcff1d31c9f31dc9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 586 +zcmV-Q0=4~#P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mn&1K~y-6m6Od*Q&AL!zkQl;lbTAEl!^^d;DQ5-4ipnKaZYs1 +z1Bk?0;tQaNK=ch%oH`&nZhQerh)o(Bfy+B!2Ljrg^xAv21CZSQfVf6GIqO^JoSiJ8 +zMK>lV$8Bf|0{0Y60|>IKmQNx2db7N-9rerK!F8vc^F0Tvs!Ss|D6wXvgo>>LAA;Kc +zW6$$~;{ey4auOGQepb;O5Eo9BugKQ#+K;=Q=LH5Jaq-}tist0sFhE>X$GgsTzXgz^ +zKY!7)!4au%Rc@K1g*lzz{Ok<**_n>GU>rdUvA#_IDoC;uoXrl9Om^drj8OhsX|)(5 +za><~QYCU=M@Bu?ZgFIVYVSZtWOy)9A=JIW?uu8Ad4)E}BmZ#5`X*3#GYgt@=NpC9E +z79xTg5v`sCAK!FBh`@KFYKnq{W1}vE1O3b|EH%N=kQXbj=u4*=8+Abltx}Y0H*e=+ +zh7w4;jXG88Be4myS>D(d;UnPx2knEbRZ8nS2B7|HKd;CZdZrK`_!iXm=77V(RIAmn +zCz*I3>vFQd6~P$5G;<OP)Pc32wm02Wrl_t@+_@@f!HC>f<*?4eu2qU+%$rJSeJASw +Y17{w!Q8$f++yDRo07*qoM6N<$f+perH~;_u + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-maximize@2.png +deleted file mode 100644 +index 36774c6851f99e85f2c4a0ae34dcd28eb24f668e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1070 +zcmV+}1kwA6P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11FK0yK~z|Uy_er_Q&k+mKj+@AEt}oY2SeBGs<9>{LlfBAnILit +zCI(G3B>G?`NMvNp=}_>&D8s~=@n%eji+_On<O7o79t^I*u&!$dk!^`=O(ae`FkxFu +zE4ID8$Cp*=gzfh3$M@;p^ZnlM=abxX&pk(AG5r30uG$B0hoq1%1I@srz~;sD0&pEf +zTu9EP=RHG-#9+=!U$Iib_MJQHDbORKO@POuZyNYUDJq|gjr}xhOF-9k_rhPsNr8M1 +zsI~}R8d(IN)orTk3x~shTNY?;-sLqN@+?vYZGxA^h(lKGkHx|_RutILy6Y(^<#~_| +zYXmQ$epl4u3uBSU_<aQe0ey=h3Zp>d+QJt@k~AG=@aIV6kJ6A*y3lpqT@Zz{>jno9 +z)GI~hTV2=P{}V{v$$uoEb=}~1<LT6$!iRUASe$gKIStfofB-<&A*=kcSonqlV5;V+ +z4TJ;K7{WLOApHJ)F3&^hKY`jxyL5K6<8nIr{7k<M2a(EW=O1=>HmCR4fxpvrl!I-r +z0Z=qe&V2D@g&ky_tEM)jdK<J8K#LvtwW(=t-I`->Xg6-Ro6%UjA_XBxt6rb>G2pZM +zP-jOwhYqwcHJzaA*a-%{A0*Jy%yWA})Kph9G8(fiAQ7hO^=W-rT<beK+IjPh158aP +zc&qz3sZ@%5KF@`rFoBk4_J;I|Bm_8BuTT3FQ0>4=u?h)?>h)<oD+w$IU!_D*_4>49 +zEb|Jiz*iwLr+OP6d4>B-!b;#aCB{{+Pul?m)&gFsgp_=z*4JxA1h1DTjvhJ8;X?<x +zHZ@IG_i<9`v}Jg?#8CJmt-$~x{aI8+C4TwJe~T1Osx{S3Gp<d!ZopL<FBk>1#zx+K +z{{vg_Qsi<uez@=>Pj1`B!1+Ovv*jBikt$>t-WCAcgU|GX?6gg?5kkoR%hBO31wbi^ +zULd=H{ETWkdtveWpPl_J<E__R2zGA-T_8@6#V!s&*^cP;d~F{P*#P`-dd_pYboZ}7 +zA~BdN2xC7mvu<ojk}COX`Kd`M&rd|7Hx<=<ah)V)ic&s*<<g~O`Jl42YAg~NcgU(B +zFtT=RF<cNv;A(t$Vrk}{KcQsudS>erkAI!Zn<j!5z-g15k;uNxT<wux#>4kqN>@Cb +z1_Jt)qLS~CQfUKOXN@aTQp&Fk#ps=gMsF@#X{{kNH8nXM57g<x6fYrY5%3sg$8!n4 +oB8f{yo-;D3@Z{uV-b&wp05;yIABo-j$N&HU07*qoM6N<$f^J{&ZvX%Q + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-active.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-active.png +deleted file mode 100644 +index 5b384e34681b27a5e5e8850b073ec10d9e02847f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 563 +zcmV-30?hr1P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kBC#K~y-6jg!4@6G0S(zdH-e?m8``a5gVM+)_sLgqCLjqtup? +zX0%1pTf)E#M4`5L0V-OQD9!Fx5k)|9L6k|nuyZMp!Cq{_sYaS}zWXy8p`}5d_asDp +z15Z?02N2;RsJ=HMuMXV)>AYWNhuz`Ob|#l^1fGFd&}b1YjS!{*Iga`M!Z}y}2J8-p +zc5QO`0oVf4c2_NVL{6;M+s?V#0IW^Ey#=<=Tf?BFsP=BS`x-z7dEPT2`uHD}7Y9Op +zW5OdNA?hR8EAJ_a5>;JYT$Q3Ix$+*xSP4<z2<)Iloirth6N<7#!xD%pWmRFVrIV(B +zMh2c5MDEW#8(Eh$PARGuM3thdu=gyRo7vntcwlI?{1;?Jc*eM+@Ks==4LLvmOj%X{ +z#7RPyb(gK>i!mZ&kfwc;WnJPV`A1k9M8*cykr1ZK@LASfRT&{nQAXy#?VqZccYtU0 +z3;vM;s1M4~q1!t%09Nbgh@2q!TLGdTF`r`j@e;rQIOl4s^|r#Xpnlm-RA>~gRXMU+ +zKVJAu^BUy&LkUq|U<Z-)UunHSWQ;O8bbDv>{-4b?zF7m}FT4N%002ovPDHLkV1ksP +B?@#~$ + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-active@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-active@2.png +deleted file mode 100644 +index 62b00fb7eded981ac074cacdeaa794a79eb64e27..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1008 +zcmV<M0}uR(P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H118qq}K~z|UwU@DP8&w>~KfmKHiE!f}4=A>CE|E~#SXu%TY7r6= +zNI@N#m>C<1Awi0R_0%XvNfn0lUm#2jr4kcE%MvO?r=r*?Qb8%WEklTXzN*RH`7xZ& +z4NX$tUFz>-{qFaE-_N^ye((K+n7XvKHk{dUFBo(_)^HYh4S1#dco+B+_*G+EcXOE= +zS7&DS;?$LX33F<>VB&wN;ZtBVCT~mNTP!YD%jE~D0F+WA`&bJaJ_lY#YmmOYp`PZt +z0$&f|Rh3dtVgt-CE#<YxHDD@{@i8D8ZUtBuuc*0)eF5gx(wiE704CD89;?4PM)2Ws +zrE=$3fLXONZsPp{*e}>TQo}Iy)Y8Jj-%-Gbeki3zOuTCYGzTaIzI>;Y8aV{8hgk;R +z9-ujB5O`-FYd#7I^cLOkXq`#D;9^5)5OIC1*RQC#hv6IWr~rdEhv*-bG4Uz@a%pXC +z_|%T`4_ap<0LN*wy}ivFXU<?+=863LAmHxST_%b}vSZmW7`}z(Fy5=i=)cZ;K=$D5 +zcXyjOPMcbN3*QgYoBIK^%{r}?L$l>PeGqz$?TdB6Kr{X9K-(@-EEaHGm)d3x-}953 +z2Lbh39oKcq=f|<_;^8FCw9!3S4#~DBLWswYsnzO<Ap9VpzFDW;H9vj2bYz}}vxdOr +zafQ-A#5E5klZJ-u^9m+`NM;V8$BaH1u_2P1hcX0OCxu9B4$?F<+>4ogBt&|1(CB+6 +za2uFP0-?30(Re_uz6F5mx)cg|N~L7yn80mAV_Z)(3MiFq3WYqb>!vmb5aD~%&1G(! +z+HqP3x8k@EB0{IrNp9ZViifoKlhM7suBSPOY<nWnH}6RVfpw+Sz5yT>i-3#P$%`db +z=+XAD7NL6~39rt26%iODgC?5&YIH&EZA9%{whH{*zf(AY!uf4DxzVqpP!Hhh%*>ux +zTm<e95TVh*{N!NQ^uMjRS}s587{Nz9h!^`g?hAadqP}Px3?4cQmMfJzKGu|mTL_$J +zVRpxA*bs}is;d0kvnekfHE!ePkL~x*zq=k_bPzcQ45jLjMA}-Yy1CKMR%d6MN2c_v +zF{@U_Exf2X9gAt*1ilfA#cH|y=(&tB3!;=7dcyE|p)(Df1DOQfZO>&F^dEHF^AYxL +eDy8=0)cp_8mZ{>J`zL?^0000<MNUMnLSTZ&uF=W> + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop.png +deleted file mode 100644 +index 862fd67a0f6dacdeabb5999b90a856df73dc7789..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 310 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMIx;Tbd +z^d=`ru!=CdNhJUOx0sE`r(Rp)-{0QCl9E5oz90Yn{T(SWW5#rYKgsV3O1A7f00JzN +zOF+yMCrTzac9tHUX`CK$(R6*()~=uS#;29s+>W&yoYl~4Xk>2hGx_)b{DQNm&kANH +zC4G`!7U|+tWGKvhIGNr0cF~%+1F0wWR)7EZ@KVoZ1~xXfw!iHB=Ei^0FEp&$^)Mqp +sy4zdVZ^Qow51)a=C$A|KnZU+y@2Rc+*_vb#pz|3#UHx3vIVCg!05r&YtpET3 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png +deleted file mode 100644 +index 10e4d47538f0bd04b7015ad9bc59ca1a835ea520..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v-JY5_^ +zB3j>0*voauK*VkT?WpvZvpJf)uLg0g+t>Z#!LtAs*ZD^S1!e_#ht~>*vwQF4+oj<+ +zTSUerea}xzbw(bx=7;wcZw7RnX+GQi>6T1u;`bPLg_ewiSvj4V?|#p#h~2(qxsF`Z +z!<&8^??2tSS{q1kpYCMjnPD;E?Zkf!3@VvohM##3tkjvc@Rh$!+&=aTiieK9|9;Gi +zu~cc*DSNgTE-OxGv#xMiaY~y#r1Qc=ZPq>A7p7{npHRyA9rWtdRwf1ozfG!w{tQ<4 +z)bFG%3w=->e0BF0rg_Q?v6Z=#Ou8q1+3;`IjRXUUx-RM1JM-_97OhAF`kTSi)z4*} +HQ$iB}#L<y% + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-hover.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-hover.png +deleted file mode 100644 +index 66f7303f332fb2e43a1e8b99794ed38925532021..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 540 +zcmV+%0^|LOP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10hvieK~y-6osvCk(@_-0e<!E(56;#OCMBhtCZmqU51_MxFLV%x +zj)IGO#3%+7H9CkQTH3GSq@yTqr7`g<wC0xQ<T~Vqnx+ywaN%<A^Lx&@+y|yArBs*H +zj)<<LBq@#d?UYh&T0g0rb0O)ir2UAHq<nOZ&h{m}$vH2MIUB<f@d>B_r%voLtOMYi +zyRVzsVF@52Ue5_L($piO4PYsyy1Rd#6aH(Gh`3mC_f0b^cK13onk^#YL?R++G+XTM +zbpQ%?-z))_bI!iDTBTAxOXE=s>A1;YFre9b#`5wKYpYcNH?u1ysSgxm;rov}bh=&c +z-@D7gf=}RwPo8pS=`^=DZXWebrRh$$u3x3PvciMM!%6-D17wrb1Ip7k?>=nP>-_?t +zQYo`><Jz%jnOWB)y)?5sIcJ|`0?dSg0A5*2spjrq_>XUN_Y0+>D82(b3==jt3~ZU% +zk8zY2M^UcNG06e&)!i>mqHJb|?!FFej|8*Q6glVLz}6U^X`fO$FX=@@{FKy})F17i +e=bX<?>;C{X67asEpRWP{0000<MNUMnLSTa1Ebf*7 + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-hover@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize-hover@2.png +deleted file mode 100644 +index 4bb291c5bf1fb2c890dadbb974a0345aa442b20d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 952 +zcmV;p14sOcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H112suRK~z|U#g|`*)KwJ6KWFaXEC|(8?n*(1z4lU>y){16QZU=L +zk}@bM6(R+Z;h)@0U3&GcRYGDRp@%4vAbPYX5tIJdvPi8nf@Ql2wzD%oX!dswrw3<j +zc6P@7%}i5YxG(qI-}!uh_g?P3M@T4l&!}ovL`HzefQNwlYT*Uo8gR+ozf7mo=R~BM +zH1}%Y^{RSGRTov&6Sk77o^to0Ucdu!9KWxsQ3v4WR*B<y!rcejaik4=$jr_Ho4Wpk +z<+>0;7!{GZRSi_D)ki}JUjYxeJ0dMTCRRg^U(M{fOeXVFTLbPsXl56I2YaHn*NqUu +zCK36q-jQm657ef;UvPl+X7*X*p15N`RmXuR`v}L~0XD1Z;d-Cc0z+o@3$V7I1{xHF +z5H^a)TnfO<-un;X0BdVZQtqAs@{Q5ynJc_?V4TIpa?hkn6!G?<Bm8)Ix;d10_cbXq +z+XCFv7`gP_4@}Qo;o!T+DVHl<!^`Cg``<ar<>?u|Uuoc8Rn4Y=TytdCj_u^PjWJs& +zvj6bWu4bYVMI1UZ!EB+(*3lfhc5GiUMnrO`>cw_P>FKGDJv%(&ukL-*Z{7Mc@e#aG +zD*2u__IY-A#3w)e=x$>#psF|TmaJ0~9l%{x=TX(_YDtrt=n(Fz`d6yO@~zPBoq6)x +z#<*I%#)0u;E%!tvia0oaoS$c}vUN1ao>yK@v{zEVVy`B;g#)D&P)Itum5CnU00mLi +zlfd3izB)a1hEG2~%f^Q{05Dr9^3vD~ytaF1CusmCC641^5&62)FY6|NZsEB5Gve+U +zGy8+4(=dsq&V0hsQrzjZ*HsE3+%Ev#EW^K`lj(H&_5bTSu7nUCxpN(h$nWlcqGqOV +z)Ov1rKT&_6N<%PXX6JyX`sU!a&W8}T)C-s9N9j5<`<DJbN}mvs8}*K5N3n>^o7wZg +z^_roci48ffo7uCCaA;qc44T;&z~-JE+}8OJ!iyp@-yCRp8HvbT2qEk46F}4hxFRCQ +zYHPj%o=EOKsH&5yy3j#QxS*;Zxcj=*@+Ypl+<lFzJ}n|S;BjCB%ggg3|CHz7h{#fs +aynh3*#CoRsBcZSW0000<MNUMnLSTY!FwemN + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize.png +deleted file mode 100644 +index 62f7d6af3773723f8b08b473901b591c9bf48ede..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 608 +zcmV-m0-ybfP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10o_SNK~y-6m6OYAQ&AL#zqNPhfk?a+FNkQMCw5?}cxj;(oEPh~ +zFCapVkDxRdX<k6Atrr9bLC4|?SSSX9!M3M^wrYq28!|Ad=0GAR%Rw*XVr%_Jo4x<< +zUwbWBLWiyl4-Yg0lMuL}=m`KpO4{UIfIeQx%`dh3W&7Z|qt3zJjTu$O5gZiTZj?Z2 +z)`8cJTJ?_Sd5xU_*Bx~tM}EFn(Krwm_LQ&4;_upz>z?N|3_#@Q#;l6Q<=-$sSX2jk +z4jg&{AX`0u(EY(JQopG(WVQz8^v7J%sU+6gT@h<7=~R+)F&Du&f+h^;n1WqdU87Je +zl75&Z6bg00#uy$<-sAiFIxDMdC~A$!O@qp@ZPU}|FZulCD^sb-wh&_sspNf1r4o;( +zXLs(K%5kF|l{!Oqg8@WPximEL4dis^mnUxDA{spdK%r1%=Glv`wgigy<f*eUBXSuq +zt&h2ndECA}DwXPAVT3@Hj9j=n61RpdNVwazm()k>pjpVxFNyF5@c)DMK{EO5+_C|v +z|Ef+XvWV_0#0Ne#YL&ad=E9WA<)HU)<dyAlqCmf33>`B82?XjurctYmw=GkvE)HHh +uFKEJujH$A@&O)iFycJ`n^VzxOR{tMjalHk0f|L;e0000<MNUMnLSTZ0Aq=<x + +diff --git a/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize@2.png b/Breeze-dark-gtk/gtk-3.0/assets/titlebutton-minimize@2.png +deleted file mode 100644 +index 740279425f9febe1f4cc6200ef5eb81031888f7d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1086 +zcmV-E1i|}>P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11G`B?K~z|Uy_a2VQ)L*(fA2Y`AG)0u#TdHIs<E<}hArFrF@t1h +zL!(23A<-M~Qe%i0#(1X;6KBR1gt0F)UJ>U);sp{7SB9!#Wwaf^ZHb9XB%&L5vC-0r +zTif$`(?L`Aaay<iuX@h&ywC5K=A8GOBd{31ztiD*<W9R3@^zpEcna87DBlLIgGdO; +z`SiSgaeDf~qLsN~y@saUyKBhOCE<_&-J)+A_*%&;pC*$(&sHR07>4uqKe;0U`2p~- +zMQ~{r5S(y7Wb27WqyJhKXldEwF*SJ(DZ>?lOLJM1wgd5a^yaz(&5=C~Qp)c^)@~4d +z8TF^4=JzFIv58d$LLp;EPGqkDPi!o_5Xp?Gnc-`(*k8-1l;t0WVK}oQdv4R<0D>AN +zuY6+|hVub|)ZL|z1w=Ltem||LyV;NKJ5jjkRP#5WY6}Da7Bp$|$K%nP3V^AaN4F3T +zP?Zz8qX3HE-{}Aj7FQb^cJbxue%x;N|0d~rHJ=ZhBG}wiS~?gA1ni2wE!_dQiYw1Y +z!ZbGQVxadpZkMZcq2;(;E{6I}(%jTYu%)@AD&3AMSG($|^?e8gi%W^|t7w|WOMBaC +zjfDB(;*TsYTH4z0Mc1q8?>$a^-A;x_&eA{h#REM;kXAij-zR{#w3tYaqiGs1cC^zP +z36&+G>(vbOp5VFqI)+Eia<Xr5#XgBJRgc%#!zz1yB@$NQ00Qi)$LsqHP*-azN1_~f +zA)4y(`nuK<uqsgj93ZcHyuSCb@VH$|qCz;poa(84@(otF2(3!k?Y2tc028Xm>uUx= +zR#zmF<2ap8I*c|V;UKT=dxiSCotzmS;Z*-nIdG)pTeYUfmq+kcISa4E6F8kt_O`e2 +z*!Jz586Kf;;B;AV02Gc0zrWL=KbroVlHJfs4!`?04!gbFzr7HVT3VQYTmUqMUl;^= +zxPmDaM+iAMJ~sNE0-)qYH?XjU{ETYayP<IZ&(8jl@znSn2->!SE)d6(@t?kfqBo*D +z^R6Bswgvdn^qhWd`RJa&^z?<rtjHYzZfqJ`GJ{RNS^U+c6xS!m#%?L9`RXP~+{jD$ +z^3_Y1W{OWLrCrHbY(kT^FmQR}*kUv*a-m-mqm!kT6(2$~GuJcq&ptD}xMZ3Lf`Gk3 +zaz-M1GIOqXew~P>R#aPWLMUYH$SX@-QYwc)T6{?qDJkVwIVIOUIW~4{%}#3rArJ`I +zwQ9E^OtBw9P{7j^eV$AB9Z5ne@_a6nicU>UEm@iSABx>|Fh}Sx%>V!Z07*qoM6N<$ +Ef|;%U#sB~S + +diff --git a/Breeze-dark-gtk/gtk-3.0/gtk.css b/Breeze-dark-gtk/gtk-3.0/gtk.css +index 3dcdcc2..eb4b892 100644 +--- a/Breeze-dark-gtk/gtk-3.0/gtk.css ++++ b/Breeze-dark-gtk/gtk-3.0/gtk.css +@@ -1,9 +1,74 @@ ++/* GTK NAMED COLORS ++ ---------------- ++ use responsibly! */ ++/* ++widget text/foreground color */ ++@define-color theme_fg_color #eff0f1; ++/* ++text color for entries, views and content in general */ ++@define-color theme_text_color #eff0f1; ++/* ++widget base background color */ ++@define-color theme_bg_color #31363b; ++/* ++text widgets and the like base background color */ ++@define-color theme_base_color #232629; ++/* ++base background color of selections */ ++@define-color theme_selected_bg_color #3daee9; ++/* ++text/foreground color of selections */ ++@define-color theme_selected_fg_color #eff0f1; ++/* ++base background color of insensitive widgets */ ++@define-color insensitive_bg_color #2d3136; ++/* ++text foreground color of insensitive widgets */ ++@define-color insensitive_fg_color rgba(216, 218, 221, 0.35); ++/* ++insensitive text widgets and the like base background color */ ++@define-color insensitive_base_color rgba(216, 218, 221, 0.35); ++/* ++widget text/foreground color on backdrop windows */ ++@define-color theme_unfocused_fg_color #eff0f1; ++/* ++text color for entries, views and content in general on backdrop windows */ ++@define-color theme_unfocused_text_color #eff0f1; ++/* ++widget base background color on backdrop windows */ ++@define-color theme_unfocused_bg_color #31363b; ++/* ++text widgets and the like base background color on backdrop windows */ ++@define-color theme_unfocused_base_color #232629; ++/* ++base background color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5); ++/* ++text/foreground color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_fg_color #eff0f1; ++/* ++widgets main borders color */ ++@define-color borders #616569; ++/* ++widgets main borders color on backdrop windows */ ++@define-color unfocused_borders #616569; ++/* ++widgets main borders color insensitive */ ++@define-color insensitive_borders rgba(88, 92, 95, 0.35); ++/* ++these are pretty self explicative */ ++@define-color warning_color #f67400; ++@define-color error_color #da4453; ++@define-color success_color #27ae60; ++@define-color content_view_bg #232629; + * { + padding: 0; + -GtkToolButton-icon-spacing: 4; +- -GtkTextView-error-underline-color: #ed1515; +- -GtkCheckButton-indicator-size: 16; +- -GtkCheckMenuItem-indicator-size: 16; ++ -GtkTextView-error-underline-color: #da4453; ++ -GtkButton-child-displacement-x: 0; ++ -GtkButton-child-displacement-y: 0; ++ -GtkCheckButton-indicator-size: 18; ++ -GtkCheckMenuItem-indicator-size: 18; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; +@@ -12,8 +77,8 @@ + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; +- -GtkWidget-link-color: #98d4f3; +- -GtkWidget-visited-link-color: #6bc0ed; ++ -GtkWidget-link-color: #2980b9; ++ -GtkWidget-visited-link-color: #7f8c8d; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; +@@ -27,13 +92,13 @@ + * Base States * + ***************/ + .background { +- color: #EEEFF0; +- background-color: #31363B; } ++ color: #eff0f1; ++ background-color: #31363b; } + .background:backdrop { + text-shadow: none; + icon-shadow: none; +- color: #EEEFF0; +- background-color: #31363B; } ++ color: #eff0f1; ++ background-color: #31363b; } + + /* + These wildcard seems unavoidable, need to investigate. +@@ -45,1368 +110,1064 @@ + -gtk-image-effect: dim; } + + .gtkstyle-fallback { +- background-color: #31363B; +- color: #EEEFF0; } ++ background-color: #31363b; ++ color: #eff0f1; } + .gtkstyle-fallback:prelight { + background-color: #485057; +- color: #EEEFF0; } ++ color: #eff0f1; } + .gtkstyle-fallback:active { + background-color: #1a1d1f; +- color: #EEEFF0; } ++ color: #eff0f1; } + .gtkstyle-fallback:insensitive { +- background-color: #3a3f44; +- color: #8f9295; } ++ background-color: #2d3136; ++ color: rgba(216, 218, 221, 0.35); } + .gtkstyle-fallback:selected { +- background-color: #3DADE8; +- color: #EEEFF0; } ++ background-color: #3daee9; ++ color: #eff0f1; } + + .view { +- color: #EEEFF0; ++ color: #eff0f1; + background-color: #232629; } +- .view:selected, GtkCalendar:selected { ++ .view:backdrop { ++ color: #eff0f1; ++ background-color: #232629; } ++ .view:selected { + border-radius: 3px; } + + .rubberband { +- border: 1px solid #3DADE8; +- background-color: rgba(61, 173, 232, 0.2); } ++ border: 1px solid #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ .rubberband:backdrop { ++ border-color: #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } + + .label.separator, GtkPlacesSidebar.sidebar .view .label.separator { +- color: #EEEFF0; } ++ color: #eff0f1; } ++ .label.separator:backdrop, GtkPlacesSidebar.sidebar .view .label.separator:backdrop { ++ color: #eff0f1; } + .label:insensitive { +- color: #8f9295; } ++ color: rgba(216, 218, 221, 0.35); } ++ .label:insensitive:backdrop { ++ color: rgba(216, 218, 221, 0.35); } + + .dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, + .header-bar .subtitle { +- opacity: 0.55; ++ opacity: 0.5; + text-shadow: none; } + + GtkAssistant .sidebar { +- background-color: #232629; +- border-top: 1px solid #696D71; } ++ background-color: #eff0f1; ++ border-top: 1px solid #616569; } + GtkAssistant .sidebar:dir(ltr) { +- border-right: 1px solid #696D71; } ++ border-right: 1px solid #616569; } + GtkAssistant .sidebar:dir(rtl) { +- border-left: 1px solid #696D71; } ++ border-left: 1px solid #616569; } + GtkAssistant .sidebar:backdrop { +- background-color: #25292c; +- border-color: #63676b; } ++ background-color: #eff0f1; ++ border-color: #616569; } + GtkAssistant.csd .sidebar { + border-top-style: none; } + GtkAssistant .sidebar .label { + padding: 6px 12px; } + GtkAssistant .sidebar .label.highlight { +- background-color: #565b5f; } ++ background-color: #4c4e51; } + + GtkTextView { + background-color: #2a2e32; } ++ GtkTextView:backdrop { ++ background-color: #2a2e32; } + + .grid-child { + padding: 3px; + border-radius: 3px; } + +-.popover.osd, .app-notification, +-.app-notification.frame, .osd { +- color: #fcfcfc; +- border: none; +- background-color: rgba(49, 54, 59, 0.7); ++.app-notification, ++.app-notification.frame, .popover.osd, .osd { ++ color: #eff0f1; ++ border: 1px solid #31363b; ++ background-color: rgba(49, 54, 59, 0.8); + background-clip: padding-box; +- outline-color: rgba(252, 252, 252, 0.3); ++ box-shadow: none; + text-shadow: none; + icon-shadow: none; } +- .popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { +- text-shadow: none; } ++ .app-notification:backdrop, .popover.osd:backdrop, .osd:backdrop { ++ color: #eff0f1; ++ background-color: rgba(49, 54, 59, 0.8); } ++ ++.view:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .list-row:selected, .sidebar:selected, ++.sidebar .view:selected, GtkPlacesSidebar.sidebar .view:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .view:backdrop:selected, .label:backdrop:selected, .grid-child:backdrop:selected, .entry:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ color: #232629; } + +-/********************* +- * Spinner Animation * +- *********************/ +-@keyframes spin { ++/*********** ++ * Buttons * ++ ***********/ ++@keyframes needs_attention { ++ from { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3daee9), to(transparent)); } + to { +- -gtk-icon-transform: rotate(1turn); } } +-.spinner { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)); } } ++.button, .button.osd, .osd .button { ++ border: 1px solid; ++ border-radius: 3px; ++ padding: 6px; ++ background-clip: border-box; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .flat.button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ transition: none; } ++ .flat.button:hover { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ transition-duration: 500ms; } ++ .flat.button:hover:active { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .flat.button:checked { ++ background-color: #616569; } ++ .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ -gtk-image-effect: highlight; } ++ .button:active, .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); ++ transition-duration: 50ms; } ++ .button:active:hover, .button:checked:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); ++ -gtk-image-effect: none; } ++ .button:backdrop:active, .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button:backdrop:insensitive > .label, .osd .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:backdrop:insensitive:active > .label, .osd .button:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .osd .button:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .flat.button:backdrop { ++ -gtk-image-effect: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; } ++ .flat.button:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .flat.button:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button:insensitive > .label, .osd .button:insensitive > .label { ++ color: inherit; } ++ .button:insensitive:active, .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:insensitive:active > .label, .osd .button:insensitive:active > .label, .button:insensitive:checked > .label, .osd .button:insensitive:checked > .label { ++ color: inherit; } ++ ++.button.suggested-action, .button.suggested-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action.flat, .button.suggested-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #3daee9; } ++ .button.suggested-action:hover, .button.suggested-action.osd .button:hover { ++ color: white; ++ border-color: #3daee9; } ++ .button.suggested-action:active, .button.suggested-action:checked, .button.suggested-action.osd .button:active, .button.suggested-action.osd .button:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .button.suggested-action.osd .button:backdrop, .button.suggested-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .button.suggested-action.flat:backdrop:checked, .button.suggested-action.osd .button:backdrop:active, .button.suggested-action.osd .button:backdrop:checked, .button.suggested-action.osd .button.flat:backdrop:active, .button.suggested-action.osd .button.flat:backdrop:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .button.suggested-action.osd .button:backdrop:insensitive > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .button.suggested-action.osd .button:backdrop:insensitive:active, .button.suggested-action.osd .button:backdrop:insensitive:checked, .button.suggested-action.osd .button.flat:backdrop:insensitive:active, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button:backdrop:insensitive:active > .label, .button.suggested-action.osd .button:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:active > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.suggested-action.flat:backdrop, .button.suggested-action.flat:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop, .button.suggested-action.osd .button.flat:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(61, 174, 233, 0.8); } ++ .button.suggested-action:insensitive, .button.suggested-action.osd .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.suggested-action:insensitive > .label, .button.suggested-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked, .button.suggested-action.osd .button:insensitive:active, .button.suggested-action.osd .button:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .button.suggested-action.osd .button:insensitive:active > .label, .button.suggested-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.destructive-action, .button.destructive-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action.flat, .button.destructive-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #da4453; } ++ .button.destructive-action:hover, .button.destructive-action.osd .button:hover { ++ color: white; ++ border-color: #da4453; } ++ .button.destructive-action:active, .button.destructive-action:checked, .button.destructive-action.osd .button:active, .button.destructive-action.osd .button:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .button.destructive-action.osd .button:backdrop, .button.destructive-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .button.destructive-action.flat:backdrop:checked, .button.destructive-action.osd .button:backdrop:active, .button.destructive-action.osd .button:backdrop:checked, .button.destructive-action.osd .button.flat:backdrop:active, .button.destructive-action.osd .button.flat:backdrop:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .button.destructive-action.osd .button:backdrop:insensitive > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .button.destructive-action.osd .button:backdrop:insensitive:active, .button.destructive-action.osd .button:backdrop:insensitive:checked, .button.destructive-action.osd .button.flat:backdrop:insensitive:active, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(214, 46, 63, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button:backdrop:insensitive:active > .label, .button.destructive-action.osd .button:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:active > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.destructive-action.flat:backdrop, .button.destructive-action.flat:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop, .button.destructive-action.osd .button.flat:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(218, 68, 83, 0.8); } ++ .button.destructive-action:insensitive, .button.destructive-action.osd .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.destructive-action:insensitive > .label, .button.destructive-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked, .button.destructive-action.osd .button:insensitive:active, .button.destructive-action.osd .button:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .button.destructive-action.osd .button:insensitive:active > .label, .button.destructive-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.image-button { ++ padding: 6px; } ++.button.text-button { ++ padding: 6px; } ++.button.text-button.image-button { ++ padding: 6px; } ++ .button.text-button.image-button .label:first-child { ++ padding-left: 8px; } ++ .button.text-button.image-button .label:last-child { ++ padding-right: 8px; } ++.stack-switcher > .button > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++.stack-switcher > .button > GtkImage { ++ padding-left: 6px; ++ padding-right: 6px; ++ padding-top: 3px; ++ padding-bottom: 3px; } ++.stack-switcher > .button.text-button { ++ padding: 6px; } ++.stack-switcher > .button.image-button { ++ padding: 3px 0px; } ++.stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { ++ animation: none; ++ background-image: none; } ++.inline-toolbar .button, .inline-toolbar .button:backdrop { ++ border-radius: 3px; ++ border-width: 1px; } ++.primary-toolbar .button { ++ icon-shadow: none; } ++ ++/************** ++ * ComboBoxes * ++ **************/ ++GtkComboBox { ++ -GtkComboBox-arrow-scaling: 0.5; ++ -GtkComboBox-shadow-type: none; } ++ GtkComboBox > .button { ++ padding: 5px 4px; } ++ GtkComboBox:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop { ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkComboBox .menuitem { ++ text-shadow: none; } ++ GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { ++ -GtkWidget-wide-separators: true; } ++ ++.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { ++ animation: needs_attention 150ms ease-in; ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#eff0f1), to(transparent)); ++ background-size: 6px 6px, 6px 6px; ++ background-repeat: no-repeat; ++ background-position: right 3px, right 4px; } ++ .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { ++ background-size: 6px 6px, 0 0; } ++ .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { ++ background-position: left 3px, left 4px; } ++ ++.inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, .linked > .button:hover, .linked > .button:active, .linked > .button:checked, .linked > .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop { ++ border-radius: 3px; } ++ .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl) { ++ border-radius: 3px; } ++ ++.inline-toolbar .button:first-child, .linked > .button:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child { ++ border-radius: 3px; ++ border-style: solid; } ++.inline-toolbar .button:last-child, .linked > .button:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child { ++ border-radius: 3px; } ++.inline-toolbar .button:only-child, .linked > .button:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop { ++ border-style: solid; ++ border-radius: 3px; } ++ ++.linked.vertical > .button:first-child { ++ border-radius: 3px; } ++.linked.vertical > .button:last-child { ++ border-radius: 3px; ++ border-style: solid; } ++.linked.vertical > .button:only-child { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.app-notification .button.flat, ++.app-notification.frame .button.flat, .app-notification .button.flat:hover, ++.app-notification.frame .button.flat:hover, .app-notification .button.flat:active, ++.app-notification.frame .button.flat:active, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, ++.app-notification.frame .button.flat:backdrop, ++.app-notification.frame .button.flat:insensitive, ++.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, GtkCalendar.button:hover, GtkCalendar.button:active, GtkCalendar.button:backdrop, .titlebar .button.flat:insensitive, ++.header-bar .button.flat:insensitive, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked, .menuitem.button.flat, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .scale-popup .button, ++.scale-popup .button.flat, .scale-popup .button:hover, ++.scale-popup .button.flat:hover, .scrollbar .button, .scrollbar .button:hover, .scrollbar .button:backdrop, .header-bar .button.titlebutton, ++.titlebar .button.titlebutton, .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++.titlebar .button.titlebutton:hover, ++.titlebar .button.titlebutton:active, ++.titlebar .button.titlebutton:checked, ++.titlebar .button.titlebutton:backdrop, ++.titlebar .button.titlebutton:active:hover { ++ border-color: transparent; ++ background-color: transparent; + background-image: none; +- background-color: blue; +- opacity: 0; +- -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } +- .spinner:active { +- opacity: 1; +- animation: spin 1s linear infinite; } +- .spinner:active:insensitive { +- opacity: 0.5; } ++ box-shadow: none; ++ text-shadow: none; ++ icon-shadow: none; } + + /**************** + * Text Entries * + ****************/ + .entry { + border: 1px solid; +- padding: 5px 8px 6px; ++ padding: 5px 8px 5px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ color: #eff0f1; ++ border-color: #616569; + background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #696D71; } ++ box-shadow: none; } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; ++ color: #eff0f1; ++ border-color: #616569; + background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #696D71; ++ box-shadow: none; + border: none; + border-radius: 0; } + .entry:focus { +- background-color: #232629; +- background-image: none; +- border-color: #3DADE8; } ++ border-color: #3daee9; } + .entry:insensitive { +- background-color: #232629; +- background-image: none; +- color: #8f9295; +- border-color: #696D71; +- background-color: #3a3f44; +- box-shadow: none; } ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-color: #202325; } + .entry:backdrop { +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #696D71; +- background-color: #232629; +- box-shadow: none; } ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } + .entry:backdrop:insensitive { +- background-color: #232629; +- background-image: none; +- color: #8f9295; +- border-color: #696D71; +- background-color: #3a3f44; +- box-shadow: none; } ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-color: #202325; } + .entry.progressbar { + margin: 1px; + border-radius: 0; + border-width: 0 0 2px; +- border-color: #3DADE8; ++ border-color: #3daee9; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.progressbar:backdrop { +- background-color: transparent; } +- .linked > .entry { +- border-radius: 0; } +- .linked > .entry:first-child { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .linked > .entry:first-child:dir(rtl) { +- border-right-style: none; } +- .linked > .entry:last-child { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- border-left-style: none; } +- .linked > .entry:last-child:dir(rtl) { +- border-left-style: solid; } ++ background-color: transparent; ++ border-color: rgba(61, 174, 233, 0.5); } + .entry.error { +- color: #ed1515; +- border-color: #4a0606; } ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } + .entry.error:focus { +- background-color: #232629; +- background-image: none; +- border-color: #4a0606; } ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } + .entry.error:selected, .entry.error:selected:focus { +- background-color: #ed1515; } ++ background-color: #da4453; } ++ .entry.error:backdrop { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } + .entry.warning { + color: #f67400; +- border-color: #442000; } ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } + .entry.warning:focus { +- background-color: #232629; +- background-image: none; +- border-color: #442000; } ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #f67400; } ++ .entry.warning:backdrop { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } + .entry.image { +- color: #c5c6c8; } ++ color: #eff0f1; } + .entry.image:hover { +- color: #EEEFF0; } ++ color: #3daee9; } + .entry.image:active { +- color: #3DADE8; } ++ color: #3daee9; } + .entry.image:backdrop { +- color: #54585c; } +- .osd .entry { +- background-color: #232629; +- background-image: none; +- color: #fcfcfc; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: rgba(49, 54, 59, 0.7); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:focus { +- background-color: #232629; +- background-image: none; +- color: #fcfcfc; +- border-color: #3DADE8; +- background-color: rgba(49, 54, 59, 0.7); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:backdrop { +- background-color: #232629; +- background-image: none; +- color: #fcfcfc; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: rgba(0, 0, 0, 0.7); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:insensitive { +- background-color: #232629; +- background-image: none; +- color: #96999b; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: shade(#fcfcfc, 0.3); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-.linked.vertical > .entry:not(:last-child) { +- box-shadow: none; } +-.linked.vertical > .entry:focus:not(:last-child) { +- box-shadow: inset 0 0 0 1px #3DADE8; } +-.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive) { +- border-top-color: #383b3e; +- background-image: linear-gradient(to bottom, #232629); } +- .linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive):backdrop { +- border-top-color: #373b3e; +- background-image: linear-gradient(to bottom, #25292c); } +-.linked.vertical > .entry + .entry:focus:not(:last-child) { +- border-top-color: #3DADE8; +- box-shadow: inset 0 0 0 1px #3DADE8; } +-.linked.vertical > .entry + .entry:focus:last-child { +- border-top-color: #3DADE8; } +-.linked.vertical > .entry:focus:not(:only-child) + .entry, +-.linked.vertical > .entry:focus:not(:only-child) + .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .button { +- border-top-color: #3DADE8; } ++ color: #eff0f1; } + +-/*********** +- * Buttons * +- ***********/ +-@keyframes needs_attention { +- from { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#81caf0), to(transparent)); } +- to { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3DADE8), to(transparent)); } } +-.button, .header-bar .button.titlebutton, +-.titlebar .button.titlebutton { +- border: 1px solid; +- border-radius: 3px; +- padding: 5px 8px 6px; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .button.flat, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- transition: none; } +- .button.flat:hover, .header-bar .titlebutton.button:hover, +- .titlebar .titlebutton.button:hover { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- transition-duration: 500ms; } +- .button.flat:hover:active, .header-bar .titlebutton.button:hover:active, +- .titlebar .titlebutton.button:hover:active { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .button:hover, .header-bar .button.titlebutton:hover, +- .titlebar .button.titlebutton:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); +- -gtk-image-effect: highlight; } +- .button:active, .header-bar .button.titlebutton:active, +- .titlebar .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, +- .titlebar .button.titlebutton:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- transition-duration: 50ms; } +- .button:active:hover, .button:checked:hover { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #96CDF1, #86B7D7); } +- .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop, .button.flat:insensitive, .header-bar .titlebutton.button:insensitive, +- .titlebar .titlebutton.button:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button:insensitive, .header-bar .button.titlebutton:insensitive, +- .titlebar .button.titlebutton:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .button:insensitive > .label { +- color: inherit; } +- .button:insensitive:active, .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .button:insensitive:active > .label, .button:insensitive:checked > .label { +- color: inherit; } +- .button.osd, .header-bar .osd.button.titlebutton, +- .titlebar .osd.button.titlebutton { +- color: #fcfcfc; +- border-radius: 5px; +- outline-color: rgba(252, 252, 252, 0.3); +- color: #fcfcfc; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: bold; +- border: none; +- box-shadow: none; } +- .button.osd.image-button, .header-bar .osd.titlebutton.button, +- .titlebar .osd.titlebutton.button { +- padding: 13px; } +- .button.osd:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- border: none; +- box-shadow: none; } +- .button.osd:active, .button.osd:checked { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; +- box-shadow: none; } +- .button.osd:insensitive, .button.osd:backdrop:insensitive { +- color: #96999b; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .button.osd:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .osd .button, .osd .header-bar .button.titlebutton, .header-bar .osd .button.titlebutton, +- .osd .titlebar .button.titlebutton, +- .titlebar .osd .button.titlebutton { +- color: #fcfcfc; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; ++/********************* ++ * App Notifications * ++ *********************/ ++.app-notification, ++.app-notification.frame { ++ padding: 10px; ++ border-top-width: 0px; ++ border-radius: 0px 0px 3px 3px; } ++ .app-notification:backdrop, ++ .app-notification.frame:backdrop { ++ background-image: none; } ++ .app-notification .button, ++ .app-notification.frame .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + text-shadow: none; + icon-shadow: none; +- font-weight: bold; +- border-radius: 3px; +- border-style: solid; } +- .osd .button:dir(rtl) { +- border-radius: 3px; } +- .osd .button:first-child { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child:dir(rtl) { +- border-right-style: solid; } +- .osd .button:only-child { +- border-radius: 3px; +- border-style: solid; } +- .osd .button:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:insensitive, .osd .button:backdrop:insensitive { +- color: #96999b; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat, .osd .header-bar .titlebutton.button, .header-bar .osd .titlebutton.button, +- .osd .titlebar .titlebutton.button, +- .titlebar .osd .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat:hover, .osd .header-bar .titlebutton.button:hover, .header-bar .osd .titlebutton.button:hover, +- .osd .titlebar .titlebutton.button:hover, +- .titlebar .osd .titlebutton.button:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- background-clip: padding-box; +- box-shadow: none; } +- .osd .button.flat:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, +- .osd .titlebar .titlebutton.button:insensitive, +- .titlebar .osd .titlebutton.button:insensitive { +- color: #96999b; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:backdrop, .osd .header-bar .titlebutton.button:backdrop, .header-bar .osd .titlebutton.button:backdrop, +- .osd .titlebar .titlebutton.button:backdrop, +- .titlebar .osd .titlebutton.button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat:active, .osd .header-bar .titlebutton.button:active, .header-bar .osd .titlebutton.button:active, +- .osd .titlebar .titlebutton.button:active, +- .titlebar .osd .titlebutton.button:active, .osd .button.flat:checked, .osd .header-bar .titlebutton.button:checked, .header-bar .osd .titlebutton.button:checked, +- .osd .titlebar .titlebutton.button:checked, +- .titlebar .osd .titlebutton.button:checked { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .button.suggested-action, .header-bar .suggested-action.button.titlebutton, +- .titlebar .suggested-action.button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #232629; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .button.suggested-action.flat, .header-bar .suggested-action.titlebutton.button, +- .titlebar .suggested-action.titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #3DADE8; } +- .button.suggested-action:hover { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .button.suggested-action:active, .button.suggested-action:checked { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop { +- color: #d8eefa; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:checked { +- color: #d1eaf7; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #1a97d8); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { +- color: #79b2d2; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #318aba); } +- .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop, .button.suggested-action.flat:insensitive, .header-bar .suggested-action.titlebutton.button:insensitive, +- .titlebar .suggested-action.titlebutton.button:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: rgba(61, 173, 232, 0.8); } +- .button.suggested-action:insensitive { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .osd .button.suggested-action { +- color: #fcfcfc; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: bold; } +- .osd .button.suggested-action:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { +- color: #96999b; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.destructive-action, .header-bar .destructive-action.button.titlebutton, +- .titlebar .destructive-action.button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #232629; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #df1111, #d51010); } +- .button.destructive-action.flat, .header-bar .destructive-action.titlebutton.button, +- .titlebar .destructive-action.titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #d51010; } +- .button.destructive-action:hover { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, #d51010); } +- .button.destructive-action:active, .button.destructive-action:checked { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } +- .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop { +- color: #f6cfcf; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010); +- text-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .app-notification .button.flat, ++ .app-notification.frame .button.flat { + icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .header-bar .destructive-action.titlebutton.button:backdrop:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:active, .button.destructive-action.flat:backdrop:checked, .header-bar .destructive-action.titlebutton.button:backdrop:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:checked { +- color: #edcece; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #a60c0c); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { +- color: #c36464; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #a31111); } +- .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop, .button.destructive-action.flat:insensitive, .header-bar .destructive-action.titlebutton.button:insensitive, +- .titlebar .destructive-action.titlebutton.button:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: rgba(213, 16, 16, 0.8); } +- .button.destructive-action:insensitive { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .osd .button.destructive-action { +- color: #fcfcfc; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: bold; } +- .osd .button.destructive-action:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { +- color: #96999b; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.image-button, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- padding: 8px; } +- .button.text-button, .header-bar .text-button.button.titlebutton, +- .titlebar .text-button.button.titlebutton { +- padding-left: 16px; +- padding-right: 16px; } +- .button.text-button.image-button, .header-bar .text-button.titlebutton.button, +- .titlebar .text-button.titlebutton.button { +- padding: 5px 8px 6px; } +- .button.text-button.image-button .label:first-child, .header-bar .text-button.titlebutton.button .label:first-child, +- .titlebar .text-button.titlebutton.button .label:first-child { +- padding-left: 8px; } +- .button.text-button.image-button .label:last-child, .header-bar .text-button.titlebutton.button .label:last-child, +- .titlebar .text-button.titlebutton.button .label:last-child { +- padding-right: 8px; } +- .stack-switcher > .button, .header-bar .stack-switcher > .button.titlebutton, +- .titlebar .stack-switcher > .button.titlebutton { +- outline-offset: -3px; } +- .stack-switcher > .button > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .stack-switcher > .button > GtkImage, .header-bar .stack-switcher > .button.titlebutton > GtkImage, +- .titlebar .stack-switcher > .button.titlebutton > GtkImage { +- padding-left: 6px; +- padding-right: 6px; +- padding-top: 3px; +- padding-bottom: 3px; } +- .stack-switcher > .button.text-button { +- padding: 5px 10px 6px; } +- .stack-switcher > .button.image-button, .header-bar .stack-switcher > .titlebutton.button, +- .titlebar .stack-switcher > .titlebutton.button { +- padding: 5px 2px; } +- .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { +- animation: none; +- background-image: none; } +- .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +- .inline-toolbar .titlebar .button.titlebutton, +- .titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop { +- border-radius: 2px; +- border-width: 1px; } +- .primary-toolbar .button, .primary-toolbar .header-bar .button.titlebutton, .header-bar .primary-toolbar .button.titlebutton, +- .primary-toolbar .titlebar .button.titlebutton, +- .titlebar .primary-toolbar .button.titlebutton { +- icon-shadow: none; } ++ text-shadow: none; } ++ .app-notification .button.flat:hover, ++ .app-notification.frame .button.flat:hover { ++ color: #3daee9; } ++ .app-notification .button.flat:active, ++ .app-notification.frame .button.flat:active { ++ color: #3daee9; } ++ .app-notification .button:hover, ++ .app-notification.frame .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, ++ .app-notification.frame .button:active, ++ .app-notification.frame .button:checked, ++ .app-notification.frame .button:backdrop:active, ++ .app-notification.frame .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, ++ .app-notification.frame .button:insensitive, ++ .app-notification.frame .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .app-notification .button:insensitive > .label, .app-notification .button:backdrop:insensitive > .label, ++ .app-notification.frame .button:insensitive > .label, ++ .app-notification.frame .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .app-notification .button:backdrop, ++ .app-notification.frame .button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } + +-.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { +- animation: needs_attention 150ms ease-in; +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#81caf0), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.83059)), to(transparent)); +- background-size: 6px 6px, 6px 6px; +- background-repeat: no-repeat; +- background-position: right 3px, right 2px; } +- .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { +- background-size: 6px 6px, 0 0; } +- .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { +- background-position: left 3px, left 2px; } ++/************ ++ * Calendar * ++ ***********/ ++GtkCalendar { ++ color: #eff0f1; ++ border: 1px solid #616569; ++ background-color: #232629; } ++ GtkCalendar:selected { ++ background-color: #616569; } ++ GtkCalendar.header { ++ border: 1px solid #616569; ++ border-radius: 0; ++ color: #eff0f1; } ++ GtkCalendar.header:backdrop { ++ color: #eff0f1; ++ border-color: #616569; } ++ GtkCalendar.button { ++ color: #eff0f1; } ++ GtkCalendar.button:hover { ++ color: #3daee9; } ++ GtkCalendar.button:active { ++ color: #3daee9; } ++ GtkCalendar.button:backdrop { ++ color: #eff0f1; } ++ GtkCalendar:inconsistent, GtkCalendar.highlight { ++ color: rgba(239, 240, 241, 0.5); } ++ GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight:backdrop { ++ color: rgba(239, 240, 241, 0.5); } ++ GtkCalendar:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } + +-.inline-toolbar GtkToolButton > .button, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .inline-toolbar GtkToolButton > .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .inline-toolbar GtkToolButton > .button:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .inline-toolbar GtkToolButton > .button:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #42474b); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #2e3236); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { +- color: inherit; } ++/************************* ++ * Check and Radio items * ++ *************************/ ++.check { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); ++ icon-shadow: none; } + +-.inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton:dir(rtl), +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +-.inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:dir(rtl) > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { +- border-radius: 3px; } ++.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); ++ icon-shadow: none; } + +-.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 3px 3px; +- border-left-style: solid; } +-.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { +- border-right-style: solid; } +-.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } ++.check:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); ++ icon-shadow: none; } + +-.linked.vertical > .entry, .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button, +-.linked.vertical > GtkComboBox > .button { +- border-left-style: solid; +- border-bottom-style: none; +- border-radius: 3px; } ++.check:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); ++ icon-shadow: none; } + +-.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, +-.linked.vertical > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 3px 3px; } +-.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, +-.linked.vertical > GtkComboBox:last-child > .button { +- border-radius: 3px 3px 3px 3px; +- border-style: solid; } +-.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, +-.linked.vertical > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } ++.check:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); ++ icon-shadow: none; } + +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .header-bar .menuitem.titlebutton.button:backdrop:hover, +-.titlebar .menuitem.titlebutton.button:backdrop:hover, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .menu.button, .header-bar .menu.button.titlebutton, +-.titlebar .menu.button.titlebutton, .list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked, .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +-.app-notification .titlebar .titlebutton.button, +-.titlebar .app-notification .titlebutton.button, +-.app-notification.frame .button.flat, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, .app-notification .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification .titlebar .titlebutton.button:backdrop:insensitive, +-.titlebar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification.frame .button.flat:backdrop, +-.app-notification.frame .header-bar .button.titlebutton:backdrop, +-.header-bar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .titlebar .button.titlebutton:backdrop, +-.titlebar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .button.flat:insensitive, +-.app-notification.frame .header-bar .button.titlebutton:insensitive, +-.header-bar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .titlebar .button.titlebutton:insensitive, +-.titlebar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +-.titlebar GtkCalendar.button.titlebutton, GtkCalendar.button:hover, GtkCalendar.button:backdrop, .scale-popup .button:hover, .scale-popup .button:backdrop, .scale-popup .button:backdrop:hover, .scale-popup .button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; ++.check:backdrop:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); + icon-shadow: none; } + +-/* menu buttons */ +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button { +- outline-offset: -1px; } +- .menuitem.button.flat:hover, .header-bar .menuitem.titlebutton.button:hover, +- .titlebar .menuitem.titlebutton.button:hover { +- background-color: #43484d; } +- +-GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, +-.titlebar GtkColorButton.button.titlebutton { +- padding: 5px; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child { +- border-radius: 0; +- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { +- box-shadow: none; } ++.check:inconsistent { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } + +-/********* +- * Links * +- *********/ +-*:link, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- color: #98d4f3; } +- *:link:visited, .button:visited, .header-bar .button.titlebutton:visited, +- .titlebar .button.titlebutton:visited { +- color: #6bc0ed; } +- *:selected *:link:visited, *:selected .button:visited { +- color: #a7d4ec; } +- *:link:hover, .button:hover:link, .button:hover:visited { +- color: #c6e7f8; } +- *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { +- color: #dce8ef; } +- *:link:active, .button:active:link, .button:active:visited { +- color: #98d4f3; } +- *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { +- color: #cae1ee; } +- *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, +- .header-bar.selection-mode .subtitle:backdrop:hover:link { +- color: #3DADE8; } +- *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, +- .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { +- color: #cae1ee; } +- +-.button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- text-shadow: none; } +- .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { +- text-shadow: none; } ++.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:selected { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.check:hover, ++.popover .button.flat.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ ++.menu .menuitem.check:active:hover, ++.popover .button.flat.check:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ ++.menu .menuitem.check:checked:hover, ++.popover .button.flat.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ ++.menu .menuitem.check:inconsistent:hover, ++.popover .button.flat.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ ++.radio { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); ++ icon-shadow: none; } ++ ++.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:selected { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.radio:hover, ++.popover .button.flat.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ ++.menu .menuitem.radio:active:hover, ++.popover .button.flat.radio:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:checked:hover, ++.popover .button.flat.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:inconsistent:hover, ++.popover .button.flat.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ ++.view.check, .view.radio, ++.list-row .check, list-row .radio { ++ icon-shadow: none; } ++ .view.check:selected, .view.check:hover, .view.radio:selected, .view.radio:hover, ++ .list-row .check:selected, ++ .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { ++ icon-shadow: none; } ++ ++.view.content-view.check { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png")); ++ background-color: transparent; } ++ ++GtkCheckButton.text-button, GtkRadioButton.text-button { ++ padding: 1px 2px 4px; ++ outline-offset: 0; } ++ GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { ++ color: rgba(216, 218, 221, 0.35); } + + /***************** +- * GtkSpinButton * ++ * Color Chooser * + *****************/ +-.spinbutton .button, .spinbutton .header-bar .button.titlebutton, .header-bar .spinbutton .button.titlebutton, +-.spinbutton .titlebar .button.titlebutton, +-.titlebar .spinbutton .button.titlebutton { ++:selected GtkColorSwatch { ++ box-shadow: none; } ++ :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { ++ border-color: #eff0f1; } ++GtkColorSwatch:selected { ++ box-shadow: none; } ++GtkColorSwatch.top, GtkColorSwatch.bottom, GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top), GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom), GtkColorSwatch:only-child:not(.overlay), GtkColorSwatch.top > .overlay, GtkColorSwatch.bottom > .overlay, GtkColorSwatch:first-child:not(.top) > .overlay, GtkColorSwatch:last-child:not(.bottom) > .overlay, GtkColorSwatch:only-child > .overlay { ++ border-radius: 3px; } ++GtkColorSwatch:hover, GtkColorSwatch:hover:selected { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); ++ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); } ++ GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } ++GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected ++GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { + background-image: none; +- border-style: none none none solid; +- border-color: rgba(105, 109, 113, 0.3); +- color: #d9dadc; +- border-radius: 0; + box-shadow: none; } +- .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .spinbutton .button:hover { +- color: #EEEFF0; +- background-color: rgba(238, 239, 240, 0.05); } +- .spinbutton .button:insensitive { +- color: rgba(143, 146, 149, 0.3); } +- .spinbutton .button:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); +- background-color: rgba(0, 0, 0, 0.1); } +- .spinbutton .button:backdrop { +- color: #5a5e62; +- border-color: rgba(99, 103, 107, 0.3); +- background-color: transparent; } +- .spinbutton .button:backdrop:insensitive { ++GtkColorEditor GtkColorSwatch { ++ border-radius: 3px; } ++ GtkColorEditor GtkColorSwatch:hover { + background-image: none; +- color: rgba(84, 92, 101, 0.3); +- border-style: none none none solid; } +- .spinbutton .button:backdrop:insensitive:dir(rtl) { +- border-style: none solid none none; } +-.osd .spinbutton .button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; ++ box-shadow: none; } ++ GtkColorEditor GtkColorSwatch:backdrop { ++ box-shadow: none; } ++GtkColorSwatch.color-dark { ++ color: white; ++ outline-color: rgba(0, 0, 0, 0.3); } ++ GtkColorSwatch.color-dark:backdrop { ++ color: rgba(255, 255, 255, 0.3); } ++GtkColorSwatch.color-light { ++ color: black; ++ outline-color: rgba(255, 255, 255, 0.5); } ++ GtkColorSwatch.color-light:backdrop { ++ color: rgba(0, 0, 0, 0.3); } ++GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { ++ border: 1px solid #616569; } ++ GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { ++ border-color: #3daee9; } ++GtkColorSwatch#add-color-button { ++ border-style: solid; ++ border-width: 1px; ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + text-shadow: none; + icon-shadow: none; +- color: #fcfcfc; +- border-style: none none none solid; +- border-color: rgba(0, 0, 0, 0.4); +- border-radius: 0; +- box-shadow: none; +- icon-shadow: 0 1px black; } +- .osd .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .osd .spinbutton .button:hover { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ GtkColorSwatch#add-color-button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ GtkColorSwatch#add-color-button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ GtkColorSwatch#add-color-button .overlay { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; ++ color: #eff0f1; + text-shadow: none; +- icon-shadow: none; +- color: #fcfcfc; +- border-color: rgba(0, 0, 0, 0.5); +- background-color: rgba(252, 252, 252, 0.1); +- icon-shadow: 0 1px black; ++ icon-shadow: none; } ++ ++GtkColorButton.button { ++ padding: 5px; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child { ++ border-radius: 0; + box-shadow: none; } +- .osd .spinbutton .button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; ++ GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { ++ box-shadow: none; } ++ ++/*********** ++ * Dialogs * ++ ***********/ ++.message-dialog { ++ -GtkDialog-button-spacing: 8; ++ -GtkDialog-action-area-border: 8; } ++ .message-dialog.background { ++ background-color: #31363b; } ++ .message-dialog:backdrop { ++ background-color: #31363b; } ++ .message-dialog .titlebar { ++ box-shadow: none; } ++ ++GtkFileChooserDialog .search-bar { ++ background-color: #31363b; ++ border-color: #31363b; ++ box-shadow: none; } ++ GtkFileChooserDialog .search-bar:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #eff0f1; } ++GtkFileChooserDialog .dialog-action-box { ++ border-top: 1px solid #616569; } ++ GtkFileChooserDialog .dialog-action-box:backdrop { ++ border-top-color: #616569; } ++ ++/*************** ++ * Header bars * ++ ***************/ ++.titlebar, ++.header-bar { ++ transition: none; ++ padding: 4px 6px; ++ border-width: 0px 0px 1px 0px; ++ border-radius: 3px 3px 0px 0px; ++ border-style: solid; ++ border-color: #3daee9; ++ color: #eff0f1; ++ background-image: linear-gradient(to bottom, #3b4147, #31363b); } ++ .titlebar:backdrop, ++ .header-bar:backdrop { ++ border-color: transparent; + background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #fcfcfc; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; ++ background-color: #31363b; ++ color: #7f8c8d; + box-shadow: none; } +- .osd .spinbutton .button:insensitive { ++ .titlebar .path-bar .button, ++ .header-bar .path-bar .button { ++ color: #eff0f1; } ++ .titlebar .button, ++ .header-bar .button { ++ transition: none; + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; ++ color: #eff0f1; + text-shadow: none; +- icon-shadow: none; +- color: #96999b; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .spinbutton .button:dir(rtl):first-child { +- border-radius: 3px 0 0 3px; } +-.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { +- padding-top: 8px; +- padding-bottom: 8px; } +- .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { +- color: inherit; } +-.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { +- border-radius: 0; +- padding-left: 3px; +- padding-right: 3px; } +-.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- border-radius: 3px 3px 0 0; +- border-style: solid solid none solid; } +-.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- border-radius: 0 0 3px 3px; +- border-style: none solid solid solid; } +-GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { +- padding: 1px; +- border-width: 1px 0; +- border-color: #3DADE8; +- border-radius: 0; +- box-shadow: none; } +- +-/************** +- * ComboBoxes * +- **************/ +-GtkComboBox { +- -GtkComboBox-arrow-scaling: 0.5; +- -GtkComboBox-shadow-type: none; +- box-shadow: 0 1px rgba(238, 239, 240, 0.1); } +- GtkComboBox > .button, .header-bar GtkComboBox > .button.titlebutton, +- .titlebar GtkComboBox > .button.titlebutton { +- padding-top: 3px; +- padding-bottom: 4px; } +- GtkComboBox:insensitive { +- color: #8f9295; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop { +- color: #606468; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop:insensitive { +- color: #545c65; } +- GtkComboBox .menuitem { +- text-shadow: none; } +- GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/************ +- * Toolbars * +- ************/ +-.toolbar, .inline-toolbar, .search-bar, .location-bar { +- -GtkWidget-window-dragging: true; +- padding: 4px; +- background-color: #31363B; } +- .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { +- padding: 13px; +- border: none; +- border-radius: 5px; +- background-color: rgba(49, 54, 59, 0.7); } +- +-.inline-toolbar { +- border-width: 0 1px 1px; +- padding: 3px; +- border-radius: 0 0 3px 3px; } +- +-.search-bar, .location-bar { +- border-width: 0 0 1px; +- padding: 3px; } +- +-.inline-toolbar, .search-bar, .location-bar { +- border-style: solid; +- border-color: #696D71; +- text-shadow: none; +- background-color: #31363B; } +- .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { +- border-color: #63676b; +- background-color: #42474b; +- box-shadow: none; } +- +-/*************** +- * Header bars * +- ***************/ +-.titlebar, +-.header-bar { +- padding: 2px 6px; +- border-width: 0px 0px 2px 0px; +- border-style: solid; +- border-color: #3DADE8; +- color: #EEEFF0; +- background-image: none; +- background-color: #31363B; +- box-shadow: none; } +- .titlebar:backdrop, +- .header-bar:backdrop { +- border-color: transparent; +- background-color: #31363B; +- background-image: none; +- box-shadow: none; +- color: #606468; } +- .titlebar .path-bar .button, +- .header-bar .path-bar .button { +- color: #EEEFF0; } +- .titlebar .button, +- .titlebar .button.titlebutton, +- .header-bar .button, +- .header-bar .button.titlebutton { +- background-color: #31363B; +- color: #EEEFF0; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .titlebar .button.flat, +- .titlebar .titlebutton.button, +- .header-bar .button.flat, +- .header-bar .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button.flat, ++ .header-bar .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; + text-shadow: none; + icon-shadow: none; } + .titlebar .button:hover, + .header-bar .button:hover { +- border-color: #3DADE8; } ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .titlebar .button:hover:backdrop, ++ .header-bar .button:hover:backdrop { ++ border-color: #31363b; } + .titlebar .button:active, .titlebar .button:checked, + .header-bar .button:active, + .header-bar .button:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- border-color: #31363B; +- box-shadow: none; } ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } + .titlebar .button:active:hover, .titlebar .button:checked:hover, + .header-bar .button:active:hover, + .header-bar .button:checked:hover { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #96CDF1, #86B7D7); +- border-color: #31363B; +- box-shadow: none; } ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } + .titlebar .button:active:backdrop, .titlebar .button:checked:backdrop, + .header-bar .button:active:backdrop, + .header-bar .button:checked:backdrop { + background-image: none; +- background-color: #31363B; +- border-color: #31363B; } +- .titlebar .button.suggested-action, +- .header-bar .button.suggested-action { +- background-color: shade(#3DADE8, 1.1); } +- .titlebar .button.suggested-action:hover, +- .header-bar .button.suggested-action:hover { +- background-color: #3DADE8; } +- .titlebar .button.suggested-action:insensitive, +- .header-bar .button.suggested-action:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +- .titlebar .button.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, +- .header-bar .button.suggested-action:insensitive:active, +- .header-bar .button.suggested-action:insensitive:checked { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #7f8c8d; } + .titlebar .button:backdrop, + .header-bar .button:backdrop { +- background-color: #31363B; +- color: #606468; } +- .titlebar .button.flat:backdrop, +- .titlebar .titlebutton.button:backdrop, .titlebar .button.flat:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive, .titlebar .button:insensitive:backdrop, ++ background-color: #31363b; ++ color: #7f8c8d; } ++ .titlebar .button.flat:backdrop, .titlebar .button.flat:backdrop:insensitive, .titlebar .button:insensitive:backdrop, + .header-bar .button.flat:backdrop, +- .header-bar .titlebutton.button:backdrop, + .header-bar .button.flat:backdrop:insensitive, +- .header-bar .titlebutton.button:backdrop:insensitive, + .header-bar .button:insensitive:backdrop { + background-image: none; +- background-color: #31363B; +- color: #606468; } ++ background-color: #31363b; ++ color: #7f8c8d; ++ border-color: transparent; } + .titlebar .button.flat:insensitive, +- .titlebar .titlebutton.button:insensitive, +- .header-bar .button.flat:insensitive, +- .header-bar .titlebutton.button:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } ++ .header-bar .button.flat:insensitive { ++ color: rgba(216, 218, 221, 0.35); } + .titlebar .button:insensitive, + .header-bar .button:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } + .titlebar .button:insensitive:active, .titlebar .button:insensitive:checked, + .header-bar .button:insensitive:active, + .header-bar .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } + .titlebar .button:insensitive:active > .label, .titlebar .button:insensitive:checked > .label, + .header-bar .button:insensitive:active > .label, + .header-bar .button:insensitive:checked > .label { +@@ -1426,227 +1187,25 @@ GtkComboBox { + GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; +- border-width: 0 1px; +- border-image: linear-gradient(to bottom, rgba(105, 109, 113, 0), #696D71 30%, #696D71 70%, rgba(105, 109, 113, 0) 100%) 0 1/0 1px stretch; } ++ border-width: 0px; ++ background-color: #31363b; ++ border-color: #31363b; } + .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, + .header-bar .header-bar-separator:backdrop, + .header-bar > GtkBox > .separator.vertical:backdrop { +- border-image: linear-gradient(to bottom, rgba(99, 103, 107, 0.5)) 0 1/1px 1px; } +- .titlebar.selection-mode, +- .header-bar.selection-mode { +- color: #EEEFF0; +- text-shadow: none; +- border-color: #3DADE8; +- background-image: none; +- background-color: #31363B; +- box-shadow: none; } +- .titlebar.selection-mode:backdrop, +- .header-bar.selection-mode:backdrop { +- background-image: none; +- background-color: #31363B; +- box-shadow: none; } +- .titlebar.selection-mode .button, +- .header-bar.selection-mode .button { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .titlebar.selection-mode .button.flat, +- .titlebar.selection-mode .titlebutton.button, +- .header-bar.selection-mode .button.flat, +- .header-bar.selection-mode .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:hover, +- .header-bar.selection-mode .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked, +- .header-bar.selection-mode .button:active, +- .header-bar.selection-mode .button:checked { +- color: #31363B; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .titlebar.selection-mode .button:backdrop, .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop { +- color: #606468; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- -gtk-image-effect: none; +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:active, .titlebar.selection-mode .button:backdrop:checked, .titlebar.selection-mode .button.flat:backdrop:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode .button.flat:backdrop:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:checked, +- .header-bar.selection-mode .button:backdrop:active, +- .header-bar.selection-mode .button:backdrop:checked, +- .header-bar.selection-mode .button.flat:backdrop:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:active, +- .header-bar.selection-mode .button.flat:backdrop:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:checked { +- color: #606468; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #1a97d8); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:insensitive, .titlebar.selection-mode .button.flat:backdrop:insensitive, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive, +- .header-bar.selection-mode .button:backdrop:insensitive, +- .header-bar.selection-mode .button.flat:backdrop:insensitive, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { +- color: #78b6d7; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button:backdrop:insensitive:active, +- .header-bar.selection-mode .button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { +- color: #73adcc; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #318aba); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, +- .titlebar.selection-mode .titlebutton.button:insensitive, .titlebar.selection-mode .button.flat:insensitive:backdrop, +- .titlebar.selection-mode .titlebutton.button:insensitive:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button.flat:insensitive, +- .header-bar.selection-mode .titlebutton.button:insensitive, +- .header-bar.selection-mode .button.flat:insensitive:backdrop, +- .header-bar.selection-mode .titlebutton.button:insensitive:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:insensitive, +- .header-bar.selection-mode .button:insensitive { +- color: #8f9295; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .titlebar.selection-mode .button:insensitive > .label, +- .header-bar.selection-mode .button:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, +- .header-bar.selection-mode .button:insensitive:active, +- .header-bar.selection-mode .button:insensitive:checked { +- color: #a2c6da; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #328dbe, #318aba); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, +- .header-bar.selection-mode .button:insensitive:active > .label, +- .header-bar.selection-mode .button:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action, +- .header-bar.selection-mode .button.suggested-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:hover, +- .header-bar.selection-mode .button.suggested-action:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:active, +- .header-bar.selection-mode .button.suggested-action:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:insensitive, +- .header-bar.selection-mode .button.suggested-action:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action:backdrop, +- .header-bar.selection-mode .button.suggested-action:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, +- .header-bar.selection-mode .selection-menu, +- .header-bar.selection-mode .selection-menu:backdrop { +- border-color: rgba(61, 173, 232, 0); +- background-image: linear-gradient(to bottom, rgba(61, 173, 232, 0)); +- box-shadow: none; +- padding-left: 10px; +- padding-right: 10px; } +- .titlebar.selection-mode .selection-menu GtkArrow, .titlebar.selection-mode .selection-menu:backdrop GtkArrow, +- .header-bar.selection-mode .selection-menu GtkArrow, +- .header-bar.selection-mode .selection-menu:backdrop GtkArrow { +- -GtkArrow-arrow-scaling: 1; } +- .titlebar.selection-mode .selection-menu .arrow, +- .header-bar.selection-mode .selection-menu .arrow { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +- color: rgba(238, 239, 240, 0.5); +- icon-shadow: none; } ++ background-color: #31363b; ++ border-color: #31363b; } ++ .titlebar.selection-mode .selection-menu, ++ .header-bar.selection-mode .selection-menu { ++ padding-left: 10px; ++ padding-right: 10px; } ++ .titlebar.selection-mode .selection-menu GtkArrow, ++ .header-bar.selection-mode .selection-menu GtkArrow { ++ -GtkArrow-arrow-scaling: 1; } ++ .titlebar.selection-mode .selection-menu .arrow, ++ .header-bar.selection-mode .selection-menu .arrow { ++ -gtk-icon-source: -gtk-icontheme("arrow-down"); ++ icon-shadow: none; } + .tiled .titlebar, .maximized .titlebar, .tiled + .header-bar, .maximized + .header-bar { +@@ -1658,246 +1217,375 @@ GtkComboBox { + .header-bar.default-decoration .button { + padding: 5px; } + +-/************ +- * Pathbars * +- ************/ +-.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton, +-.path-bar .titlebar .button.titlebutton, +-.titlebar .path-bar .button.titlebutton { +- padding: 5px 6px 6px; +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; ++.titlebar .button.suggested-action, ++.header-bar .button.suggested-action, .titlebar.selection-mode.suggested-action, ++.header-bar.selection-mode.suggested-action { + background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; } +- .path-bar .button:hover { +- border-color: #3DADE8; } +- .path-bar .button:active, .path-bar .button:checked { +- background-color: #696D71; } +- .path-bar .button:first-child { +- padding-left: 8px; } +- .path-bar .button:last-child { +- padding-right: 8px; } +- .path-bar .button:only-child { +- padding-left: 12px; +- padding-right: 12px; } +- .path-bar .button .label:last-child { +- padding-left: 2px; } +- .path-bar .button .label:first-child { +- padding-right: 2px; } +- .path-bar .button .label:only-child { +- padding-right: 0; +- padding-left: 0; } +- .path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage, +- .path-bar .titlebar .button.titlebutton GtkImage, +- .titlebar .path-bar .button.titlebutton GtkImage { +- padding-top: 1px; } ++ background-color: #3daee9; } ++ .titlebar .button.suggested-action:hover, ++ .header-bar .button.suggested-action:hover, .titlebar.selection-mode.suggested-action:hover, ++ .header-bar.selection-mode.suggested-action:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .titlebar .button.suggested-action:insensitive, ++ .header-bar .button.suggested-action:insensitive, .titlebar.selection-mode.suggested-action:insensitive, ++ .header-bar.selection-mode.suggested-action:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button.suggested-action:insensitive:active, ++ .header-bar .button.suggested-action:insensitive:active, .titlebar.selection-mode.suggested-action:insensitive:active, ++ .header-bar.selection-mode.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, ++ .header-bar .button.suggested-action:insensitive:checked, .titlebar.selection-mode.suggested-action:insensitive:checked, ++ .header-bar.selection-mode.suggested-action:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button.suggested-action:insensitive:active > .label, ++ .header-bar .button.suggested-action:insensitive:active > .label, .titlebar.selection-mode.suggested-action:insensitive:active > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:active > .label, .titlebar .button.suggested-action:insensitive:checked > .label, ++ .header-bar .button.suggested-action:insensitive:checked > .label, .titlebar.selection-mode.suggested-action:insensitive:checked > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .button.suggested-action:backdrop, ++ .header-bar .button.suggested-action:backdrop, .titlebar.selection-mode.suggested-action:backdrop, ++ .header-bar.selection-mode.suggested-action:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ color: #7f8c8d; } ++ .titlebar .button.suggested-action:backdrop:insensitive, ++ .header-bar .button.suggested-action:backdrop:insensitive, .titlebar.selection-mode.suggested-action:backdrop:insensitive, ++ .header-bar.selection-mode.suggested-action:backdrop:insensitive { ++ color: rgba(115, 128, 129, 0.35); } + + /************** +- * Tree Views * ++ * GtkInfoBar * + **************/ +-GtkTreeView.view { +- -GtkTreeView-grid-line-width: 1; +- -GtkTreeView-grid-line-pattern: ''; +- -GtkTreeView-tree-line-width: 1; +- -GtkTreeView-tree-line-pattern: ''; +- -GtkTreeView-expander-size: 16; +- border-left-color: #888a8c; +- border-top-color: #31363B; } +- GtkTreeView.view:selected { +- border-radius: 0; } +- GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { +- border-left-color: #95ceec; +- border-top-color: rgba(238, 239, 240, 0.1); } +- GtkTreeView.view:insensitive { +- color: #8f9295; } +- GtkTreeView.view:insensitive:selected { +- color: #83c7eb; } +- GtkTreeView.view:insensitive:selected:backdrop { +- color: #72c0ea; } +- GtkTreeView.view:insensitive:backdrop { +- color: #545c65; } +- GtkTreeView.view.separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkTreeView.view:backdrop { +- border-left-color: #484d51; +- border-top: #31363B; } +- GtkTreeView.view.dnd { +- border-style: solid none; +- border-width: 1px; +- border-color: #95ceec; } +- GtkTreeView.view.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +- color: #b1b2b4; } +- GtkTreeView.view.expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- GtkTreeView.view.expander:hover { +- color: #EEEFF0; } +- GtkTreeView.view.expander:selected { +- color: #b8dbed; } +- GtkTreeView.view.expander:selected:hover { +- color: #EEEFF0; } +- GtkTreeView.view.expander:selected:backdrop { +- color: #b8dbed; } +- GtkTreeView.view.expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- GtkTreeView.view.expander:backdrop { +- color: #4e5256; } +- GtkTreeView.view.progressbar { +- border: 1px solid #3DADE8; +- border-radius: 4px; +- background-image: linear-gradient(to bottom, #3DADE8, #1a97d8); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } +- GtkTreeView.view.progressbar:selected { +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); +- background-image: linear-gradient(to bottom, #232629, #0c0d0d); } +- GtkTreeView.view.progressbar:selected:backdrop { +- border-color: #25292c; +- background-color: #25292c; } +- GtkTreeView.view.progressbar:backdrop { +- border-color: #25292c; +- background-image: none; +- box-shadow: none; } +- GtkTreeView.view.trough { +- background-color: rgba(238, 239, 240, 0.1); +- border-radius: 4px; } +- GtkTreeView.view.trough:selected { +- background-color: #1a97d8; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton { +- color: #888a8c; +- background-color: #232629; +- font-weight: bold; +- text-shadow: none; +- box-shadow: none; } +- column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, +- column-header .titlebar .button.titlebutton:hover, +- .titlebar column-header .button.titlebutton:hover { +- color: #bbbcbe; +- box-shadow: none; +- transition: none; } +- column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, +- column-header .titlebar .button.titlebutton:active, +- .titlebar column-header .button.titlebutton:active { +- color: #EEEFF0; +- transition: none; } +-column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton, +-column-header:last-child .titlebar .button.titlebutton, +-.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child, +-.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { +- border-right-style: none; } +- +-column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton, +-column-header .titlebar .dnd.button.titlebutton, +-.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, .header-bar column-header.dnd.button.titlebutton, +-.titlebar column-header.dnd.button.titlebutton { +- transition: none; +- color: #3DADE8; +- box-shadow: inset 1px 1px 0 1px #3DADE8, inset -1px 0 0 1px #3DADE8, inset 1px 1px #232629, inset -1px 0 #232629; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton, column-header .button:hover, column-header .button:active { +- padding: 3px 6px; +- border-style: none solid solid none; +- border-radius: 0; ++GtkInfoBar { ++ border-style: none; ++ border-bottom: 1px solid #616569; ++ background-color: #31363b; ++ background-image: none; } ++ GtkInfoBar:backdrop { ++ border-bottom: 1px solid #616569; } ++ ++.info, .titlebar.selection-mode, ++.header-bar.selection-mode, ++.question, ++.warning, ++.error { ++ background-color: #31363b; + background-image: none; +- border-color: #31363B; ++ color: #f67400; + text-shadow: none; } +- column-header .button:insensitive, column-header .header-bar .button.titlebutton:insensitive, .header-bar column-header .button.titlebutton:insensitive, +- column-header .titlebar .button.titlebutton:insensitive, +- .titlebar column-header .button.titlebutton:insensitive { +- border-color: #31363B; +- background-image: none; } +- column-header .button:backdrop, column-header .header-bar .button.titlebutton:backdrop, .header-bar column-header .button.titlebutton:backdrop, +- column-header .titlebar .button.titlebutton:backdrop, +- .titlebar column-header .button.titlebutton:backdrop { +- border-color: #31363B; +- border-style: none solid solid none; +- color: #484d51; ++ .info:backdrop, .titlebar.selection-mode:backdrop, ++ .header-bar.selection-mode:backdrop, ++ .question:backdrop, ++ .warning:backdrop, ++ .error:backdrop { ++ background-color: #31363b; ++ color: #f67400; } ++ .info .button, .titlebar.selection-mode .button, ++ .header-bar.selection-mode .button, ++ .question .button, ++ .warning .button, ++ .error .button { ++ box-shadow: none; + background-image: none; +- background-color: #25292c; } +- column-header .button:backdrop:insensitive { +- border-color: #31363B; +- background-image: none; } ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #eff0f1; } ++ .info .button:hover, .titlebar.selection-mode .button:hover, ++ .header-bar.selection-mode .button:hover, ++ .question .button:hover, ++ .warning .button:hover, ++ .error .button:hover { ++ background-color: rgba(246, 116, 0, 0.25); ++ border-color: #f67400; } ++ .info .button:active, .titlebar.selection-mode .button:active, ++ .header-bar.selection-mode .button:active, .info .button:checked, .titlebar.selection-mode .button:checked, ++ .header-bar.selection-mode .button:checked, ++ .question .button:active, ++ .question .button:checked, ++ .warning .button:active, ++ .warning .button:checked, ++ .error .button:active, ++ .error .button:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #31363b; ++ border-color: #f67400; } ++ .info .button:insensitive, .titlebar.selection-mode .button:insensitive, ++ .header-bar.selection-mode .button:insensitive, ++ .question .button:insensitive, ++ .warning .button:insensitive, ++ .error .button:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(216, 218, 221, 0.35); } ++ .info .button:backdrop, .titlebar.selection-mode .button:backdrop, ++ .header-bar.selection-mode .button:backdrop, ++ .question .button:backdrop, ++ .warning .button:backdrop, ++ .error .button:backdrop { ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #eff0f1; } ++ .info .button:backdrop:active, .titlebar.selection-mode .button:backdrop:active, ++ .header-bar.selection-mode .button:backdrop:active, .info .button:backdrop:checked, .titlebar.selection-mode .button:backdrop:checked, ++ .header-bar.selection-mode .button:backdrop:checked, ++ .question .button:backdrop:active, ++ .question .button:backdrop:checked, ++ .warning .button:backdrop:active, ++ .warning .button:backdrop:checked, ++ .error .button:backdrop:active, ++ .error .button:backdrop:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #31363b; ++ border-color: #f67400; } ++ .info .button:backdrop:insensitive, .titlebar.selection-mode .button:backdrop:insensitive, ++ .header-bar.selection-mode .button:backdrop:insensitive, ++ .question .button:backdrop:insensitive, ++ .warning .button:backdrop:insensitive, ++ .error .button:backdrop:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(216, 218, 221, 0.35); } ++ .info .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:active, ++ .header-bar.selection-mode .button:backdrop:insensitive:active, .info .button:backdrop:insensitive:checked, .titlebar.selection-mode .button:backdrop:insensitive:checked, ++ .header-bar.selection-mode .button:backdrop:insensitive:checked, ++ .question .button:backdrop:insensitive:active, ++ .question .button:backdrop:insensitive:checked, ++ .warning .button:backdrop:insensitive:active, ++ .warning .button:backdrop:insensitive:checked, ++ .error .button:backdrop:insensitive:active, ++ .error .button:backdrop:insensitive:checked { ++ background-image: linear-gradient(to bottom, rgba(226, 107, 0, 0.35), rgba(217, 102, 0, 0.35)); ++ color: #2d3136; ++ border-color: rgba(224, 105, 0, 0.35); } + + /********* +- * Menus * ++ * Links * + *********/ +-.menubar { +- -GtkWidget-window-dragging: true; +- padding: 2px; ++*:link, .button:link, .button:visited { ++ color: #2980b9; } ++ *:link:visited, .button:visited { ++ color: #7f8c8d; } ++ *:selected *:link:visited, *:selected .button:visited { ++ color: #a8d6ee; } ++ *:link:hover, .button:hover:link, .button:hover:visited { ++ color: #409ad5; } ++ *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { ++ color: #dde9f0; } ++ *:link:active, .button:active:link, .button:active:visited { ++ color: #2980b9; } ++ *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { ++ color: #cbe3ef; } ++ *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .titlebar.selection-mode .subtitle:backdrop:hover:link, ++ .header-bar.selection-mode .subtitle:backdrop:hover:link, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited { ++ color: rgba(61, 174, 233, 0.5); } ++ *:link:selected, .titlebar.selection-mode .subtitle:link, ++ .header-bar.selection-mode .subtitle:link, .button:selected:link, .button:selected:visited, *:selected *:link, *:selected .button:link, *:selected .button:visited { ++ color: #cbe3ef; } ++ ++.button:link, .button:visited { ++ text-shadow: none; } ++ .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { ++ text-shadow: none; } ++ ++/********* ++ * Lists * ++ *********/ ++.list, .list-row { ++ background-color: #31363b; ++ color: #eff0f1; ++ border-width: 0px; } ++ .list:backdrop, .list-row:backdrop { ++ background-color: #31363b; ++ color: #eff0f1; } ++ ++.list-row, ++.grid-child { ++ padding: 0px 2px; ++ border-style: solid; ++ border-width: 0px; ++ border-color: #31363b; } ++ ++.list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked { ++ background-color: rgba(35, 38, 41, 0); ++ border-style: none; ++ border-radius: 0; + box-shadow: none; } +- .menubar:backdrop { +- background-color: #31363B; } +- .menubar > .menuitem { +- padding: 4px 8px; } +- .menubar > .menuitem:hover { +- background-color: #3DADE8; +- color: #EEEFF0; } +- .menubar > .menuitem:insensitive { +- color: #8f9295; ++ ++.list-row.button { ++ background-color: #31363b; } ++ .list-row.button:hover { ++ background-color: rgba(61, 174, 233, 0.25); } ++ .list-row.button:active { ++ background-color: #3daee9; ++ box-shadow: none; } ++ .list-row.button:selected { ++ background-color: #3daee9; } ++ .list-row.button:selected:active { + box-shadow: none; } ++ .list-row.button:selected:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row.button:selected:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); } ++ .list-row.button:backdrop { ++ background-color: #31363b; } + +-.menu { +- padding: 0px; +- background-color: #31363B; +- border: 1px solid #696D71; +- border-radius: 3px; } +- .csd .menu { +- border: 1px solid #696D71; } +- .menu .menuitem { ++.list-row:selected .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .list-row:selected .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; + text-shadow: none; +- padding: 6px 6px; } +- .menu .menuitem:hover { +- color: #EEEFF0; +- background-color: #3DADE8; +- background-clip: padding-box; +- border-style: solid; +- border-width: 2px; +- border-color: transparent; } ++ icon-shadow: none; } ++ .list-row:selected .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .list-row:selected .button:active, .list-row:selected .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .button.flat:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .list-row:selected .button.flat:backdrop { ++ background-color: #31363b; ++ color: #eff0f1; ++ border-color: transparent; } ++ .list-row:selected .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .list-row:selected .button:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { ++ color: inherit; } ++ ++.list-row, list-row.button { ++ transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .list-row:hover, list-row.button:hover { ++ transition: none; } ++ ++/********* ++ * Menus * ++ *********/ ++/* menu buttons */ ++.menuitem.button.flat { ++ color: #eff0f1; } ++ .menuitem.button.flat:hover { ++ background-color: #3daee9; } ++ .menuitem.button.flat:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover { ++ color: #eff0f1; } ++ ++.menubar { ++ -GtkWidget-window-dragging: true; ++ padding: 0px; ++ box-shadow: none; ++ background-color: #31363b; } ++ .menubar:backdrop { ++ background-color: #31363b; } ++ .menubar > .menuitem { ++ padding: 6px 8px; ++ border: 1px solid #31363b; } ++ .menubar > .menuitem:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menubar > .menuitem:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ box-shadow: none; } ++ .menubar > .menuitem:insensitive:backdrop { ++ background-color: #31363b; ++ color: rgba(216, 218, 221, 0.35); } ++ .menubar > .menuitem:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #eff0f1; } ++ ++.menu { ++ padding: 0px; ++ background-color: #31363b; ++ border: 1px solid #616569; ++ border-radius: 3px; } ++ .csd .menu { ++ border: 1px solid #616569; } ++ .menu .separator, .menu GtkPlacesSidebar.sidebar .view .separator, GtkPlacesSidebar.sidebar .view .menu .separator { ++ color: #616569; } ++ .menu .menuitem { ++ text-shadow: none; ++ padding: 4px 4px; } ++ .menu .menuitem:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } + .menu .menuitem:insensitive { +- color: #8f9295; } ++ color: rgba(216, 218, 221, 0.35); } + .menu .menuitem:insensitive:backdrop { +- color: #545c65; } ++ color: rgba(216, 218, 221, 0.35); } + .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { +- color: #EEEFF0; +- background-color: #31363B; } ++ color: #eff0f1; ++ background-color: #31363b; } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .menu.button, .header-bar .menu.button.titlebutton, +- .titlebar .menu.button.titlebutton { +- border-style: none; +- border-radius: 0; } +- .menu.button.top { +- border-bottom: 1px solid #373a3c; } +- .menu.button.bottom { +- border-top: 1px solid #373a3c; } +- .menu.button:hover { +- background-color: #373a3c; } +- .menu.button:insensitive { +- color: transparent; +- background-color: transparent; +- border-color: transparent; } + + .menuitem .accelerator { +- color: alpha(currentColor,0.55); } ++ color: alpha(currentColor,0.5); } + + /*************** + * Popovers * + ***************/ + .popover { +- padding: 2px; +- border: 1px solid #696D71; +- border-radius: 2px; +- background-color: #31363B; +- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } ++ margin: 10px; ++ padding: 0px; ++ border: 1px solid #616569; ++ border-radius: 3px; ++ background-color: #31363b; ++ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); } + .popover:backdrop { + box-shadow: none; } + .popover > .list, +@@ -1908,17 +1596,19 @@ column-header .titlebar .button.titlebutton, + .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { + border-style: none; + background-color: transparent; } +- .popover .button.flat, .popover .header-bar .titlebutton.button, .header-bar .popover .titlebutton.button, +- .popover .titlebar .titlebutton.button, +- .titlebar .popover .titlebutton.button { +- color: #EEEFF0; } +- .popover .button.flat:hover, .popover .header-bar .titlebutton.button:hover, .header-bar .popover .titlebutton.button:hover, +- .popover .titlebar .titlebutton.button:hover, +- .titlebar .popover .titlebutton.button:hover { +- background-color: rgba(61, 173, 232, 0.2); +- color: #EEEFF0; +- text-shadow: none; +- transition: none; } ++ .popover .button.flat { ++ border-radius: 0px; ++ color: #eff0f1; } ++ .popover .button.flat .label { ++ padding: 4px 0px; } ++ .popover .button.flat:hover, .popover .button.flat:checked:hover { ++ background-image: none; ++ background-color: #3daee9; ++ color: #eff0f1; ++ transition: none; } ++ .popover .button.flat:backdrop { ++ background-color: transparent; ++ color: #eff0f1; } + + .entry.cursor-handle, + .cursor-handle { +@@ -1933,22 +1623,135 @@ column-header .titlebar .button.titlebutton, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + ++.scale-popup .button, ++.scale-popup .button.flat { ++ background-color: transparent; ++ padding: 5px; ++ color: #eff0f1; } ++ .scale-popup .button:hover, ++ .scale-popup .button.flat:hover { ++ color: #3daee9; } ++ .scale-popup .button:active, ++ .scale-popup .button.flat:active { ++ color: #3daee9; } ++ .scale-popup .button:insensitive, ++ .scale-popup .button.flat:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .scale-popup .button:backdrop, ++ .scale-popup .button.flat:backdrop { ++ color: #eff0f1; } ++ .scale-popup .button:backdrop:insensitive, ++ .scale-popup .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ ++GtkVolumeButton.button { ++ padding: 5px; } ++ ++/******** ++ * Misc * ++ ********/ ++/********** ++* Frames * ++**********/ ++.frame { ++ border: 1px solid #616569; ++ padding: 0; } ++ .frame.flat { ++ border-style: none; } ++ .frame.action-bar { ++ padding: 6px; ++ border-width: 1px 0 0; } ++ .frame.action-bar:backdrop { ++ border-color: #616569; } ++ .frame:backdrop { ++ border-color: #616569; } ++ ++GtkScrolledWindow GtkViewport.frame { ++ border-style: none; } ++ ++.separator, GtkPlacesSidebar.sidebar .view .separator, ++GtkPlacesSidebar.sidebar .view .separator:backdrop { ++ color: transparent; } ++ .separator.vertical, GtkPlacesSidebar.sidebar .view .vertical.separator { ++ color: #616569; } ++ .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .view .vertical.separator:backdrop { ++ color: #616569; } ++ GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { ++ -GtkWidget-wide-separators: true; } ++ ++/************* ++* Expanders * ++*************/ ++.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ .expander:hover { ++ color: white; } ++ .expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ ++/********* ++* Paned * ++*********/ ++GtkPaned { ++ -GtkPaned-handle-size: 1; ++ -gtk-icon-source: none; ++ margin: 0 8px 8px 0; } ++ GtkPaned:dir(rtl) { ++ margin-right: 0; ++ margin-left: 8px; } ++ GtkPaned .pane-separator { ++ background-color: #616569; } ++ GtkPaned .pane-separator:backdrop { ++ background-color: #616569; } ++ ++GtkPaned.wide { ++ -GtkPaned-handle-size: 5; ++ margin: 0; } ++ GtkPaned.wide .pane-separator { ++ background-color: transparent; ++ border-style: none; } ++ GtkPaned.wide.vertical .pane-separator { ++ border-style: none; } ++ GtkPaned.wide .pane-separator:backdrop { ++ border-color: transparent; } ++ ++/********************* ++* Spinner Animation * ++*********************/ ++@keyframes spin { ++ to { ++ -gtk-icon-transform: rotate(1turn); } } ++.spinner { ++ background-image: none; ++ background-color: blue; ++ opacity: 0; ++ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } ++ .spinner:active { ++ opacity: 1; ++ animation: spin 1s linear infinite; } ++ .spinner:active:insensitive { ++ opacity: 0.5; } ++ + /***************** + * Notebooks and * + * Tabs * + *****************/ + .notebook { +- background-color: #31363B; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; +- -GtkNotebook-tab-overlap: 0; ++ -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ background-color: #31363b; } ++ .notebook:backdrop { ++ background-color: #31363b; } + .notebook.frame { +- border: 1px solid #696D71; } ++ border: 1px solid #616569; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { +@@ -1957,1167 +1760,330 @@ column-header .titlebar .button.titlebutton, + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } ++ .notebook.frame:backdrop { ++ border-color: #616569; } + .notebook.header { +- background-color: #31363B; ++ background-color: #31363b; + padding-top: 4px; } + .notebook.header.frame { +- border-style: solid; +- border-color: #696D71; } +- .notebook.header.frame.top { +- border-width: 0px; } +- .notebook.header.frame.bottom { +- border-width: 0px; } +- .notebook.header.frame.right { +- border-width: 0px; } +- .notebook.header.frame.left { +- border-width: 0px; } +- .notebook.header.frame:backdrop { +- border-color: #696D71; } ++ border-style: none; } + .notebook.header.top { +- box-shadow: inset 0 -1px #696D71; } ++ box-shadow: inset 0 -1px #616569; } ++ .notebook.header.top:backdrop { ++ box-shadow: inset 0 -1px #616569; } + .notebook.header.bottom { +- box-shadow: inset 0 1px #696D71; } ++ box-shadow: inset 0 1px #616569; } ++ .notebook.header.bottom:backdrop { ++ box-shadow: inset 0 1px #616569; } + .notebook.header.right { +- box-shadow: inset 1px 0 #696D71; } ++ box-shadow: inset 1px 0 #616569; } ++ .notebook.header.right:backdrop { ++ box-shadow: inset 1px 0 #616569; } + .notebook.header.left { +- box-shadow: inset -1px 0 #696D71; } ++ box-shadow: inset -1px 0 #616569; } ++ .notebook.header.left:backdrop { ++ box-shadow: inset -1px 0 #616569; } ++ .notebook.header:backdrop { ++ background-color: #31363b; } + .notebook tab { +- border-width: 1px; +- border-style: solid; +- border-color: rgba(105, 109, 113, 0.2); +- background-color: rgba(105, 109, 113, 0.2); +- outline-offset: 0; +- /* works for testnotebookdnd, but there's a superfluous border +- in gedit or web, commented out for now, needs gtk fixes +- &.reorderable-page { +- &.top { +- padding-top: ($vt_vpadding - 1px); +- border-top-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.bottom { +- padding-bottom: ($vt_vpadding - 1px); +- border-bottom-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.left { +- padding-left: ($ht_hpadding - 1px); +- border-left-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- &.right { +- padding-right: ($ht_hpadding - 1px); +- border-right-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- } +- */ } +- .notebook tab.top, .notebook tab.bottom { +- padding: 6px 8px; } +- .notebook tab.left, .notebook tab.right { +- padding: 6px 8px; } ++ border: 1px solid rgba(239, 240, 241, 0.2); ++ background-color: rgba(239, 240, 241, 0.2); ++ background-clip: padding-box; ++ padding: 8px; } ++ .notebook tab:backdrop { ++ background-color: rgba(239, 240, 241, 0.2); } + .notebook tab.reorderable-page { +- background-color: #31363B; } ++ background-color: #31363b; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 6px; + padding-bottom: 8px; } + .notebook tab.top { +- border-radius: 3px 3px 0px 0px; } +- .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top:backdrop:active { +- border-color: #696D71; +- border-bottom-color: #31363B; +- background-color: #31363B; } +- .notebook tab.top:active:hover, .notebook tab.top:active.prelight-page, .notebook tab.top.active-page:hover, .notebook tab.top.active-page.prelight-page, .notebook tab.top:backdrop:active:hover, .notebook tab.top:backdrop:active.prelight-page { +- border-color: #696D71; +- border-bottom-color: #31363B; } ++ border-radius: 3px 3px 0px 0px; ++ border-bottom-color: transparent; } ++ .notebook tab.top:active, .notebook tab.top.active-page { ++ border-color: #616569; ++ border-bottom-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.top:active:backdrop, .notebook tab.top.active-page:backdrop { ++ border-color: #616569; ++ border-bottom-color: #31363b; ++ background-color: #31363b; } + .notebook tab.bottom { +- border-radius: 0px 0px 3px 3px; } +- .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom:backdrop:active { +- border-color: #696D71; +- border-top-color: #31363B; +- background-color: #31363B; } +- .notebook tab.bottom:active:hover, .notebook tab.bottom:active.prelight-page, .notebook tab.bottom.active-page:hover, .notebook tab.bottom.active-page.prelight-page, .notebook tab.bottom:backdrop:active:hover, .notebook tab.bottom:backdrop:active.prelight-page { +- border-color: #696D71; +- border-top-color: #31363B; } ++ border-radius: 0px 0px 3px 3px; ++ border-top-color: transparent; } ++ .notebook tab.bottom:active, .notebook tab.bottom.active-page { ++ border-color: #616569; ++ border-top-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.bottom:active:backdrop, .notebook tab.bottom.active-page:backdrop { ++ border-color: #616569; ++ border-top-color: #31363b; ++ background-color: #31363b; } + .notebook tab.left { +- border-radius: 3px 0px 0px 3px; } +- .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left:backdrop:active { +- border-color: #696D71; +- border-right-color: #31363B; +- background-color: #31363B; } +- .notebook tab.left:active:hover, .notebook tab.left:active.prelight-page, .notebook tab.left.active-page:hover, .notebook tab.left.active-page.prelight-page, .notebook tab.left:backdrop:active:hover, .notebook tab.left:backdrop:active.prelight-page { +- border-color: #696D71; +- border-right-color: #31363B; } ++ border-radius: 3px 0px 0px 3px; ++ border-right-color: transparent; } ++ .notebook tab.left:active, .notebook tab.left.active-page { ++ border-color: #616569; ++ border-right-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.left:active:backdrop, .notebook tab.left.active-page:backdrop { ++ border-color: #616569; ++ border-right-color: #31363b; ++ background-color: #31363b; } + .notebook tab.right { +- border-radius: 0px 3px 3px 0px; } +- .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right:backdrop:active { +- border-color: #696D71; +- border-left-color: #31363B; +- background-color: #31363B; } +- .notebook tab.right:active:hover, .notebook tab.right:active.prelight-page, .notebook tab.right.active-page:hover, .notebook tab.right.active-page.prelight-page, .notebook tab.right:backdrop:active:hover, .notebook tab.right:backdrop:active.prelight-page { +- border-color: #696D71; +- border-left-color: #31363B; } ++ border-radius: 0px 3px 3px 0px; ++ border-left-color: transparent; } ++ .notebook tab.right:active, .notebook tab.right.active-page { ++ border-color: #616569; ++ border-left-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.right:active:backdrop, .notebook tab.right.active-page:backdrop { ++ border-color: #616569; ++ border-left-color: #31363b; ++ background-color: #31363b; } + .notebook tab:hover, .notebook tab.prelight-page { +- background-color: rgba(61, 173, 232, 0.2); +- border-color: rgba(61, 173, 232, 0.2); } ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } + .notebook tab.reorderable-page.top { + border-width: 3px; + border-style: solid; +- border-color: #31363B; +- background-color: #31363B; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; + border-right-width: 1px; +- border-right-color: #696D71; +- box-shadow: inset -3px 0px 0px 0px #31363B; } ++ border-right-color: #616569; ++ box-shadow: inset -3px 0px 0px 0px #31363b; } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset -3px 0px 0px 0px #31363B; } ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #31363b; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.top:active:hover, .notebook tab.reorderable-page.top.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #31363b; } + .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } ++ background-color: #31363b; ++ border-color: transparent; ++ border-right-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.top:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } ++ background-color: #31363b; ++ border-right-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.bottom { + border-width: 3px; + border-style: solid; +- border-color: #31363B; +- background-color: #31363B; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; + border-right-width: 1px; +- border-right-color: #696D71; +- box-shadow: inset -3px 0px 0px 0px #31363B; } ++ border-right-color: #616569; ++ box-shadow: inset -3px 0px 0px 0px #31363b; } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset -3px 0px 0px 0px #31363B; } ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #31363b; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.bottom:active:hover, .notebook tab.reorderable-page.bottom.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #31363b; } + .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } ++ background-color: #31363b; ++ border-color: transparent; ++ border-right-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.bottom:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } ++ background-color: #31363b; ++ border-right-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.left { + border-width: 3px; + border-style: solid; +- border-color: #31363B; +- background-color: #31363B; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; + border-bottom-width: 1px; +- border-bottom-color: #696D71; +- box-shadow: inset 0px -3px 0px 0px #31363B; } ++ border-bottom-color: #616569; ++ box-shadow: inset 0px -3px 0px 0px #31363b; } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset 0px -3px 0px 0px #31363B; } ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #31363b; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.left:active:hover, .notebook tab.reorderable-page.left.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #31363b; } + .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } ++ background-color: #31363b; ++ border-color: transparent; ++ border-bottom-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.left:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } ++ background-color: #31363b; ++ border-bottom-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.right { + border-width: 3px; + border-style: solid; +- border-color: #31363B; +- background-color: #31363B; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; + border-bottom-width: 1px; +- border-bottom-color: #696D71; +- box-shadow: inset 0px -3px 0px 0px #31363B; } ++ border-bottom-color: #616569; ++ box-shadow: inset 0px -3px 0px 0px #31363b; } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset 0px -3px 0px 0px #31363B; } ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #31363b; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.right:active:hover, .notebook tab.reorderable-page.right.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #31363b; } + .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } ++ background-color: #31363b; ++ border-color: transparent; ++ border-bottom-color: #616569; ++ box-shadow: none; } + .notebook tab.reorderable-page.right:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } ++ background-color: #31363b; ++ border-bottom-color: #616569; ++ box-shadow: none; } + .notebook tab .label { + padding: 0 2px; +- color: #EEEFF0; } +- .notebook tab .prelight-page .label, .notebook tab .label.prelight-page { +- color: #EEEFF0; } +- .notebook tab .active-page .label, .notebook tab .label.active-page { +- color: #EEEFF0; } +- .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +- .notebook tab .titlebar .button.titlebutton, +- .titlebar .notebook tab .button.titlebutton { ++ color: #eff0f1; } ++ .notebook tab .label:backdrop { ++ color: #eff0f1; } ++ .notebook tab .button { + padding: 0px; + border: 1px solid transparent; + border-radius: 50%; + background-image: none; +- background-color: #696D71; ++ background-color: #616569; + box-shadow: none; + icon-shadow: none; + transition: none; +- color: #31363B; } ++ color: #31363b; } + .notebook tab .button:hover { + background-color: #da4453; +- border-color: transparent; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:active { +- color: #31363B; +- border-color: transparent; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:backdrop { +- color: #31363B; +- border-color: transparent; } +- .notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage, .header-bar .notebook tab .button.titlebutton > GtkImage, +- .notebook tab .titlebar .button.titlebutton > GtkImage, +- .titlebar .notebook tab .button.titlebutton > GtkImage { +- padding: 0px; } +- .notebook tab .button .active-page, .notebook tab .button.active-page { +- background-color: #da4453; } +- .notebook.arrow { +- color: #8f9295; } +- .notebook.arrow:hover { +- color: #3DADE8; } +- .notebook.arrow:active { +- color: #3DADE8; } +- .notebook.arrow:insensitive { +- color: rgba(143, 146, 149, 0.3); } +- .notebook.arrow:backdrop { +- color: #8f9295; } +- .notebook.arrow:backdrop:insensitive { +- color: rgba(143, 146, 149, 0.3); } +- +-/************** +- * Scrollbars * +- **************/ +-.scrollbar { +- -GtkRange-trough-border: 0; +- -GtkScrollbar-has-backward-stepper: true; +- -GtkScrollbar-has-forward-stepper: true; +- -GtkRange-slider-width: 16; +- -GtkScrollbar-min-slider-length: 64; +- -GtkRange-stepper-spacing: 1; +- -GtkRange-trough-under-steppers: 0; } +- .scrollbar .button, .scrollbar .header-bar .button.titlebutton, .header-bar .scrollbar .button.titlebutton, +- .scrollbar .titlebar .button.titlebutton, +- .titlebar .scrollbar .button.titlebutton { +- border: none; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .scrollbar .button:hover { +- color: #3DADE8; +- background-image: none; +- background-color: transparent; } +- .scrollbar .button:insensitive { +- color: #8f9295; } +- .scrollbar.dragging, .scrollbar.hovering { +- opacity: 0.998; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- opacity: 0.999; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- -GtkRange-slider-width: 8px; +- -GtkScrollbar-has-backward-stepper: false; +- -GtkScrollbar-has-forward-stepper: false; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-overlay-dark.png"), url("assets/scrollbar-slider-overlay-dark@2.png")) 6 4 6 4/6px 4px 6px 4px stretch; +- border-radius: 0; +- border-width: 5px 4px 5px 4px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-overlay-dark.png"), url("assets/scrollbar-slider-horizontal-overlay-dark@2.png")) 4 6 4 6/4px 6px 4px 6px stretch; +- border-radius: 0; +- border-width: 4px 6px 4px 6px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { +- border: none; +- background: none; } +- .scrollbar.trough { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-dark.png"), url("assets/scrollbar-trough-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.trough:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-rtl-dark.png"), url("assets/scrollbar-trough-rtl-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.trough.horizontal { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-horizontal-dark.png"), url("assets/scrollbar-trough-horizontal-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-dark.png"), url("assets/scrollbar-slider-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-dark.png"), url("assets/scrollbar-slider-rtl-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:hover, .scrollbar.slider:insensitive { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-hover-dark.png"), url("assets/scrollbar-slider-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:hover:dir(rtl), .scrollbar.slider:insensitive:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-hover-dark.png"), url("assets/scrollbar-slider-rtl-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:active { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-active-dark.png"), url("assets/scrollbar-slider-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:active:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-active-dark.png"), url("assets/scrollbar-slider-rtl-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-dark.png"), url("assets/scrollbar-slider-horizontal-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal:hover, .scrollbar.slider.horizontal:insensitive { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-hover-dark.png"), url("assets/scrollbar-slider-horizontal-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal:active { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-active-dark.png"), url("assets/scrollbar-slider-horizontal-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- +-.scrollbars-junction, +-.scrollbars-junction.frame { +- border-color: transparent; +- border-image: linear-gradient(to bottom, #696D71 1px, transparent 1px) 0 0 0 1/0 1px stretch; +- background-color: #212427; } +- .scrollbars-junction:dir(rtl), +- .scrollbars-junction.frame:dir(rtl) { +- border-image-slice: 0 1 0 0; } +- .scrollbars-junction:backdrop, +- .scrollbars-junction.frame:backdrop { +- border-image-source: linear-gradient(to bottom, #63676b 1px, transparent 1px); +- background-color: #2a2e33; } +- +-/********** +- * Switch * +- **********/ +-GtkSwitch { +- -GtkSwitch-slider-width: 30px; +- font-weight: bold; +- font-size: smaller; +- outline-offset: 0px; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- GtkSwitch.trough { +- border: 1px solid #696D71; +- border-radius: 3px; +- color: #EEEFF0; +- background-image: none; +- background-color: #31363B; +- text-shadow: none; } +- GtkSwitch.trough:active { +- color: #3DADE8; +- border-color: #3DADE8; +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.trough:active:hover { +- border-color: #3DADE8; } +- GtkSwitch.trough:hover { +- border-color: #3DADE8; } +- GtkSwitch.trough:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: none; +- background-color: #3a3f44; +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.slider { +- padding: 3px; +- border: 3px solid; +- border-radius: 3px; +- border-color: rgba(255, 255, 255, 0); +- box-shadow: none; +- background-color: #696D71; } +- GtkSwitch.slider:hover { +- box-shadow: none; } +- GtkSwitch.slider:active { +- background-color: #3DADE8; } +- GtkSwitch.slider:active:hover { +- background-color: #3DADE8; } +- GtkSwitch.slider:insensitive { +- background-color: #3a3f44; } +- +-/************************* +- * Check and Radio items * +- *************************/ +-.check { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check.button.flat, .header-bar .check.titlebutton.button, +- .titlebar .check.titlebutton.button { +- icon-shadow: none; } +- +-.check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:hover.button.flat, .header-bar .check.titlebutton.button:hover, +- .titlebar .check.titlebutton.button:hover { +- icon-shadow: none; } +- +-.check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:active.button.flat, .header-bar .check.titlebutton.button:active, +- .titlebar .check.titlebutton.button:active { +- icon-shadow: none; } +- +-.check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:insensitive.button.flat, .header-bar .check.titlebutton.button:insensitive, +- .titlebar .check.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop.button.flat, .header-bar .check.titlebutton.button:backdrop, +- .titlebar .check.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:insensitive, +- .titlebar .check.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent.button.flat, .header-bar .check.titlebutton.button:inconsistent, +- .titlebar .check.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent:hover.button.flat, .header-bar .check.titlebutton.button:inconsistent:hover, +- .titlebar .check.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent:selected.button.flat, .header-bar .check.titlebutton.button:inconsistent:selected, +- .titlebar .check.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:inconsistent:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent:insensitive.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive, +- .titlebar .check.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:inconsistent:insensitive:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked.button.flat, .header-bar .check.titlebutton.button:checked, +- .titlebar .check.titlebutton.button:checked { +- icon-shadow: none; } +- +-.check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:checked:insensitive, +- .titlebar .check.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked:hover.button.flat, .header-bar .check.titlebutton.button:checked:hover, +- .titlebar .check.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked:active.button.flat, .header-bar .check.titlebutton.button:checked:active, +- .titlebar .check.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked.button.flat, .header-bar .check.titlebutton.button:backdrop:checked, +- .titlebar .check.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .check.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.menu .menuitem.check { +- -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); +- color: #a2a5a7; +- icon-shadow: none; } +- .menu .menuitem.check:active, .menu .menuitem.check:checked { +- -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); +- color: #3DADE8; } +- .menu .menuitem.check:inconsistent { +- -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } +- .menu .menuitem.check:hover { +- color: #EEEFF0; } +- .menu .menuitem.check:insensitive { +- color: #606468; } +- +-.radio { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio.button.flat, .header-bar .radio.titlebutton.button, +- .titlebar .radio.titlebutton.button { +- icon-shadow: none; } +- +-.radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:hover.button.flat, .header-bar .radio.titlebutton.button:hover, +- .titlebar .radio.titlebutton.button:hover { +- icon-shadow: none; } +- +-.radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:active.button.flat, .header-bar .radio.titlebutton.button:active, +- .titlebar .radio.titlebutton.button:active { +- icon-shadow: none; } +- +-.radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:insensitive.button.flat, .header-bar .radio.titlebutton.button:insensitive, +- .titlebar .radio.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop.button.flat, .header-bar .radio.titlebutton.button:backdrop, +- .titlebar .radio.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent.button.flat, .header-bar .radio.titlebutton.button:inconsistent, +- .titlebar .radio.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent:hover.button.flat, .header-bar .radio.titlebutton.button:inconsistent:hover, +- .titlebar .radio.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent:selected.button.flat, .header-bar .radio.titlebutton.button:inconsistent:selected, +- .titlebar .radio.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent:insensitive.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:insensitive:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked.button.flat, .header-bar .radio.titlebutton.button:checked, +- .titlebar .radio.titlebutton.button:checked { +- icon-shadow: none; } +- +-.radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:checked:insensitive, +- .titlebar .radio.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked:hover.button.flat, .header-bar .radio.titlebutton.button:checked:hover, +- .titlebar .radio.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked:active.button.flat, .header-bar .radio.titlebutton.button:checked:active, +- .titlebar .radio.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked, +- .titlebar .radio.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.menu .menuitem.radio { +- -gtk-icon-source: -gtk-icontheme("radio-symbolic"); +- color: #a2a5a7; +- icon-shadow: none; } +- .menu .menuitem.radio:active, .menu .menuitem.radio:checked { +- -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); +- color: #3DADE8; } +- .menu .menuitem.radio:inconsistent { +- -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } +- .menu .menuitem.radio:hover { +- color: #EEEFF0; } +- .menu .menuitem.radio:insensitive { +- color: #606468; } +- +-.view.check, .view.radio, +-.list-row .check, list-row .radio { +- icon-shadow: none; } +- .view.check:selected, GtkCalendar.check:selected, .view.check:hover, .view.radio:selected, GtkCalendar.radio:selected, .view.radio:hover, +- .list-row .check:selected, +- .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { +- icon-shadow: none; } +- +-.content-view { +- background-color: #212427; } +- .content-view:backdrop { +- background-color: #212427; } +- +-.view.content-view.check { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-GtkCheckButton.text-button, GtkRadioButton.text-button { +- padding: 1px 2px 4px; +- outline-offset: 0; } +- GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { +- color: #8f9295; } +- GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { +- color: #545c65; } +- +-/************ +- * GtkScale * +- ************/ +-.scale, +-.scale.scale-has-marks-above.scale-has-marks-below, +-.scale.vertical.scale-has-marks-above.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 20; +- -GtkRange-trough-border: 2; +- outline-offset: -9px; +- outline-radius: 4px; } +- .scale.fine-tune, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune { +- outline-offset: -7px; +- outline-radius: 6px; } +- .scale.fine-tune.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { +- margin: 8px; +- border-radius: 4px; } +- .scale.slider, +- .scale.scale-has-marks-above.scale-has-marks-below.slider, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); +- border: 1px solid; +- border-radius: 50%; +- border-color: #3DADE8; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #31363B, inset 0 -1px #4d5156; } +- .scale.slider:hover, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- border-width: 2px; +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); +- border-color: #3DADE8; +- border-radius: 50%; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(255, 255, 255, 0.14), inset 0 -1px #41464b; } +- .scale.slider:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { +- border-style: solid; +- border-radius: 50%; +- background-image: linear-gradient(to bottom, #3a3f44); +- box-shadow: none; } +- .scale.slider:active, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- border: 2px solid #1787c2; } +- .osd .scale.slider, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #fcfcfc; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: bold; +- background-color: rgba(95, 105, 115, 0.7); } +- .osd .scale.slider:hover, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .scale.slider:active, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .scale.slider:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .scale.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- margin: 9px; +- border: 1px solid transparent; +- border-radius: 4px; +- background-color: #696D71; +- box-shadow: none; } +- .scale.trough.highlight, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-color: #3DADE8; +- border-color: transparent; +- box-shadow: none; } +- .scale.trough.highlight.vertical, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { +- background-color: #3DADE8; } +- .scale.trough:insensitive, .scale.trough.vertical:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { +- border-color: transparent; +- background-image: none; +- background-color: #3a3f44; +- box-shadow: none; } +- .osd .scale.trough, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- border-color: transparent; +- box-shadow: none; +- margin: 9px; +- background-color: #696D71; +- outline-color: rgba(252, 252, 252, 0.2); +- outline-offset: -8px; } +- .osd .scale.trough.fine-tune, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.fine-tune, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.fine-tune { +- margin: 7px; } +- .osd .scale.trough.highlight, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: none; +- background-color: #3DADE8; } +- .osd .scale.trough:insensitive, .osd .scale.trough:backdrop:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; } +- .osd .scale.trough:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { +- border-color: transparent; +- background-image: none; } +- +-.scale.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover-dark.png"), url("assets/slider-horz-scale-has-marks-below-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover-dark.png"), url("assets/slider-vert-scale-has-marks-below-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png")); ++ border-color: transparent; ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:active { ++ color: #31363b; ++ border-color: transparent; ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:backdrop { ++ color: #31363b; ++ background-color: #616569; } ++ .notebook tab .button > GtkImage { ++ padding: 0px; } ++ .notebook tab .button .active-page, .notebook tab .button.active-page { ++ background-color: #da4453; } ++ .notebook.arrow { ++ color: #eff0f1; } ++ .notebook.arrow:hover { ++ color: #3daee9; } ++ .notebook.arrow:active { ++ color: #3daee9; } ++ .notebook.arrow:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .notebook.arrow:backdrop { ++ color: #eff0f1; } ++ .notebook.arrow:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ ++/* Decouple the font of context menus from their entry/textview */ ++.touch-selection, ++.context-menu { ++ font: initial; } ++ ++.monospace { ++ font: Monospace; } ++ ++.overshoot.top { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.top:backdrop { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 100% 5%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; ++ background-position: center top; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } +- +-.scale.vertical.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); ++.overshoot.bottom { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.bottom:backdrop { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 100% 5%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; ++ background-position: center bottom; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png")); ++.overshoot.left { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.left:backdrop { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 5% 100%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; ++ background-position: left center; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png")); ++.overshoot.right { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.right:backdrop { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 5% 100%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; ++ background-position: right center; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } + +-.scale.scale-has-marks-above .trough { +- margin: 14px 10px 10px; } +-.fine-tune.scale.scale-has-marks-above .trough { +- margin: 12px 8px 8px; } +- +-.scale.scale-has-marks-below .trough { +- margin: 10px 10px 14px; } +-.fine-tune.scale.scale-has-marks-below .trough { +- margin: 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-above .trough { +- margin: 10px 10px 10px 14px; } +-.fine-tune.scale.vertical.scale-has-marks-above .trough { +- margin: 8px 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-below .trough { +- margin: 10px 14px 10px 10px; } +-.fine-tune.scale.vertical.scale-has-marks-below .trough { +- margin: 8px 12px 8px 8px; } ++/************ ++ * Pathbars * ++ ************/ ++.path-bar .button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ padding: 4px 8px; ++ color: #eff0f1; } ++ .path-bar .button:hover { ++ border-color: #3daee9; } ++ .path-bar .button:active, .path-bar .button:checked { ++ background-color: #616569; } ++ .path-bar .button:first-child { ++ padding-left: 8px; } ++ .path-bar .button:last-child { ++ padding-right: 8px; } ++ .path-bar .button:only-child { ++ padding-left: 12px; ++ padding-right: 12px; } ++ .path-bar .button .label:last-child { ++ padding-left: 2px; } ++ .path-bar .button .label:first-child { ++ padding-right: 2px; } ++ .path-bar .button .label:only-child { ++ padding-right: 0; ++ padding-left: 0; } ++ .path-bar .button GtkImage { ++ padding-top: 1px; } + + /***************** + * Progress bars * +@@ -3125,8 +2091,10 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { + GtkProgressBar { + padding: 0; + font-size: smaller; +- color: rgba(238, 239, 240, 0.4); ++ color: rgba(239, 240, 241, 0.3); + box-shadow: none; } ++ GtkProgressBar:backdrop { ++ color: rgba(239, 240, 241, 0.3); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; +@@ -3134,15 +2102,19 @@ GtkProgressBar { + GtkProgressBar.trough { + border: 1px solid transparent; + border-radius: 3px; +- background-color: #696D71; } ++ background-color: rgba(239, 240, 241, 0.3); } + GtkProgressBar.trough.osd { +- border-style: none; +- background-color: transparent; +- box-shadow: none; } ++ border: 1px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkProgressBar.trough.osd:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkProgressBar.trough:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } + + .progressbar { +- background-color: #3DADE8; +- border: 1px solid #3DADE8; ++ background-color: #3daee9; ++ border: 1px solid #3daee9; + border-radius: 0px; + box-shadow: none; } + .progressbar.left { +@@ -3162,9 +2134,15 @@ GtkProgressBar { + border-top-right-radius: 3px; } + .progressbar.osd { + background-image: none; +- background-color: #3DADE8; +- border-style: none; +- border-radius: 0; } ++ background-color: #3daee9; ++ border: 1px solid #3daee9; ++ border-radius: 3px; } ++ .progressbar.osd:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .progressbar:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } + + /************* + * Level Bar * +@@ -3182,622 +2160,510 @@ GtkProgressBar { + -GtkLevelBar-min-block-height: 34; } + .level-bar.trough { + border: 1px solid transparent; +- padding: 2px; +- border-radius: 2px; ++ padding: 3px; ++ border-radius: 3px; + background-color: transparent; } + .level-bar.fill-block { +- border: 1px solid #3DADE8; +- background-color: #3DADE8; ++ border: 1px solid #3daee9; ++ background-color: #3daee9; + box-shadow: none; +- border-radius: 2px; } ++ border-radius: 3px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { +- border-color: #5aa411; +- background-color: #5aa411; } ++ border-color: #27ae60; ++ background-color: #27ae60; } + .level-bar.fill-block.level-high:backdrop { +- border-color: #5aa411; } ++ background-color: #27ae60; ++ border-color: #27ae60; } + .level-bar.fill-block.level-low { + border-color: #f67400; + background-color: #f67400; } + .level-bar.fill-block.level-low:backdrop { ++ background-color: #f67400; + border-color: #f67400; } + .level-bar.fill-block.empty-fill-block { +- background-color: #696D71; ++ background-color: rgba(239, 240, 241, 0.3); + border-color: transparent; + box-shadow: none; } ++ .level-bar.fill-block:backdrop { ++ border-color: rgba(61, 174, 233, 0.5); ++ background-color: rgba(61, 174, 233, 0.5); } + +-/********** +- * Frames * +- **********/ +-.frame { +- border: 1px solid #696D71; +- padding: 0; } +- .frame.flat { +- border-style: none; } +- .frame.action-bar { +- padding: 6px; +- border-width: 1px 0 0; } +- +-GtkScrolledWindow GtkViewport.frame { +- border-style: none; } +- +-.separator, GtkPlacesSidebar.sidebar .view .separator, +-GtkPlacesSidebar.sidebar .view .separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { +- -GtkWidget-wide-separators: true; } ++/************ ++ * GtkScale * ++ ************/ ++.scale, ++.scale.scale-has-marks-above.scale-has-marks-below, ++.scale.vertical.scale-has-marks-above.scale-has-marks-below { ++ -GtkScale-slider-length: 18; ++ -GtkRange-slider-width: 18; ++ -GtkRange-trough-border: 2; } ++ .scale.fine-tune.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { ++ margin: 8px; ++ border-radius: 3px; } ++ .scale.slider, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { ++ background-color: #31363b; ++ border: 1px solid #616569; ++ border-radius: 50%; ++ box-shadow: none; } ++ .scale.slider:hover, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { ++ border-style: solid; ++ border-width: 2px; ++ border-color: #3daee9; ++ border-radius: 50%; } ++ .scale.slider:hover:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop { ++ background-color: #31363b; ++ border-color: #3daee9; } ++ .scale.slider:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { ++ border-style: solid; ++ border-radius: 50%; ++ background-color: #2d3136; ++ border-color: rgba(88, 92, 95, 0.35); } ++ .scale.slider:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop { ++ background-color: #2d3136; ++ border-color: rgba(88, 92, 95, 0.35); } ++ .scale.slider:active, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { ++ border: 2px solid #3daee9; } ++ .scale.slider:active:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop { ++ background-color: #31363b; ++ border-color: #3daee9; } ++ .scale.slider:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { ++ background-color: #31363b; ++ border-color: #616569; } ++ .scale.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { ++ margin: 9px; ++ border: 1px solid rgba(239, 240, 241, 0.3); ++ border-radius: 3px; ++ background-color: rgba(239, 240, 241, 0.3); ++ box-shadow: none; } ++ .scale.trough.highlight, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ .scale.trough.highlight.vertical, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ .scale.trough.highlight:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .scale.trough:insensitive, .scale.trough.vertical:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { ++ border-color: rgba(216, 218, 221, 0); ++ background-color: rgba(216, 218, 221, 0); ++ box-shadow: none; } ++ .scale.trough:insensitive:backdrop, .scale.trough.vertical:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop { ++ background-color: rgba(216, 218, 221, 0); ++ border-color: rgba(216, 218, 221, 0); } ++ .scale.trough:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); ++ border-color: rgba(239, 240, 241, 0.3); } + +-/********* +- * Lists * +- *********/ +-.list, .list-row { +- background-color: #31363B; +- border-width: 0px; +- border-color: #3DADE8; } ++/************** ++ * Scrollbars * ++ **************/ ++.scrollbar { ++ -GtkRange-trough-border: 0; ++ -GtkScrollbar-has-backward-stepper: true; ++ -GtkScrollbar-has-forward-stepper: true; ++ -GtkRange-slider-width: 20; ++ -GtkScrollbar-min-slider-length: 64; ++ -GtkRange-stepper-spacing: 0; ++ -GtkRange-trough-under-steppers: 1; } ++ .scrollbar .button { ++ color: #eff0f1; } ++ .scrollbar .button:hover { ++ color: #3daee9; } ++ .scrollbar .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .scrollbar .button:backdrop { ++ color: #eff0f1; } ++ .scrollbar .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .scrollbar.dragging, .scrollbar.hovering { ++ opacity: 0.9910; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ opacity: 0.999; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ -GtkRange-slider-width: 8px; ++ -GtkScrollbar-has-backward-stepper: false; ++ -GtkScrollbar-has-forward-stepper: false; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { ++ margin: 2px; ++ border: 2px solid transparent; ++ border-radius: 2px; ++ background-color: rgba(239, 240, 241, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider:backdrop { ++ background-color: rgba(239, 240, 241, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { ++ border: none; ++ background: none; } ++ .scrollbar.trough { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical.png"), url("../assets/scrollbar-trough-vertical@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal.png"), url("../assets/scrollbar-trough-horizontal@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical-backdrop.png"), url("../assets/scrollbar-trough-vertical-backdrop@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal-backdrop.png"), url("../assets/scrollbar-trough-horizontal-backdrop@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical.png"), url("../assets/scrollbar-slider-vertical@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal.png"), url("../assets/scrollbar-slider-horizontal@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-hover.png"), url("../assets/scrollbar-slider-vertical-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-hover.png"), url("../assets/scrollbar-slider-horizontal-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-active.png"), url("../assets/scrollbar-slider-vertical-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-active.png"), url("../assets/scrollbar-slider-horizontal-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-insensitive.png"), url("../assets/scrollbar-slider-vertical-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-insensitive.png"), url("../assets/scrollbar-slider-horizontal-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-backdrop.png"), url("../assets/scrollbar-slider-vertical-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-backdrop.png"), url("../assets/scrollbar-slider-horizontal-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } + +-.list-row, +-.grid-child { +- padding: 0px 2px; +- border-style: solid; +- border-width: 0px; +- border-color: #3DADE8; } ++.scrollbars-junction, ++.scrollbars-junction.frame { ++ border-color: transparent; ++ background-color: transparent; ++ border-image: none; } + +-.list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked { +- background-color: rgba(35, 38, 41, 0); +- border-style: none; +- border-radius: 0; +- box-shadow: none; } ++/*********** ++ * Sidebar * ++ ***********/ ++.sidebar, ++.sidebar .view { ++ border: none; ++ background-color: #31363b; } ++ .sidebar:backdrop, ++ .sidebar .view:backdrop { ++ background-color: #31363b; } ++ ++GtkPlacesSidebar.sidebar .view:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++GtkPlacesSidebar.sidebar .view:backdrop { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++GtkPlacesSidebar.sidebar .view .image { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:selected { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:selected:backdrop { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkPlacesSidebar.sidebar .view .image:backdrop { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } + +-.list-row.button:hover { +- background-color: rgba(61, 173, 232, 0.2); } +-.list-row.button:active { +- box-shadow: none; } +-.list-row.button:selected:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +-.list-row.button:selected:hover { +- background-color: #4eb3e8; } +-.list-row.button:selected:backdrop { +- background-color: #3DADE8; } +-.list-row.button:backdrop:hover { +- background-color: transparent; } ++.sidebar-item { ++ padding: 10px 4px; } ++ .sidebar-item > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++ .sidebar-item.needs-attention > .label { ++ background-size: 6px 6px, 0 0; } + +-.list-row:selected .button { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .list-row:selected .button.flat, .list-row:selected .header-bar .titlebutton.button, .header-bar .list-row:selected .titlebutton.button, +- .list-row:selected .titlebar .titlebutton.button, +- .titlebar .list-row:selected .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; } +- .list-row:selected .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .list-row:selected .button:active, .list-row:selected .button:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); ++/***************** ++ * GtkSpinButton * ++ *****************/ ++.osd .spinbutton .button:last-child { ++ border-radius: 0 3px 3px 0; } ++.osd .spinbutton .button:dir(rtl):first-child { ++ border-radius: 3px 0 0 3px; } ++.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { ++ padding-top: 5px; ++ padding-bottom: 5px; } ++ .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + text-shadow: none; + icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .header-bar .titlebutton.button:backdrop:active, .header-bar .list-row:selected .titlebutton.button:backdrop:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:checked { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #42474b); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { + color: inherit; } +- .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #2e3236); } +- .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #606468; } +- .list-row:selected .button:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); ++ .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + text-shadow: none; + icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { + color: inherit; } ++ .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { ++ color: inherit; } ++.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { ++ border-radius: 0px; ++ padding-left: 0px; ++ padding-right: 0px; } ++ .spinbutton.vertical.entry:insensitive, .spinbutton.vertical:dir(rtl).entry:insensitive { ++ background-color: #202325; } ++GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { ++ padding: 1px; ++ border-width: 1px 0; ++ border-color: #3daee9; ++ border-radius: 0; ++ box-shadow: none; } + +-.list-row, list-row.button, .header-bar list-row.button.titlebutton, +-.titlebar list-row.button.titlebutton { +- transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .list-row:hover, list-row.button:hover, .header-bar list-row.button.titlebutton:hover, +- .titlebar list-row.button.titlebutton:hover { +- transition: none; } +- +-/********************* +- * App Notifications * +- *********************/ +-.app-notification, +-.app-notification.frame { +- padding: 10px; +- border: none; +- border-radius: 0 0 3px 3px; +- background-color: rgba(49, 54, 59, 0.7); ++.spinbutton .button, .osd .spinbutton .button { + background-image: none; +- background-clip: padding-box; } +- .app-notification:backdrop, +- .app-notification.frame:backdrop { +- background-image: none; } +- .app-notification .button, .app-notification .header-bar .button.titlebutton, .header-bar .app-notification .button.titlebutton, +- .app-notification .titlebar .button.titlebutton, +- .titlebar .app-notification .button.titlebutton, +- .app-notification.frame .button { +- color: #fcfcfc; +- border-color: #696D71; ++ background-color: transparent; ++ border-style: none none none solid; ++ border-color: rgba(97, 101, 105, 0.3); ++ color: #eff0f1; ++ border-radius: 0; ++ box-shadow: none; } ++ .spinbutton .button:dir(rtl) { ++ border-style: none solid none none; } ++ .spinbutton .button:hover { ++ color: #3daee9; } ++ .spinbutton .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0); } ++ .spinbutton .button:active { ++ color: #3daee9; } ++ .spinbutton .button:backdrop { ++ color: #eff0f1; ++ border-color: rgba(97, 101, 105, 0.3); ++ background-color: transparent; } ++ .spinbutton .button:backdrop:insensitive { + background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: bold; } +- .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +- .app-notification .titlebar .titlebutton.button, +- .titlebar .app-notification .titlebutton.button, +- .app-notification.frame .button.flat, +- .app-notification.frame .header-bar .titlebutton.button, +- .header-bar .app-notification.frame .titlebutton.button, +- .app-notification.frame .titlebar .titlebutton.button, +- .titlebar .app-notification.frame .titlebutton.button { +- icon-shadow: 0 1px black; +- text-shadow: 0 1px black; } +- .app-notification .button:hover, +- .app-notification.frame .button:hover { +- color: #fcfcfc; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, +- .app-notification.frame .button:active, +- .app-notification.frame .button:checked, +- .app-notification.frame .button:backdrop:active, +- .app-notification.frame .button:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(49, 54, 59, 0.7); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, +- .app-notification.frame .button:insensitive, +- .app-notification.frame .button:backdrop:insensitive { +- color: #96999b; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:backdrop, +- .app-notification.frame .button:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } ++ color: rgba(216, 218, 221, 0.35); ++ border-style: none none none solid; ++ border-color: rgba(88, 92, 95, 0); } ++ .spinbutton .button:backdrop:insensitive:dir(rtl) { ++ border-style: none solid none none; } + +-/************* +- * Expanders * +- *************/ +-.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .expander:hover { +- color: white; } +- .expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ border-radius: 3px 3px 0 0; ++ border-style: solid solid none solid; } + +-/************ +- * Calendar * +- ***********/ +-GtkCalendar { +- color: #EEEFF0; +- border: 1px solid #696D71; } +- GtkCalendar.header { +- border: 1px solid rgba(0, 0, 0, 0.1); +- border-radius: 0; } +- GtkCalendar.header:backdrop { +- border-color: rgba(0, 0, 0, 0.1); } +- GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +- .titlebar GtkCalendar.button.titlebutton { +- color: rgba(238, 239, 240, 0.45); } +- GtkCalendar.button:hover, .header-bar GtkCalendar.button.titlebutton:hover, +- .titlebar GtkCalendar.button.titlebutton:hover { +- color: #EEEFF0; } +- GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, +- .titlebar GtkCalendar.button.titlebutton:backdrop { +- color: rgba(96, 100, 104, 0.45); } +- GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop { +- color: alpha(currentColor,0.55); } +- GtkCalendar:backdrop { +- color: #EEEFF0; +- border-color: #63676b; } ++.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ border-radius: 0 0 3px 3px; ++ border-style: none solid solid solid; } + +-/*********** +- * Dialogs * +- ***********/ +-.message-dialog { +- -GtkDialog-button-spacing: 8; +- -GtkDialog-action-area-border: 8; } +- .message-dialog .titlebar { +- box-shadow: none; } +- .message-dialog.csd.background { +- border-bottom-left-radius: 0px; +- border-bottom-right-radius: 0px; } +- .message-dialog.csd .dialog-action-area .button { +- border-radius: 0; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .message-dialog.csd .dialog-action-area .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .message-dialog.csd .dialog-action-area .button:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .message-dialog.csd .dialog-action-area .button:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:hover { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:active { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { +- color: #d8eefa; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +- .message-dialog.csd .dialog-action-area .button.destructive-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #df1111, #d51010); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:hover { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, #d51010); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:active { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { +- color: #f6cfcf; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +-GtkFileChooserDialog .search-bar { +- background-color: #31363B; +- border-color: #31363B; ++/********** ++ * Switch * ++ **********/ ++GtkSwitch { ++ -GtkSwitch-slider-width: 24px; ++ -GtkSwitch-slider-height: 24px; ++ font-weight: bold; ++ font-size: smaller; ++ outline-offset: 0px; ++ color: transparent; + box-shadow: none; } +- GtkFileChooserDialog .search-bar:backdrop { +- background-color: #25292c; +- border-color: #31363B; } +-GtkFileChooserDialog .dialog-action-box { +- border-top: 1px solid #696D71; } +- GtkFileChooserDialog .dialog-action-box:backdrop { +- border-top-color: #63676b; } +- +-/*********** +- * Sidebar * +- ***********/ +-.sidebar { +- border: none; +- background-color: #31363B; } +- +-GtkPlacesSidebar.sidebar .view { +- color: #EEEFF0; +- background-color: transparent; } +- GtkPlacesSidebar.sidebar .view .image { +- color: #b5b7b9; } +- GtkPlacesSidebar.sidebar .view .image:selected { +- color: #dce8ef; } +- GtkPlacesSidebar.sidebar .view .image:selected:backdrop { +- color: #dce8ef; } +- GtkPlacesSidebar.sidebar .view .image:insensitive { +- color: #72767a; } +- GtkPlacesSidebar.sidebar .view .image:backdrop { +- color: #51565a; } +- GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { +- color: #495058; } +- GtkPlacesSidebar.sidebar .view:insensitive { +- color: #8f9295; } +- GtkPlacesSidebar.sidebar .view:backdrop { +- color: #606468; } +- GtkPlacesSidebar.sidebar .view:backdrop:insensitive { +- color: #545c65; } +- +-.sidebar-item { +- padding: 10px 4px; } +- .sidebar-item > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .sidebar-item.needs-attention > .label { +- background-size: 6px 6px, 0 0; } ++ GtkSwitch.trough { ++ border: 0px solid; ++ border-radius: 12px; ++ background-image: none; ++ background-color: rgba(239, 240, 241, 0.3); ++ text-shadow: none; } ++ GtkSwitch.trough:active { ++ background-color: #3daee9; ++ box-shadow: none; ++ text-shadow: none; } ++ GtkSwitch.trough:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkSwitch.slider { ++ border: 1px solid; ++ border-radius: 11px; ++ background-color: #31363b; ++ border-color: #616569; } ++ GtkSwitch.slider:hover { ++ box-shadow: none; ++ border-color: #3daee9; ++ background-color: #31363b; } ++ GtkSwitch.slider:active { ++ border-color: #3daee9; } ++ GtkSwitch.slider:active:hover { ++ border-color: #3daee9; } ++ GtkSwitch.slider:insensitive { ++ background-color: #2d3136; } ++ GtkSwitch.slider:backdrop { ++ background-color: #31363b; } ++ GtkSwitch.slider:backdrop:insensitive { ++ background-color: #2d3136; } ++ .header-bar GtkSwitch.trough:backdrop { ++ background-color: transparent; } ++ .header-bar GtkSwitch.slider:backdrop { ++ background-color: #7f8c8d; } + +-/********* +- * Paned * +- *********/ +-GtkPaned { +- -GtkPaned-handle-size: 1; +- -gtk-icon-source: none; +- margin: 0 8px 8px 0; } +- GtkPaned:dir(rtl) { +- margin-right: 0; +- margin-left: 8px; } +- GtkPaned .pane-separator { +- background-color: #696D71; } +- GtkPaned .pane-separator:backdrop { +- background-color: #63676b; } ++/************ ++ * Toolbars * ++ ************/ ++.toolbar, .inline-toolbar, .search-bar, .location-bar, ++.primary-toolbar { ++ -GtkWidget-window-dragging: true; ++ padding: 4px; ++ background-color: #31363b; } ++ .toolbar:backdrop, .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop, ++ .primary-toolbar:backdrop { ++ background-color: #31363b; ++ box-shadow: none; } ++ .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar, .osd ++ .primary-toolbar, ++ .primary-toolbar.osd { ++ padding: 13px; ++ border: none; ++ border-radius: 3px; ++ background-color: #31363b; } ++ .osd .toolbar:backdrop, .osd .inline-toolbar:backdrop, .osd .search-bar:backdrop, .osd .location-bar:backdrop, .toolbar.osd:backdrop, .osd.inline-toolbar:backdrop, .osd.search-bar:backdrop, .osd.location-bar:backdrop, .osd ++ .primary-toolbar:backdrop, ++ .primary-toolbar.osd:backdrop { ++ border-color: #616569; ++ background-color: #31363b; ++ box-shadow: none; } + +-GtkPaned.wide { +- -GtkPaned-handle-size: 5; +- margin: 0; } +- GtkPaned.wide .pane-separator { +- background-color: transparent; +- border-style: none solid; +- border-color: #696D71; +- border-width: 1px; } +- GtkPaned.wide.vertical .pane-separator { +- border-style: solid none; } +- GtkPaned.wide .pane-separator:backdrop { +- border-color: #63676b; } ++.inline-toolbar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; ++ border-radius: 0; } + +-/************** +- * GtkInfoBar * +- **************/ +-GtkInfoBar { +- border-style: none; } ++.search-bar, .location-bar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; } + +-.info, +-.question, +-.warning, +-.error { +- background-color: #31363B; +- color: #EEEFF0; ++.inline-toolbar, .search-bar, .location-bar { ++ border-style: solid; ++ border-color: #616569; + text-shadow: none; +- border-color: #1a97d8; } +- .info .button, .info .header-bar .button.titlebutton, .header-bar .info .button.titlebutton, +- .info .titlebar .button.titlebutton, +- .titlebar .info .button.titlebutton, +- .question .button, +- .question .header-bar .button.titlebutton, +- .header-bar .question .button.titlebutton, +- .question .titlebar .button.titlebutton, +- .titlebar .question .button.titlebutton, +- .warning .button, +- .warning .header-bar .button.titlebutton, +- .header-bar .warning .button.titlebutton, +- .warning .titlebar .button.titlebutton, +- .titlebar .warning .button.titlebutton, +- .error .button, +- .error .header-bar .button.titlebutton, +- .header-bar .error .button.titlebutton, +- .error .titlebar .button.titlebutton, +- .titlebar .error .button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .info .button:hover, +- .question .button:hover, +- .warning .button:hover, +- .error .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .info .button:active, +- .question .button:active, +- .warning .button:active, +- .error .button:active { +- color: #31363B; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .info .button:insensitive, +- .question .button:insensitive, +- .warning .button:insensitive, +- .error .button:insensitive { +- color: #8f9295; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .info .button:insensitive > .label, +- .question .button:insensitive > .label, +- .warning .button:insensitive > .label, +- .error .button:insensitive > .label { +- color: inherit; } +- .info .button:backdrop, +- .question .button:backdrop, +- .warning .button:backdrop, +- .error .button:backdrop { +- color: #606468; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3DADE8; } +- .info .button:backdrop:insensitive, +- .question .button:backdrop:insensitive, +- .warning .button:backdrop:insensitive, +- .error .button:backdrop:insensitive { +- color: #78b6d7; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3DADE8; } +- .info .button:backdrop:insensitive > .label, +- .question .button:backdrop:insensitive > .label, +- .warning .button:backdrop:insensitive > .label, +- .error .button:backdrop:insensitive > .label { +- color: inherit; } +- .info .label:selected, +- .info .label:selected:focus, +- .info .label:selected:hover, +- .question .label:selected, +- .question .label:selected:focus, +- .question .label:selected:hover, +- .warning .label:selected, +- .warning .label:selected:focus, +- .warning .label:selected:hover, +- .error .label:selected, +- .error .label:selected:focus, +- .error .label:selected:hover { +- background-color: #1a97d8; } ++ background-color: #31363b; } + + /************ + * Tooltips * + ************/ + .tooltip { +- color: white; ++ color: #eff0f1; + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; +- text-shadow: 0 1px black; } ++ text-shadow: none; } + .tooltip.background { +- background-color: rgba(0, 0, 0, 0.8); +- background-clip: padding-box; +- border: 1px solid rgba(255, 255, 255, 0.1); } ++ background-color: #31363b; ++ background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +@@ -3806,121 +2672,114 @@ GtkInfoBar { + background-color: transparent; + color: inherit; } + +-/***************** +- * Color Chooser * +- *****************/ +-GtkColorSwatch { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- :selected GtkColorSwatch { +- box-shadow: none; } +- :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { +- border-color: #EEEFF0; } +- GtkColorSwatch:selected { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- GtkColorSwatch.top { +- border-top-left-radius: 6px; +- border-top-right-radius: 6px; } +- GtkColorSwatch.bottom { +- border-bottom-left-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) { +- border-top-left-radius: 6px; +- border-bottom-left-radius: 6px; } +- GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) { +- border-top-right-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch:only-child:not(.overlay) { +- border-radius: 6px; } +- GtkColorSwatch.top > .overlay { +- border-top-left-radius: 5px; +- border-top-right-radius: 5px; } +- GtkColorSwatch.bottom > .overlay { +- border-bottom-left-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:first-child:not(.top) > .overlay { +- border-top-left-radius: 5px; +- border-bottom-left-radius: 5px; } +- GtkColorSwatch:last-child:not(.bottom) > .overlay { +- border-top-right-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:only-child > .overlay { +- border-radius: 5px; } +- GtkColorSwatch:hover, GtkColorSwatch:hover:selected { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); } +- GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } +- GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected +- GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { +- background-image: none; +- box-shadow: none; } +- GtkColorEditor GtkColorSwatch { +- border-radius: 3px; } +- GtkColorEditor GtkColorSwatch:hover { +- background-image: none; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- GtkColorEditor GtkColorSwatch:backdrop { +- box-shadow: none; } +- GtkColorSwatch.color-dark { +- color: white; +- outline-color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.color-dark:backdrop { +- color: rgba(255, 255, 255, 0.3); } +- GtkColorSwatch.color-light { +- color: black; +- outline-color: rgba(255, 255, 255, 0.5); } +- GtkColorSwatch.color-light:backdrop { +- color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { +- border: 1px solid #696D71; } +- GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { +- border-color: black; } +- GtkColorSwatch#add-color-button { +- border-style: solid; ++/************** ++ * Tree Views * ++ **************/ ++GtkTreeView.view { ++ -GtkTreeView-grid-line-width: 0; ++ -GtkTreeView-grid-line-pattern: ''; ++ -GtkTreeView-tree-line-width: 1; ++ -GtkTreeView-tree-line-pattern: ''; ++ -GtkTreeView-expander-size: 16; ++ border-left-color: #616569; ++ border-top-color: transparent; } ++ GtkTreeView.view:selected { ++ border-radius: 0; } ++ GtkTreeView.view:selected { ++ background-color: #3daee9; ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:insensitive { ++ color: rgba(88, 92, 95, 0.35); } ++ GtkTreeView.view:insensitive:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:selected:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:backdrop { ++ color: rgba(88, 92, 95, 0.35); } ++ GtkTreeView.view.seperator { ++ color: #616569; } ++ GtkTreeView.view.separator:backdrop { ++ color: #616569; } ++ GtkTreeView.view:backdrop { ++ border-left-color: #616569; } ++ GtkTreeView.view.dnd { ++ border-style: solid none; + border-width: 1px; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- GtkColorSwatch#add-color-button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- GtkColorSwatch#add-color-button:backdrop { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- GtkColorSwatch#add-color-button .overlay { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } ++ border-color: #3daee9; } ++ GtkTreeView.view.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ color: #eff0f1; } ++ GtkTreeView.view.expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ GtkTreeView.view.expander:hover { ++ color: #3daee9; } ++ GtkTreeView.view.expander:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ GtkTreeView.view.expander:checked:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked:backdrop { ++ color: #232629; } ++ GtkTreeView.view.expander:backdrop { ++ color: #232629; } + +-/******** +- * Misc * +- ********/ +-.scale-popup .button, .scale-popup .header-bar .button.titlebutton, .header-bar .scale-popup .button.titlebutton, +-.scale-popup .titlebar .button.titlebutton, +-.titlebar .scale-popup .button.titlebutton { +- padding: 6px; } +- .scale-popup .button:hover { +- background-color: rgba(238, 239, 240, 0.1); +- border-radius: 5px; } ++column-header .button { ++ color: #eff0f1; ++ background-color: #31363b; ++ text-shadow: none; ++ box-shadow: none; } ++ column-header .button:hover { ++ color: #eff0f1; ++ background-color: rgba(61, 174, 233, 0.5); ++ box-shadow: none; ++ transition: none; } ++ column-header .button:active { ++ color: #eff0f1; ++ background-color: rgba(61, 174, 233, 0.5); ++ transition: none; } ++column-header:last-child .button, column-header:last-child .button:backdrop, column-header:last-child.button, column-header:last-child.button:backdrop { ++ border-right-style: none; } ++ ++column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { ++ transition: none; ++ color: #3daee9; ++ box-shadow: none; } + +-GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, +-.titlebar GtkVolumeButton.button.titlebutton { +- padding: 8px; } ++column-header .button, column-header .button:hover, column-header .button:active { ++ padding: 6px; ++ border-style: none solid solid none; ++ border-radius: 0; ++ background-image: none; ++ border-color: #616569; ++ text-shadow: none; } ++ column-header .button:insensitive { ++ border-color: rgba(88, 92, 95, 0.35); ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #2d3136; ++ background-image: none; } ++ column-header .button:backdrop { ++ border-color: #616569; ++ border-style: none solid solid none; ++ color: #eff0f1; ++ background-image: none; ++ background-color: #31363b; } ++ column-header .button:backdrop:insensitive { ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: none; ++ background-color: #2d3136; ++ color: rgba(216, 218, 221, 0.35); } + + /********************** + * Window Decorations * + *********************/ + .window-frame { +- border-width: 0px; ++ border-radius: 3px; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + /* this is used for the resize cursor area */ + margin: 10px; } +@@ -3929,300 +2788,136 @@ GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { ++ border-radius: 3px; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.csd.popup { +- border-radius: 0; +- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.csd.tooltip { +- border-radius: 5px; +- box-shadow: none; } +- .window-frame.csd.message-dialog { +- border-radius: 7px; +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .window-frame.csd { ++ border-radius: 3px; } ++ .window-frame.csd.popup { ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.csd.tooltip { ++ box-shadow: none; } ++ .window-frame.csd.message-dialog { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.solid-csd { + border-radius: 0; +- margin: 4px; +- background-color: #31363B; +- border: solid 1px #63676b; ++ margin: 1px; ++ background-color: #616569; ++ border: none; + box-shadow: none; } + +-.header-bar .titlebutton.button, +-.titlebar .titlebutton.button { ++.header-bar .button.titlebutton, ++.titlebar .button.titlebutton { + padding: 0px; } +- .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- icon-shadow: none; } +- .header-bar .titlebutton.close.button, +- .titlebar .titlebutton.close.button { ++ .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++ .titlebar .button.titlebutton:hover, ++ .titlebar .button.titlebutton:active, ++ .titlebar .button.titlebutton:checked, ++ .titlebar .button.titlebutton:backdrop, ++ .titlebar .button.titlebutton:active:hover { ++ transition: none; } ++ .header-bar .button.titlebutton.close, ++ .titlebar .button.titlebutton.close { ++ padding: 6px 1px; + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } +- .header-bar .titlebutton.close.button:hover, +- .titlebar .titlebutton.close.button:hover { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); } ++ .header-bar .button.titlebutton.close:hover, ++ .titlebar .button.titlebutton.close:hover { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } +- .header-bar .titlebutton.close.button:active, +- .titlebar .titlebutton.close.button:active { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); } ++ .header-bar .button.titlebutton.close:active, ++ .titlebar .button.titlebutton.close:active { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } +- .header-bar .titlebutton.close.button:backdrop, +- .titlebar .titlebutton.close.button:backdrop { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); } ++ .header-bar .button.titlebutton.close:backdrop, ++ .titlebar .button.titlebutton.close:backdrop { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } +- .header-bar .titlebutton.maximize.button, +- .titlebar .titlebutton.maximize.button { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); } ++ .header-bar .button.titlebutton.maximize, ++ .titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } +- .header-bar .titlebutton.maximize.button:hover, +- .titlebar .titlebutton.maximize.button:hover { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); } ++ .header-bar .button.titlebutton.maximize:hover, ++ .titlebar .button.titlebutton.maximize:hover { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } +- .header-bar .titlebutton.maximize.button:active, +- .titlebar .titlebutton.maximize.button:active { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); } ++ .header-bar .button.titlebutton.maximize:active, ++ .titlebar .button.titlebutton.maximize:active { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } +- .header-bar .titlebutton.maximize.button:backdrop, +- .titlebar .titlebutton.maximize.button:backdrop { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); } ++ .header-bar .button.titlebutton.maximize:backdrop, ++ .titlebar .button.titlebutton.maximize:backdrop { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } +- .header-bar .titlebutton.minimize.button, +- .titlebar .titlebutton.minimize.button { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); } ++ .header-bar .button.titlebutton.minimize, ++ .titlebar .button.titlebutton.minimize { ++ padding: 6px 1px; + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } +- .header-bar .titlebutton.minimize.button:hover, +- .titlebar .titlebutton.minimize.button:hover { ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); } ++ .header-bar .button.titlebutton.minimize:hover, ++ .titlebar .button.titlebutton.minimize:hover { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } +- .header-bar .titlebutton.minimize.button:active, +- .titlebar .titlebutton.minimize.button:active { ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); } ++ .header-bar .button.titlebutton.minimize:active, ++ .titlebar .button.titlebutton.minimize:active { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } +- .header-bar .titlebutton.minimize.button:backdrop, +- .titlebar .titlebutton.minimize.button:backdrop { ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); } ++ .header-bar .button.titlebutton.minimize:backdrop, ++ .titlebar .button.titlebutton.minimize:backdrop { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } +- +-.header-bar.selection-mode .titlebutton.button, +-.titlebar.selection-mode .titlebutton.button { +- text-shadow: none; } +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view:selected, GtkCalendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected, .header-bar .menuitem.titlebutton.button:selected, +-.titlebar .menuitem.titlebutton.button:selected, .list-row:selected, .sidebar:selected, GtkPlacesSidebar.sidebar .view:selected, GtkPlacesSidebar.sidebar GtkCalendar:selected { +- background-color: #3DADE8; +- color: #EEEFF0; } +- +-/* Decouple the font of context menus from their entry/textview */ +-.touch-selection, +-.context-menu { +- font: initial; } +- +-.monospace { +- font: Monospace; } ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); } + +-.overshoot.top { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.top:backdrop { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.bottom { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.bottom:backdrop { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.left { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.left:backdrop { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.right { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 5% 100%, 100% 100%; ++.maximized .header-bar .button.titlebutton.maximize, .maximized ++.titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; + background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.right:backdrop { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- +-.undershoot.top { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-top: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center top; } +-.undershoot.bottom { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:hover, .maximized ++.titlebar .button.titlebutton.maximize:hover { ++ border-color: transparent; + background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-bottom: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center bottom; } +-.undershoot.left { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:active, .maximized ++.titlebar .button.titlebutton.maximize:active { ++ border-color: transparent; + background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-left: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: left center; } +-.undershoot.right { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:backdrop, .maximized ++.titlebar .button.titlebutton.maximize:backdrop { ++ border-color: transparent; + background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-right: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: right center; } +- +-/* GTK NAMED COLORS +- ---------------- +- use responsibly! */ +-/* +-widget text/foreground color */ +-@define-color theme_fg_color #EEEFF0; +-/* +-text color for entries, views and content in general */ +-@define-color theme_text_color #EEEFF0; +-/* +-widget base background color */ +-@define-color theme_bg_color #31363B; +-/* +-text widgets and the like base background color */ +-@define-color theme_base_color #232629; +-/* +-base background color of selections */ +-@define-color theme_selected_bg_color #3DADE8; +-/* +-text/foreground color of selections */ +-@define-color theme_selected_fg_color #EEEFF0; +-/* +-base background color of insensitive widgets */ +-@define-color insensitive_bg_color #3a3f44; +-/* +-text foreground color of insensitive widgets */ +-@define-color insensitive_fg_color #8f9295; +-/* +-insensitive text widgets and the like base background color */ +-@define-color insensitive_base_color #232629; +-/* +-widget text/foreground color on backdrop windows */ +-@define-color theme_unfocused_fg_color #606468; +-/* +-text color for entries, views and content in general on backdrop windows */ +-@define-color theme_unfocused_text_color #EEEFF0; +-/* +-widget base background color on backdrop windows */ +-@define-color theme_unfocused_bg_color #31363B; +-/* +-text widgets and the like base background color on backdrop windows */ +-@define-color theme_unfocused_base_color #25292c; +-/* +-base background color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_bg_color #3DADE8; +-/* +-text/foreground color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_fg_color #EEEFF0; +-/* +-widgets main borders color */ +-@define-color borders #696D71; +-/* +-widgets main borders color on backdrop windows */ +-@define-color unfocused_borders #63676b; +-/* +-these are pretty self explicative */ +-@define-color warning_color #f67400; +-@define-color error_color #ed1515; +-@define-color success_color #5aa411; +-@define-color icon_red #da4453; +-/* +-titlebar colors */ +-@define-color titlebar_bg_color #31363B; +-@define-color titlebar_fg_color #EEEFF0; +-@define-color hover_color #3DADE8; +-/* +-these colors are exported for the window manager and shouldn't be used in applications, +-read if you used those and something break with a version upgrade you're on your own... */ +-@define-color wm_title #EEEFF0; +-@define-color wm_unfocused_title #606468; +-@define-color wm_highlight transparent; +-@define-color wm_borders_edge rgba(238, 239, 240, 0.1); +-@define-color wm_bg_a #31363B; +-@define-color wm_bg_b #31363B; +-@define-color wm_shadow alpha(black, 0.35); +-@define-color wm_border alpha(black, 0.18); +-@define-color wm_button_hover_color_a shade(#31363B, 1.3); +-@define-color wm_button_hover_color_b #31363B; +-@define-color wm_button_active_color_a shade(#31363B, 0.85); +-@define-color wm_button_active_color_b shade(#31363B, 0.89); +-@define-color wm_button_active_color_c shade(#31363B, 0.9); +-@define-color content_view_bg #232629; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); } + +-/*# sourceMappingURL=gtk-dark.css.map */ ++.header-bar.selection-mode .button.titlebutton, ++.titlebar.selection-mode .button.titlebutton { ++ text-shadow: none; } ++ .header-bar.selection-mode .button.titlebutton:backdrop, ++ .titlebar.selection-mode .button.titlebutton:backdrop { ++ icon-shadow: none; } +diff --git a/Breeze-dark-gtk/gtk-3.18/gtk.css b/Breeze-dark-gtk/gtk-3.18/gtk.css +new file mode 100644 +index 0000000..f504d27 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-3.18/gtk.css +@@ -0,0 +1,2936 @@ ++/* GTK NAMED COLORS ++ ---------------- ++ use responsibly! */ ++/* ++widget text/foreground color */ ++@define-color theme_fg_color #eff0f1; ++/* ++text color for entries, views and content in general */ ++@define-color theme_text_color #eff0f1; ++/* ++widget base background color */ ++@define-color theme_bg_color #31363b; ++/* ++text widgets and the like base background color */ ++@define-color theme_base_color #232629; ++/* ++base background color of selections */ ++@define-color theme_selected_bg_color #3daee9; ++/* ++text/foreground color of selections */ ++@define-color theme_selected_fg_color #eff0f1; ++/* ++base background color of insensitive widgets */ ++@define-color insensitive_bg_color #2d3136; ++/* ++text foreground color of insensitive widgets */ ++@define-color insensitive_fg_color rgba(216, 218, 221, 0.35); ++/* ++insensitive text widgets and the like base background color */ ++@define-color insensitive_base_color rgba(216, 218, 221, 0.35); ++/* ++widget text/foreground color on backdrop windows */ ++@define-color theme_unfocused_fg_color #eff0f1; ++/* ++text color for entries, views and content in general on backdrop windows */ ++@define-color theme_unfocused_text_color #eff0f1; ++/* ++widget base background color on backdrop windows */ ++@define-color theme_unfocused_bg_color #31363b; ++/* ++text widgets and the like base background color on backdrop windows */ ++@define-color theme_unfocused_base_color #232629; ++/* ++base background color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5); ++/* ++text/foreground color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_fg_color #eff0f1; ++/* ++widgets main borders color */ ++@define-color borders #616569; ++/* ++widgets main borders color on backdrop windows */ ++@define-color unfocused_borders #616569; ++/* ++widgets main borders color insensitive */ ++@define-color insensitive_borders rgba(88, 92, 95, 0.35); ++/* ++these are pretty self explicative */ ++@define-color warning_color #f67400; ++@define-color error_color #da4453; ++@define-color success_color #27ae60; ++@define-color content_view_bg #232629; ++* { ++ padding: 0; ++ -GtkToolButton-icon-spacing: 4; ++ -GtkTextView-error-underline-color: #da4453; ++ -GtkButton-child-displacement-x: 0; ++ -GtkButton-child-displacement-y: 0; ++ -GtkCheckButton-indicator-size: 18; ++ -GtkCheckMenuItem-indicator-size: 18; ++ -GtkScrolledWindow-scrollbar-spacing: 0; ++ -GtkScrolledWindow-scrollbars-within-bevel: 1; ++ -GtkToolItemGroup-expander-size: 11; ++ -GtkExpander-expander-size: 16; ++ -GtkTreeView-expander-size: 11; ++ -GtkTreeView-horizontal-separator: 4; ++ -GtkMenu-horizontal-padding: 0; ++ -GtkMenu-vertical-padding: 0; ++ -GtkWidget-link-color: #2980b9; ++ -GtkWidget-visited-link-color: #7f8c8d; ++ -GtkWidget-focus-padding: 2; ++ -GtkWidget-focus-line-width: 1; ++ -GtkWidget-text-handle-width: 20; ++ -GtkWidget-text-handle-height: 20; ++ -GtkDialog-button-spacing: 4; ++ -GtkDialog-action-area-border: 0; ++ -GtkStatusbar-shadow-type: none; ++ outline-width: 0px; } ++ ++/*************** ++ * Base States * ++ ***************/ ++.background { ++ color: #eff0f1; ++ background-color: #31363b; } ++ .background:backdrop { ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ background-color: #31363b; } ++ ++/* ++ These wildcard seems unavoidable, need to investigate. ++ Wildcards are bad and troublesome, use them with care, ++ or better, just don't. ++ Everytime a wildcard is used a kitten dies, painfully. ++*/ ++*:insensitive { ++ -gtk-image-effect: dim; } ++ ++.gtkstyle-fallback { ++ background-color: #31363b; ++ color: #eff0f1; } ++ .gtkstyle-fallback:prelight { ++ background-color: #485057; ++ color: #eff0f1; } ++ .gtkstyle-fallback:active { ++ background-color: #1a1d1f; ++ color: #eff0f1; } ++ .gtkstyle-fallback:insensitive { ++ background-color: #2d3136; ++ color: rgba(216, 218, 221, 0.35); } ++ .gtkstyle-fallback:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ ++.view { ++ color: #eff0f1; ++ background-color: #232629; } ++ .view:backdrop { ++ color: #eff0f1; ++ background-color: #232629; } ++ .view:selected { ++ border-radius: 3px; } ++ ++.rubberband { ++ border: 1px solid #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ .rubberband:backdrop { ++ border-color: #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ ++.label.separator, GtkPlacesSidebar.sidebar .view .label.separator { ++ color: #eff0f1; } ++ .label.separator:backdrop, GtkPlacesSidebar.sidebar .view .label.separator:backdrop { ++ color: #eff0f1; } ++.label:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .label:insensitive:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ ++.dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, ++.header-bar .subtitle { ++ opacity: 0.5; ++ text-shadow: none; } ++ ++GtkAssistant .sidebar { ++ background-color: #eff0f1; ++ border-top: 1px solid #616569; } ++ GtkAssistant .sidebar:dir(ltr) { ++ border-right: 1px solid #616569; } ++ GtkAssistant .sidebar:dir(rtl) { ++ border-left: 1px solid #616569; } ++ GtkAssistant .sidebar:backdrop { ++ background-color: #eff0f1; ++ border-color: #616569; } ++GtkAssistant.csd .sidebar { ++ border-top-style: none; } ++GtkAssistant .sidebar .label { ++ padding: 6px 12px; } ++GtkAssistant .sidebar .label.highlight { ++ background-color: #4c4e51; } ++ ++GtkTextView { ++ background-color: #2a2e32; } ++ GtkTextView:backdrop { ++ background-color: #2a2e32; } ++ ++.grid-child { ++ padding: 3px; ++ border-radius: 3px; } ++ ++.app-notification, ++.app-notification.frame, .popover.osd, .osd { ++ color: #eff0f1; ++ border: 1px solid #31363b; ++ background-color: rgba(49, 54, 59, 0.8); ++ background-clip: padding-box; ++ box-shadow: none; ++ text-shadow: none; ++ icon-shadow: none; } ++ .app-notification:backdrop, .popover.osd:backdrop, .osd:backdrop { ++ color: #eff0f1; ++ background-color: rgba(49, 54, 59, 0.8); } ++ ++.view:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .list-row:selected, .sidebar:selected, ++.sidebar .view:selected, GtkPlacesSidebar.sidebar .view:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .view:backdrop:selected, .label:backdrop:selected, .grid-child:backdrop:selected, .entry:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ color: #232629; } ++ ++/*********** ++ * Buttons * ++ ***********/ ++@keyframes needs_attention { ++ from { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3daee9), to(transparent)); } ++ to { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)); } } ++.button, .button.osd, .osd .button { ++ border: 1px solid; ++ border-radius: 3px; ++ padding: 6px; ++ background-clip: border-box; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .flat.button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ transition: none; } ++ .flat.button:hover { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ transition-duration: 500ms; } ++ .flat.button:hover:active { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .flat.button:checked { ++ background-color: #616569; } ++ .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ -gtk-image-effect: highlight; } ++ .button:active, .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); ++ transition-duration: 50ms; } ++ .button:active:hover, .button:checked:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); ++ -gtk-image-effect: none; } ++ .button:backdrop:active, .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button:backdrop:insensitive > .label, .osd .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:backdrop:insensitive:active > .label, .osd .button:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .osd .button:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .flat.button:backdrop { ++ -gtk-image-effect: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; } ++ .flat.button:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .flat.button:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button:insensitive > .label, .osd .button:insensitive > .label { ++ color: inherit; } ++ .button:insensitive:active, .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:insensitive:active > .label, .osd .button:insensitive:active > .label, .button:insensitive:checked > .label, .osd .button:insensitive:checked > .label { ++ color: inherit; } ++ ++.button.suggested-action, .button.suggested-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action.flat, .button.suggested-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #3daee9; } ++ .button.suggested-action:hover, .button.suggested-action.osd .button:hover { ++ color: white; ++ border-color: #3daee9; } ++ .button.suggested-action:active, .button.suggested-action:checked, .button.suggested-action.osd .button:active, .button.suggested-action.osd .button:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .button.suggested-action.osd .button:backdrop, .button.suggested-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .button.suggested-action.flat:backdrop:checked, .button.suggested-action.osd .button:backdrop:active, .button.suggested-action.osd .button:backdrop:checked, .button.suggested-action.osd .button.flat:backdrop:active, .button.suggested-action.osd .button.flat:backdrop:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .button.suggested-action.osd .button:backdrop:insensitive > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .button.suggested-action.osd .button:backdrop:insensitive:active, .button.suggested-action.osd .button:backdrop:insensitive:checked, .button.suggested-action.osd .button.flat:backdrop:insensitive:active, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button:backdrop:insensitive:active > .label, .button.suggested-action.osd .button:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:active > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.suggested-action.flat:backdrop, .button.suggested-action.flat:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop, .button.suggested-action.osd .button.flat:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(61, 174, 233, 0.8); } ++ .button.suggested-action:insensitive, .button.suggested-action.osd .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.suggested-action:insensitive > .label, .button.suggested-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked, .button.suggested-action.osd .button:insensitive:active, .button.suggested-action.osd .button:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .button.suggested-action.osd .button:insensitive:active > .label, .button.suggested-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.destructive-action, .button.destructive-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action.flat, .button.destructive-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #da4453; } ++ .button.destructive-action:hover, .button.destructive-action.osd .button:hover { ++ color: white; ++ border-color: #da4453; } ++ .button.destructive-action:active, .button.destructive-action:checked, .button.destructive-action.osd .button:active, .button.destructive-action.osd .button:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .button.destructive-action.osd .button:backdrop, .button.destructive-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .button.destructive-action.flat:backdrop:checked, .button.destructive-action.osd .button:backdrop:active, .button.destructive-action.osd .button:backdrop:checked, .button.destructive-action.osd .button.flat:backdrop:active, .button.destructive-action.osd .button.flat:backdrop:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .button.destructive-action.osd .button:backdrop:insensitive > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .button.destructive-action.osd .button:backdrop:insensitive:active, .button.destructive-action.osd .button:backdrop:insensitive:checked, .button.destructive-action.osd .button.flat:backdrop:insensitive:active, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(214, 46, 63, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button:backdrop:insensitive:active > .label, .button.destructive-action.osd .button:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:active > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.destructive-action.flat:backdrop, .button.destructive-action.flat:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop, .button.destructive-action.osd .button.flat:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(218, 68, 83, 0.8); } ++ .button.destructive-action:insensitive, .button.destructive-action.osd .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .button.destructive-action:insensitive > .label, .button.destructive-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked, .button.destructive-action.osd .button:insensitive:active, .button.destructive-action.osd .button:insensitive:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .button.destructive-action.osd .button:insensitive:active > .label, .button.destructive-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.image-button { ++ padding: 6px; } ++.button.text-button { ++ padding: 6px; } ++.button.text-button.image-button { ++ padding: 6px; } ++ .button.text-button.image-button .label:first-child { ++ padding-left: 8px; } ++ .button.text-button.image-button .label:last-child { ++ padding-right: 8px; } ++.stack-switcher > .button > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++.stack-switcher > .button > GtkImage { ++ padding-left: 6px; ++ padding-right: 6px; ++ padding-top: 3px; ++ padding-bottom: 3px; } ++.stack-switcher > .button.text-button { ++ padding: 6px; } ++.stack-switcher > .button.image-button { ++ padding: 3px 0px; } ++.stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { ++ animation: none; ++ background-image: none; } ++.inline-toolbar .button, .inline-toolbar .button:backdrop { ++ border-radius: 3px; ++ border-width: 1px; } ++.primary-toolbar .button { ++ icon-shadow: none; } ++ ++/************** ++ * ComboBoxes * ++ **************/ ++GtkComboBox { ++ -GtkComboBox-arrow-scaling: 0.5; ++ -GtkComboBox-shadow-type: none; } ++ GtkComboBox > .button { ++ padding: 5px 4px; } ++ GtkComboBox:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop { ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkComboBox .menuitem { ++ text-shadow: none; } ++ GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { ++ -GtkWidget-wide-separators: true; } ++ ++.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { ++ animation: needs_attention 150ms ease-in; ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#eff0f1), to(transparent)); ++ background-size: 6px 6px, 6px 6px; ++ background-repeat: no-repeat; ++ background-position: right 3px, right 4px; } ++ .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { ++ background-size: 6px 6px, 0 0; } ++ .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { ++ background-position: left 3px, left 4px; } ++ ++.inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, .linked > .button:hover, .linked > .button:active, .linked > .button:checked, .linked > .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop { ++ border-radius: 3px; } ++ .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl) { ++ border-radius: 3px; } ++ ++.inline-toolbar .button:first-child, .linked > .button:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child { ++ border-radius: 3px; ++ border-style: solid; } ++.inline-toolbar .button:last-child, .linked > .button:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child { ++ border-radius: 3px; } ++.inline-toolbar .button:only-child, .linked > .button:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop { ++ border-style: solid; ++ border-radius: 3px; } ++ ++.linked.vertical > .button:first-child { ++ border-radius: 3px; } ++.linked.vertical > .button:last-child { ++ border-radius: 3px; ++ border-style: solid; } ++.linked.vertical > .button:only-child { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.app-notification .button.flat, ++.app-notification.frame .button.flat, .app-notification .button.flat:hover, ++.app-notification.frame .button.flat:hover, .app-notification .button.flat:active, ++.app-notification.frame .button.flat:active, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, ++.app-notification.frame .button.flat:backdrop, ++.app-notification.frame .button.flat:insensitive, ++.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, GtkCalendar.button:hover, GtkCalendar.button:active, GtkCalendar.button:backdrop, .titlebar .button.flat:insensitive, ++.header-bar .button.flat:insensitive, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked, .menuitem.button.flat, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .scale-popup .button, ++.scale-popup .button.flat, .scale-popup .button:hover, ++.scale-popup .button.flat:hover, .scrollbar .button, .scrollbar .button:hover, .scrollbar .button:backdrop, .header-bar .button.titlebutton, ++.titlebar .button.titlebutton, .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++.titlebar .button.titlebutton:hover, ++.titlebar .button.titlebutton:active, ++.titlebar .button.titlebutton:checked, ++.titlebar .button.titlebutton:backdrop, ++.titlebar .button.titlebutton:active:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ text-shadow: none; ++ icon-shadow: none; } ++ ++/**************** ++ * Text Entries * ++ ****************/ ++.entry { ++ border: 1px solid; ++ padding: 5px 8px 5px; ++ border-radius: 3px; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; ++ box-shadow: none; } ++ .entry.image.left { ++ padding-left: 0; } ++ .entry.image.right { ++ padding-right: 0; } ++ .entry.flat, .entry.flat:focus { ++ padding: 2px; ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; ++ box-shadow: none; ++ border: none; ++ border-radius: 0; } ++ .entry:focus { ++ border-color: #3daee9; } ++ .entry:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-color: #202325; } ++ .entry:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } ++ .entry:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-color: #202325; } ++ .entry.progressbar { ++ margin: 1px; ++ border-radius: 0; ++ border-width: 0 0 2px; ++ border-color: #3daee9; ++ border-style: solid; ++ background-image: none; ++ background-color: transparent; ++ box-shadow: none; } ++ .entry.progressbar:backdrop { ++ background-color: transparent; ++ border-color: rgba(61, 174, 233, 0.5); } ++ .entry.error { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.error:focus { ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.error:selected, .entry.error:selected:focus { ++ background-color: #da4453; } ++ .entry.error:backdrop { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.warning { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.warning:focus { ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.warning:selected, .entry.warning:selected:focus { ++ background-color: #f67400; } ++ .entry.warning:backdrop { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.image { ++ color: #eff0f1; } ++ .entry.image:hover { ++ color: #3daee9; } ++ .entry.image:active { ++ color: #3daee9; } ++ .entry.image:backdrop { ++ color: #eff0f1; } ++ ++/********************* ++ * App Notifications * ++ *********************/ ++.app-notification, ++.app-notification.frame { ++ padding: 10px; ++ border-top-width: 0px; ++ border-radius: 0px 0px 3px 3px; } ++ .app-notification:backdrop, ++ .app-notification.frame:backdrop { ++ background-image: none; } ++ .app-notification .button, ++ .app-notification.frame .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .app-notification .button.flat, ++ .app-notification.frame .button.flat { ++ icon-shadow: none; ++ text-shadow: none; } ++ .app-notification .button.flat:hover, ++ .app-notification.frame .button.flat:hover { ++ color: #3daee9; } ++ .app-notification .button.flat:active, ++ .app-notification.frame .button.flat:active { ++ color: #3daee9; } ++ .app-notification .button:hover, ++ .app-notification.frame .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, ++ .app-notification.frame .button:active, ++ .app-notification.frame .button:checked, ++ .app-notification.frame .button:backdrop:active, ++ .app-notification.frame .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, ++ .app-notification.frame .button:insensitive, ++ .app-notification.frame .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .app-notification .button:insensitive > .label, .app-notification .button:backdrop:insensitive > .label, ++ .app-notification.frame .button:insensitive > .label, ++ .app-notification.frame .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .app-notification .button:backdrop, ++ .app-notification.frame .button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ ++/************ ++ * Calendar * ++ ***********/ ++GtkCalendar { ++ color: #eff0f1; ++ border: 1px solid #616569; ++ background-color: #232629; } ++ GtkCalendar:selected { ++ background-color: #616569; } ++ GtkCalendar.header { ++ border: 1px solid #616569; ++ border-radius: 0; ++ color: #eff0f1; } ++ GtkCalendar.header:backdrop { ++ color: #eff0f1; ++ border-color: #616569; } ++ GtkCalendar.button { ++ color: #eff0f1; } ++ GtkCalendar.button:hover { ++ color: #3daee9; } ++ GtkCalendar.button:active { ++ color: #3daee9; } ++ GtkCalendar.button:backdrop { ++ color: #eff0f1; } ++ GtkCalendar:inconsistent, GtkCalendar.highlight { ++ color: rgba(239, 240, 241, 0.5); } ++ GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight:backdrop { ++ color: rgba(239, 240, 241, 0.5); } ++ GtkCalendar:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } ++ ++/************************* ++ * Check and Radio items * ++ *************************/ ++.check { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); ++ icon-shadow: none; } ++ ++.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:selected { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.check:hover, ++.popover .button.flat.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ ++.menu .menuitem.check:active:hover, ++.popover .button.flat.check:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ ++.menu .menuitem.check:checked:hover, ++.popover .button.flat.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ ++.menu .menuitem.check:inconsistent:hover, ++.popover .button.flat.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ ++.radio { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); ++ icon-shadow: none; } ++ ++.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:selected { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.radio:hover, ++.popover .button.flat.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ ++.menu .menuitem.radio:active:hover, ++.popover .button.flat.radio:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:checked:hover, ++.popover .button.flat.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:inconsistent:hover, ++.popover .button.flat.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ ++.view.check, .view.radio, ++.list-row .check, list-row .radio { ++ icon-shadow: none; } ++ .view.check:selected, .view.check:hover, .view.radio:selected, .view.radio:hover, ++ .list-row .check:selected, ++ .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { ++ icon-shadow: none; } ++ ++.view.content-view.check { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png")); ++ background-color: transparent; } ++ ++GtkCheckButton.text-button, GtkRadioButton.text-button { ++ padding: 1px 2px 4px; ++ outline-offset: 0; } ++ GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ ++/***************** ++ * Color Chooser * ++ *****************/ ++:selected GtkColorSwatch { ++ box-shadow: none; } ++ :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { ++ border-color: #eff0f1; } ++GtkColorSwatch:selected { ++ box-shadow: none; } ++GtkColorSwatch.top, GtkColorSwatch.bottom, GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top), GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom), GtkColorSwatch:only-child:not(.overlay), GtkColorSwatch.top > .overlay, GtkColorSwatch.bottom > .overlay, GtkColorSwatch:first-child:not(.top) > .overlay, GtkColorSwatch:last-child:not(.bottom) > .overlay, GtkColorSwatch:only-child > .overlay { ++ border-radius: 3px; } ++GtkColorSwatch:hover, GtkColorSwatch:hover:selected { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); ++ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); } ++ GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } ++GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected ++GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { ++ background-image: none; ++ box-shadow: none; } ++GtkColorEditor GtkColorSwatch { ++ border-radius: 3px; } ++ GtkColorEditor GtkColorSwatch:hover { ++ background-image: none; ++ box-shadow: none; } ++ GtkColorEditor GtkColorSwatch:backdrop { ++ box-shadow: none; } ++GtkColorSwatch.color-dark { ++ color: white; ++ outline-color: rgba(0, 0, 0, 0.3); } ++ GtkColorSwatch.color-dark:backdrop { ++ color: rgba(255, 255, 255, 0.3); } ++GtkColorSwatch.color-light { ++ color: black; ++ outline-color: rgba(255, 255, 255, 0.5); } ++ GtkColorSwatch.color-light:backdrop { ++ color: rgba(0, 0, 0, 0.3); } ++GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { ++ border: 1px solid #616569; } ++ GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { ++ border-color: #3daee9; } ++GtkColorSwatch#add-color-button { ++ border-style: solid; ++ border-width: 1px; ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ GtkColorSwatch#add-color-button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ GtkColorSwatch#add-color-button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ GtkColorSwatch#add-color-button .overlay { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ ++GtkColorButton.button { ++ padding: 5px; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child { ++ border-radius: 0; ++ box-shadow: none; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { ++ box-shadow: none; } ++ ++/*********** ++ * Dialogs * ++ ***********/ ++.message-dialog { ++ -GtkDialog-button-spacing: 8; ++ -GtkDialog-action-area-border: 8; } ++ .message-dialog.background { ++ background-color: #31363b; } ++ .message-dialog:backdrop { ++ background-color: #31363b; } ++ .message-dialog .titlebar { ++ box-shadow: none; } ++ ++GtkFileChooserDialog .search-bar { ++ background-color: #31363b; ++ border-color: #31363b; ++ box-shadow: none; } ++ GtkFileChooserDialog .search-bar:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #eff0f1; } ++GtkFileChooserDialog .dialog-action-box { ++ border-top: 1px solid #616569; } ++ GtkFileChooserDialog .dialog-action-box:backdrop { ++ border-top-color: #616569; } ++ ++/*************** ++ * Header bars * ++ ***************/ ++.titlebar, ++.header-bar { ++ transition: none; ++ padding: 4px 6px; ++ border-width: 0px 0px 1px 0px; ++ border-radius: 3px 3px 0px 0px; ++ border-style: solid; ++ border-color: #3daee9; ++ color: #eff0f1; ++ background-image: linear-gradient(to bottom, #3b4147, #31363b); } ++ .titlebar:backdrop, ++ .header-bar:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #31363b; ++ color: #7f8c8d; ++ box-shadow: none; } ++ .titlebar .path-bar .button, ++ .header-bar .path-bar .button { ++ color: #eff0f1; } ++ .titlebar .button, ++ .header-bar .button { ++ transition: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button.flat, ++ .header-bar .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button:hover, ++ .header-bar .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .titlebar .button:hover:backdrop, ++ .header-bar .button:hover:backdrop { ++ border-color: #31363b; } ++ .titlebar .button:active, .titlebar .button:checked, ++ .header-bar .button:active, ++ .header-bar .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .titlebar .button:active:hover, .titlebar .button:checked:hover, ++ .header-bar .button:active:hover, ++ .header-bar .button:checked:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .titlebar .button:active:backdrop, .titlebar .button:checked:backdrop, ++ .header-bar .button:active:backdrop, ++ .header-bar .button:checked:backdrop { ++ background-image: none; ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #7f8c8d; } ++ .titlebar .button:backdrop, ++ .header-bar .button:backdrop { ++ background-color: #31363b; ++ color: #7f8c8d; } ++ .titlebar .button.flat:backdrop, .titlebar .button.flat:backdrop:insensitive, .titlebar .button:insensitive:backdrop, ++ .header-bar .button.flat:backdrop, ++ .header-bar .button.flat:backdrop:insensitive, ++ .header-bar .button:insensitive:backdrop { ++ background-image: none; ++ background-color: #31363b; ++ color: #7f8c8d; ++ border-color: transparent; } ++ .titlebar .button.flat:insensitive, ++ .header-bar .button.flat:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button:insensitive, ++ .header-bar .button:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button:insensitive:active, .titlebar .button:insensitive:checked, ++ .header-bar .button:insensitive:active, ++ .header-bar .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button:insensitive:active > .label, .titlebar .button:insensitive:checked > .label, ++ .header-bar .button:insensitive:active > .label, ++ .header-bar .button:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .title, ++ .header-bar .title { ++ font-weight: normal; ++ padding: 0px 12px; } ++ .titlebar .subtitle, ++ .header-bar .subtitle { ++ font-size: smaller; ++ padding: 0 12px; } ++ .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, ++ GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, ++ .header-bar .header-bar-separator, ++ .header-bar > GtkBox > .separator.vertical, ++ GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { ++ -GtkWidget-wide-separators: true; ++ -GtkWidget-separator-width: 1px; ++ border-width: 0px; ++ background-color: #31363b; ++ border-color: #31363b; } ++ .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, ++ .header-bar .header-bar-separator:backdrop, ++ .header-bar > GtkBox > .separator.vertical:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; } ++ .titlebar.selection-mode .selection-menu, ++ .header-bar.selection-mode .selection-menu { ++ padding-left: 10px; ++ padding-right: 10px; } ++ .titlebar.selection-mode .selection-menu GtkArrow, ++ .header-bar.selection-mode .selection-menu GtkArrow { ++ -GtkArrow-arrow-scaling: 1; } ++ .titlebar.selection-mode .selection-menu .arrow, ++ .header-bar.selection-mode .selection-menu .arrow { ++ -gtk-icon-source: -gtk-icontheme("arrow-down"); ++ icon-shadow: none; } ++ .tiled .titlebar, .maximized .titlebar, .tiled ++ .header-bar, .maximized ++ .header-bar { ++ border-radius: 0; } ++ .titlebar.default-decoration, ++ .header-bar.default-decoration { ++ padding: 4px; } ++ .titlebar.default-decoration .button, ++ .header-bar.default-decoration .button { ++ padding: 5px; } ++ ++.titlebar .button.suggested-action, ++.header-bar .button.suggested-action, .titlebar.selection-mode.suggested-action, ++.header-bar.selection-mode.suggested-action { ++ background-image: none; ++ background-color: #3daee9; } ++ .titlebar .button.suggested-action:hover, ++ .header-bar .button.suggested-action:hover, .titlebar.selection-mode.suggested-action:hover, ++ .header-bar.selection-mode.suggested-action:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .titlebar .button.suggested-action:insensitive, ++ .header-bar .button.suggested-action:insensitive, .titlebar.selection-mode.suggested-action:insensitive, ++ .header-bar.selection-mode.suggested-action:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button.suggested-action:insensitive:active, ++ .header-bar .button.suggested-action:insensitive:active, .titlebar.selection-mode.suggested-action:insensitive:active, ++ .header-bar.selection-mode.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, ++ .header-bar .button.suggested-action:insensitive:checked, .titlebar.selection-mode.suggested-action:insensitive:checked, ++ .header-bar.selection-mode.suggested-action:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button.suggested-action:insensitive:active > .label, ++ .header-bar .button.suggested-action:insensitive:active > .label, .titlebar.selection-mode.suggested-action:insensitive:active > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:active > .label, .titlebar .button.suggested-action:insensitive:checked > .label, ++ .header-bar .button.suggested-action:insensitive:checked > .label, .titlebar.selection-mode.suggested-action:insensitive:checked > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .button.suggested-action:backdrop, ++ .header-bar .button.suggested-action:backdrop, .titlebar.selection-mode.suggested-action:backdrop, ++ .header-bar.selection-mode.suggested-action:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ color: #7f8c8d; } ++ .titlebar .button.suggested-action:backdrop:insensitive, ++ .header-bar .button.suggested-action:backdrop:insensitive, .titlebar.selection-mode.suggested-action:backdrop:insensitive, ++ .header-bar.selection-mode.suggested-action:backdrop:insensitive { ++ color: rgba(115, 128, 129, 0.35); } ++ ++/************** ++ * GtkInfoBar * ++ **************/ ++GtkInfoBar { ++ border-style: none; ++ border-bottom: 1px solid #616569; ++ background-color: #31363b; ++ background-image: none; } ++ GtkInfoBar:backdrop { ++ border-bottom: 1px solid #616569; } ++ ++.info, .titlebar.selection-mode, ++.header-bar.selection-mode, ++.question, ++.warning, ++.error { ++ background-color: #31363b; ++ background-image: none; ++ color: #f67400; ++ text-shadow: none; } ++ .info:backdrop, .titlebar.selection-mode:backdrop, ++ .header-bar.selection-mode:backdrop, ++ .question:backdrop, ++ .warning:backdrop, ++ .error:backdrop { ++ background-color: #31363b; ++ color: #f67400; } ++ .info .button, .titlebar.selection-mode .button, ++ .header-bar.selection-mode .button, ++ .question .button, ++ .warning .button, ++ .error .button { ++ box-shadow: none; ++ background-image: none; ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #eff0f1; } ++ .info .button:hover, .titlebar.selection-mode .button:hover, ++ .header-bar.selection-mode .button:hover, ++ .question .button:hover, ++ .warning .button:hover, ++ .error .button:hover { ++ background-color: rgba(246, 116, 0, 0.25); ++ border-color: #f67400; } ++ .info .button:active, .titlebar.selection-mode .button:active, ++ .header-bar.selection-mode .button:active, .info .button:checked, .titlebar.selection-mode .button:checked, ++ .header-bar.selection-mode .button:checked, ++ .question .button:active, ++ .question .button:checked, ++ .warning .button:active, ++ .warning .button:checked, ++ .error .button:active, ++ .error .button:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #31363b; ++ border-color: #f67400; } ++ .info .button:insensitive, .titlebar.selection-mode .button:insensitive, ++ .header-bar.selection-mode .button:insensitive, ++ .question .button:insensitive, ++ .warning .button:insensitive, ++ .error .button:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(216, 218, 221, 0.35); } ++ .info .button:backdrop, .titlebar.selection-mode .button:backdrop, ++ .header-bar.selection-mode .button:backdrop, ++ .question .button:backdrop, ++ .warning .button:backdrop, ++ .error .button:backdrop { ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #eff0f1; } ++ .info .button:backdrop:active, .titlebar.selection-mode .button:backdrop:active, ++ .header-bar.selection-mode .button:backdrop:active, .info .button:backdrop:checked, .titlebar.selection-mode .button:backdrop:checked, ++ .header-bar.selection-mode .button:backdrop:checked, ++ .question .button:backdrop:active, ++ .question .button:backdrop:checked, ++ .warning .button:backdrop:active, ++ .warning .button:backdrop:checked, ++ .error .button:backdrop:active, ++ .error .button:backdrop:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #31363b; ++ border-color: #f67400; } ++ .info .button:backdrop:insensitive, .titlebar.selection-mode .button:backdrop:insensitive, ++ .header-bar.selection-mode .button:backdrop:insensitive, ++ .question .button:backdrop:insensitive, ++ .warning .button:backdrop:insensitive, ++ .error .button:backdrop:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(216, 218, 221, 0.35); } ++ .info .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:active, ++ .header-bar.selection-mode .button:backdrop:insensitive:active, .info .button:backdrop:insensitive:checked, .titlebar.selection-mode .button:backdrop:insensitive:checked, ++ .header-bar.selection-mode .button:backdrop:insensitive:checked, ++ .question .button:backdrop:insensitive:active, ++ .question .button:backdrop:insensitive:checked, ++ .warning .button:backdrop:insensitive:active, ++ .warning .button:backdrop:insensitive:checked, ++ .error .button:backdrop:insensitive:active, ++ .error .button:backdrop:insensitive:checked { ++ background-image: linear-gradient(to bottom, rgba(226, 107, 0, 0.35), rgba(217, 102, 0, 0.35)); ++ color: #2d3136; ++ border-color: rgba(224, 105, 0, 0.35); } ++ ++/********* ++ * Links * ++ *********/ ++*:link, .button:link, .button:visited { ++ color: #2980b9; } ++ *:link:visited, .button:visited { ++ color: #7f8c8d; } ++ *:selected *:link:visited, *:selected .button:visited { ++ color: #a8d6ee; } ++ *:link:hover, .button:hover:link, .button:hover:visited { ++ color: #409ad5; } ++ *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { ++ color: #dde9f0; } ++ *:link:active, .button:active:link, .button:active:visited { ++ color: #2980b9; } ++ *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { ++ color: #cbe3ef; } ++ *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .titlebar.selection-mode .subtitle:backdrop:hover:link, ++ .header-bar.selection-mode .subtitle:backdrop:hover:link, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited { ++ color: rgba(61, 174, 233, 0.5); } ++ *:link:selected, .titlebar.selection-mode .subtitle:link, ++ .header-bar.selection-mode .subtitle:link, .button:selected:link, .button:selected:visited, *:selected *:link, *:selected .button:link, *:selected .button:visited { ++ color: #cbe3ef; } ++ ++.button:link, .button:visited { ++ text-shadow: none; } ++ .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { ++ text-shadow: none; } ++ ++/********* ++ * Lists * ++ *********/ ++.list, .list-row { ++ background-color: #31363b; ++ color: #eff0f1; ++ border-width: 0px; } ++ .list:backdrop, .list-row:backdrop { ++ background-color: #31363b; ++ color: #eff0f1; } ++ ++.list-row, ++.grid-child { ++ padding: 0px 2px; ++ border-style: solid; ++ border-width: 0px; ++ border-color: #31363b; } ++ ++.list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked { ++ background-color: rgba(35, 38, 41, 0); ++ border-style: none; ++ border-radius: 0; ++ box-shadow: none; } ++ ++.list-row.button { ++ background-color: #31363b; } ++ .list-row.button:hover { ++ background-color: rgba(61, 174, 233, 0.25); } ++ .list-row.button:active { ++ background-color: #3daee9; ++ box-shadow: none; } ++ .list-row.button:selected { ++ background-color: #3daee9; } ++ .list-row.button:selected:active { ++ box-shadow: none; } ++ .list-row.button:selected:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row.button:selected:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); } ++ .list-row.button:backdrop { ++ background-color: #31363b; } ++ ++.list-row:selected .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .list-row:selected .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .list-row:selected .button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .list-row:selected .button:active, .list-row:selected .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .button.flat:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .list-row:selected .button.flat:backdrop { ++ background-color: #31363b; ++ color: #eff0f1; ++ border-color: transparent; } ++ .list-row:selected .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .list-row:selected .button:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { ++ color: inherit; } ++ ++.list-row, list-row.button { ++ transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .list-row:hover, list-row.button:hover { ++ transition: none; } ++ ++/********* ++ * Menus * ++ *********/ ++/* menu buttons */ ++.menuitem.button.flat { ++ color: #eff0f1; } ++ .menuitem.button.flat:hover { ++ background-color: #3daee9; } ++ .menuitem.button.flat:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover { ++ color: #eff0f1; } ++ ++.menubar { ++ -GtkWidget-window-dragging: true; ++ padding: 0px; ++ box-shadow: none; ++ background-color: #31363b; } ++ .menubar:backdrop { ++ background-color: #31363b; } ++ .menubar > .menuitem { ++ padding: 6px 8px; ++ border: 1px solid #31363b; } ++ .menubar > .menuitem:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menubar > .menuitem:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ box-shadow: none; } ++ .menubar > .menuitem:insensitive:backdrop { ++ background-color: #31363b; ++ color: rgba(216, 218, 221, 0.35); } ++ .menubar > .menuitem:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #eff0f1; } ++ ++.menu { ++ padding: 0px; ++ background-color: #31363b; ++ border: 1px solid #616569; ++ border-radius: 3px; } ++ .csd .menu { ++ border: 1px solid #616569; } ++ .menu .separator, .menu GtkPlacesSidebar.sidebar .view .separator, GtkPlacesSidebar.sidebar .view .menu .separator { ++ color: #616569; } ++ .menu .menuitem { ++ text-shadow: none; ++ padding: 4px 4px; } ++ .menu .menuitem:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } ++ .menu .menuitem:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .menu .menuitem:insensitive:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { ++ color: #eff0f1; ++ background-color: #31363b; } ++ .menu .menuitem.arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .menu .menuitem.arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ ++.menuitem .accelerator { ++ color: alpha(currentColor,0.5); } ++ ++/*************** ++ * Popovers * ++ ***************/ ++.popover { ++ margin: 10px; ++ padding: 0px; ++ border: 1px solid #616569; ++ border-radius: 3px; ++ background-color: #31363b; ++ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); } ++ .popover:backdrop { ++ box-shadow: none; } ++ .popover > .list, ++ .popover > .view, ++ .popover > .toolbar, ++ .popover > .inline-toolbar, ++ .popover > .search-bar, ++ .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { ++ border-style: none; ++ background-color: transparent; } ++ .popover .button.flat { ++ border-radius: 0px; ++ color: #eff0f1; } ++ .popover .button.flat .label { ++ padding: 4px 0px; } ++ .popover .button.flat:hover, .popover .button.flat:checked:hover { ++ background-image: none; ++ background-color: #3daee9; ++ color: #eff0f1; ++ transition: none; } ++ .popover .button.flat:backdrop { ++ background-color: transparent; ++ color: #eff0f1; } ++ ++.entry.cursor-handle, ++.cursor-handle { ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ border-style: none; } ++ .entry.cursor-handle.top, ++ .cursor-handle.top { ++ -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } ++ .entry.cursor-handle.bottom, ++ .cursor-handle.bottom { ++ -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } ++ ++.scale-popup .button, ++.scale-popup .button.flat { ++ background-color: transparent; ++ padding: 5px; ++ color: #eff0f1; } ++ .scale-popup .button:hover, ++ .scale-popup .button.flat:hover { ++ color: #3daee9; } ++ .scale-popup .button:active, ++ .scale-popup .button.flat:active { ++ color: #3daee9; } ++ .scale-popup .button:insensitive, ++ .scale-popup .button.flat:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .scale-popup .button:backdrop, ++ .scale-popup .button.flat:backdrop { ++ color: #eff0f1; } ++ .scale-popup .button:backdrop:insensitive, ++ .scale-popup .button.flat:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ ++GtkVolumeButton.button { ++ padding: 5px; } ++ ++/******** ++ * Misc * ++ ********/ ++/********** ++* Frames * ++**********/ ++.frame { ++ border: 1px solid #616569; ++ padding: 0; } ++ .frame.flat { ++ border-style: none; } ++ .frame.action-bar { ++ padding: 6px; ++ border-width: 1px 0 0; } ++ .frame.action-bar:backdrop { ++ border-color: #616569; } ++ .frame:backdrop { ++ border-color: #616569; } ++ ++GtkScrolledWindow GtkViewport.frame { ++ border-style: none; } ++ ++.separator, GtkPlacesSidebar.sidebar .view .separator, ++GtkPlacesSidebar.sidebar .view .separator:backdrop { ++ color: transparent; } ++ .separator.vertical, GtkPlacesSidebar.sidebar .view .vertical.separator { ++ color: #616569; } ++ .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .view .vertical.separator:backdrop { ++ color: #616569; } ++ GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { ++ -GtkWidget-wide-separators: true; } ++ ++/************* ++* Expanders * ++*************/ ++.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ .expander:hover { ++ color: white; } ++ .expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ ++/********* ++* Paned * ++*********/ ++GtkPaned { ++ -GtkPaned-handle-size: 1; ++ -gtk-icon-source: none; ++ margin: 0 8px 8px 0; } ++ GtkPaned:dir(rtl) { ++ margin-right: 0; ++ margin-left: 8px; } ++ GtkPaned .pane-separator { ++ background-color: #616569; } ++ GtkPaned .pane-separator:backdrop { ++ background-color: #616569; } ++ ++GtkPaned.wide { ++ -GtkPaned-handle-size: 5; ++ margin: 0; } ++ GtkPaned.wide .pane-separator { ++ background-color: transparent; ++ border-style: none; } ++ GtkPaned.wide.vertical .pane-separator { ++ border-style: none; } ++ GtkPaned.wide .pane-separator:backdrop { ++ border-color: transparent; } ++ ++/********************* ++* Spinner Animation * ++*********************/ ++@keyframes spin { ++ to { ++ -gtk-icon-transform: rotate(1turn); } } ++.spinner { ++ background-image: none; ++ background-color: blue; ++ opacity: 0; ++ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } ++ .spinner:active { ++ opacity: 1; ++ animation: spin 1s linear infinite; } ++ .spinner:active:insensitive { ++ opacity: 0.5; } ++ ++/***************** ++ * Notebooks and * ++ * Tabs * ++ *****************/ ++.notebook { ++ -GtkNotebook-initial-gap: 0; ++ -GtkNotebook-arrow-spacing: 5; ++ -GtkNotebook-tab-curvature: 0; ++ -GtkNotebook-tab-overlap: 1; ++ -GtkNotebook-has-tab-gap: false; ++ -GtkWidget-focus-padding: 0; ++ -GtkWidget-focus-line-width: 0; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ background-color: #31363b; } ++ .notebook:backdrop { ++ background-color: #31363b; } ++ .notebook.frame { ++ border: 1px solid #616569; } ++ .notebook.frame.top { ++ border-top-width: 0; } ++ .notebook.frame.bottom { ++ border-bottom-width: 0; } ++ .notebook.frame.right { ++ border-right-width: 0; } ++ .notebook.frame.left { ++ border-left-width: 0; } ++ .notebook.frame:backdrop { ++ border-color: #616569; } ++ .notebook.header { ++ background-color: #31363b; ++ padding-top: 4px; } ++ .notebook.header.frame { ++ border-style: none; } ++ .notebook.header.top { ++ box-shadow: inset 0 -1px #616569; } ++ .notebook.header.top:backdrop { ++ box-shadow: inset 0 -1px #616569; } ++ .notebook.header.bottom { ++ box-shadow: inset 0 1px #616569; } ++ .notebook.header.bottom:backdrop { ++ box-shadow: inset 0 1px #616569; } ++ .notebook.header.right { ++ box-shadow: inset 1px 0 #616569; } ++ .notebook.header.right:backdrop { ++ box-shadow: inset 1px 0 #616569; } ++ .notebook.header.left { ++ box-shadow: inset -1px 0 #616569; } ++ .notebook.header.left:backdrop { ++ box-shadow: inset -1px 0 #616569; } ++ .notebook.header:backdrop { ++ background-color: #31363b; } ++ .notebook tab { ++ border: 1px solid rgba(239, 240, 241, 0.2); ++ background-color: rgba(239, 240, 241, 0.2); ++ background-clip: padding-box; ++ padding: 8px; } ++ .notebook tab:backdrop { ++ background-color: rgba(239, 240, 241, 0.2); } ++ .notebook tab.reorderable-page { ++ background-color: #31363b; } ++ .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { ++ padding-left: 12px; ++ padding-right: 6px; ++ padding-bottom: 8px; } ++ .notebook tab.top { ++ border-radius: 3px 3px 0px 0px; ++ border-bottom-color: transparent; } ++ .notebook tab.top:active, .notebook tab.top.active-page { ++ border-color: #616569; ++ border-bottom-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.top:active:backdrop, .notebook tab.top.active-page:backdrop { ++ border-color: #616569; ++ border-bottom-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.bottom { ++ border-radius: 0px 0px 3px 3px; ++ border-top-color: transparent; } ++ .notebook tab.bottom:active, .notebook tab.bottom.active-page { ++ border-color: #616569; ++ border-top-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.bottom:active:backdrop, .notebook tab.bottom.active-page:backdrop { ++ border-color: #616569; ++ border-top-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.left { ++ border-radius: 3px 0px 0px 3px; ++ border-right-color: transparent; } ++ .notebook tab.left:active, .notebook tab.left.active-page { ++ border-color: #616569; ++ border-right-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.left:active:backdrop, .notebook tab.left.active-page:backdrop { ++ border-color: #616569; ++ border-right-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.right { ++ border-radius: 0px 3px 3px 0px; ++ border-left-color: transparent; } ++ .notebook tab.right:active, .notebook tab.right.active-page { ++ border-color: #616569; ++ border-left-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab.right:active:backdrop, .notebook tab.right.active-page:backdrop { ++ border-color: #616569; ++ border-left-color: #31363b; ++ background-color: #31363b; } ++ .notebook tab:hover, .notebook tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ .notebook tab.reorderable-page.top { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #616569; ++ box-shadow: inset -3px 0px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-right-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.top:backdrop { ++ background-color: #31363b; ++ border-right-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.bottom { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #616569; ++ box-shadow: inset -3px 0px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-right-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.bottom:backdrop { ++ background-color: #31363b; ++ border-right-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.left { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #616569; ++ box-shadow: inset 0px -3px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.left:backdrop { ++ background-color: #31363b; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.right { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #616569; ++ box-shadow: inset 0px -3px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #31363b; } ++ .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.right:backdrop { ++ background-color: #31363b; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ .notebook tab .label { ++ padding: 0 2px; ++ color: #eff0f1; } ++ .notebook tab .label:backdrop { ++ color: #eff0f1; } ++ .notebook tab .button { ++ padding: 0px; ++ border: 1px solid transparent; ++ border-radius: 50%; ++ background-image: none; ++ background-color: #616569; ++ box-shadow: none; ++ icon-shadow: none; ++ transition: none; ++ color: #31363b; } ++ .notebook tab .button:hover { ++ background-color: #da4453; ++ border-color: transparent; ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:active { ++ color: #31363b; ++ border-color: transparent; ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:backdrop { ++ color: #31363b; ++ background-color: #616569; } ++ .notebook tab .button > GtkImage { ++ padding: 0px; } ++ .notebook tab .button .active-page, .notebook tab .button.active-page { ++ background-color: #da4453; } ++ .notebook.arrow { ++ color: #eff0f1; } ++ .notebook.arrow:hover { ++ color: #3daee9; } ++ .notebook.arrow:active { ++ color: #3daee9; } ++ .notebook.arrow:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .notebook.arrow:backdrop { ++ color: #eff0f1; } ++ .notebook.arrow:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ ++/* Decouple the font of context menus from their entry/textview */ ++.touch-selection, ++.context-menu { ++ font: initial; } ++ ++.monospace { ++ font: Monospace; } ++ ++.overshoot.top { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.top:backdrop { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++.overshoot.bottom { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.bottom:backdrop { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++.overshoot.left { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.left:backdrop { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++.overshoot.right { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.right:backdrop { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ ++/************ ++ * Pathbars * ++ ************/ ++.path-bar .button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; ++ padding: 4px 8px; ++ color: #eff0f1; } ++ .path-bar .button:hover { ++ border-color: #3daee9; } ++ .path-bar .button:active, .path-bar .button:checked { ++ background-color: #616569; } ++ .path-bar .button:first-child { ++ padding-left: 8px; } ++ .path-bar .button:last-child { ++ padding-right: 8px; } ++ .path-bar .button:only-child { ++ padding-left: 12px; ++ padding-right: 12px; } ++ .path-bar .button .label:last-child { ++ padding-left: 2px; } ++ .path-bar .button .label:first-child { ++ padding-right: 2px; } ++ .path-bar .button .label:only-child { ++ padding-right: 0; ++ padding-left: 0; } ++ .path-bar .button GtkImage { ++ padding-top: 1px; } ++ ++/***************** ++ * Progress bars * ++ *****************/ ++GtkProgressBar { ++ padding: 0; ++ font-size: smaller; ++ color: rgba(239, 240, 241, 0.3); ++ box-shadow: none; } ++ GtkProgressBar:backdrop { ++ color: rgba(239, 240, 241, 0.3); } ++ GtkProgressBar.osd { ++ -GtkProgressBar-xspacing: 0; ++ -GtkProgressBar-yspacing: 0; ++ -GtkProgressBar-min-horizontal-bar-height: 3; } ++ GtkProgressBar.trough { ++ border: 1px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkProgressBar.trough.osd { ++ border: 1px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkProgressBar.trough.osd:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkProgressBar.trough:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } ++ ++.progressbar { ++ background-color: #3daee9; ++ border: 1px solid #3daee9; ++ border-radius: 0px; ++ box-shadow: none; } ++ .progressbar.left { ++ border-top-left-radius: 3px; ++ border-bottom-left-radius: 3px; } ++ .progressbar.right { ++ border-top-right-radius: 3px; ++ border-bottom-right-radius: 3px; } ++ .progressbar.left.right { ++ box-shadow: none; } ++ .progressbar.vertical.bottom { ++ border-bottom-left-radius: 3px; ++ border-bottom-right-radius: 3px; ++ box-shadow: none; } ++ .progressbar.vertical.top { ++ border-top-left-radius: 3px; ++ border-top-right-radius: 3px; } ++ .progressbar.osd { ++ background-image: none; ++ background-color: #3daee9; ++ border: 1px solid #3daee9; ++ border-radius: 3px; } ++ .progressbar.osd:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .progressbar:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ ++/************* ++ * Level Bar * ++ *************/ ++.level-bar.vertical { ++ -GtkLevelBar-min-block-width: 6; ++ -GtkLevelBar-min-block-height: 34; } ++ ++.level-bar { ++ box-shadow: none; ++ -GtkLevelBar-min-block-width: 34; ++ -GtkLevelBar-min-block-height: 6; } ++ .level-bar.vertical { ++ -GtkLevelBar-min-block-width: 6; ++ -GtkLevelBar-min-block-height: 34; } ++ .level-bar.trough { ++ border: 1px solid transparent; ++ padding: 3px; ++ border-radius: 3px; ++ background-color: transparent; } ++ .level-bar.fill-block { ++ border: 1px solid #3daee9; ++ background-color: #3daee9; ++ box-shadow: none; ++ border-radius: 3px; } ++ .level-bar.fill-block.indicator-discrete.horizontal { ++ margin: 0 1px; } ++ .level-bar.fill-block.indicator-discrete.vertical { ++ margin: 1px 0; } ++ .level-bar.fill-block.level-high { ++ border-color: #27ae60; ++ background-color: #27ae60; } ++ .level-bar.fill-block.level-high:backdrop { ++ background-color: #27ae60; ++ border-color: #27ae60; } ++ .level-bar.fill-block.level-low { ++ border-color: #f67400; ++ background-color: #f67400; } ++ .level-bar.fill-block.level-low:backdrop { ++ background-color: #f67400; ++ border-color: #f67400; } ++ .level-bar.fill-block.empty-fill-block { ++ background-color: rgba(239, 240, 241, 0.3); ++ border-color: transparent; ++ box-shadow: none; } ++ .level-bar.fill-block:backdrop { ++ border-color: rgba(61, 174, 233, 0.5); ++ background-color: rgba(61, 174, 233, 0.5); } ++ ++/************ ++ * GtkScale * ++ ************/ ++.scale, ++.scale.scale-has-marks-above.scale-has-marks-below, ++.scale.vertical.scale-has-marks-above.scale-has-marks-below { ++ -GtkScale-slider-length: 18; ++ -GtkRange-slider-width: 18; ++ -GtkRange-trough-border: 2; } ++ .scale.fine-tune.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { ++ margin: 8px; ++ border-radius: 3px; } ++ .scale.slider, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { ++ background-color: #31363b; ++ border: 1px solid #616569; ++ border-radius: 50%; ++ box-shadow: none; } ++ .scale.slider:hover, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { ++ border-style: solid; ++ border-width: 2px; ++ border-color: #3daee9; ++ border-radius: 50%; } ++ .scale.slider:hover:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop { ++ background-color: #31363b; ++ border-color: #3daee9; } ++ .scale.slider:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { ++ border-style: solid; ++ border-radius: 50%; ++ background-color: #2d3136; ++ border-color: rgba(88, 92, 95, 0.35); } ++ .scale.slider:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop { ++ background-color: #2d3136; ++ border-color: rgba(88, 92, 95, 0.35); } ++ .scale.slider:active, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { ++ border: 2px solid #3daee9; } ++ .scale.slider:active:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop { ++ background-color: #31363b; ++ border-color: #3daee9; } ++ .scale.slider:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { ++ background-color: #31363b; ++ border-color: #616569; } ++ .scale.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { ++ margin: 9px; ++ border: 1px solid rgba(239, 240, 241, 0.3); ++ border-radius: 3px; ++ background-color: rgba(239, 240, 241, 0.3); ++ box-shadow: none; } ++ .scale.trough.highlight, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ .scale.trough.highlight.vertical, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ .scale.trough.highlight:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .scale.trough:insensitive, .scale.trough.vertical:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { ++ border-color: rgba(216, 218, 221, 0); ++ background-color: rgba(216, 218, 221, 0); ++ box-shadow: none; } ++ .scale.trough:insensitive:backdrop, .scale.trough.vertical:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop { ++ background-color: rgba(216, 218, 221, 0); ++ border-color: rgba(216, 218, 221, 0); } ++ .scale.trough:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); ++ border-color: rgba(239, 240, 241, 0.3); } ++ ++/************** ++ * Scrollbars * ++ **************/ ++.scrollbar { ++ -GtkRange-trough-border: 0; ++ -GtkScrollbar-has-backward-stepper: true; ++ -GtkScrollbar-has-forward-stepper: true; ++ -GtkRange-slider-width: 20; ++ -GtkScrollbar-min-slider-length: 64; ++ -GtkRange-stepper-spacing: 0; ++ -GtkRange-trough-under-steppers: 1; } ++ .scrollbar .button { ++ color: #eff0f1; } ++ .scrollbar .button:hover { ++ color: #3daee9; } ++ .scrollbar .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .scrollbar .button:backdrop { ++ color: #eff0f1; } ++ .scrollbar .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .scrollbar.dragging, .scrollbar.hovering { ++ opacity: 0.9910; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ opacity: 0.999; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ -GtkRange-slider-width: 8px; ++ -GtkScrollbar-has-backward-stepper: false; ++ -GtkScrollbar-has-forward-stepper: false; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { ++ margin: 2px; ++ border: 2px solid transparent; ++ border-radius: 2px; ++ background-color: rgba(239, 240, 241, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider:backdrop { ++ background-color: rgba(239, 240, 241, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { ++ border: none; ++ background: none; } ++ .scrollbar.trough { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical.png"), url("../assets/scrollbar-trough-vertical@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal.png"), url("../assets/scrollbar-trough-horizontal@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical-backdrop.png"), url("../assets/scrollbar-trough-vertical-backdrop@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal-backdrop.png"), url("../assets/scrollbar-trough-horizontal-backdrop@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical.png"), url("../assets/scrollbar-slider-vertical@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal.png"), url("../assets/scrollbar-slider-horizontal@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-hover.png"), url("../assets/scrollbar-slider-vertical-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-hover.png"), url("../assets/scrollbar-slider-horizontal-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-active.png"), url("../assets/scrollbar-slider-vertical-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-active.png"), url("../assets/scrollbar-slider-horizontal-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-insensitive.png"), url("../assets/scrollbar-slider-vertical-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-insensitive.png"), url("../assets/scrollbar-slider-horizontal-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-backdrop.png"), url("../assets/scrollbar-slider-vertical-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-backdrop.png"), url("../assets/scrollbar-slider-horizontal-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ ++.scrollbars-junction, ++.scrollbars-junction.frame { ++ border-color: transparent; ++ background-color: transparent; ++ border-image: none; } ++ ++/*********** ++ * Sidebar * ++ ***********/ ++.sidebar, ++.sidebar .view { ++ border: none; ++ background-color: #31363b; } ++ .sidebar:backdrop, ++ .sidebar .view:backdrop { ++ background-color: #31363b; } ++ ++GtkSidebarRow.list-row { ++ padding: 0px; } ++GtkSidebarRow .sidebar-revealer { ++ padding: 4px 14px 4px 12px; } ++GtkSidebarRow .sidebar-icon:dir(ltr) { ++ padding-right: 8px; } ++GtkSidebarRow .sidebar-icon:dir(rtl) { ++ padding-left: 8px; } ++GtkSidebarRow .sidebar-label:dir(ltr) { ++ padding-right: 2px; } ++GtkSidebarRow .sidebar-label:dir(rtl) { ++ padding-left: 2px; } ++ ++GtkPlacesSidebar.sidebar .view:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++GtkPlacesSidebar.sidebar .view:backdrop { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++GtkPlacesSidebar.sidebar .view .image { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:selected { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:selected:backdrop { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkPlacesSidebar.sidebar .view .image:backdrop { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ ++.sidebar-item { ++ padding: 10px 4px; } ++ .sidebar-item > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++ .sidebar-item.needs-attention > .label { ++ background-size: 6px 6px, 0 0; } ++ ++/***************** ++ * GtkSpinButton * ++ *****************/ ++.osd .spinbutton .button:last-child { ++ border-radius: 0 3px 3px 0; } ++.osd .spinbutton .button:dir(rtl):first-child { ++ border-radius: 3px 0 0 3px; } ++.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { ++ padding-top: 5px; ++ padding-bottom: 5px; } ++ .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { ++ color: inherit; } ++ .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { ++ color: inherit; } ++ .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { ++ color: inherit; } ++.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { ++ border-radius: 0px; ++ padding-left: 0px; ++ padding-right: 0px; } ++ .spinbutton.vertical.entry:insensitive, .spinbutton.vertical:dir(rtl).entry:insensitive { ++ background-color: #202325; } ++GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { ++ padding: 1px; ++ border-width: 1px 0; ++ border-color: #3daee9; ++ border-radius: 0; ++ box-shadow: none; } ++ ++.spinbutton .button, .osd .spinbutton .button { ++ background-image: none; ++ background-color: transparent; ++ border-style: none none none solid; ++ border-color: rgba(97, 101, 105, 0.3); ++ color: #eff0f1; ++ border-radius: 0; ++ box-shadow: none; } ++ .spinbutton .button:dir(rtl) { ++ border-style: none solid none none; } ++ .spinbutton .button:hover { ++ color: #3daee9; } ++ .spinbutton .button:insensitive { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0); } ++ .spinbutton .button:active { ++ color: #3daee9; } ++ .spinbutton .button:backdrop { ++ color: #eff0f1; ++ border-color: rgba(97, 101, 105, 0.3); ++ background-color: transparent; } ++ .spinbutton .button:backdrop:insensitive { ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); ++ border-style: none none none solid; ++ border-color: rgba(88, 92, 95, 0); } ++ .spinbutton .button:backdrop:insensitive:dir(rtl) { ++ border-style: none solid none none; } ++ ++.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ border-radius: 3px 3px 0 0; ++ border-style: solid solid none solid; } ++ ++.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ border-radius: 0 0 3px 3px; ++ border-style: none solid solid solid; } ++ ++/********** ++ * Switch * ++ **********/ ++GtkSwitch { ++ -GtkSwitch-slider-width: 24px; ++ -GtkSwitch-slider-height: 24px; ++ font-weight: bold; ++ font-size: smaller; ++ outline-offset: 0px; ++ color: transparent; ++ box-shadow: none; } ++ GtkSwitch.trough { ++ border: 0px solid; ++ border-radius: 12px; ++ background-image: none; ++ background-color: rgba(239, 240, 241, 0.3); ++ text-shadow: none; } ++ GtkSwitch.trough:active { ++ background-color: #3daee9; ++ box-shadow: none; ++ text-shadow: none; } ++ GtkSwitch.trough:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } ++ GtkSwitch.slider { ++ border: 1px solid; ++ border-radius: 11px; ++ background-color: #31363b; ++ border-color: #616569; } ++ GtkSwitch.slider:hover { ++ box-shadow: none; ++ border-color: #3daee9; ++ background-color: #31363b; } ++ GtkSwitch.slider:active { ++ border-color: #3daee9; } ++ GtkSwitch.slider:active:hover { ++ border-color: #3daee9; } ++ GtkSwitch.slider:insensitive { ++ background-color: #2d3136; } ++ GtkSwitch.slider:backdrop { ++ background-color: #31363b; } ++ GtkSwitch.slider:backdrop:insensitive { ++ background-color: #2d3136; } ++ .header-bar GtkSwitch.trough:backdrop { ++ background-color: transparent; } ++ .header-bar GtkSwitch.slider:backdrop { ++ background-color: #7f8c8d; } ++ ++/************ ++ * Toolbars * ++ ************/ ++.toolbar, .inline-toolbar, .search-bar, .location-bar, ++.primary-toolbar { ++ -GtkWidget-window-dragging: true; ++ padding: 4px; ++ background-color: #31363b; } ++ .toolbar:backdrop, .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop, ++ .primary-toolbar:backdrop { ++ background-color: #31363b; ++ box-shadow: none; } ++ .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar, .osd ++ .primary-toolbar, ++ .primary-toolbar.osd { ++ padding: 13px; ++ border: none; ++ border-radius: 3px; ++ background-color: #31363b; } ++ .osd .toolbar:backdrop, .osd .inline-toolbar:backdrop, .osd .search-bar:backdrop, .osd .location-bar:backdrop, .toolbar.osd:backdrop, .osd.inline-toolbar:backdrop, .osd.search-bar:backdrop, .osd.location-bar:backdrop, .osd ++ .primary-toolbar:backdrop, ++ .primary-toolbar.osd:backdrop { ++ border-color: #616569; ++ background-color: #31363b; ++ box-shadow: none; } ++ ++.inline-toolbar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; ++ border-radius: 0; } ++ ++.search-bar, .location-bar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; } ++ ++.inline-toolbar, .search-bar, .location-bar { ++ border-style: solid; ++ border-color: #616569; ++ text-shadow: none; ++ background-color: #31363b; } ++ ++/************ ++ * Tooltips * ++ ************/ ++.tooltip { ++ color: #eff0f1; ++ padding: 4px; ++ /* not working */ ++ border-radius: 5px; ++ box-shadow: none; ++ text-shadow: none; } ++ .tooltip.background { ++ background-color: #31363b; ++ background-clip: padding-box; } ++ .tooltip.window-frame.csd { ++ background-color: transparent; } ++ ++.tooltip * { ++ padding: 4px; ++ background-color: transparent; ++ color: inherit; } ++ ++/************** ++ * Tree Views * ++ **************/ ++GtkTreeView.view { ++ -GtkTreeView-grid-line-width: 0; ++ -GtkTreeView-grid-line-pattern: ''; ++ -GtkTreeView-tree-line-width: 1; ++ -GtkTreeView-tree-line-pattern: ''; ++ -GtkTreeView-expander-size: 16; ++ border-left-color: #616569; ++ border-top-color: transparent; } ++ GtkTreeView.view:selected { ++ border-radius: 0; } ++ GtkTreeView.view:selected { ++ background-color: #3daee9; ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:insensitive { ++ color: rgba(88, 92, 95, 0.35); } ++ GtkTreeView.view:insensitive:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:selected:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:backdrop { ++ color: rgba(88, 92, 95, 0.35); } ++ GtkTreeView.view.seperator { ++ color: #616569; } ++ GtkTreeView.view.separator:backdrop { ++ color: #616569; } ++ GtkTreeView.view:backdrop { ++ border-left-color: #616569; } ++ GtkTreeView.view.dnd { ++ border-style: solid none; ++ border-width: 1px; ++ border-color: #3daee9; } ++ GtkTreeView.view.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ color: #eff0f1; } ++ GtkTreeView.view.expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ GtkTreeView.view.expander:hover { ++ color: #3daee9; } ++ GtkTreeView.view.expander:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ GtkTreeView.view.expander:checked:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked:backdrop { ++ color: #232629; } ++ GtkTreeView.view.expander:backdrop { ++ color: #232629; } ++ ++column-header .button { ++ color: #eff0f1; ++ background-color: #31363b; ++ text-shadow: none; ++ box-shadow: none; } ++ column-header .button:hover { ++ color: #eff0f1; ++ background-color: rgba(61, 174, 233, 0.5); ++ box-shadow: none; ++ transition: none; } ++ column-header .button:active { ++ color: #eff0f1; ++ background-color: rgba(61, 174, 233, 0.5); ++ transition: none; } ++column-header:last-child .button, column-header:last-child .button:backdrop, column-header:last-child.button, column-header:last-child.button:backdrop { ++ border-right-style: none; } ++ ++column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { ++ transition: none; ++ color: #3daee9; ++ box-shadow: none; } ++ ++column-header .button, column-header .button:hover, column-header .button:active { ++ padding: 6px; ++ border-style: none solid solid none; ++ border-radius: 0; ++ background-image: none; ++ border-color: #616569; ++ text-shadow: none; } ++ column-header .button:insensitive { ++ border-color: rgba(88, 92, 95, 0.35); ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #2d3136; ++ background-image: none; } ++ column-header .button:backdrop { ++ border-color: #616569; ++ border-style: none solid solid none; ++ color: #eff0f1; ++ background-image: none; ++ background-color: #31363b; } ++ column-header .button:backdrop:insensitive { ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: none; ++ background-color: #2d3136; ++ color: rgba(216, 218, 221, 0.35); } ++ ++/********************** ++ * Window Decorations * ++ *********************/ ++.window-frame { ++ border-radius: 3px; ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); ++ /* this is used for the resize cursor area */ ++ margin: 10px; } ++ .window-frame:backdrop { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .window-frame.tiled { ++ border-radius: 0; } ++ .window-frame.popup { ++ border-radius: 3px; ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.ssd { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.csd { ++ border-radius: 3px; } ++ .window-frame.csd.popup { ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.csd.tooltip { ++ box-shadow: none; } ++ .window-frame.csd.message-dialog { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .window-frame.solid-csd { ++ border-radius: 0; ++ margin: 1px; ++ background-color: #616569; ++ border: none; ++ box-shadow: none; } ++ ++.header-bar .button.titlebutton, ++.titlebar .button.titlebutton { ++ padding: 0px; } ++ .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++ .titlebar .button.titlebutton:hover, ++ .titlebar .button.titlebutton:active, ++ .titlebar .button.titlebutton:checked, ++ .titlebar .button.titlebutton:backdrop, ++ .titlebar .button.titlebutton:active:hover { ++ transition: none; } ++ .header-bar .button.titlebutton.close, ++ .titlebar .button.titlebutton.close { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); } ++ .header-bar .button.titlebutton.close:hover, ++ .titlebar .button.titlebutton.close:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); } ++ .header-bar .button.titlebutton.close:active, ++ .titlebar .button.titlebutton.close:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); } ++ .header-bar .button.titlebutton.close:backdrop, ++ .titlebar .button.titlebutton.close:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); } ++ .header-bar .button.titlebutton.maximize, ++ .titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); } ++ .header-bar .button.titlebutton.maximize:hover, ++ .titlebar .button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); } ++ .header-bar .button.titlebutton.maximize:active, ++ .titlebar .button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); } ++ .header-bar .button.titlebutton.maximize:backdrop, ++ .titlebar .button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); } ++ .header-bar .button.titlebutton.minimize, ++ .titlebar .button.titlebutton.minimize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); } ++ .header-bar .button.titlebutton.minimize:hover, ++ .titlebar .button.titlebutton.minimize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); } ++ .header-bar .button.titlebutton.minimize:active, ++ .titlebar .button.titlebutton.minimize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); } ++ .header-bar .button.titlebutton.minimize:backdrop, ++ .titlebar .button.titlebutton.minimize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); } ++ ++.maximized .header-bar .button.titlebutton.maximize, .maximized ++.titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:hover, .maximized ++.titlebar .button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:active, .maximized ++.titlebar .button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:backdrop, .maximized ++.titlebar .button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); } ++ ++.header-bar.selection-mode .button.titlebutton, ++.titlebar.selection-mode .button.titlebutton { ++ text-shadow: none; } ++ .header-bar.selection-mode .button.titlebutton:backdrop, ++ .titlebar.selection-mode .button.titlebutton:backdrop { ++ icon-shadow: none; } +diff --git a/Breeze-dark-gtk/gtk-3.20/gtk.css b/Breeze-dark-gtk/gtk-3.20/gtk.css +new file mode 100644 +index 0000000..f521ca6 +--- /dev/null ++++ b/Breeze-dark-gtk/gtk-3.20/gtk.css +@@ -0,0 +1,3771 @@ ++/* GTK NAMED COLORS ++ ---------------- ++ use responsibly! */ ++/* ++widget text/foreground color */ ++@define-color theme_fg_color #eff0f1; ++/* ++text color for entries, views and content in general */ ++@define-color theme_text_color #eff0f1; ++/* ++widget base background color */ ++@define-color theme_bg_color #31363b; ++/* ++text widgets and the like base background color */ ++@define-color theme_base_color #232629; ++/* ++base background color of selections */ ++@define-color theme_selected_bg_color #3daee9; ++/* ++text/foreground color of selections */ ++@define-color theme_selected_fg_color #eff0f1; ++/* ++base background color of insensitive widgets */ ++@define-color insensitive_bg_color #2d3136; ++/* ++text foreground color of insensitive widgets */ ++@define-color insensitive_fg_color rgba(216, 218, 221, 0.35); ++/* ++insensitive text widgets and the like base background color */ ++@define-color insensitive_base_color rgba(216, 218, 221, 0.35); ++/* ++widget text/foreground color on backdrop windows */ ++@define-color theme_unfocused_fg_color #eff0f1; ++/* ++text color for entries, views and content in general on backdrop windows */ ++@define-color theme_unfocused_text_color #eff0f1; ++/* ++widget base background color on backdrop windows */ ++@define-color theme_unfocused_bg_color #31363b; ++/* ++text widgets and the like base background color on backdrop windows */ ++@define-color theme_unfocused_base_color #232629; ++/* ++base background color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5); ++/* ++text/foreground color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_fg_color #eff0f1; ++/* ++widgets main borders color */ ++@define-color borders #616569; ++/* ++widgets main borders color on backdrop windows */ ++@define-color unfocused_borders #616569; ++/* ++widgets main borders color insensitive */ ++@define-color insensitive_borders rgba(88, 92, 95, 0.35); ++/* ++these are pretty self explicative */ ++@define-color warning_color #f67400; ++@define-color error_color #da4453; ++@define-color success_color #27ae60; ++@define-color content_view_bg #232629; ++* { ++ padding: 0; ++ -GtkToolButton-icon-spacing: 4; ++ -GtkTextView-error-underline-color: #da4453; ++ -GtkButton-child-displacement-x: 0; ++ -GtkButton-child-displacement-y: 0; ++ -GtkCheckButton-indicator-size: 18; ++ -GtkCheckMenuItem-indicator-size: 18; ++ -GtkScrolledWindow-scrollbar-spacing: 0; ++ -GtkScrolledWindow-scrollbars-within-bevel: 0; ++ -GtkScrolled-window-overlay-scrolling: FALSE; ++ -GtkToolItemGroup-expander-size: 11; ++ -GtkExpander-expander-size: 16; ++ -GtkTreeView-expander-size: 11; ++ -GtkTreeView-horizontal-separator: 4; ++ -GtkWidget-text-handle-width: 20; ++ -GtkWidget-text-handle-height: 20; ++ -GtkDialog-button-spacing: 4; ++ -GtkDialog-action-area-border: 0; ++ -GtkStatusbar-shadow-type: none; ++ outline-width: 0px; } ++ ++/*************** ++ * Base States * ++ ***************/ ++.background { ++ color: #eff0f1; ++ background-color: #31363b; } ++ .background:backdrop { ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ background-color: #31363b; } ++ ++/* ++ These wildcard seems unavoidable, need to investigate. ++ Wildcards are bad and troublesome, use them with care, ++ or better, just don't. ++ Everytime a wildcard is used a kitten dies, painfully. ++*/ ++*:disabled { ++ -gtk-icon-effect: dim; } ++ ++.gtkstyle-fallback { ++ background-color: #31363b; ++ color: #eff0f1; } ++ .gtkstyle-fallback:hover { ++ background-color: #485057; ++ color: #eff0f1; } ++ .gtkstyle-fallback:active { ++ background-color: #1a1d1f; ++ color: #eff0f1; } ++ .gtkstyle-fallback:disabled { ++ background-color: #2d3136; ++ color: rgba(216, 218, 221, 0.35); } ++ .gtkstyle-fallback:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ ++.view text, ++textview text, ++.view { ++ color: #eff0f1; ++ background-color: #232629; } ++ .view text:backdrop, ++ textview text:backdrop, ++ .view:backdrop { ++ color: #eff0f1; ++ background-color: #232629; } ++ .view text:selected:focus, ++ textview text:selected:focus, .view text:selected, ++ textview text:selected, ++ .view:selected:focus, ++ .view:selected { ++ border-radius: 3px; } ++ ++textview border { ++ background-color: #232629; ++ background-image: image(#616569); ++ background-repeat: no-repeat; } ++ textview border:backdrop { ++ background-color: #232629; } ++ textview border.bottom { ++ background-size: 100% 1px; ++ background-position: top; } ++ textview border.top { ++ background-size: 100% 1px; ++ background-position: bottom; } ++ textview border.left { ++ background-size: 1px 100%; ++ background-position: right; } ++ textview border.right { ++ background-size: 1px 100%; ++ background-position: left; } ++ ++.rubberband, ++rubberband, ++flowbox rubberband, ++treeview.view rubberband { ++ border: 1px solid #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ .rubberband:backdrop, ++ rubberband:backdrop, ++ treeview.view rubberband:backdrop { ++ border-color: #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ ++flowbox flowboxchild { ++ padding: 3px; ++ border-radius: 3px; } ++ flowbox flowboxchild:selected { ++ outline-offset: 0px; } ++ ++label.separator { ++ color: #eff0f1; } ++ label.separator:backdrop { ++ color: #eff0f1; } ++label selection { ++ background-color: #3daee9; ++ color: #eff0f1; } ++label:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ label:disabled:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++label:backdrop { ++ color: #eff0f1; } ++ ++.dim-label, label.separator, ++headerbar .subtitle { ++ opacity: 0.5; ++ text-shadow: none; } ++ ++assistant .sidebar { ++ background-color: #eff0f1; ++ border-top: 1px solid #616569; } ++ assistant .sidebar:backdrop { ++ background-color: #eff0f1; ++ border-color: #616569; } ++assistant.csd .sidebar { ++ border-top-style: none; } ++assistant .sidebar label { ++ padding: 6px 12px; } ++assistant .sidebar label.highlight { ++ background-color: #4c4e51; } ++ ++.app-notification, ++.app-notification.frame, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, ++.osd { ++ color: #eff0f1; ++ border: 1px solid #616569; ++ background-color: rgba(49, 54, 59, 0.8); ++ background-clip: padding-box; ++ box-shadow: none; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ .app-notification:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, ++ .osd:backdrop { ++ color: #eff0f1; ++ background-color: rgba(49, 54, 59, 0.8); ++ -gtk-icon-shadow: none; } ++ ++.view text:selected:focus, ++textview text:selected:focus, .view text:selected, ++textview text:selected, ++.view:selected:focus, ++.view:selected, .view text selection:focus, .view text selection, ++textview text selection:focus, ++textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, ++entry selection:focus, ++entry selection, row:selected, .sidebar:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ textview text:hover:selected:focus, .view text:hover:selected, ++ textview text:hover:selected, ++ .view:hover:selected, .view text selection:hover, ++ textview text selection:hover, flowbox flowboxchild:hover:selected, spinbutton:not(.vertical) selection:hover, ++ entry selection:hover, row:hover:selected, .sidebar:hover:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ textview text:backdrop:selected:focus, .view text:backdrop:selected, ++ textview text:backdrop:selected, ++ .view:backdrop:selected, .view text selection:backdrop, ++ textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selction, spinbutton:not(.vertical) selection:backdrop, ++ entry selection:backdrop, row:backdrop:selected, .sidebar:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ color: #232629; } ++ ++.view text:selected:focus, ++textview text:selected:focus, .view text:selected, ++textview text:selected, ++.view:selected:focus, ++.view:selected, .view text selection:focus, .view text selection, ++textview text selection:focus, ++textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, ++entry selection:focus, ++entry selection, row:selected, .sidebar:selected { ++ background-color: #3daee9; ++ border-radius: 0px; } ++ .view text:selected:focus, ++ textview text:selected:focus, .view text:selected, ++ textview text:selected, ++ .view:selected:focus, ++ .view:selected, .view text selection:focus, .view text selection, ++ textview text selection:focus, ++ textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, ++ entry selection:focus, ++ entry selection, row:selected, .sidebar:selected { ++ color: #eff0f1; } ++ textview text:disabled:selected:focus, .view text:disabled:selected, ++ textview text:disabled:selected, ++ .view:disabled:selected, .view text selection:disabled, ++ textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, ++ entry selection:disabled, row:disabled:selected, .sidebar:disabled:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ textview text:backdrop:selected:focus, .view text:backdrop:selected, ++ textview text:backdrop:selected, ++ .view:backdrop:selected, .view text selection:backdrop, ++ textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selction, spinbutton:not(.vertical) selection:backdrop, ++ entry selection:backdrop, row:backdrop:selected, .sidebar:backdrop:selected { ++ color: #eff0f1; } ++ .view text:backdrop:disabled:selected, ++ textview text:backdrop:disabled:selected, ++ .view:backdrop:disabled:selected, .view text selection:backdrop:disabled, ++ textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selction:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, ++ entry selection:backdrop:disabled, row:backdrop:disabled:selected, .sidebar:backdrop:disabled:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ ++/*********** ++ * Buttons * ++ ***********/ ++@keyframes needs_attention { ++ from { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3daee9), to(transparent)); } ++ to { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)); } } ++notebook > header > tabs > arrow, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, ++button, notebook > header > tabs > arrow.osd, ++button.osd { ++ border: 1px solid; ++ border-radius: 3px; ++ padding: 4px 6px; ++ background-clip: border-box; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ notebook > header > tabs > arrow, button.sidebar-button, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, ++ button.flat, notebook > header > tabs > arrow.osd, button.osd.sidebar-button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ transition: none; } ++ notebook > header > tabs > arrow:hover, button.sidebar-button:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, ++ button.flat:hover, notebook > header > tabs > arrow.osd:hover { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ transition-duration: 500ms; } ++ notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active, ++ button.flat:hover:active { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ notebook > header > tabs > arrow:checked, button.sidebar-button:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, ++ button.flat:checked, notebook > header > tabs > arrow.osd:checked { ++ background-color: #616569; } ++ notebook > header > tabs > arrow:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, ++ button:hover, notebook > header > tabs > arrow.osd:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ -gtk-icon-effect: none; } ++ notebook > header > tabs > arrow:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, ++ button:active, notebook > header > tabs > arrow.osd:active, notebook > header > tabs > arrow:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, ++ button:checked, notebook > header > tabs > arrow.osd:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); ++ transition-duration: 50ms; } ++ notebook > header > tabs > arrow:active:hover, popover.background.touch-selection button:active:hover, popover.background.magnifier button:active:hover, ++ button:active:hover, notebook > header > tabs > arrow:checked:hover, popover.background.touch-selection button:checked:hover, popover.background.magnifier button:checked:hover, ++ button:checked:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ notebook > header > tabs > arrow:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, ++ button:backdrop, notebook > header > tabs > arrow.osd:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); ++ -gtk-icon-effect: none; } ++ notebook > header > tabs > arrow:backdrop:active, popover.background.touch-selection button:backdrop:active, popover.background.magnifier button:backdrop:active, ++ button:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, popover.background.touch-selection button:backdrop:checked, popover.background.magnifier button:backdrop:checked, ++ button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ notebook > header > tabs > arrow:backdrop:disabled, popover.background.touch-selection button:backdrop:disabled, popover.background.magnifier button:backdrop:disabled, ++ button:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ notebook > header > tabs > arrow:backdrop:disabled > .label, popover.background.touch-selection button:backdrop:disabled > .label, popover.background.magnifier button:backdrop:disabled > .label, ++ button:backdrop:disabled > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow:backdrop:disabled:active, ++ button:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, ++ button:backdrop:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ notebook > header > tabs > arrow:backdrop:disabled:active > .label, popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.magnifier button:backdrop:disabled:active > .label, ++ button:backdrop:disabled:active > .label, notebook > header > tabs > arrow:backdrop:disabled:checked > .label, popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.magnifier button:backdrop:disabled:checked > .label, ++ button:backdrop:disabled:checked > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, ++ button.flat:backdrop, notebook > header > tabs > arrow.osd:backdrop { ++ -gtk-icon-effect: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; } ++ notebook > header > tabs > arrow:disabled, button.sidebar-button:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, ++ button.flat:disabled, notebook > header > tabs > arrow.osd:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(216, 218, 221, 0.35); } ++ notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled, ++ button.flat:backdrop:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(216, 218, 221, 0.35); } ++ notebook > header > tabs > arrow:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, ++ button:disabled, notebook > header > tabs > arrow.osd:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ notebook > header > tabs > arrow:disabled > .label, popover.background.touch-selection button:disabled > .label, popover.background.magnifier button:disabled > .label, ++ button:disabled > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow:disabled:active, popover.background.touch-selection button:disabled:active, popover.background.magnifier button:disabled:active, ++ button:disabled:active, notebook > header > tabs > arrow:disabled:checked, popover.background.touch-selection button:disabled:checked, popover.background.magnifier button:disabled:checked, ++ button:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ notebook > header > tabs > arrow:disabled:active > .label, popover.background.touch-selection button:disabled:active > .label, popover.background.magnifier button:disabled:active > .label, ++ button:disabled:active > .label, notebook > header > tabs > arrow:disabled:checked > .label, popover.background.touch-selection button:disabled:checked > .label, popover.background.magnifier button:disabled:checked > .label, ++ button:disabled:checked > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow separator, .csd popover.background.touch-selection button separator, .csd popover.background.magnifier button separator, popover.background.touch-selection button separator, popover.background.magnifier button separator, ++ button separator, notebook > header > tabs > arrow.osd separator, ++ button.osd separator { ++ background-color: transparent; ++ background-image: none; ++ color: transparent; } ++ ++notebook > header > tabs > arrow.image-button, popover.background.touch-selection button.image-button, popover.background.magnifier button.image-button, ++button.image-button { ++ min-width: 16px; ++ padding: 6px; } ++notebook > header > tabs > arrow.text-button, popover.background.touch-selection button.text-button, popover.background.magnifier button.text-button, ++button.text-button { ++ padding-left: 6px; ++ padding-right: 6px; } ++notebook > header > tabs > arrow.text-button.image-button, popover.background.touch-selection button.text-button.image-button, popover.background.magnifier button.text-button.image-button, ++button.text-button.image-button { ++ padding-left: 6px; ++ padding-right: 6px; } ++ notebook > header > tabs > arrow.text-button.image-button label, popover.background.touch-selection button.text-button.image-button label, popover.background.magnifier button.text-button.image-button label, ++ button.text-button.image-button label { ++ padding-left: 6px; ++ padding-right: 6px; } ++row:selected popover.background.touch-selection button, popover.background.touch-selection row:selected button, row:selected popover.background.magnifier button, popover.background.magnifier row:selected button, row:selected ++button { ++ border-color: #3daee9; } ++ row:selected popover.background.touch-selection button.flat:not(:active):not(:checked):not(:hover):not(disabled), popover.background.touch-selection row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected popover.background.magnifier button.flat:not(:active):not(:checked):not(:hover):not(disabled), popover.background.magnifier row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected ++ button.flat:not(:active):not(:checked):not(:hover):not(disabled) { ++ color: #eff0f1; ++ border-color: transparent; } ++ row:selected popover.background.touch-selection button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, popover.background.touch-selection row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected popover.background.magnifier button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, popover.background.magnifier row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected ++ button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { ++ color: #eff0f1; } ++popover.background.touch-selection button.suggested-action, popover.background.magnifier button.suggested-action, popover.background.touch-selection button.suggested-action.osd button, popover.background.magnifier button.suggested-action.osd button, ++button.suggested-action, ++button.suggested-action.osd popover.background.touch-selection button, ++popover.background.touch-selection button.suggested-action.osd button, ++button.suggested-action.osd popover.background.magnifier button, ++popover.background.magnifier button.suggested-action.osd button, popover.background.touch-selection button.suggested-action.osd ++button, popover.background.magnifier button.suggested-action.osd ++button, ++button.suggested-action.osd ++button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ popover.background.touch-selection button.suggested-action.flat, popover.background.magnifier button.suggested-action.flat, popover.background.touch-selection button.suggested-action.osd button.flat, popover.background.magnifier button.suggested-action.osd button.flat, ++ button.suggested-action.flat, ++ button.suggested-action.osd popover.background.touch-selection button.flat, ++ popover.background.touch-selection button.suggested-action.osd button.flat, ++ button.suggested-action.osd popover.background.magnifier button.flat, ++ popover.background.magnifier button.suggested-action.osd button.flat, popover.background.touch-selection button.suggested-action.osd ++ button.flat, popover.background.magnifier button.suggested-action.osd ++ button.flat, ++ button.suggested-action.osd ++ button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #3daee9; } ++ popover.background.touch-selection button.suggested-action:hover, popover.background.magnifier button.suggested-action:hover, popover.background.touch-selection button.suggested-action.osd button:hover, popover.background.magnifier button.suggested-action.osd button:hover, ++ button.suggested-action:hover, ++ button.suggested-action.osd popover.background.touch-selection button:hover, ++ popover.background.touch-selection button.suggested-action.osd button:hover, ++ button.suggested-action.osd popover.background.magnifier button:hover, ++ popover.background.magnifier button.suggested-action.osd button:hover, popover.background.touch-selection button.suggested-action.osd ++ button:hover, popover.background.magnifier button.suggested-action.osd ++ button:hover, ++ button.suggested-action.osd ++ button:hover { ++ color: white; ++ border-color: #3daee9; } ++ popover.background.touch-selection button.suggested-action:active, popover.background.magnifier button.suggested-action:active, popover.background.touch-selection button.suggested-action:checked, popover.background.magnifier button.suggested-action:checked, popover.background.touch-selection button.suggested-action.osd button:active, popover.background.magnifier button.suggested-action.osd button:active, popover.background.touch-selection button.suggested-action.osd button:checked, popover.background.magnifier button.suggested-action.osd button:checked, ++ button.suggested-action:active, ++ button.suggested-action:checked, ++ button.suggested-action.osd popover.background.touch-selection button:active, ++ popover.background.touch-selection button.suggested-action.osd button:active, ++ button.suggested-action.osd popover.background.magnifier button:active, ++ popover.background.magnifier button.suggested-action.osd button:active, ++ button.suggested-action.osd popover.background.touch-selection button:checked, ++ popover.background.touch-selection button.suggested-action.osd button:checked, ++ button.suggested-action.osd popover.background.magnifier button:checked, ++ popover.background.magnifier button.suggested-action.osd button:checked, popover.background.touch-selection button.suggested-action.osd ++ button:active, popover.background.magnifier button.suggested-action.osd ++ button:active, popover.background.touch-selection button.suggested-action.osd ++ button:checked, popover.background.magnifier button.suggested-action.osd ++ button:checked, ++ button.suggested-action.osd ++ button:active, ++ button.suggested-action.osd ++ button:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ popover.background.touch-selection button.suggested-action:backdrop, popover.background.magnifier button.suggested-action:backdrop, popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button:backdrop, popover.background.magnifier button.suggested-action.osd button:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action:backdrop, ++ button.suggested-action.flat:backdrop, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop, ++ button.suggested-action.osd popover.background.magnifier button:backdrop, ++ popover.background.magnifier button.suggested-action.osd button:backdrop, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop, popover.background.magnifier button.suggested-action.osd ++ button:backdrop, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop, ++ button.suggested-action.osd ++ button:backdrop, ++ button.suggested-action.osd ++ button.flat:backdrop { ++ color: white; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ popover.background.touch-selection button.suggested-action:backdrop:active, popover.background.magnifier button.suggested-action:backdrop:active, popover.background.touch-selection button.suggested-action:backdrop:checked, popover.background.magnifier button.suggested-action:backdrop:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:active, popover.background.magnifier button.suggested-action.flat:backdrop:active, popover.background.touch-selection button.suggested-action.flat:backdrop:checked, popover.background.magnifier button.suggested-action.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:active, popover.background.magnifier button.suggested-action.osd button:backdrop:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, ++ button.suggested-action:backdrop:active, ++ button.suggested-action:backdrop:checked, ++ button.suggested-action.flat:backdrop:active, ++ button.suggested-action.flat:backdrop:checked, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:active, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:active, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:active, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:active, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:checked, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:checked, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:checked, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:active, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:active, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:checked, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:checked, ++ button.suggested-action.osd ++ button:backdrop:active, ++ button.suggested-action.osd ++ button:backdrop:checked, ++ button.suggested-action.osd ++ button.flat:backdrop:active, ++ button.suggested-action.osd ++ button.flat:backdrop:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action:backdrop:disabled, ++ button.suggested-action.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled, ++ button.suggested-action.osd ++ button:backdrop:disabled, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled > .label, popover.background.magnifier button.suggested-action:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, ++ button.suggested-action:backdrop:disabled > .label, ++ button.suggested-action.flat:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled > .label, ++ button.suggested-action.osd ++ button:backdrop:disabled > .label, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled:active, popover.background.magnifier button.suggested-action:backdrop:disabled:active, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked, popover.background.magnifier button.suggested-action:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, ++ button.suggested-action:backdrop:disabled:active, ++ button.suggested-action:backdrop:disabled:checked, ++ button.suggested-action.flat:backdrop:disabled:active, ++ button.suggested-action.flat:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:checked, ++ button.suggested-action.osd ++ button:backdrop:disabled:active, ++ button.suggested-action.osd ++ button:backdrop:disabled:checked, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:active, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.suggested-action:backdrop:disabled:active > .label, ++ button.suggested-action:backdrop:disabled:checked > .label, ++ button.suggested-action.flat:backdrop:disabled:active > .label, ++ button.suggested-action.flat:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:checked > .label, ++ button.suggested-action.osd ++ button:backdrop:disabled:active > .label, ++ button.suggested-action.osd ++ button:backdrop:disabled:checked > .label, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:active > .label, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:checked > .label { ++ color: inherit; } ++ popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.flat:disabled, popover.background.magnifier button.suggested-action.flat:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:disabled, popover.background.magnifier button.suggested-action.osd button.flat:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action.flat:backdrop, ++ button.suggested-action.flat:disabled, ++ button.suggested-action.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action.osd popover.background.touch-selection button.flat:disabled, ++ popover.background.touch-selection button.suggested-action.osd button.flat:disabled, ++ button.suggested-action.osd popover.background.magnifier button.flat:disabled, ++ popover.background.magnifier button.suggested-action.osd button.flat:disabled, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd ++ button.flat:disabled, popover.background.magnifier button.suggested-action.osd ++ button.flat:disabled, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled, ++ button.suggested-action.osd ++ button.flat:backdrop, ++ button.suggested-action.osd ++ button.flat:disabled, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(61, 174, 233, 0.8); } ++ popover.background.touch-selection button.suggested-action:disabled, popover.background.magnifier button.suggested-action:disabled, popover.background.touch-selection button.suggested-action.osd button:disabled, popover.background.magnifier button.suggested-action.osd button:disabled, ++ button.suggested-action:disabled, ++ button.suggested-action.osd popover.background.touch-selection button:disabled, ++ popover.background.touch-selection button.suggested-action.osd button:disabled, ++ button.suggested-action.osd popover.background.magnifier button:disabled, ++ popover.background.magnifier button.suggested-action.osd button:disabled, popover.background.touch-selection button.suggested-action.osd ++ button:disabled, popover.background.magnifier button.suggested-action.osd ++ button:disabled, ++ button.suggested-action.osd ++ button:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ popover.background.touch-selection button.suggested-action:disabled > .label, popover.background.magnifier button.suggested-action:disabled > .label, popover.background.touch-selection button.suggested-action.osd button:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled > .label, popover.background.magnifier button.suggested-action.osd button:disabled > .label, ++ button.suggested-action:disabled > .label, ++ button.suggested-action.osd popover.background.touch-selection button:disabled > .label, ++ popover.background.touch-selection button.suggested-action.osd button:disabled > .label, ++ button.suggested-action.osd popover.background.magnifier button:disabled > .label, ++ popover.background.magnifier button.suggested-action.osd button:disabled > .label, popover.background.touch-selection button.suggested-action.osd ++ button:disabled > .label, popover.background.magnifier button.suggested-action.osd ++ button:disabled > .label, ++ button.suggested-action.osd ++ button:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.suggested-action:disabled:active, popover.background.magnifier button.suggested-action:disabled:active, popover.background.touch-selection button.suggested-action:disabled:checked, popover.background.magnifier button.suggested-action:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:disabled:active, popover.background.magnifier button.suggested-action.osd button:disabled:active, popover.background.touch-selection button.suggested-action.osd button:disabled:checked, popover.background.magnifier button.suggested-action.osd button:disabled:checked, ++ button.suggested-action:disabled:active, ++ button.suggested-action:disabled:checked, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:active, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:active, ++ button.suggested-action.osd popover.background.magnifier button:disabled:active, ++ popover.background.magnifier button.suggested-action.osd button:disabled:active, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:checked, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:checked, ++ button.suggested-action.osd popover.background.magnifier button:disabled:checked, ++ popover.background.magnifier button.suggested-action.osd button:disabled:checked, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:active, popover.background.magnifier button.suggested-action.osd ++ button:disabled:active, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:checked, popover.background.magnifier button.suggested-action.osd ++ button:disabled:checked, ++ button.suggested-action.osd ++ button:disabled:active, ++ button.suggested-action.osd ++ button:disabled:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ popover.background.touch-selection button.suggested-action:disabled:active > .label, popover.background.magnifier button.suggested-action:disabled:active > .label, popover.background.touch-selection button.suggested-action:disabled:checked > .label, popover.background.magnifier button.suggested-action:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, ++ button.suggested-action:disabled:active > .label, ++ button.suggested-action:disabled:checked > .label, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, ++ button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, ++ popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, ++ button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, ++ popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd ++ button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd ++ button:disabled:checked > .label, ++ button.suggested-action.osd ++ button:disabled:active > .label, ++ button.suggested-action.osd ++ button:disabled:checked > .label { ++ color: inherit; } ++popover.background.touch-selection button.destructive-action, popover.background.magnifier button.destructive-action, popover.background.touch-selection button.destructive-action.osd button, popover.background.magnifier button.destructive-action.osd button, ++button.destructive-action, ++button.destructive-action.osd popover.background.touch-selection button, ++popover.background.touch-selection button.destructive-action.osd button, ++button.destructive-action.osd popover.background.magnifier button, ++popover.background.magnifier button.destructive-action.osd button, popover.background.touch-selection button.destructive-action.osd ++button, popover.background.magnifier button.destructive-action.osd ++button, ++button.destructive-action.osd ++button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ popover.background.touch-selection button.destructive-action.flat, popover.background.magnifier button.destructive-action.flat, popover.background.touch-selection button.destructive-action.osd button.flat, popover.background.magnifier button.destructive-action.osd button.flat, ++ button.destructive-action.flat, ++ button.destructive-action.osd popover.background.touch-selection button.flat, ++ popover.background.touch-selection button.destructive-action.osd button.flat, ++ button.destructive-action.osd popover.background.magnifier button.flat, ++ popover.background.magnifier button.destructive-action.osd button.flat, popover.background.touch-selection button.destructive-action.osd ++ button.flat, popover.background.magnifier button.destructive-action.osd ++ button.flat, ++ button.destructive-action.osd ++ button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #da4453; } ++ popover.background.touch-selection button.destructive-action:hover, popover.background.magnifier button.destructive-action:hover, popover.background.touch-selection button.destructive-action.osd button:hover, popover.background.magnifier button.destructive-action.osd button:hover, ++ button.destructive-action:hover, ++ button.destructive-action.osd popover.background.touch-selection button:hover, ++ popover.background.touch-selection button.destructive-action.osd button:hover, ++ button.destructive-action.osd popover.background.magnifier button:hover, ++ popover.background.magnifier button.destructive-action.osd button:hover, popover.background.touch-selection button.destructive-action.osd ++ button:hover, popover.background.magnifier button.destructive-action.osd ++ button:hover, ++ button.destructive-action.osd ++ button:hover { ++ color: white; ++ border-color: #da4453; } ++ popover.background.touch-selection button.destructive-action:active, popover.background.magnifier button.destructive-action:active, popover.background.touch-selection button.destructive-action:checked, popover.background.magnifier button.destructive-action:checked, popover.background.touch-selection button.destructive-action.osd button:active, popover.background.magnifier button.destructive-action.osd button:active, popover.background.touch-selection button.destructive-action.osd button:checked, popover.background.magnifier button.destructive-action.osd button:checked, ++ button.destructive-action:active, ++ button.destructive-action:checked, ++ button.destructive-action.osd popover.background.touch-selection button:active, ++ popover.background.touch-selection button.destructive-action.osd button:active, ++ button.destructive-action.osd popover.background.magnifier button:active, ++ popover.background.magnifier button.destructive-action.osd button:active, ++ button.destructive-action.osd popover.background.touch-selection button:checked, ++ popover.background.touch-selection button.destructive-action.osd button:checked, ++ button.destructive-action.osd popover.background.magnifier button:checked, ++ popover.background.magnifier button.destructive-action.osd button:checked, popover.background.touch-selection button.destructive-action.osd ++ button:active, popover.background.magnifier button.destructive-action.osd ++ button:active, popover.background.touch-selection button.destructive-action.osd ++ button:checked, popover.background.magnifier button.destructive-action.osd ++ button:checked, ++ button.destructive-action.osd ++ button:active, ++ button.destructive-action.osd ++ button:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ popover.background.touch-selection button.destructive-action:backdrop, popover.background.magnifier button.destructive-action:backdrop, popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button:backdrop, popover.background.magnifier button.destructive-action.osd button:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action:backdrop, ++ button.destructive-action.flat:backdrop, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop, ++ button.destructive-action.osd popover.background.magnifier button:backdrop, ++ popover.background.magnifier button.destructive-action.osd button:backdrop, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop, popover.background.magnifier button.destructive-action.osd ++ button:backdrop, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop, ++ button.destructive-action.osd ++ button:backdrop, ++ button.destructive-action.osd ++ button.flat:backdrop { ++ color: white; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ popover.background.touch-selection button.destructive-action:backdrop:active, popover.background.magnifier button.destructive-action:backdrop:active, popover.background.touch-selection button.destructive-action:backdrop:checked, popover.background.magnifier button.destructive-action:backdrop:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:active, popover.background.magnifier button.destructive-action.flat:backdrop:active, popover.background.touch-selection button.destructive-action.flat:backdrop:checked, popover.background.magnifier button.destructive-action.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:active, popover.background.magnifier button.destructive-action.osd button:backdrop:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, ++ button.destructive-action:backdrop:active, ++ button.destructive-action:backdrop:checked, ++ button.destructive-action.flat:backdrop:active, ++ button.destructive-action.flat:backdrop:checked, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:active, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:active, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:active, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:active, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:checked, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:checked, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:checked, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:active, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:active, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:checked, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:checked, ++ button.destructive-action.osd ++ button:backdrop:active, ++ button.destructive-action.osd ++ button:backdrop:checked, ++ button.destructive-action.osd ++ button.flat:backdrop:active, ++ button.destructive-action.osd ++ button.flat:backdrop:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled, popover.background.magnifier button.destructive-action:backdrop:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action:backdrop:disabled, ++ button.destructive-action.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled, ++ button.destructive-action.osd ++ button:backdrop:disabled, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled > .label, popover.background.magnifier button.destructive-action:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, ++ button.destructive-action:backdrop:disabled > .label, ++ button.destructive-action.flat:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled > .label, ++ button.destructive-action.osd ++ button:backdrop:disabled > .label, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled:active, popover.background.magnifier button.destructive-action:backdrop:disabled:active, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked, popover.background.magnifier button.destructive-action:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, ++ button.destructive-action:backdrop:disabled:active, ++ button.destructive-action:backdrop:disabled:checked, ++ button.destructive-action.flat:backdrop:disabled:active, ++ button.destructive-action.flat:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:checked, ++ button.destructive-action.osd ++ button:backdrop:disabled:active, ++ button.destructive-action.osd ++ button:backdrop:disabled:checked, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:active, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(214, 46, 63, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.destructive-action:backdrop:disabled:active > .label, ++ button.destructive-action:backdrop:disabled:checked > .label, ++ button.destructive-action.flat:backdrop:disabled:active > .label, ++ button.destructive-action.flat:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:checked > .label, ++ button.destructive-action.osd ++ button:backdrop:disabled:active > .label, ++ button.destructive-action.osd ++ button:backdrop:disabled:checked > .label, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:active > .label, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:checked > .label { ++ color: inherit; } ++ popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.flat:disabled, popover.background.magnifier button.destructive-action.flat:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:disabled, popover.background.magnifier button.destructive-action.osd button.flat:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action.flat:backdrop, ++ button.destructive-action.flat:disabled, ++ button.destructive-action.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action.osd popover.background.touch-selection button.flat:disabled, ++ popover.background.touch-selection button.destructive-action.osd button.flat:disabled, ++ button.destructive-action.osd popover.background.magnifier button.flat:disabled, ++ popover.background.magnifier button.destructive-action.osd button.flat:disabled, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd ++ button.flat:disabled, popover.background.magnifier button.destructive-action.osd ++ button.flat:disabled, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled, ++ button.destructive-action.osd ++ button.flat:backdrop, ++ button.destructive-action.osd ++ button.flat:disabled, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(218, 68, 83, 0.8); } ++ popover.background.touch-selection button.destructive-action:disabled, popover.background.magnifier button.destructive-action:disabled, popover.background.touch-selection button.destructive-action.osd button:disabled, popover.background.magnifier button.destructive-action.osd button:disabled, ++ button.destructive-action:disabled, ++ button.destructive-action.osd popover.background.touch-selection button:disabled, ++ popover.background.touch-selection button.destructive-action.osd button:disabled, ++ button.destructive-action.osd popover.background.magnifier button:disabled, ++ popover.background.magnifier button.destructive-action.osd button:disabled, popover.background.touch-selection button.destructive-action.osd ++ button:disabled, popover.background.magnifier button.destructive-action.osd ++ button:disabled, ++ button.destructive-action.osd ++ button:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ popover.background.touch-selection button.destructive-action:disabled > .label, popover.background.magnifier button.destructive-action:disabled > .label, popover.background.touch-selection button.destructive-action.osd button:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled > .label, popover.background.magnifier button.destructive-action.osd button:disabled > .label, ++ button.destructive-action:disabled > .label, ++ button.destructive-action.osd popover.background.touch-selection button:disabled > .label, ++ popover.background.touch-selection button.destructive-action.osd button:disabled > .label, ++ button.destructive-action.osd popover.background.magnifier button:disabled > .label, ++ popover.background.magnifier button.destructive-action.osd button:disabled > .label, popover.background.touch-selection button.destructive-action.osd ++ button:disabled > .label, popover.background.magnifier button.destructive-action.osd ++ button:disabled > .label, ++ button.destructive-action.osd ++ button:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.destructive-action:disabled:active, popover.background.magnifier button.destructive-action:disabled:active, popover.background.touch-selection button.destructive-action:disabled:checked, popover.background.magnifier button.destructive-action:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:disabled:active, popover.background.magnifier button.destructive-action.osd button:disabled:active, popover.background.touch-selection button.destructive-action.osd button:disabled:checked, popover.background.magnifier button.destructive-action.osd button:disabled:checked, ++ button.destructive-action:disabled:active, ++ button.destructive-action:disabled:checked, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:active, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:active, ++ button.destructive-action.osd popover.background.magnifier button:disabled:active, ++ popover.background.magnifier button.destructive-action.osd button:disabled:active, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:checked, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:checked, ++ button.destructive-action.osd popover.background.magnifier button:disabled:checked, ++ popover.background.magnifier button.destructive-action.osd button:disabled:checked, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:active, popover.background.magnifier button.destructive-action.osd ++ button:disabled:active, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:checked, popover.background.magnifier button.destructive-action.osd ++ button:disabled:checked, ++ button.destructive-action.osd ++ button:disabled:active, ++ button.destructive-action.osd ++ button:disabled:checked { ++ color: rgba(232, 232, 232, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ popover.background.touch-selection button.destructive-action:disabled:active > .label, popover.background.magnifier button.destructive-action:disabled:active > .label, popover.background.touch-selection button.destructive-action:disabled:checked > .label, popover.background.magnifier button.destructive-action:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, ++ button.destructive-action:disabled:active > .label, ++ button.destructive-action:disabled:checked > .label, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, ++ button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, ++ popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, ++ button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, ++ popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd ++ button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd ++ button:disabled:checked > .label, ++ button.destructive-action.osd ++ button:disabled:active > .label, ++ button.destructive-action.osd ++ button:disabled:checked > .label { ++ color: inherit; } ++popover.background.touch-selection .stack-switcher > button > label, popover.background.magnifier .stack-switcher > button > label, .stack-switcher > ++button > label { ++ padding-left: 6px; ++ padding-right: 6px; } ++popover.background.touch-selection .stack-switcher > button > image, popover.background.magnifier .stack-switcher > button > image, .stack-switcher > ++button > image { ++ padding-left: 6px; ++ padding-right: 6px; ++ padding-top: 3px; ++ padding-bottom: 3px; } ++popover.background.touch-selection .stack-switcher > button.text-button, popover.background.magnifier .stack-switcher > button.text-button, .stack-switcher > ++button.text-button { ++ padding: 6px; } ++popover.background.touch-selection .stack-switcher > button.image-button, popover.background.magnifier .stack-switcher > button.image-button, .stack-switcher > ++button.image-button { ++ padding: 3px 0px; } ++popover.background.touch-selection .stack-switcher > button.needs-attention:active > label, popover.background.magnifier .stack-switcher > button.needs-attention:active > label, popover.background.touch-selection .stack-switcher > button.needs-attention:active > image, popover.background.magnifier .stack-switcher > button.needs-attention:active > image, popover.background.touch-selection .stack-switcher > button.needs-attention:checked > label, popover.background.magnifier .stack-switcher > button.needs-attention:checked > label, popover.background.touch-selection .stack-switcher > button.needs-attention:checked > image, popover.background.magnifier .stack-switcher > button.needs-attention:checked > image, .stack-switcher > ++button.needs-attention:active > label, .stack-switcher > ++button.needs-attention:active > image, .stack-switcher > ++button.needs-attention:checked > label, .stack-switcher > ++button.needs-attention:checked > image { ++ animation: none; ++ background-image: none; } ++.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar popover.background.touch-selection button:backdrop, popover.background.touch-selection .inline-toolbar button:backdrop, .inline-toolbar popover.background.magnifier button:backdrop, popover.background.magnifier .inline-toolbar button:backdrop, .inline-toolbar ++button, .inline-toolbar ++button:backdrop { ++ border-radius: 3px; ++ border-width: 1px; } ++.primary-toolbar popover.background.touch-selection button, popover.background.touch-selection .primary-toolbar button, .primary-toolbar popover.background.magnifier button, popover.background.magnifier .primary-toolbar button, .primary-toolbar ++button { ++ -gtk-icon-shadow: none; } ++ ++/************** ++ * ComboBoxes * ++ **************/ ++combobox arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); ++ min-height: 16px; ++ min-width: 16px; } ++ ++popover.background.touch-selection .stack-switcher > button.needs-attention > label, popover.background.magnifier .stack-switcher > button.needs-attention > label, popover.background.touch-selection .stack-switcher > button.needs-attention > image, popover.background.magnifier .stack-switcher > button.needs-attention > image, .stack-switcher > ++button.needs-attention > label, .stack-switcher > ++button.needs-attention > image, stacksidebar.sidebar row.needs-attention > .label { ++ animation: needs_attention 150ms ease-in; ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#eff0f1), to(transparent)); ++ background-size: 6px 6px, 6px 6px; ++ background-repeat: no-repeat; ++ background-position: right 3px, right 4px; } ++ .stack-switcher > ++ button.needs-attention > label:backdrop, .stack-switcher > ++ button.needs-attention > image:backdrop, stacksidebar.sidebar row.needs-attention > .label:backdrop { ++ background-size: 6px 6px, 0 0; } ++ .stack-switcher > ++ button.needs-attention > label:dir(rtl), .stack-switcher > ++ button.needs-attention > image:dir(rtl), stacksidebar.sidebar row.needs-attention > .label:dir(rtl) { ++ background-position: left 3px, left 4px; } ++ ++.linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl), .inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar ++button, .inline-toolbar ++button:backdrop, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > ++button, .linked > ++button:hover, .linked > ++button:active, .linked > ++button:checked, .linked > ++button:backdrop { ++ border-radius: 3px; } ++ .linked > combobox > box > button.combo:dir(rtl), .inline-toolbar popover.background.touch-selection button:dir(rtl), popover.background.touch-selection .inline-toolbar button:dir(rtl), .inline-toolbar popover.background.magnifier button:dir(rtl), popover.background.magnifier .inline-toolbar button:dir(rtl), .inline-toolbar ++ button:dir(rtl), popover.background.touch-selection .linked > button:dir(rtl), popover.background.magnifier .linked > button:dir(rtl), .linked > ++ button:dir(rtl) { ++ border-radius: 3px; } ++ ++.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar ++button, .inline-toolbar ++button:backdrop, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > ++button, .linked > ++button:hover, .linked > ++button:active, .linked > ++button:checked, .linked > ++button:backdrop { ++ margin-left: 2px; ++ margin-right: 2px; } ++ .inline-toolbar popover.background.touch-selection button:first-child, popover.background.touch-selection .inline-toolbar button:first-child, .inline-toolbar popover.background.magnifier button:first-child, popover.background.magnifier .inline-toolbar button:first-child, .inline-toolbar ++ button:first-child, popover.background.touch-selection .linked > button:first-child, popover.background.magnifier .linked > button:first-child, .linked > ++ button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++ .inline-toolbar popover.background.touch-selection button:last-child, popover.background.touch-selection .inline-toolbar button:last-child, .inline-toolbar popover.background.magnifier button:last-child, popover.background.magnifier .inline-toolbar button:last-child, .inline-toolbar ++ button:last-child, popover.background.touch-selection .linked > button:last-child, popover.background.magnifier .linked > button:last-child, .linked > ++ button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { ++ border-radius: 3px; } ++ .inline-toolbar popover.background.touch-selection button:only-child, popover.background.touch-selection .inline-toolbar button:only-child, .inline-toolbar popover.background.magnifier button:only-child, popover.background.magnifier .inline-toolbar button:only-child, .inline-toolbar ++ button:only-child, popover.background.touch-selection .linked > button:only-child, popover.background.magnifier .linked > button:only-child, .linked > ++ button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.linked.vertical > combobox > box > button.combo, popover.background.touch-selection .linked.vertical > button, popover.background.magnifier .linked.vertical > button, .linked.vertical > ++button, .linked.vertical > ++button:hover, .linked.vertical > ++button:active, .linked.vertical > ++button:checked, .linked.vertical > ++button:backdrop { ++ border-style: solid; ++ border-radius: 3px; } ++ ++popover.background.touch-selection .linked.vertical > button:first-child, popover.background.magnifier .linked.vertical > button:first-child, .linked.vertical > ++button:first-child, .linked.vertical > combobox:first-child > box > button.combo { ++ border-radius: 3px; } ++popover.background.touch-selection .linked.vertical > button:last-child, popover.background.magnifier .linked.vertical > button:last-child, .linked.vertical > ++button:last-child, .linked.vertical > combobox:last-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++popover.background.touch-selection .linked.vertical > button:only-child, popover.background.magnifier .linked.vertical > button:only-child, .linked.vertical > ++button:only-child, .linked.vertical > combobox:only-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.app-notification button.flat, ++.app-notification.frame button.flat, .app-notification button.flat:hover, ++.app-notification.frame button.flat:hover, .app-notification button.flat:active, ++.app-notification.frame button.flat:active, .app-notification button.flat:backdrop, .app-notification button.flat:disabled, .app-notification button.flat:backdrop:disabled, ++.app-notification.frame button.flat:backdrop, ++.app-notification.frame button.flat:disabled, ++.app-notification.frame button.flat:backdrop:disabled, calendar.button, calendar.button:hover, calendar.button:active, calendar.button:backdrop, ++headerbar button.flat:disabled, button:link, ++button:visited, button:link:hover, button:link:active, button:link:checked, ++button:visited:hover, ++button:visited:active, ++button:visited:checked, modelbutton.flat, popover.background checkbutton, ++popover.background radiobutton, ++.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, ++popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, ++popover.background radiobutton:backdrop:hover, ++.menuitem.button.flat:backdrop, ++.menuitem.button.flat:backdrop:hover, scrollbar button:backdrop, button.sidebar-button { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ ++/**************** ++ * Text Entries * ++ ****************/ ++spinbutton:not(.vertical), ++entry { ++ min-height: 30px; ++ padding-left: 8px; ++ padding-right: 8px; ++ border: 1px solid; ++ border-radius: 3px; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; ++ box-shadow: none; } ++ spinbutton:not(.vertical) image.left, ++ entry image.left { ++ padding-left: 0; ++ padding-right: 6px; } ++ spinbutton:not(.vertical) image.right, ++ entry image.right { ++ padding-left: 6px; ++ padding-right: 0; } ++ spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), ++ entry.flat:focus, ++ entry.flat { ++ min-height: 0; ++ padding: 2px; ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; ++ box-shadow: none; } ++ spinbutton:focus:not(.vertical), ++ entry:focus { ++ border-color: #3daee9; } ++ spinbutton:disabled:not(.vertical), ++ entry:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-color: #202325; } ++ spinbutton:backdrop:not(.vertical), ++ entry:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } ++ spinbutton:backdrop:disabled:not(.vertical), ++ entry:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-color: #202325; } ++ spinbutton.error:not(.vertical), ++ entry.error { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ spinbutton.error:focus:not(.vertical), ++ entry.error:focus { ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ spinbutton.error:selected:not(.vertical), spinbutton.error:selected:focus:not(.vertical), ++ entry.error:selected, ++ entry.error:selected:focus { ++ background-color: #da4453; } ++ spinbutton.error:backdrop:not(.vertical), ++ entry.error:backdrop { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ spinbutton.warning:not(.vertical), ++ entry.warning { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ spinbutton.warning:focus:not(.vertical), ++ entry.warning:focus { ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ spinbutton.warning:selected:not(.vertical), spinbutton.warning:selected:focus:not(.vertical), ++ entry.warning:selected, ++ entry.warning:selected:focus { ++ background-color: #f67400; } ++ spinbutton.warning:backdrop:not(.vertical), ++ entry.warning:backdrop { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ spinbutton:not(.vertical) image, ++ entry image { ++ color: #eff0f1; } ++ spinbutton:not(.vertical) image:hover, ++ entry image:hover { ++ color: #3daee9; } ++ spinbutton:not(.vertical) image:active, ++ entry image:active { ++ color: #3daee9; } ++ spinbutton:not(.vertical) image:backdrop, ++ entry image:backdrop { ++ color: #eff0f1; } ++spinbutton:not(.vertical) progress, ++entry progress { ++ margin: 1px; ++ border-radius: 0; ++ border-width: 0 0 2px; ++ border-color: #3daee9; ++ border-style: solid; ++ background-image: none; ++ background-color: transparent; ++ box-shadow: none; } ++ spinbutton:not(.vertical) progress:backdrop, ++ entry progress:backdrop { ++ background-color: transparent; ++ border-color: rgba(61, 174, 233, 0.5); } ++ ++treeview acceleditor > label { ++ background-color: #3daee9; } ++ ++treeview entry.flat, treeview entry { ++ border-radius: 0; ++ background-image: none; ++ background-color: #232629; } ++ treeview entry.flat:focus, treeview entry:focus { ++ border-color: #3daee9; } ++ ++/********************* ++ * App Notifications * ++ *********************/ ++.app-notification, ++.app-notification.frame { ++ padding: 10px; ++ border-top-width: 0px; ++ border-radius: 0px 0px 3px 3px; } ++ .app-notification:backdrop, ++ .app-notification.frame:backdrop { ++ background-image: none; } ++ .app-notification button, ++ .app-notification.frame button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .app-notification button.flat, ++ .app-notification.frame button.flat { ++ -gtk-icon-shadow: none; ++ text-shadow: none; } ++ .app-notification button.flat:hover, ++ .app-notification.frame button.flat:hover { ++ color: #3daee9; } ++ .app-notification button.flat:active, ++ .app-notification.frame button.flat:active { ++ color: #3daee9; } ++ .app-notification button:hover, ++ .app-notification.frame button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ .app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked, ++ .app-notification.frame button:active, ++ .app-notification.frame button:checked, ++ .app-notification.frame button:backdrop:active, ++ .app-notification.frame button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .app-notification button:disabled, .app-notification button:backdrop:disabled, ++ .app-notification.frame button:disabled, ++ .app-notification.frame button:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: linear-gradient(to bottom, #2d3236, #2b3034); } ++ .app-notification button:disabled > .label, .app-notification button:backdrop:disabled > .label, ++ .app-notification.frame button:disabled > .label, ++ .app-notification.frame button:backdrop:disabled > .label { ++ color: inherit; } ++ .app-notification button:backdrop, ++ .app-notification.frame button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ .app-notification border, ++ .app-notification.frame border { ++ border: none; } ++ ++/************ ++ * Calendar * ++ ***********/ ++calendar { ++ color: #eff0f1; ++ border: 1px solid #616569; ++ background-color: #232629; } ++ calendar:selected { ++ background-color: #616569; } ++ calendar.header { ++ border: 1px solid #616569; ++ border-radius: 0; ++ color: #eff0f1; } ++ calendar.header:backdrop { ++ color: #eff0f1; ++ border-color: #616569; } ++ calendar.button { ++ color: #eff0f1; } ++ calendar.button:hover { ++ color: #3daee9; } ++ calendar.button:active { ++ color: #3daee9; } ++ calendar.button:backdrop { ++ color: #eff0f1; } ++ calendar:indeterminate, calendar.highlight { ++ color: rgba(239, 240, 241, 0.5); } ++ calendar:indeterminate:backdrop, calendar.highlight:backdrop { ++ color: rgba(239, 240, 241, 0.5); } ++ calendar:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } ++ ++/************************* ++ * Check and Radio items * ++ *************************/ ++.view.content-view.check:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:hover:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:active:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:hover:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:active:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:checked:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png")); ++ background-color: transparent; } ++ ++checkbutton.text-button, radiobutton.text-button { ++ padding: 2px 0; ++ outline-offset: 0; } ++ checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { ++ margin-left: 4px; } ++ checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { ++ margin-right: 4px; } ++ ++check { ++ margin: 0 4px; ++ min-height: 18px; ++ min-width: 18px; ++ animation: none; ++ background-color: transparent; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ check:only-child { ++ margin: 0; } ++ check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); } ++ check:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); } ++ check:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); } ++ check:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); } ++ menu menuitem check { ++ margin: 0; ++ min-height: 18px; ++ min-width: 18px; ++ background-color: transparent; ++ box-shadow: none; ++ -gtk-icon-shadow: none; ++ animation: none; } ++ menu menuitem check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ menu menuitem check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ menu menuitem check:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ ++radio { ++ margin: 0 4px; ++ min-height: 18px; ++ min-width: 18px; ++ animation: none; ++ background-color: transparent; ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ radio:only-child { ++ margin: 0; } ++ radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); } ++ radio:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); } ++ radio:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); } ++ radio:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); } ++ menu menuitem radio { ++ margin: 0; ++ min-height: 18px; ++ min-width: 18px; ++ background-color: transparent; ++ box-shadow: none; ++ -gtk-icon-shadow: none; ++ animation: none; } ++ menu menuitem radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ menu menuitem radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ menu menuitem radio:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ ++/***************** ++ * Color Chooser * ++ *****************/ ++:selected colorswatch { ++ box-shadow: none; } ++ :selected colorswatch.overlay, :selected colorswatch.overlay:hover { ++ border-color: #eff0f1; } ++colorswatch:selected { ++ box-shadow: none; } ++colorswatch.top, colorswatch.bottom, colorswatch.left, colorswatch:first-child:not(.overlay):not(.top), colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom), colorswatch:only-child:not(.overlay), colorswatch.top > .overlay, colorswatch.bottom > .overlay, colorswatch:first-child:not(.top) > .overlay, colorswatch:last-child:not(.bottom) > .overlay, colorswatch:only-child > .overlay { ++ border-radius: 3px; } ++colorswatch:hover, colorswatch:hover:selected { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); ++ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); } ++ colorswatch:hover.color-dark, colorswatch:hover:selected.color-dark { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } ++colorswatch:backdrop, colorswatch:backdrop:selected ++colorswatch.color-dark:backdrop, colorswatch.color-dark:backdrop:selected { ++ background-image: none; ++ box-shadow: none; } ++GtkColorEditor colorswatch { ++ border-radius: 3px; } ++ GtkColorEditor colorswatch:hover { ++ background-image: none; ++ box-shadow: none; } ++ GtkColorEditor colorswatch:backdrop { ++ box-shadow: none; } ++colorswatch.color-dark { ++ color: white; ++ outline-color: rgba(0, 0, 0, 0.3); } ++ colorswatch.color-dark:backdrop { ++ color: rgba(255, 255, 255, 0.3); } ++colorswatch.color-light { ++ color: black; ++ outline-color: rgba(255, 255, 255, 0.5); } ++ colorswatch.color-light:backdrop { ++ color: rgba(0, 0, 0, 0.3); } ++colorswatch overlay, ++colorswatch overlay:selected { ++ border: 1px solid #616569; } ++ colorswatch overlay:hover, ++ colorswatch overlay:selected:hover { ++ border-color: #3daee9; } ++colorswatch#add-color-button { ++ border-style: solid; ++ border-width: 1px; ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ colorswatch#add-color-button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ colorswatch#add-color-button:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-image: linear-gradient(to bottom, #31373c, #303439); } ++ colorswatch#add-color-button overlay { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ ++GtkColorButton.button { ++ padding: 5px; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child { ++ border-radius: 0; ++ box-shadow: none; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child:disabled, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { ++ box-shadow: none; } ++ ++/*********** ++ * Dialogs * ++ ***********/ ++messagedialog.background { ++ background-color: #31363b; } ++messagedialog:backdrop { ++ background-color: #31363b; } ++messagedialog .titlebar { ++ min-height: 32px; ++ background-color: transparent; ++ background-image: linear-gradient(to bottom, #3b4147, #31363b); ++ box-shadow: none; } ++messagedialog .dialog-action-area { ++ padding: 8px; } ++messagedialog button { ++ margin: 2px; } ++ ++filechooser .search-bar { ++ background-color: #31363b; ++ border-color: #31363b; ++ box-shadow: none; } ++ filechooser .search-bar:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #eff0f1; } ++filechooser .dialog-action-box { ++ border-top: 1px solid #616569; } ++ filechooser .dialog-action-box:backdrop { ++ border-top-color: #616569; } ++filechooser #pathbarbox { ++ background-color: #31363b; ++ border-bottom: 1px solid #616569; } ++ ++/*************** ++ * Header bars * ++ ***************/ ++headerbar { ++ transition: none; ++ padding: 0px 6px; ++ border-width: 0px 0px 1px 0px; ++ border-radius: 3px 3px 0px 0px; ++ border-style: solid; ++ border-color: #3daee9; ++ color: #eff0f1; ++ background-image: linear-gradient(to bottom, #3b4147, #31363b); } ++ headerbar:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #31363b; ++ color: #7f8c8d; ++ box-shadow: none; } ++ headerbar label { ++ font-weight: normal; } ++ headerbar label:backdrop { ++ color: #7f8c8d; } ++ headerbar .path-bar button { ++ color: #eff0f1; ++ font-weight: normal; } ++ headerbar .path-bar button:backdrop { ++ color: #7f8c8d; } ++ headerbar button { ++ transition: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ headerbar button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ headerbar button:hover { ++ color: #eff0f1; ++ border-color: #3daee9; } ++ headerbar button:hover:backdrop { ++ border-color: #31363b; } ++ headerbar button:active, ++ headerbar button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ headerbar button:active:hover, ++ headerbar button:checked:hover { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ headerbar button:active:backdrop, ++ headerbar button:checked:backdrop { ++ background-image: none; ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #7f8c8d; } ++ headerbar button:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #31363b; ++ color: #7f8c8d; } ++ headerbar button.flat:backdrop, ++ headerbar button.flat:backdrop:disabled, ++ headerbar button:disabled:backdrop { ++ background-image: none; ++ background-color: #31363b; ++ color: #7f8c8d; ++ border-color: transparent; } ++ headerbar button.flat:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ headerbar button:disabled { ++ background-color: transparent; ++ background-image: none; ++ border-color: transparent; ++ color: rgba(216, 218, 221, 0.35); } ++ headerbar button:disabled:active, ++ headerbar button:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ headerbar button:disabled:active > .label, ++ headerbar button:disabled:checked > .label { ++ color: inherit; } ++ headerbar .title { ++ font-weight: normal; ++ padding: 0px 12px; } ++ headerbar .title:backdrop { ++ color: #7f8c8d; } ++ headerbar .subtitle { ++ font-size: smaller; ++ padding: 0 12px; } ++ headerbar .subtitle:backdrop { ++ color: #7f8c8d; } ++ headerbar separator { ++ border-width: 0px; ++ background-color: transparent; ++ background-image: none; ++ border-color: transparent; } ++ headerbar.selection-mode .selection-menu { ++ padding: 4px 6px; } ++ headerbar.selection-mode .selection-menu GtkArrow { ++ -GtkArrow-arrow-scaling: 1; } ++ headerbar.selection-mode .selection-menu .arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); ++ -gtk-icon-shadow: none; } ++ .tiled ++ headerbar, .maximized ++ headerbar { ++ border-radius: 0; } ++ ++headerbar entry, ++headerbar spinbutton, ++headerbar separator, ++headerbar button { ++ margin-top: 3px; ++ margin-bottom: 3px; } ++ ++headerbar button.suggested-action, ++headerbar.selection-mode.suggested-action { ++ background-image: none; ++ background-color: #3daee9; } ++ headerbar button.suggested-action:hover, ++ headerbar.selection-mode.suggested-action:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ headerbar button.suggested-action:disabled, ++ headerbar.selection-mode.suggested-action:disabled { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ headerbar button.suggested-action:disabled:active, ++ headerbar.selection-mode.suggested-action:disabled:active, ++ headerbar button.suggested-action:disabled:checked, ++ headerbar.selection-mode.suggested-action:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ headerbar button.suggested-action:disabled:active > .label, ++ headerbar.selection-mode.suggested-action:disabled:active > .label, ++ headerbar button.suggested-action:disabled:checked > .label, ++ headerbar.selection-mode.suggested-action:disabled:checked > .label { ++ color: inherit; } ++ headerbar button.suggested-action:backdrop, ++ headerbar.selection-mode.suggested-action:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ color: #7f8c8d; } ++ headerbar button.suggested-action:backdrop:disabled, ++ headerbar.selection-mode.suggested-action:backdrop:disabled { ++ color: rgba(115, 128, 129, 0.35); } ++ ++/************** ++ * GtkInfoBar * ++ **************/ ++infobar { ++ border-style: none; ++ border-bottom: 1px solid #616569; ++ background-color: #31363b; ++ background-image: none; } ++ infobar:backdrop { ++ border-bottom: 1px solid #616569; } ++ ++.info, ++headerbar.selection-mode, ++.question, ++.warning, ++.error { ++ background-color: #31363b; ++ background-image: none; ++ color: #f67400; ++ text-shadow: none; } ++ .info:backdrop, ++ headerbar.selection-mode:backdrop, ++ .question:backdrop, ++ .warning:backdrop, ++ .error:backdrop { ++ background-color: #31363b; ++ color: #f67400; } ++ .info button, ++ headerbar.selection-mode button, ++ .question button, ++ .warning button, ++ .error button { ++ box-shadow: none; ++ background-image: none; ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #eff0f1; } ++ .info button:hover, ++ headerbar.selection-mode button:hover, ++ .question button:hover, ++ .warning button:hover, ++ .error button:hover { ++ background-color: rgba(246, 116, 0, 0.25); ++ border-color: #f67400; } ++ .info button:active, ++ headerbar.selection-mode button:active, .info button:checked, ++ headerbar.selection-mode button:checked, ++ .question button:active, ++ .question button:checked, ++ .warning button:active, ++ .warning button:checked, ++ .error button:active, ++ .error button:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #31363b; ++ border-color: #f67400; } ++ .info button:disabled, ++ headerbar.selection-mode button:disabled, ++ .question button:disabled, ++ .warning button:disabled, ++ .error button:disabled { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(216, 218, 221, 0.35); } ++ .info button:backdrop, ++ headerbar.selection-mode button:backdrop, ++ .question button:backdrop, ++ .warning button:backdrop, ++ .error button:backdrop { ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #eff0f1; } ++ .info button:backdrop:active, ++ headerbar.selection-mode button:backdrop:active, .info button:backdrop:checked, ++ headerbar.selection-mode button:backdrop:checked, ++ .question button:backdrop:active, ++ .question button:backdrop:checked, ++ .warning button:backdrop:active, ++ .warning button:backdrop:checked, ++ .error button:backdrop:active, ++ .error button:backdrop:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #31363b; ++ border-color: #f67400; } ++ .info button:backdrop:disabled, ++ headerbar.selection-mode button:backdrop:disabled, ++ .question button:backdrop:disabled, ++ .warning button:backdrop:disabled, ++ .error button:backdrop:disabled { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(216, 218, 221, 0.35); } ++ .info button:backdrop:disabled:active, ++ headerbar.selection-mode button:backdrop:disabled:active, .info button:backdrop:disabled:checked, ++ headerbar.selection-mode button:backdrop:disabled:checked, ++ .question button:backdrop:disabled:active, ++ .question button:backdrop:disabled:checked, ++ .warning button:backdrop:disabled:active, ++ .warning button:backdrop:disabled:checked, ++ .error button:backdrop:disabled:active, ++ .error button:backdrop:disabled:checked { ++ background-image: linear-gradient(to bottom, rgba(226, 107, 0, 0.35), rgba(217, 102, 0, 0.35)); ++ color: #2d3136; ++ border-color: rgba(224, 105, 0, 0.35); } ++ ++/********* ++ * Links * ++ *********/ ++button:link > label, ++button:visited > label, ++*:link, ++button:link, ++button:visited { ++ color: #2980b9; } ++ button:link > label:visited, ++ button:visited > label:visited, ++ *:link:visited, ++ button:visited { ++ color: #7f8c8d; } ++ *:selected button:link > label:visited, ++ *:selected button:visited > label:visited, *:selected ++ *:link:visited, *:selected ++ button:visited:link, ++ *:selected button:visited { ++ color: #a8d6ee; } ++ button:link > label:hover, ++ button:visited > label:hover, ++ *:link:hover, ++ button:hover:link, ++ button:hover:visited { ++ color: #409ad5; } ++ *:selected button:link > label:hover, ++ *:selected button:visited > label:hover, *:selected ++ *:link:hover, *:selected ++ button:hover:link, ++ *:selected button:hover:visited { ++ color: #dde9f0; } ++ button:link > label:active, ++ button:visited > label:active, ++ *:link:active, ++ button:active:link, ++ button:active:visited { ++ color: #2980b9; } ++ *:selected button:link > label:active, ++ *:selected button:visited > label:active, *:selected ++ *:link:active, *:selected ++ button:active:link, ++ *:selected button:active:visited { ++ color: #cbe3ef; } ++ button:link > label:backdrop, ++ button:visited > label:backdrop, button:link > label:backdrop:hover, ++ button:visited > label:backdrop:hover, button:link > label:backdrop:hover:selected, ++ button:visited > label:backdrop:hover:selected, ++ *:link:backdrop, ++ button:backdrop:link, ++ button:backdrop:visited, ++ *:link:backdrop:hover, ++ button:backdrop:hover:link, ++ button:backdrop:hover:visited, ++ *:link:backdrop:hover:selected, ++ headerbar.selection-mode .subtitle:backdrop:hover:link, ++ button:backdrop:hover:selected:link, ++ button:backdrop:hover:selected:visited { ++ color: rgba(61, 174, 233, 0.5); } ++ button:link > label:selected, ++ button:visited > label:selected, *:selected button:link > label, ++ *:selected button:visited > label, ++ *:link:selected, ++ headerbar.selection-mode .subtitle:link, ++ button:selected:link, ++ button:selected:visited, *:selected ++ *:link, *:selected ++ button:link, ++ *:selected button:visited { ++ color: #cbe3ef; } ++ ++button:link, ++button:visited { ++ text-shadow: none; } ++ button:link:hover, button:link:active, button:link:checked, ++ button:visited:hover, ++ button:visited:active, ++ button:visited:checked { ++ text-shadow: none; } ++ button:link > label, ++ button:visited > label { ++ text-decoration-line: underline; } ++ ++/********* ++ * Lists * ++ *********/ ++list { ++ background-color: #31363b; ++ color: #eff0f1; ++ border-width: 0px; } ++ list:backdrop { ++ background-color: #31363b; ++ color: #eff0f1; } ++ list row { ++ padding: 2px; } ++ ++row { ++ transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ row:hover { ++ transition: none; } ++ row.activatable.has-open-popup, row.activatable:hover { ++ background-color: rgba(61, 174, 233, 0.5); } ++ row.activatable:active { ++ box-shadow: none; ++ background-color: #3daee9; } ++ row.activatable:selected:active { ++ box-shadow: none; ++ background-color: #3daee9; } ++ row.activatable:selected.has-open-popup, row.activatable:selected:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } ++ row.activatable:selected:backdrop { ++ background-color: #3daee9; } ++ ++/********* ++ * Menus * ++ *********/ ++menubar, ++.menubar { ++ -GtkWidget-window-dragging: true; ++ padding: 0px; ++ box-shadow: none; ++ border-style: none; ++ background-color: #31363b; } ++ menubar:backdrop, ++ .menubar:backdrop { ++ background-color: #31363b; } ++ menubar > menuitem, ++ .menubar > menuitem { ++ min-height: 16px; ++ padding: 4px 6px; ++ border-style: solid; ++ border-width: 1px 0px; ++ border-color: #31363b; } ++ menubar > menuitem:hover, ++ .menubar > menuitem:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ menubar > menuitem:disabled, ++ .menubar > menuitem:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ box-shadow: none; } ++ menubar > menuitem:disabled:backdrop, ++ .menubar > menuitem:disabled:backdrop { ++ background-color: #31363b; ++ color: rgba(216, 218, 221, 0.35); } ++ menubar > menuitem:backdrop, ++ .menubar > menuitem:backdrop { ++ background-color: #31363b; ++ border-color: #31363b; ++ color: #eff0f1; } ++ ++menu, ++.menu { ++ padding: 0px; ++ background-color: #31363b; ++ border: 0px solid transparent; ++ box-shadow: inset 0px 0px 0px 1px #616569; ++ border-radius: 3px; } ++ .csd menu, .csd ++ .menu { ++ border: 0px solid; ++ border-radius: 3px; } ++ menu separator, ++ .menu separator { ++ color: #616569; ++ margin-top: 3px; ++ margin-bottom: 3px; } ++ menu menuitem, ++ .menu menuitem { ++ text-shadow: none; ++ min-height: 16px; ++ min-width: 40px; ++ padding: 4px 4px; } ++ menu menuitem:hover, ++ .menu menuitem:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } ++ menu menuitem:disabled, ++ .menu menuitem:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ menu menuitem:disabled:backdrop, ++ .menu menuitem:disabled:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ menu menuitem:backdrop, menu menuitem:backdrop:hover, ++ .menu menuitem:backdrop, ++ .menu menuitem:backdrop:hover { ++ color: #eff0f1; ++ background-color: #31363b; } ++ menu menuitem arrow, ++ .menu menuitem arrow { ++ min-height: 16px; ++ min-width: 16px; } ++ menu menuitem arrow:dir(ltr), ++ .menu menuitem arrow:dir(ltr) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ margin-left: 10px; } ++ menu menuitem arrow:dir(rtl), ++ .menu menuitem arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); ++ margin-right: 10px; } ++ menu > arrow, ++ .menu > arrow { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ min-height: 16px; ++ min-width: 16px; ++ padding: 4px; ++ background-color: transparent; ++ border-radius: 0; } ++ menu > arrow.top, ++ .menu > arrow.top { ++ margin-top: -6px; ++ border: none; ++ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } ++ menu > arrow.bottom, ++ .menu > arrow.bottom { ++ margin-bottom: -6px; ++ border: none; ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ menu > arrow:hover, ++ .menu > arrow:hover { ++ color: #3daee9; } ++ menu > arrow:active, ++ .menu > arrow:active { ++ color: #3daee9; } ++ menu > arrow:backdrop, ++ .menu > arrow:backdrop { ++ background-color: #31363b; } ++ menu > arrow:disabled, ++ .menu > arrow:disabled { ++ color: transparent; ++ background-color: transparent; ++ border-color: transparent; } ++ ++menuitem accelerator { ++ color: alpha(currentColor,0.55); } ++menuitem check, ++menuitem radio { ++ min-height: 18px; ++ min-width: 18px; } ++ menuitem check:dir(ltr), ++ menuitem radio:dir(ltr) { ++ margin-right: 6px; } ++ menuitem check:dir(rtl), ++ menuitem radio:dir(rtl) { ++ margin-left: 6px; } ++ ++/*************** ++ * Popovers * ++ ***************/ ++/* menu buttons */ ++modelbutton.flat, popover.background checkbutton, ++popover.background radiobutton, ++.menuitem.button.flat { ++ min-height: 16px; ++ padding: 4px 8px; ++ color: #eff0f1; } ++ modelbutton.flat:hover, popover.background checkbutton:hover, ++ popover.background radiobutton:hover, ++ .menuitem.button.flat:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ modelbutton.flat:selected, popover.background checkbutton:selected, ++ popover.background radiobutton:selected, ++ .menuitem.button.flat:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ modelbutton.flat:backdrop, popover.background checkbutton:backdrop, ++ popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, ++ popover.background radiobutton:backdrop:hover, ++ .menuitem.button.flat:backdrop, ++ .menuitem.button.flat:backdrop:hover { ++ color: #eff0f1; } ++ modelbutton.flat check:hover, popover.background checkbutton check:hover, ++ popover.background radiobutton check:hover, ++ .menuitem.button.flat check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ modelbutton.flat radio:hover, popover.background checkbutton radio:hover, ++ popover.background radiobutton radio:hover, ++ .menuitem.button.flat radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ modelbutton.flat check:checked:hover, popover.background checkbutton check:checked:hover, ++ popover.background radiobutton check:checked:hover, ++ .menuitem.button.flat check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ modelbutton.flat radio:checked:hover, popover.background checkbutton radio:checked:hover, ++ popover.background radiobutton radio:checked:hover, ++ .menuitem.button.flat radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ modelbutton.flat check:indeterminate:hover, popover.background checkbutton check:indeterminate:hover, ++ popover.background radiobutton check:indeterminate:hover, ++ .menuitem.button.flat check:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed.png"), url("../assets/check-mixed@2.png")); } ++ modelbutton.flat radio:indeterminate:hover, popover.background checkbutton radio:indeterminate:hover, ++ popover.background radiobutton radio:indeterminate:hover, ++ .menuitem.button.flat radio:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); } ++ modelbutton.flat check:last-child, popover.background checkbutton check:last-child, ++ popover.background radiobutton check:last-child, ++ modelbutton.flat radio:last-child, ++ popover.background checkbutton radio:last-child, ++ popover.background radiobutton radio:last-child, ++ .menuitem.button.flat check:last-child, ++ .menuitem.button.flat radio:last-child { ++ margin-right: 0px; } ++ modelbutton.flat check:first-child, popover.background checkbutton check:first-child, ++ popover.background radiobutton check:first-child, ++ modelbutton.flat radio:first-child, ++ popover.background checkbutton radio:first-child, ++ popover.background radiobutton radio:first-child, ++ .menuitem.button.flat check:first-child, ++ .menuitem.button.flat radio:first-child { ++ margin-left: 0px; } ++ ++modelbutton.flat arrow, popover.background checkbutton arrow, ++popover.background radiobutton arrow { ++ background: none; } ++ modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, ++ popover.background radiobutton arrow:hover { ++ background: none; } ++ modelbutton.flat arrow.left, popover.background checkbutton arrow.left, ++ popover.background radiobutton arrow.left { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ modelbutton.flat arrow.right, popover.background checkbutton arrow.right, ++ popover.background radiobutton arrow.right { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ ++popover.background { ++ margin: -10px; ++ padding: 0px; ++ border: 1px solid #616569; ++ border-radius: 3px; ++ background-color: #31363b; ++ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.9); } ++ popover.background:backdrop { ++ box-shadow: none; } ++ popover.background > list, ++ popover.background > .view, ++ popover.background > toolbar { ++ border-style: none; ++ background-color: transparent; } ++ .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { ++ border: 1px solid #616569; } ++ popover.background separator { ++ margin: 3px; } ++ popover.background list separator { ++ margin: 0px; } ++ ++GtkVolumeButton.button { ++ padding: 5px; } ++ ++/******** ++ * Misc * ++ ********/ ++/**************** ++* Print dialog * ++*****************/ ++printdialog paper { ++ color: #eff0f1; ++ border: 1px solid #616569; ++ background: white; ++ padding: 0; } ++ printdialog paper:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background: white; } ++printdialog .dialog-action-box { ++ margin: 12px; } ++ ++/********** ++* Frames * ++**********/ ++frame > border, ++.frame { ++ box-shadow: none; ++ margin: 0; ++ padding: 0; ++ border-radius: 0; ++ border: 1px solid #616569; } ++ frame > border.flat, ++ .frame.flat { ++ border-style: none; } ++ frame > border:backdrop, ++ .frame:backdrop { ++ border-color: #616569; } ++ ++actionbar > revealer > box { ++ padding: 6px; ++ border-top: 1px solid #616569; } ++ actionbar > revealer > box:backdrop { ++ border-color: #616569; } ++ ++scrolledwindow viewport.frame { ++ border-style: none; } ++scrolledwindow junction { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: none; } ++ ++separator { ++ background: #616569; ++ min-width: 1px; ++ min-height: 1px; } ++ ++/************* ++* Expanders * ++*************/ ++expander arrow { ++ min-width: 16px; ++ min-height: 16px; ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ expander arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ expander arrow:hover { ++ color: white; } ++ expander arrow:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ ++/********* ++* Paned * ++*********/ ++paned > separator { ++ min-width: 1px; ++ min-height: 1px; ++ -gtk-icon-source: none; ++ border-style: none; ++ background-color: transparent; ++ background-image: image(#616569); ++ background-size: 1px 1px; } ++ paned > separator:backdrop { ++ background-image: image(#616569); } ++ paned > separator.wide { ++ min-width: 5px; ++ min-height: 5px; ++ background-color: #31363b; ++ background-image: image(#616569), image(#616569); ++ background-size: 1px 1px, 1px 1px; } ++ paned > separator.wide:backdrop { ++ background-color: #31363b; ++ background-image: image(#616569), image(#616569); } ++paned.horizontal > separator { ++ background-repeat: repeat-y; } ++ paned.horizontal > separator:dir(ltr) { ++ margin: 0 -8px 0 0; ++ padding: 0 8px 0 0; ++ background-position: left; } ++ paned.horizontal > separator:dir(rtl) { ++ margin: 0 0 0 -8px; ++ padding: 0 0 0 8px; ++ background-position: right; } ++ paned.horizontal > separator.wide { ++ margin: 0; ++ padding: 0; ++ background-repeat: repeat-y, repeat-y; ++ background-position: left, right; } ++paned.vertical > separator { ++ margin: 0 0 -8px 0; ++ padding: 0 0 8px 0; ++ background-repeat: repeat-x; ++ background-position: top; } ++ paned.vertical > separator.wide { ++ margin: 0; ++ padding: 0; ++ background-repeat: repeat-x, repeat-x; ++ background-position: bottom, top; } ++ ++/********************* ++* Spinner Animation * ++*********************/ ++@keyframes spin { ++ to { ++ -gtk-icon-transform: rotate(1turn); } } ++spinner { ++ background-image: none; ++ opacity: 0; ++ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } ++ spinner:checked { ++ opacity: 1; ++ animation: spin 1s linear infinite; } ++ spinner:checked:disabled { ++ opacity: 0.5; } ++ ++/***************** ++ * Notebooks and * ++ * Tabs * ++ *****************/ ++/************* ++ * Notebooks * ++ *************/ ++notebook.frame { ++ border: none; ++ padding: 0px; ++ box-shadow: inset 0px 0px 0px 1px #616569; } ++notebook > header { ++ padding: 0px; ++ border: none; ++ background-color: #31363b; } ++ notebook > header.top { ++ box-shadow: inset 0 -1px #616569; } ++ notebook > header.top:backdrop { ++ box-shadow: inset 0 -1px #616569; } ++ notebook > header.bottom { ++ box-shadow: inset 0 1px #616569; } ++ notebook > header.bottom:backdrop { ++ box-shadow: inset 0 1px #616569; } ++ notebook > header.right { ++ box-shadow: inset 1px 0 #616569; } ++ notebook > header.right:backdrop { ++ box-shadow: inset 1px 0 #616569; } ++ notebook > header.left { ++ box-shadow: inset -1px 0 #616569; } ++ notebook > header.left:backdrop { ++ box-shadow: inset -1px 0 #616569; } ++ notebook > header:backdrop { ++ background-color: #31363b; } ++ notebook > header tabs { ++ margin: 0px; } ++ notebook > header.top > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(239, 240, 241, 0.2); ++ background-color: rgba(239, 240, 241, 0.2); ++ border-radius: 3px 3px 0px 0px; ++ border-bottom-color: transparent; } ++ notebook > header.top > tabs > tab:hover, notebook > header.top > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.top > tabs > tab:checked { ++ border-color: #616569; ++ border-bottom-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.top > tabs > tab:checked:backdrop { ++ border-color: #616569; ++ border-bottom-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.bottom > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(239, 240, 241, 0.2); ++ background-color: rgba(239, 240, 241, 0.2); ++ border-radius: 0px 0px 3px 3px; ++ border-top-color: transparent; } ++ notebook > header.bottom > tabs > tab:hover, notebook > header.bottom > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.bottom > tabs > tab:checked { ++ border-color: #616569; ++ border-top-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.bottom > tabs > tab:checked:backdrop { ++ border-color: #616569; ++ border-top-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.left > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(239, 240, 241, 0.2); ++ background-color: rgba(239, 240, 241, 0.2); ++ border-radius: 3px 0px 0px 3px; ++ border-right-color: transparent; } ++ notebook > header.left > tabs > tab:hover, notebook > header.left > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.left > tabs > tab:checked { ++ border-color: #616569; ++ border-right-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.left > tabs > tab:checked:backdrop { ++ border-color: #616569; ++ border-right-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.right > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(239, 240, 241, 0.2); ++ background-color: rgba(239, 240, 241, 0.2); ++ border-radius: 0px 3px 3px 0px; ++ border-left-color: transparent; } ++ notebook > header.right > tabs > tab:hover, notebook > header.right > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.right > tabs > tab:checked { ++ border-color: #616569; ++ border-left-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.right > tabs > tab:checked:backdrop { ++ border-color: #616569; ++ border-left-color: #31363b; ++ background-color: #31363b; } ++ notebook > header.top > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #616569; ++ box-shadow: inset -3px 0px 0px 0px #31363b; } ++ notebook > header.top > tabs > tab.reorderable-page:hover, notebook > header.top > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #31363b; } ++ notebook > header.top > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #31363b; } ++ notebook > header.top > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-right-color: #616569; ++ box-shadow: none; } ++ notebook > header.top > tabs > tab.reorderable-page:backdrop { ++ background-color: #31363b; ++ border-right-color: #616569; ++ box-shadow: none; } ++ notebook > header.bottom > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #616569; ++ box-shadow: inset -3px 0px 0px 0px #31363b; } ++ notebook > header.bottom > tabs > tab.reorderable-page:hover, notebook > header.bottom > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #31363b; } ++ notebook > header.bottom > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #31363b; } ++ notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-right-color: #616569; ++ box-shadow: none; } ++ notebook > header.bottom > tabs > tab.reorderable-page:backdrop { ++ background-color: #31363b; ++ border-right-color: #616569; ++ box-shadow: none; } ++ notebook > header.left > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #616569; ++ box-shadow: inset 0px -3px 0px 0px #31363b; } ++ notebook > header.left > tabs > tab.reorderable-page:hover, notebook > header.left > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #31363b; } ++ notebook > header.left > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #31363b; } ++ notebook > header.left > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ notebook > header.left > tabs > tab.reorderable-page:backdrop { ++ background-color: #31363b; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ notebook > header.right > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #31363b; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #616569; ++ box-shadow: inset 0px -3px 0px 0px #31363b; } ++ notebook > header.right > tabs > tab.reorderable-page:hover, notebook > header.right > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #31363b; } ++ notebook > header.right > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #31363b; } ++ notebook > header.right > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #31363b; ++ border-color: transparent; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ notebook > header.right > tabs > tab.reorderable-page:backdrop { ++ background-color: #31363b; ++ border-bottom-color: #616569; ++ box-shadow: none; } ++ notebook > header.top > tabs > arrow { ++ border-top-style: none; } ++ notebook > header.bottom > tabs > arrow { ++ border-bottom-style: none; } ++ notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { ++ margin-left: -5px; ++ margin-right: -5px; ++ padding-left: 4px; ++ padding-right: 4px; } ++ notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ notebook > header.left > tabs > arrow { ++ border-left-style: none; } ++ notebook > header.right > tabs > arrow { ++ border-right-style: none; } ++ notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { ++ margin-top: -5px; ++ margin-bottom: -5px; ++ padding-top: 4px; ++ padding-bottom: 4px; } ++ notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { ++ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } ++ notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ notebook > header > tabs > arrow { ++ min-height: 16px; ++ min-width: 16px; ++ border-radius: 0; } ++ notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { ++ background-clip: padding-box; ++ background-image: none; ++ background-color: rgba(255, 255, 255, 0.3); ++ border-color: transparent; ++ box-shadow: none; } ++ notebook > header > tabs > arrow:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ notebook > header button.flat { ++ padding: 0; ++ margin: 4px; ++ min-width: 12px; ++ min-height: 12px; ++ border: 0px solid; ++ border-radius: 50%; ++ color: #31363b; ++ background-color: #616569; ++ background-image: none; } ++ notebook > header button.flat:hover { ++ background-color: #da4453; } ++ notebook > header button.flat:active { ++ background-color: #da4453; } ++ notebook > header button.flat:backdrop { ++ background-color: #616569; ++ color: #31363b; } ++notebook > stack:not(:only-child) { ++ background-color: transparent; ++ border-style: solid; ++ border-color: #616569; ++ border-width: 0px; } ++ ++scrolledwindow overshoot.top { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.top:backdrop { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow overshoot.bottom { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.bottom:backdrop { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow overshoot.left { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.left:backdrop { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow overshoot.right { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#494c4e), to(rgba(73, 76, 78, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(239, 240, 241, 0.07)), to(rgba(239, 240, 241, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.right:backdrop { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#616569), to(rgba(97, 101, 105, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow undershoot { ++ background-image: none; ++ border: none; } ++ ++/************ ++ * Pathbars * ++ ************/ ++.path-bar { ++ background-color: #31363b; ++ border-bottom: 1px solid #616569; } ++ ++.path-bar button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ padding: 4px 8px; ++ color: #eff0f1; } ++ .path-bar button:hover { ++ border-color: #3daee9; } ++ .path-bar button:active, .path-bar button:checked { ++ background-color: #616569; ++ font-weight: normal; } ++ .path-bar button.text-button, .path-bar button.image-button, .path-bar button { ++ padding-left: 4px; ++ padding-right: 4px; } ++ .path-bar button.text-button.image-button label { ++ padding-left: 0; ++ padding-right: 0; } ++ .path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { ++ padding-right: 8px; } ++ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { ++ padding-left: 8px; } ++ .path-bar button image { ++ padding-left: 4px; ++ padding-right: 4px; } ++ .path-bar button.slider-button { ++ padding-left: 0; ++ padding-right: 0; } ++ ++/***************** ++ * Progress bars * ++ *****************/ ++progressbar { ++ font-size: smaller; ++ color: rgba(239, 240, 241, 0.3); } ++ progressbar.horizontal trough, ++ progressbar.horizontal progress { ++ min-height: 6px; } ++ progressbar.vertical trough, ++ progressbar.vertical progress { ++ min-width: 6px; } ++ progressbar trough { ++ border: 0px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(239, 240, 241, 0.3); } ++ progressbar:backdrop trough { ++ background-color: rgba(239, 240, 241, 0.3); } ++ progressbar progress { ++ background-color: #3daee9; ++ border: 0px solid transparent; ++ border-radius: 3px; ++ box-shadow: none; } ++ progressbar:backdrop progress { ++ background-color: #3daee9; } ++ progressbar.osd { ++ background-color: transparent; } ++ ++treeview.view.progressbar { ++ border: 0px solid transparent; ++ border-radius: 3px; ++ background-color: #3daee9; ++ color: #eff0f1; ++ background-image: none; } ++ treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { ++ background-color: rgba(239, 240, 241, 0.25); } ++treeview.view.trough { ++ background-color: #6a6e72; } ++ treeview.view.trough:selected:focus, treeview.view.trough:selected { ++ background-color: rgba(239, 240, 241, 0.3); } ++ ++/************* ++ * Level Bar * ++ *************/ ++levelbar block { ++ min-width: 32px; ++ min-height: 6px; } ++levelbar.vertical block { ++ min-width: 6px; ++ min-height: 32px; } ++levelbar trough { ++ border: 1px solid; ++ padding: 2px; ++ border-radius: 3px; ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; ++ box-shadow: none; } ++ levelbar trough:backdrop { ++ color: #eff0f1; ++ border-color: #616569; ++ background-color: #232629; } ++levelbar.horizontal.discrete block { ++ margin: 0 1px; } ++levelbar.vertical.discrete block { ++ margin: 1px 0; } ++levelbar block:not(.empty) { ++ border: 1px solid #3daee9; ++ background-color: #3daee9; ++ box-shadow: none; ++ border-radius: 1px; } ++ levelbar block:not(.empty):backdrop { ++ border-color: #3daee9; ++ background-color: #3daee9; } ++levelbar block.low { ++ border-color: #f67400; ++ background-color: #f67400; } ++ levelbar block.low:backdrop { ++ background-color: #f67400; ++ border-color: #f67400; } ++levelbar block.high { ++ border-color: #27ae60; ++ background-color: #27ae60; } ++ levelbar block.high:backdrop { ++ background-color: #27ae60; ++ border-color: #27ae60; } ++levelbar block.full { ++ border-color: #27ae60; ++ background-color: #27ae60; } ++ levelbar block.full:backdrop { ++ background-color: #27ae60; ++ border-color: #27ae60; } ++levelbar block.empty { ++ background-color: rgba(239, 240, 241, 0.3); ++ border-color: transparent; ++ box-shadow: none; } ++ levelbar block.empty:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); } ++ ++/************ ++ * GtkScale * ++ ************/ ++scale.fine-tune.trough { ++ margin: 8px; ++ border-radius: 3px; } ++scale slider { ++ min-width: 18px; ++ min-height: 18px; ++ background-color: #31363b; ++ border: 1px solid #616569; ++ border-radius: 50%; ++ box-shadow: none; ++ margin: -9px; } ++ scale slider:hover { ++ border-style: solid; ++ border-width: 2px; ++ border-color: #3daee9; ++ border-radius: 50%; } ++ scale slider:hover:backdrop { ++ background-color: #31363b; ++ border-color: #3daee9; } ++ scale slider:disabled { ++ border-style: solid; ++ border-radius: 50%; ++ background-color: #31363b; ++ border-color: rgba(88, 92, 95, 0.35); } ++ scale slider:disabled:backdrop { ++ background-color: #31363b; ++ border-color: rgba(88, 92, 95, 0.35); } ++ scale slider:active { ++ border: 2px solid #3daee9; } ++ scale slider:active:backdrop { ++ background-color: #31363b; ++ border-color: #3daee9; } ++ scale slider:backdrop { ++ background-color: #31363b; ++ border-color: #616569; } ++scale trough { ++ min-width: 6px; ++ min-height: 6px; ++ margin: 9px; ++ border: 0px solid; ++ border-radius: 3px; ++ background-color: #6a6e72; ++ box-shadow: none; } ++ scale trough:disabled, scale trough.vertical:disabled { ++ border-color: rgba(96, 100, 104, 0.35); ++ background-color: rgba(96, 100, 104, 0.35); ++ box-shadow: none; } ++ scale trough:disabled:backdrop, scale trough.vertical:disabled:backdrop { ++ background-color: rgba(96, 100, 104, 0.35); ++ border-color: rgba(96, 100, 104, 0.35); } ++ scale trough:backdrop { ++ background-color: #6a6e72; ++ border-color: #6a6e72; } ++scale highlight { ++ border: 0px solid; ++ border-radius: 3px; ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ scale highlight.vertical { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ scale highlight:disabled { ++ background-color: rgba(37, 164, 230, 0.35); } ++ scale highlight:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ scale highlight:backdrop:disabled { ++ background-color: rgba(37, 164, 230, 0.35); } ++ ++/************** ++ * Scrollbars * ++ **************/ ++scrollbar { ++ -GtkScrollbar-has-backward-stepper: true; ++ -GtkScrollbar-has-forward-stepper: true; ++ background-color: #31363b; ++ border-width: 3px 0px; ++ border-color: #31363b; ++ margin: 0px; } ++ scrollbar button { ++ min-width: 14px; ++ min-height: 14px; ++ margin: 0px; ++ padding: 0px 3px; ++ border: none; ++ border-radius: 0px; ++ background-image: none; ++ background-color: #31363b; ++ color: #eff0f1; ++ box-shadow: none; } ++ scrollbar button:hover { ++ border: none; ++ background-image: none; ++ background-color: #31363b; ++ color: #3daee9; } ++ scrollbar button:active, scrollbar button:active:hover { ++ border: none; ++ background-image: none; ++ background-color: #31363b; ++ color: #3daee9; } ++ scrollbar button:disabled { ++ border: none; ++ background-color: #31363b; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ scrollbar button:backdrop { ++ color: #eff0f1; } ++ scrollbar button:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ scrollbar.dragging, scrollbar.hovering { ++ opacity: 0.9910; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ opacity: 0.999; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ -GtkScrollbar-has-backward-stepper: false; ++ -GtkScrollbar-has-forward-stepper: false; ++ background: none; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { ++ min-width: 4px; ++ margin: 2px; ++ border: none; ++ border-radius: 2px; ++ background-color: #adafb2; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider:backdrop { ++ background-color: #adafb2; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough { ++ min-width: 4px; ++ min-height: 4px; ++ border: none; ++ background: none; ++ box-shadow: none; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { ++ min-height: 4px; } ++ scrollbar trough { ++ min-width: 16px; ++ min-height: 16px; ++ border: 0px solid transparent; ++ border-radius: 8px; ++ background-color: #6a6e72; ++ box-shadow: inset 0px 0px 0px 3px #31363b; } ++ scrollbar slider { ++ min-width: 10px; ++ min-height: 30px; ++ border: 2px solid transparent; ++ border-radius: 8px; ++ background-clip: padding-box; ++ background-color: #adafb2; } ++ scrollbar slider:hover { ++ background-color: #3daee9; } ++ scrollbar slider:active { ++ background-color: #3daee9; } ++ scrollbar slider:disabled { ++ background-color: rgba(157, 159, 163, 0.35); } ++ scrollbar slider:backdrop { ++ background-color: #adafb2; } ++ scrollbar slider:backdrop:disabled { ++ background-color: rgba(157, 159, 163, 0.35); } ++ scrollbar.horizontal slider { ++ min-width: 30px; ++ min-height: 10px; } ++ scrollbar.vertical button.down { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ scrollbar.vertical button.up { ++ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } ++ scrollbar.horizontal button.down { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ scrollbar.horizontal button.up { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ ++/*********** ++ * Sidebar * ++ ***********/ ++.sidebar { ++ border: none; ++ background-color: #31363b; } ++ .sidebar:backdrop { ++ background-color: #31363b; } ++ ++placessidebar > viewport.frame { ++ border-style: none; } ++placessidebar row { ++ min-height: 36px; ++ padding: 0px; } ++ placessidebar row > revealer { ++ padding: 0 14px; } ++ placessidebar row:selected { ++ color: #eff0f1; } ++ placessidebar row:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ placessidebar row:backdrop { ++ color: #eff0f1; } ++ placessidebar row:backdrop:selected { ++ color: #3daee9; } ++ placessidebar row:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ placessidebar row image.sidebar-icon:dir(ltr) { ++ padding-right: 8px; } ++ placessidebar row image.sidebar-icon:dir(rtl) { ++ padding-left: 8px; } ++ placessidebar row label.sidebar-label:dir(ltr) { ++ padding-right: 2px; } ++ placessidebar row label.sidebar-label:dir(rtl) { ++ padding-left: 2px; } ++ button.sidebar-button { ++ min-height: 26px; ++ min-width: 26px; ++ margin-top: 3px; ++ margin-bottom: 3px; ++ padding: 0; } ++ placessidebar row:selected:active { ++ box-shadow: none; } ++ placessidebar row.sidebar-placeholder-row { ++ padding: 0 8px; ++ min-height: 2px; ++ background-image: none; ++ background-clip: content-box; } ++ placessidebar row.sidebar-new-bookmark-row { ++ color: #3daee9; } ++ ++placesview .server-list-button > image { ++ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ -gtk-icon-transform: rotate(0turn); } ++placesview .server-list-button:checked > image { ++ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ -gtk-icon-transform: rotate(-0.5turn); } ++placesview row.activatable:hover { ++ background-color: transparent; } ++placesview > actionbar > revealer > box > label { ++ padding-left: 8px; ++ padding-right: 8px; } ++ ++stacksidebar.sidebar row { ++ padding: 10px 4px; } ++ stacksidebar.sidebar row > label { ++ padding-left: 6px; ++ padding-right: 6px; } ++ stacksidebar.sidebar row.needs-attention > .label { ++ background-size: 6px 6px, 0 0; } ++ ++/***************** ++ * GtkSpinButton * ++ *****************/ ++spinbutton:not(.vertical) { ++ padding: 0; } ++ spinbutton:not(.vertical) entry { ++ min-width: 28px; ++ margin: 0; ++ background: none; ++ background-color: transparent; ++ border: none; ++ border-radius: 0; ++ box-shadow: none; } ++ spinbutton:not(.vertical) entry:backdrop:disabled { ++ background-color: transparent; } ++ spinbutton:not(.vertical) button { ++ min-height: 16px; ++ margin: 0; ++ padding-bottom: 0; ++ padding-top: 0; ++ color: #eff0f1; ++ background-image: none; ++ background-color: transparent; ++ border-style: none; ++ box-shadow: none; } ++ spinbutton:not(.vertical) button:hover { ++ color: #3daee9; } ++ spinbutton:not(.vertical) button:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ spinbutton:not(.vertical) button:active { ++ color: #3daee9; ++ box-shadow: none; } ++ spinbutton:not(.vertical) button:backdrop { ++ color: #eff0f1; ++ background-color: transparent; } ++ spinbutton:not(.vertical) button:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ background-color: transparent; ++ border-style: none; } ++ spinbutton:not(.vertical) button:dir(ltr):last-child { ++ border-radius: 0 3px 3px 0; } ++ spinbutton:not(.vertical) button:dir(rtl):first-child { ++ border-radius: 3px 0 0 3px; } ++spinbutton.vertical:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++spinbutton.vertical:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++spinbutton.vertical:drop(active) { ++ border-color: transparent; ++ box-shadow: none; } ++spinbutton.vertical entry { ++ margin: 0px; ++ min-height: 26px; ++ min-width: 26px; ++ border-style: none solid none solid; ++ border-color: #616569; ++ padding: 0; ++ border-radius: 0; } ++ spinbutton.vertical entry:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #202325; ++ border-color: rgba(88, 92, 95, 0.35); } ++ spinbutton.vertical entry:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #202325; ++ border-color: rgba(88, 92, 95, 0.35); } ++spinbutton.vertical button { ++ min-height: 26px; ++ min-width: 26px; ++ padding: 0; ++ box-shadow: none; ++ background-image: none; ++ background-color: #232629; ++ color: #eff0f1; ++ border-color: #616569; } ++ spinbutton.vertical button:hover { ++ color: #3daee9; } ++ spinbutton.vertical button:active { ++ color: #3daee9; } ++ spinbutton.vertical button:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #202325; ++ border-color: rgba(88, 92, 95, 0.35); } ++ spinbutton.vertical button:backdrop:disabled { ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #202325; ++ border-color: rgba(88, 92, 95, 0.35); } ++spinbutton.vertical button.up { ++ border-radius: 3px 3px 0 0; ++ border-style: solid solid none solid; } ++spinbutton.vertical button.down { ++ border-radius: 0 0 3px 3px; ++ border-style: none solid solid solid; } ++treeview spinbutton:not(.vertical) { ++ min-height: 0; ++ border-style: none; ++ border-radius: 0; } ++ treeview spinbutton:not(.vertical) entry { ++ min-height: 0; ++ padding: 1px 2px; } ++ ++/********** ++ * Switch * ++ **********/ ++switch { ++ margin: 2px; ++ font-weight: bold; ++ font-size: smaller; ++ min-width: 48px; ++ min-height: 24px; ++ border: 0px solid; ++ border-radius: 12px; ++ color: transparent; ++ background-color: rgba(239, 240, 241, 0.3); ++ text-shadow: none; } ++ switch:checked { ++ background-color: #3daee9; } ++ switch:backdrop { ++ background-color: rgba(239, 240, 241, 0.3); ++ text-shadow: none; } ++ switch:backdrop:checked { ++ background-color: #3daee9; } ++ switch slider { ++ min-width: 22px; ++ min-height: 22px; ++ border: 1px solid; ++ border-radius: 11px; ++ background-color: #31363b; ++ border-color: #616569; } ++ switch:hover slider { ++ border-color: #3daee9; } ++ switch:disabled slider { ++ background-color: #2d3136; } ++ switch:backdrop slider { ++ background-color: #31363b; } ++ switch:backdrop:disabled slider { ++ background-color: #2d3136; } ++ ++/************ ++ * Toolbars * ++ ************/ ++toolbar, .inline-toolbar, searchbar, ++.location-bar { ++ -GtkWidget-window-dragging: true; ++ padding: 4px; ++ background-color: #31363b; } ++ ++toolbar { ++ padding: 4px 3px 3px 4px; } ++ toolbar:backdrop { ++ background-color: #31363b; ++ box-shadow: none; } ++ toolbar button { ++ margin: 2px; ++ padding: 3px; } ++ toolbar button.image-button, toolbar button.text-button.image-button { ++ padding: 3px; } ++ toolbar separator { ++ margin-left: 3px; ++ margin-right: 3px; } ++ toolbar entry { ++ margin: 3px; } ++ .osd toolbar { ++ background-color: transparent; } ++ toolbar.osd { ++ padding: 13px; ++ border: none; ++ border-radius: 3px; ++ background-color: #31363b; } ++ toolbar.osd:backdrop { ++ border-color: #616569; ++ background-color: #31363b; ++ box-shadow: none; } ++ toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { ++ border-radius: 0; } ++ ++.inline-toolbar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; ++ border-radius: 0; } ++ ++searchbar, ++.location-bar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; } ++ ++.inline-toolbar, searchbar, ++.location-bar { ++ border-style: solid; ++ border-color: #616569; ++ text-shadow: none; ++ background-color: #31363b; } ++ ++/************ ++ * Tooltips * ++ ************/ ++tooltip { ++ color: #eff0f1; ++ padding: 4px; ++ /* not working */ ++ border-radius: 3px; ++ box-shadow: none; ++ text-shadow: none; } ++ tooltip.background { ++ background-color: #31363b; ++ background-clip: padding-box; } ++ tooltip.window-frame.csd { ++ background-color: transparent; ++ box-shadow: none; } ++ tooltip decoration { ++ background-color: transparent; } ++ ++tooltip * { ++ padding: 0px; ++ background-color: transparent; ++ color: #eff0f1; } ++ ++/************** ++ * Tree Views * ++ **************/ ++treeview.view { ++ -GtkTreeView-grid-line-width: 0; ++ -GtkTreeView-grid-line-pattern: ''; ++ -GtkTreeView-tree-line-width: 1; ++ -GtkTreeView-tree-line-pattern: ''; ++ -GtkTreeView-expander-size: 16; ++ border-left-color: #616569; ++ border-top-color: transparent; } ++ treeview.view:selected { ++ border-radius: 0; } ++ treeview.view:selected { ++ background-color: #3daee9; ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ treeview.view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ treeview.view:disabled { ++ color: rgba(88, 92, 95, 0.35); } ++ treeview.view:disabled:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ treeview.view:disabled:selected:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ treeview.view:disabled:backdrop { ++ color: rgba(88, 92, 95, 0.35); } ++ treeview.view.seperator { ++ min-height: 2px; ++ color: #616569; } ++ treeview.view.separator:backdrop { ++ color: #616569; } ++ treeview.view:backdrop { ++ border-left-color: #616569; } ++ treeview.view:drop(active) { ++ border-style: solid none; ++ border-width: 1px; ++ border-color: #3daee9; } ++ treeview.view.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ color: #eff0f1; } ++ treeview.view.expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ treeview.view.expander:hover { ++ color: #3daee9; } ++ treeview.view.expander:selected { ++ color: #eff0f1; } ++ treeview.view.expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ treeview.view.expander:checked:selected { ++ color: #eff0f1; } ++ treeview.view.expander:checked:backdrop { ++ color: #232629; } ++ treeview.view.expander:backdrop { ++ color: #232629; } ++ treeview.view header button { ++ color: #eff0f1; ++ background-color: #31363b; ++ text-shadow: none; ++ box-shadow: none; } ++ treeview.view header button:hover { ++ color: #eff0f1; ++ background-color: rgba(61, 174, 233, 0.5); ++ box-shadow: none; ++ transition: none; } ++ treeview.view header button:active { ++ color: #eff0f1; ++ background-color: rgba(61, 174, 233, 0.5); ++ transition: none; } ++ treeview.view header button:last-child:backdrop, treeview.view header button:last-child { ++ border-right-style: none; } ++ treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, ++ treeview.view header.button.dnd:active, ++ treeview.view header.button.dnd:selected, ++ treeview.view header.button.dnd:hover, ++ treeview.view header.button.dnd { ++ padding: 0 6px; ++ color: #eff0f1; ++ background-image: none; ++ background-color: #3daee9; ++ border-style: none; ++ border-radius: 0; ++ box-shadow: none; ++ text-shadow: none; ++ transition: none; } ++ ++treeview.view header button, treeview.view header button:hover, treeview.view header button:active { ++ padding: 6px; ++ border-style: none solid solid none; ++ border-radius: 0; ++ background-image: none; ++ border-color: #616569; ++ text-shadow: none; } ++ treeview.view header button:disabled { ++ border-color: rgba(88, 92, 95, 0.35); ++ color: rgba(216, 218, 221, 0.35); ++ background-color: #2d3136; ++ background-image: none; } ++ treeview.view header button:backdrop { ++ border-color: #616569; ++ border-style: none solid solid none; ++ color: #eff0f1; ++ background-image: none; ++ background-color: #31363b; } ++ treeview.view header button:backdrop:disabled { ++ border-color: rgba(88, 92, 95, 0.35); ++ background-image: none; ++ background-color: #2d3136; ++ color: rgba(216, 218, 221, 0.35); } ++ ++/********************** ++ * Window Decorations * ++ *********************/ ++decoration { ++ border-radius: 3px 3px 0 0; ++ border-width: 0px; ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); ++ /* this is used for the resize cursor area */ ++ margin: 10px; } ++ .maximized decoration, .fullscreen decoration, .tiled decoration { ++ border-radius: 0; } ++ .popup decoration { ++ border-radius: 3px; ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .ssd decoration { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } ++ .csd decoration { ++ border-radius: 3px; } ++ .csd decoration.popup { ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .csd decoration.tooltip { ++ box-shadow: none; } ++ .csd decoration.message-dialog { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .solid-csd decoration { ++ border-radius: 0; ++ margin: 0; ++ padding: 1px; ++ border: none; ++ background-color: #616569; ++ box-shadow: none; } ++ ++headerbar.default-decoration button.titlebutton, ++.titlebar.default-decoration button.titlebutton { ++ padding: 6px 1px; ++ min-height: 18px; ++ min-width: 18px; ++ margin: 0; } ++headerbar button.titlebutton, ++.titlebar button.titlebutton { ++ padding: 6px; } ++ headerbar button.titlebutton:hover, headerbar button.titlebutton:active, headerbar button.titlebutton:checked, headerbar button.titlebutton:backdrop, headerbar button.titlebutton:active:hover, ++ .titlebar button.titlebutton:hover, ++ .titlebar button.titlebutton:active, ++ .titlebar button.titlebutton:checked, ++ .titlebar button.titlebutton:backdrop, ++ .titlebar button.titlebutton:active:hover { ++ transition: none; } ++ headerbar button.titlebutton.close, ++ .titlebar button.titlebutton.close { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); } ++ headerbar button.titlebutton.close:hover, ++ .titlebar button.titlebutton.close:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); } ++ headerbar button.titlebutton.close:active, ++ .titlebar button.titlebutton.close:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); } ++ headerbar button.titlebutton.close:backdrop, ++ .titlebar button.titlebutton.close:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); } ++ headerbar button.titlebutton.maximize, ++ .titlebar button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); } ++ headerbar button.titlebutton.maximize:hover, ++ .titlebar button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); } ++ headerbar button.titlebutton.maximize:active, ++ .titlebar button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); } ++ headerbar button.titlebutton.maximize:backdrop, ++ .titlebar button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); } ++ headerbar button.titlebutton.minimize, ++ .titlebar button.titlebutton.minimize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); } ++ headerbar button.titlebutton.minimize:hover, ++ .titlebar button.titlebutton.minimize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); } ++ headerbar button.titlebutton.minimize:active, ++ .titlebar button.titlebutton.minimize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); } ++ headerbar button.titlebutton.minimize:backdrop, ++ .titlebar button.titlebutton.minimize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); } ++.maximized headerbar button.titlebutton.maximize, .maximized ++.titlebar button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); } ++.maximized headerbar button.titlebutton.maximize:hover, .maximized ++.titlebar button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); } ++.maximized headerbar button.titlebutton.maximize:active, .maximized ++.titlebar button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); } ++.maximized headerbar button.titlebutton.maximize:backdrop, .maximized ++.titlebar button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); } ++ ++headerbar.selection-mode button.titlebutton, ++.titlebar.selection-mode button.titlebutton { ++ text-shadow: none; } ++ headerbar.selection-mode button.titlebutton:backdrop, ++ .titlebar.selection-mode button.titlebutton:backdrop { ++ -gtk-icon-shadow: none; } +diff --git a/Breeze-gtk/assets/arrow-down-active.png b/Breeze-gtk/assets/arrow-down-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..989ee6751d27c4c07593ca44994c352669f94f8a +GIT binary patch +literal 222 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0Go-U3d +z8WYd<Z{$5>AmZ}BcG`j1WebcFHaZ3=NEmV?sX2%(O6n?ci)4Jbm?@HzNlIm%&EE1~ +z@lWg@*XZm^eNdy5cg1+(wB?st!Z&=q*tknl(br_kvZV`{w$3x1?kYd;{cg<_rY)-j +zW{I7jx@@z+JB1ke)gK=+E<cicPci<q>WaAE9~@4+7Zt4he%)b{-LC!z{zdHB7M{KZ +TDeF3c&SUU&^>bP0l+XkKZ-rNF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-down-hover.png b/Breeze-gtk/assets/arrow-down-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d2918f9bad13eb547c0642b4f3c9d11f286ca294 +GIT binary patch +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}Qo-U3d +z8WWQfB<3vm|EHKW>8ioE`St4#e477Kg!%FQ4KdCqnQw^r+x@@O_|X3HD*K-QXJ&Bm +zs>&PuP3B4ZaehnDr<>w_FS^v{)~25RFh5iE@c;jUt!<O|B@%^#&+pmv^Z1u~U7*;+ +zoyUZJCv-_l{$KAXmh5828+o~&ZQ1=7U4|wKyTz5dZ^ui_Qk!4@&LKe2mx1BjG~e!| +T;0yDB?ql$D^>bP0l+XkKZE{^D + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-down-insensitive.png b/Breeze-gtk/assets/arrow-down-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..12092544d8b33c15381f11c81871e495dd7efb27 +GIT binary patch +literal 244 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~no-U3d +z8WYb>*vNIrK%!;6+QEg3)!4Wm3ICa}wXEpl(WMU_UHHZ+vQTrHpVbyMi_WOlT^#rR +z)E+N9P~X;ZC|}aeW#RM3Tc>s3x^?)cv5fZl=Bd*z+it#AHgVounc~h_XJ)Um+UIdh +z;^hqQ3!hBRm-8|=Y|_!6cx~(Rx}Q3d$tmJ2oKX|Sj$UJOxRAe_*=fr@{{5W&dt;dx +r7O%dM5*fuS%d{v$@MxC6AJ4pmD)+`>iT9U*j%M(5^>bP0l+XkK6oO?N + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-down.png b/Breeze-gtk/assets/arrow-down.png +new file mode 100644 +index 0000000000000000000000000000000000000000..94cae332c3144dd71ac8032282bcc4fffbc94c1f +GIT binary patch +literal 239 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}Mo-U3d +z8WYd<`*Jk}h_s%+8vBJOwn<`-+z*y;!5yw^bzPcI%x~P*d_Y9ntbdQMyyR7t7d`vm +z7w~<U|8eT4eW@qHPc6Q<?#8048*jXiJ8ZRVV(_+im-dz14YkPQdzPd2?CXX3{%SHO +z449Oa3ocEmOlCfCVf)&GJ57yOrZ7pm@vPyTbLDCxH$%!c-Dy$%XQY|b8Sc(|*qQK- +lwV`~!+NAX*e+2({%Do8mvN<H7`2y%(22WQ%mvv4FO#q@BW8?q; + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-left-active.png b/Breeze-gtk/assets/arrow-left-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d229b39bcf68b5477f4708fda9fdc6d997a3c755 +GIT binary patch +literal 213 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}VPZ!4! +zjfu$#2bg89*@rubCm&jRBkgZ-`~Lqk{T5~)T6M7Quy*vZ|32E1lK<RgIHuGz=p66x +z{kXsW|8)bSKm9f$DjWG@=S>tjsv(tg&AvS0&-pE{>>uynpxii#z2GPB^5un$BI-BS +zRHq(3@u6Nf&`&8$xQ)$e)`qNv1P2x-<Hz>KUv?be+@Q+Ku-VN0t!&!fO+Z&Mc)I$z +JtaD0e0sxtyQfvSK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-left-hover.png b/Breeze-gtk/assets/arrow-left-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..21ee0ccdf8a429e4bf6f180853a3c745da99d595 +GIT binary patch +literal 213 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}VPZ!4! +zjfu$#2bh1Iw-0v^Pd>D?;?vLPd^-PU`Yp^pv?}q^&G2nJ|7V67{rN8+n4$5LA+k?! +zc9Pq%|Jf4%{`a3Topz&L@4QD>k_hkQ^Y-NlKhAIIYWx@<v2NiL#+bUpFEe8pj(P^4 +z-?QoG@h|ndfqqJ1!fk9$vo>TUBsj1fl0R0T_M)&+IKf+rA>PDy+Yd8_r$ARRc)I$z +JtaD0e0st16R&4+P + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-left-insensitive.png b/Breeze-gtk/assets/arrow-left-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6fd243890f3314d2f1d1f647cfc04b038e61524b +GIT binary patch +literal 250 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0yo-U3d +z8WWQf4lsZD@@2=xqcaM$w+a0|e&}7_I?mN>&d$yk>vincNY)w3?k#zFDLlo}EvKvA +z*yxtQpCsF|r>9O%fAOhjiAGui5V)0nj!$EYUS|KsT|eILBiHo%1yxew4Yxmhdir?% +zC80<8|BU``6%?LU{r}a~%j+vl4S--z#m7gpx3nC&U9a<hO<`t|o4CRfPG@GH$t^1$ +t?f$=}K3B!XRc>$1&rjxoa!00_FkJr`@UAz_&lu=*22WQ%mvv4FO#m&~Y#jgq + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-left.png b/Breeze-gtk/assets/arrow-left.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5f09594487a306ce26299384ef1de7805c8fcfa2 +GIT binary patch +literal 239 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}Mo-U3d +z8WWQf4lwiR=!jf6I-@{)TVcYV<278d!eP8_Y1g*({QtK;CFO^F;lm@H>?ewPZixI( +zPlz~t;)DICJ1diaUwA6%8QAkkg_&Er{XY*+_J3o;w#Pv|m-&A%825a9baFBKC8JNr +zCI9`8*HzW6e)se8@$VnA5`duM-<ONZnUX(+|4T}QJ-l?JN6*1S*loih29-zu*8e*H +i<vNe8UI9~%Co_WxkFRNLYL6e#y$qhNelF{r5}E*#!((Cq + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-right-active.png b/Breeze-gtk/assets/arrow-right-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..283b8983ecaa30d355bf2d410252bc64b27129e3 +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0mo-U3d +z8WVdb`EngH5NJ(*CXiGvr?T~^v<Y{8UWViCc@AAEPc`p^7O{Vh5q0vpRCoG#jX}TU +zqJ~}b%Mza{Kl~v6Dd=y=dZA;>Dw-pVm)tF%@9gs+VujV}83pNwp03>9@2aTo>19xr +zeBd3+qt*8{HJ5mBT}|+A+u~y}dzr*@n_CN|a$d^ht@e7}_P^z4K|=YL>nApSk+L_H +W^?WbGcXcDsi42~uelF{r5}E+Lja%CQ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-right-hover.png b/Breeze-gtk/assets/arrow-right-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d5b1ee3619d7510e72a52d6155a2dd3ecde00629 +GIT binary patch +literal 227 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}Ao-U3d +z8WWQf9GL$;pRc{3Taj6<<fzX7nSQ=@|L-(v@V2&1;-B%)kj?N<dX(kQH{9wuQW6_E +z{cJy<dM1DQ|5l#=|J|QSdB0I!!8l({Ek<gS?~y(OgMZxV2`Mp+Z`9{V6)?_`Qkz?w +zdiulsOx45x{|oMHo5Y^*DB`cd%QxE5ZpZ#-cYHFjJ1QZSAb9-14}G4Sk`;^#moPG% +X+2Xmw*;yzS=tc%lS3j3^P6<r_fIV0z + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-right-insensitive.png b/Breeze-gtk/assets/arrow-right-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..842c02fab962bac0c78dfbbeba98e3990650e7a0 +GIT binary patch +literal 232 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~00o-U3d +z8WWQf9GI)Bs_wi<I?=!x`_W#ktlZXC+b~9I#zaf~_<etLbrt_T)BhYVZJ4<8`}#QB +zzg^+XKybKQTz{XZx5u8p$3LBynytpe+hUS<mEp3A;;J9->|e)Aa|X6<*N?aR*Yz+n +zi9uP9)7jbi;{Bc;GoJks{jocXKB>m>?hr}7+Td@<%sj2*_t_Ikr@yp6)-XF7!MJb< +aBZFCm|1(D~nSDTqGI+ZBxvX<aXaWGZ>{g8c + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-right.png b/Breeze-gtk/assets/arrow-right.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5b17dad15abf8890b1f0311b7b5445e6d63c7576 +GIT binary patch +literal 233 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~Lo-U3d +z8WWQf9GKa}#JFB0ooL{UHGFLUESOEqjBkgDfpT%2P30%YD7SwWhyVXyy>v<HdE5G5 +zKkVXod4S;je7h<YUFG^m_RNR1a%LHr2wZ9jW%ilevgVIu+kYNy)s(0H`zt=ZU}R>V +zwY-zDXNOA9nKilpjSbc$ru>kve0ODIZH4KBpq@}>yQ30P34-6}cN)Gq)Tzwg@j>X} +b5=I952tSRI(yseJmoj*|`njxgN@xNAB{Wt# + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-down-active.png b/Breeze-gtk/assets/arrow-small-down-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fa450d164e3d5646eec414e5706dbc764cc036c9 +GIT binary patch +literal 185 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_6o-U3d +z5>tEo47r*E1YFYV^cK!t?y>b~oFn%^?XHve6j(NXQsUm}^kMzf1+5?Ae<sK=Pg(Hn +z?A*n(%%hi>&iK7_?S2M@XQw<KH~;ixnDE`dqe9ToU}^n1LqWqcv0oofv<YJ<SQjf$ +gELyB<6?cYj>TYc=%bV#>fi^REy85}Sb4q9e0Bp-ej{pDw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-down-hover.png b/Breeze-gtk/assets/arrow-small-down-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f88a083740a606d9082eb3fcdf433811badb23a1 +GIT binary patch +literal 189 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^do-U3d +z5>t~C6xhDZuV2^T-LvukpJLW&|9zHANc?YoD&-}Y00c8?{_SKwT)!-|UgG~uLn8wN +z10UPZr=H1Q{=b#y|9|&?=?TBip7>GEd-(tVi93%8{gy~{J5*u_RHiVyjY(~O{X2u7 +he~Q@`$@rNtFnkKsb^VhPkO#D#!PC{xWt~$(69ARLN=E<y + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-down-insensitive.png b/Breeze-gtk/assets/arrow-small-down-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..25c5f1d1cf9ea66f33ccff4588ae434e4764aeed +GIT binary patch +literal 186 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`no-U3d +z5>t~C6xd$8d|CKdDEZpu%a8vZKlDydan*-!Pfs6@SDX}<^glvku8NDRoS~6{fq{gS +zRM)?>lr4!rj#l+d{d(PA;`gbkll3J9-J&}GCjZPmd;kc(w0}LZ)cbf`Vqy2x8S~~% +fl?dchmttU8?5L0`8QQr9Xf=bUtDnm{r-UW|OHN7F + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-down.png b/Breeze-gtk/assets/arrow-small-down.png +new file mode 100644 +index 0000000000000000000000000000000000000000..58beca33dd5b61df5c1b81f128dc64fcd9697647 +GIT binary patch +literal 180 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_co-U3d +z5>tEoHgYyNh&T(!9ueeY`Fm79kL#eQYq$Wn;7+GI?tAhR7jhh0>T|-oLBw+6qw|Y} +zH6=bLNY1XEyWBeDe8$|=bXNwA?5i1O0@s*qcwTU3Z{N^UGohTD;og?>>#EdWP3}{F +Z&9qrcl}Gj91(2H<JYD@<);T3K0RR)fJy!q# + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-left-active.png b/Breeze-gtk/assets/arrow-small-left-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0dc188f4dc0972bca5e0649599db56c61d23ce5d +GIT binary patch +literal 182 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`Ho-U3d +z5>t~C4lv1Fvk!0BIP-#P?lt@JAHV0n6!8)4V*1UyK1cGu@!FJ>AM%9?0iPI|fk1ha +z-?9HbtN$7Q<F*#ksAO0!`l3N_X7c8DQ+bsS|KHlf^Iw^t)$`5afQB4V<Hz>KGps*U +a2{XihQ-A5}e7Xi`ErX}4pUXO@geCybZ$WJU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-left-hover.png b/Breeze-gtk/assets/arrow-small-left-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b1e83cbc25a9984a5e5fa589793693e2e6edfb39 +GIT binary patch +literal 182 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`Ho-U3d +z5>t~C4lw;XZy(;Uapnb8_4)Ph4t$#bQp88FtI0Dx{-)8N^r({`{@1%KT=;~U4G7#) +z=JNcX8D?nkkNdRg6q|<2TqOrO&djWOHubFivj5qV|Ni%%F`ag!eIdimRrWpq&m_D% +c@Y<JQ+du71t1t2J1FdE7boFyt=akR{0IaD>1ONa4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-left-insensitive.png b/Breeze-gtk/assets/arrow-small-left-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ad3117920b4a45fb56cadbea6bde67b0e141a7d1 +GIT binary patch +literal 201 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_2o-U3d +z5>t~C4lsTB@?}S2j+&3B_QrahH}4EwHMn?qd0qc+{IenL$I+56mzH|ROG-#c%$QjE +zFEwpL>aW9fUp_q*USAN^$oD{PPtDICtGBfLn7#i@eeRK#r}y?(eHFRN#m2_gCaxb> +xGg%<C=KK7w>w8;PoLD?vKmOmbES*i}jGQuBci2+jnFC$I;OXk;vd$@?2>{hkQaJzs + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-left.png b/Breeze-gtk/assets/arrow-small-left.png +new file mode 100644 +index 0000000000000000000000000000000000000000..11b9eb14f54f2bb97439ce55bd8987c34b3d0589 +GIT binary patch +literal 189 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^do-U3d +z5>t~C4lwcP=!hibsQGwGvmdKJvpk_IKty6@<ZYvWzxPj?_^|#+tFXG<0u6%=8w!7% +zKd|AOy>Rl6ox#VyJ>0@1Yj9XXf1XX1g06D?oQMDaUk$pn>G?eS+M4-|Kp?nV`TzP~ +i=f7O%dB(Tr9t%UHnWnN~hW=@w?F^o-elF{r5}E*H>q#5{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-right-active.png b/Breeze-gtk/assets/arrow-small-right-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8831a1f9dd4f29edae52eb6c4e926f68eb04d21b +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>t~C8kpL@o)?waz@Rqc$^HL6%X6;TmmgU5z+u6Y=KnlBjy?ZphTU3Q{jg<WLt|s( +zLyrkJCjRgFf9Sul!8!-C&dx@L2JH>^Kb)HO(f+cRTibs@cP3T-14kq$%Kn`HF<xSm +e3fF<Bz6?JmYQ9d3Xe<QU%i!ti=d#Wzp$P!K4NCq1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-right-hover.png b/Breeze-gtk/assets/arrow-small-right-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..368d2254a6bf48a0d87b5e5a196fbb96ed50321e +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>t~C8k+unJ})Y<fkADC%IW%L!IRJ1mmgTQ;6lJB#>@7{6x#m#Xsge!eb}<Fp|P=1 +z@wUqw4(7-E3)tL_iJnk1G!$ScV4Zw!-=@?b=eJCH`2T-LjPprmgF?3ycO!#;+|JWn +d7<cU9WRU1p-!i=;TpwsJgQu&X%Q~loCIBZJL@EFP + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-right-insensitive.png b/Breeze-gtk/assets/arrow-small-right-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0afdc5f9c803616c0e2aa5dfd4b9d74a7f8db999 +GIT binary patch +literal 201 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_2o-U3d +z5>t~C8klTtZS&Z48aUN{_P5@R^*`^$6U%7K%*=fF^mP4tZ|{!%KTrR;?&cHm?(gbw +z|NV<J5`duM<D;YIoPkHn|4076<<X(Fr}pQkkKsE+e=sQbBxYo2{F*)SV%tOU*BiCN +u{q`Lxc#`iX7QM_~#(kn{AcI~$6T|mf%`4JV8uNfIVeoYIb6Mw<&;$UWu1s10 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-right.png b/Breeze-gtk/assets/arrow-small-right.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f321783f00c501ef2e0d978196bf4533bcc56867 +GIT binary patch +literal 202 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt`jo-U3d +z5>t~C8km^5xmnqC8aUNX{^<WXrLnb_c^6X}8yj1jxc|JG3DYLppZoCtf0kzE&EoU( +z?e_IAYG`b1eE9RSd%sG`)AI&@(jzn#wd;Q!o$Sv4AnXBik3rkSnOoo1v$dJ_@cdUk +wKi6s-zboUJiT`Ix9M+p-QN*x1aK|1_hS()qV&<L~K(1x*boFyt=akR{0Ek>mYXATM + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-up-active.png b/Breeze-gtk/assets/arrow-small-up-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9156f7909f421fcce0d2539e30593c2c7ebcd7a3 +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>waqZRBls5MW8~*E+G{(8c8aFAnhOM71=ObMnbtJfU1=;GXg_RnX|+nzF40T8d94 +zg8G&QOP<PQDabv4es3MK#DTY4w-rgZeD9Mhl3sWD5~IelJ2iKoZTcF$dP^)rho<@e +d`o24g))f;q%;RRn@Br;)@O1TaS?83{1OSAGL~8&5 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-up-hover.png b/Breeze-gtk/assets/arrow-small-up-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..dd32d5059231f086b0960f55477789fd5657ff82 +GIT binary patch +literal 184 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_+o-U3d +z5>waqZRBh)5OImO(@T8LWmeW?(bT%5Wiv+_*W5!<6M6&-*-ma3Q0!Q`zUH_r`~IZ4 +z>(_h^ed8mu$mqV=mfCrG3`_=j?wzMvveXZntnewjoy}luF<(_H`%cw0KVdEgw&$C_ +e&)5Hck~M6DR<Kd^qK!a{89ZJ6T-G@yGywp)cR=m{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-up-insensitive.png b/Breeze-gtk/assets/arrow-small-up-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0cd867c863ebbc22b3fa6bacfd364a5e13ffafa1 +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt^Ro-U3d +z5>t~C7HD0#yjkcn5Ic({yG{FZ{L}4c_LuD~IRjg_>&M&u;|fp6$k6yT{pWh#!}`;b +z*ZAz0|CjnNTUkx#`@gHJm&Z$f{qkkU|BV}V8~;tTEqZxrWB7?>hJSzV6wcZsXTGf3 +d;OGV>hSkf|R<X_wn*+3$!PC{xWt~$(698lyOAY`4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-small-up.png b/Breeze-gtk/assets/arrow-small-up.png +new file mode 100644 +index 0000000000000000000000000000000000000000..890c1ea11b2dc32a201b582f95893118a89e90fd +GIT binary patch +literal 180 +zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqY)RhkE)4%caKYZ?lYt_co-U3d +z5>waq8FDo{h`8L((R(B)*8Nmi^oVjqN4Uvyk3_|=odMr&yF?f)4c?b1$GlxF>b86K +z?@23lrv7Dp;CMMb`aT2W0zcp7Z@NENdMw_gUs}b-(3LjzQ?h>e^0SA{|9%OJ{U3Al +azKq~8g|o%3e?ozlGI+ZBxvX<aXaWEoTSCGB + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-up-active.png b/Breeze-gtk/assets/arrow-up-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f0efc0d0ae825cb99a679e02e3c350b48e7e53c +GIT binary patch +literal 218 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~QPZ!4! +zjfqG5H}W2G5MU|qS5qh!b;<v;h*?G<c#+_bSVpIg4mY`4{y&z^`mZOP*mLvlxtC>) +zu1}o4=(*%qZb?`*htXkX|M|nu;(i73ot=@j>Pt%**S3(C<%g^D>oSgoJYOU3<lkRb +z%gkV|;{IamosZ&wdM&IM@o)UKV$YgApX0Qj=`tK>kBCfISwExIgmEvwhvkO^(LA8j +O7(8A5T-G@yGywpzi&iiI + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-up-hover.png b/Breeze-gtk/assets/arrow-up-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..64d4a21a72fa4510ada022c92078747db426d8c0 +GIT binary patch +literal 221 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}wo-U3d +z8WWQfBm@k8{wZ!h`Fy^0!sO&5%Vs>ZzpT~qX8(p5=abAQKKY!O<Cz|R)96on)X5M3 +z>sc<_A5&=i@1w0gzxH9v)i$u4(ZBe^K)IB48;{trv9YzSOpm+yC;8WYvB)05=}8g} +z*N@z&|F@Irbp5j68+W?jt+(&_e?|fXex0`uKd?+dQebgf0|P_#2cOWTO;?rxUB}?* +L>gTe~DWM4f;$>b6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-up-insensitive.png b/Breeze-gtk/assets/arrow-up-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..975f3ead45d68f12deb0fbd62a19169b4cfc6ff1 +GIT binary patch +literal 231 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}go-U3d +z8WWQfBm@>LPgh+A#BIKPlCvMx>+H|{XZ&~aWP#9%-=Cg7UT<M4AtlxIFZEyc;Sb$U +zCA2TUZ?B*E|5gX*>Am$|U%d?H;caVcTeM$NGFPH*qulPIr%z6c>&Mkho;IQ4cmLD* +zrkm8#a=H@R5-uNEv3&XQzx}Ou=f32BJ<)r5-`+!_9RDNgZX5jlxl>qc!Es-UCmgFK +b6&M)eclqp^G>78{(47pPu6{1-oD!M<UQ=Vi + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/arrow-up.png b/Breeze-gtk/assets/arrow-up.png +new file mode 100644 +index 0000000000000000000000000000000000000000..588e47cc55cdff50fb520b5b6a869950ae5aeed1 +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~0mo-U3d +z8WWQfBm@!?5+8$bgKwYU?4)D$|HBOp3=ICHC-Lkqcyxj>rBW@WZ{p0Yx{vq&*Orw0 +z=WbwV#Af*K_x?*K&Ya?m<Tc*(=syonwggaSo^@%?{m;w$<vdTHnE&Jafel_>QQz(W +z1>PSvU7+12+2kv{xUsdB>9PH@;2U?k->v`eQ-5{=lNgspGtaut4YL@T7@E0V?piL* +RI0tkhgQu&X%Q~loCIAoRTSou@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/button-active.png b/Breeze-gtk/assets/button-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6233fe6ada4aae5ee06ba451b58a1062a4f97b7a +GIT binary patch +literal 282 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41-PZ!4! +zi{7VKe7O!82(&#c_wo|VWZfOWEqAbb$44W%gS#u(-!Gi!@PS`McT3Ze9&W*-u^DA` +z6MV(^@24mTSTJq45wpAf(z;jfCKY!p7`SvFZ`*sN=h)$MHyPe|?_MKs#K8KMS#-r3 +zk=>_jc}3V3Y>KMzwqH5-OXD4e71?dIs@09JoEp_kJYG!vdAm(&*Fx@lAKp(>Qrgk> +zUc&Vg<7Jh5ajT*)vgD|LWZWR=FmG1iHLq_<O{=P81r>cCJ+3jE%kcF3e;o(Dl=si% +eHac+5nKx-u)%DC5+3$f~WAJqKb6Mw<&;$T+FmyHm + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/button-hover.png b/Breeze-gtk/assets/button-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5e214cf0664029512901b0a6828b6d38cbe6e24e +GIT binary patch +literal 329 +zcmV-P0k-~$P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0RBltK~y-6?UcPr13?r<&z%_|3z`j^5T8OMMbu6#@(`A`K1trk(m>Lu +z5fvXI>reh58=2X$P+`i<x`KrV2BsK3&d22r)QkX(XS4mqT#fRL>lY3c6Od?eokUI3 +zRynxncGm`AF;}<Qo}8W^CMc08Bk#Swd$nhI{yqWv3LxLOlcUTapAVuAz;UK|v!(~M +z6+q!oLY!HMAZ(piK+^>3l>-Az)Btu${Jzv=SbyN(ul#TLbAHD#(c(()b@gqAhNgrs +z!%m{6Pb;We`f&xRFYW<r0Mb@Dc+TzQX03a%A8bQY9{BCU@cQx!ScWYHXah}xVeN<o +bmcYvg8=ifG+=$pl00000NkvXXu0mjfR}75` + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/button-insensitive.png b/Breeze-gtk/assets/button-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..581f2595280ffd070594f6859d3ddb7a783828d6 +GIT binary patch +literal 332 +zcmV-S0ki&zP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Rc%wK~y-6?UXT2!%z?fXV<o{T^L0vBey7b0SOKOifD5SPC-XWp9AC| +z5uJgOD0W0_r1&otiPPnS)A6KjN3+`1gPtP*W)>H(?~kr+uYrLVKv=2<vpgS7MWhjc +zqIi1>!tg#xV^q}3$P6}{PuA7?c|5+jRe-i_Z_*@1Q82tlfFw?dqUZ`3{^$%uyu=Qo +zDyV7(WMN1C_r!g|9k3T1;CF!|vR}C;#S<F#q<A{R|119uD8karvlTjHW;k=J9Z)rx +z)lH2vf1ER@o0@V}&Vg+RkmsZ6V)1hJ)ijr?!MV?h&b4J(R`bc^?g6N}r6s@+$T)cT +eqp}4m;Nu%E)OWlv|BiwH0000<MNUMnLSTY8VvKeG + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/button.png b/Breeze-gtk/assets/button.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f7af71b027649d37f322919bab614d6d69df3483 +GIT binary patch +literal 329 +zcmV-P0k-~$P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0RBltK~y-6?Ucbv!$1&*zuk<7CelkGX`qMt2t8DNfj)?DAc9Y)hu(YB +z2Pl+i+vrj$rU$d_da!D}b<+qQ{9#~V;Nu$x25OE1$n*U8VLH1lidElQt9<|>vJRtY +z)Jc;;9LKK$kWJ?|VWV+&((R&@@>6myc%048$CGRb^fkb$C{Ei+yq!D00@8L&`BwIT +zmInA()6?un6xNm+Xv(*_I{^3<@jAd>#LuQC!}@`Lf8~F}!}B|aBC>YQ1yvymI1<^w +z)-a5s(X%m?VNb>o1o{rJ0?<j5!FZAl7mJr(g$KJ)THjw^U0wjo-Jhj^7SLqpSbN3- +bOTfGXE~<ZDhxcAY00000NkvXXu0mjfb(WBm + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-active.png b/Breeze-gtk/assets/check-checked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3db3b18d00448bf87482011d1e740504b8bd2a11 +GIT binary patch +literal 364 +zcmV-y0h9iTP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0U=35K~y-6?UcPr!(bSNpL|X8AxPU8aV_Xzs8cDe-as$H(K(xggICba +zCEkgf4xKG7iW--qYiUecI+%ZliU@Vc2M!KB^Wk|9=Y<1*EDhlDakBaPE^fRq>xKzJ +z1z;LlW;evBY36<BU}vENyanPqEsDd7p2U)xQX)U1;(GDXc#;l*t^jxrvYxYVD8m3O +z365RmWudnLO9u!Oge8}Tv%45?mY0IH>ViSXU|VX;l0pErmA=Zt0G?L8y3zy6XboHg +z|0S?hFMs1VuMW!z@*^sigh9tpPBo1RwhZ#`gmy!WTrb9tlvzxp0@q8}l^^#&ssl95 +zyg#0#!_(Wm9jFd$m3(g_dbm12J^|)G2T%hnpvG4f3QB=F;C}*VC0#rQv*bnq0000< +KMNUMnLSTZ!gp~RK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-active@2.png b/Breeze-gtk/assets/check-checked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bbace0ae1b2bc2bf2e92ebe1b8e8e1c99083f0b8 +GIT binary patch +literal 724 +zcmV;_0xSKAP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0*OgPK~z|U?U=nw8(|p0e|Jf9$wgx^5d$TI6sxNr6lp1L?H|$NPzxO@ +zPF)1YE-hU;I2J*qw9vt&w7a47OQF!g5L=<9n5wBCiI=;WyX$bti6$E1a&fuea`3z_ +z@B8DqhdZ7JJe(n%49ur<k<^wsyH+r7XBDGOGu#!BM2O2`p{Gs!(AUNIz24~lse;cx +z?G7#Nl@>DxX2@Nw`Xs_aaj+wB>+#6trE1I;oKNQ>?|$jo%z+t-N$}uWfPqetkk4JI +zq7L78bmmseWE7Kxj5-=C#2*e{-2)J-8&g~6Y*p^Xb%`5Y?#ls$d@vI8@oZQkCc(Nw +z@aK;B3h*BjT+17Gz{*_vrJB-ooi;z*?+pO3VaTJv6+o~B|7yqp1D#^s16sjg)Ve#X +z5(Xro!(Uxg%ccO-yw-2q1~aKca+=vxnWzL4{Q-ueM+uQDcdNP`iZo2uOsdp$Ie?r7 +zGb^P=+X4**b6RtR>apGUZ1Lg>?wojnPVoet;t4v%6Lg9v=oC-TDW0HHJVB>;f=+2D +z7?s?+Ja&$=8wyVJ2V9YiRoc!**nM%(FPLiC6pH%s-gqb~GJ7-Fe8V~@W$PL833i`r +zXRupB0c((RQ7r$nW_{g3Q>n&m!Jc;Cdw{vsGKF%>-N+xByi8k-e4PAZC2ZJ&eO-(v +z!a^~lm`r|FNp2b_El8%KLvqt#@{2}JgM^H_Fg-R^SuWKKFqe0=<hnv@itYpn8C6fd +zz5C|LqaT&fX3d=KX>z4KSCn3F81iUVC9Jxf#h?%3K@Q^N7Z;|-rqW+OR_jj#exEi7 +z^kdEET>J{2i3a=u%4ba~1)u|n00G?p>li=@*a!9i6W~7xI?yQ>e*zK!0000<MNUMn +GLSTXj<xNHa + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-backdrop-insensitive.png b/Breeze-gtk/assets/check-checked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0fad44335c61146847a4ff937c5e578b39460276 +GIT binary patch +literal 349 +zcmV-j0iyniP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0TM|>K~y-6?bJ<9!cY{3;rBMDln(e$iUS~FJ(}nO9OzJ7g`3cIumIN5 +zL<Y1?B$VGK9D5yr#)t!|4jgc%_q$KNoWX%V9s>}DVR@RSPx<!sGPkx-2rx`tw=}HR +zDuaH%p9#P$T|9av@21@e5RpQSRJ9q!$?YUcJmA^^(CzlB9Tdj^M1-?;fa5q9KuZ8} +zYa8#_^LR|Q$&SLxzE7{)K}0adRDr7VHFPYt%We(|AArA|6L<puC0O?Tqd$L_71*61 +zRc(q0y>6#)D^<l}XCDn+w=|661XcYJ7R52^<#Gh50Mu)h!6Zt&)pBuej8iKDTAQb< +v)p~S4xO)KR=F^)2T0oWkDvA^Z=D^DvXn9}i(g6}w00000NkvXXu0mjf$L5kR + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-backdrop-insensitive@2.png b/Breeze-gtk/assets/check-checked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f577849b837f405a14a94c08d07329c65c2d8a2 +GIT binary patch +literal 695 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8ay(re +zLn2z=-q@XYIY6f2<N0ryw~l$P;_K52yv&{CboUoetkt2O26KlErR;Kz;tXsRj9Sn3 +zIar0P+7T66T<E3IE3JO~xq-^Ys_v#&7L)g%wAxrxH)*cRKj*MbJ*&CrJwN+<?X^Ch +zYW}U)vZG$#3}I{&lxq8U_f)6<xkrz*ua};8XVRW}xO(opo9nt3eKiSOY~=g;_MM!> +z?BvJ)u0M?8`C^m5FY5dEP?5FViUp_m%Ix|xXRTZ`C5Xkb;l26GvfT|I4;y`LK6~~o +zgTlSL`CH4{c1)eRTZFsyN+H9t%peVsf>?1ymIdLn)z@Bc*unCq^^;&jaM=bO?a~`p +zbxt2Clws&PddaMS-5_bfwToO0bI<$BnxEPByE^(%3|m?wt6=@Anau0%UMst>ENZRb +z$&5u3hRP9I(@)+m+avaVt>nL=DaY(mwno)HvS7G5Ipp=%!sSnoF{S$Zxs~kB_J5c? +zYXi@WEx6D|2Sep!bBkX8dwwgq(fetU)`^GN&u@Hwq}<Fm%W~<JrR9(J<Zj-#&8+Z& +zujbNU>`~=y*&B}-teMZ?DB#0d9Q?Md{=LV`#lRpEv3#uz42(`C)6y6bR}(2-20y=9 +z^Vv_o`t)P%v-jGj68kOrw%N}87`<EeLWaqNphZ(Y&9kfAQ(I6Vz%=)VWJ&DzJwcXt +zxX$_S_s|UQ@9z(8?LAQS{(fzR*#X8mang+M-@ZNj-<JEHNcYlQ?-{4X*(_hC2(0p` +zI{WPX-Rb)C_U~=rZj8U)(9H7pXUwi07h4YqD!4N)w3mxx@N($;^1oE%0;^x6eFNJM +Z_J50?`+LtU*bYpI44$rjF6*2UngFjNM*{!= + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-backdrop.png b/Breeze-gtk/assets/check-checked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..13906dbf315711f0c6c019ec423e2f383c804127 +GIT binary patch +literal 368 +zcmV-$0gwKPP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0VPR9K~y-6?UXxD!cZ87A4-Szs3inicUC6`ZX-hzAo?TxHAerAQR5|n +z2_bA67Y3a@4UjZ?a++Xuz!)P-k8yC|9ly(yH}98x@W;vl^!pFn^Z4l|lFv1*6UzkP +zy6&6rmnTK961LlWFE+p;e!PB9)5gJm58(<UM@p&ua5Qd4^XUMnSpZVXdaF@4h5-m6 +zXf+$mW{WCNvH`SCEFo5~^UEtD8D)Y6en7VqvLysbqAkE%%PT7kKt}Rs$u>Gb7HxnV +z;J*Y0evo;2H&~ywVfBKPQh6Z+-A-ui>QyOR$4S2&`hIyb9F0**{R%d`9aAXm+yP4) +zpy*Y?Xg(dBo?TS6)<(HHj*}KV@BaAc<PeB+-+DQq1bBQ#VW1@t1G5jDKw>x;06tg% +O0000<MNUMnLSTZ#`jMCb + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-backdrop@2.png b/Breeze-gtk/assets/check-checked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bc64f38d7a3710017df16ab2b7a048a74ba36029 +GIT binary patch +literal 733 +zcmV<30wVp1P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0+LBYK~z|U?buCE+F$^{@jr$ZZKYKfvjOTpgb<mDF<IhV_HtO3op$t7 +z_z6r%_8Gh_yXxLAyI>;DO*v?mEIWu(amEc>p-@V62WT^gge9fy(*N<{X`f$O0(l<r +zb64Q+fowLb9G?`Iil?V{&d$yT>-D;)fM764I2<lTB17*+BE$2kR7!6PeE%Ucak!t) +zXqrCYsj5vws#=MTj!)0sp8jl)Ilyc-t9<$T?MTz~0a=nrCKJS>Q3N6ADax|y6pjjP +zZspK49aT}Pqp|BZW@l$LfIfTT@kw#X#yxy+pPS=jp5p)nA;|dH829eZAxjdPuJ`{e +z>d%4TC1A1mYYrfpOb`l*p2Pl56h#t=2>_~Qbq0t70S8zr8xlY)8tpmGE*@*FT`HAj +zAOxt+JG3k-0JOZ;{rv;hvL7)jMprSCBr%nmBp#1BV}c+6@W(HQ(${+F<<{1_j{`6a +zgSG5>r)gqGpkZ_$XIJig@4k+}|D6wXn-6rG4|JOkbej)!n-6rG4|JOkbej)!TSuTI +zNuDh(|HHjI0;f`wo*-pOV(Qjp$9c{sSP+B@%d!HNRll@1j>ls>dHksBz^kfRR?{M0 +z*kjHU9F!#kpm0>^3FfK}4;yRC@_@4+b%2p;k+%SwTRCdATF-H&X|nODaq1?DVx~EK +z?f^$3!}CL`TG2F}m6xyC&F^6~AGw!Vmc?#<kCj(%Fbo4#QL5?1^g{FFTI&Jk_x!4+ +z>;0a~u1Hms>h{jg(`V_$?dH&N%MtMM@@lwZ{&-O}t23oiS?<XZ@St24L@|?IOfTee +z8}|3l1om2h_H{JQ=R%(9+Ghd>K)oFh8pp#bpa3G?|LdFsH9!Y6-~!+`*!<#N>t$T& +P00000NkvXXu0mjfp95FU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-hover.png b/Breeze-gtk/assets/check-checked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..63ae2a9cd52e42eb11db0968c29978e3116843ee +GIT binary patch +literal 353 +zcmV-n0iOPeP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0TxL_K~y-6?UcPr13?spznvN5?xIN`KSl5*QpBXS2q}Dml(s&JPb7$f +z=?tXPR}hQLib;^oW}TU}h=`!V4p>;^)Q9gL&V>VitN`G4K0jD4#Eo9tUS<(KfJg?m +z8Hrh~?uIAr_NxL|F2uESMgR0@pGXE?iBgN4>U@xBGXZ)6K(Fm_zg6*u0mKpp%{^X> +z>H-Y~kXb}5w}z{y9G$sRuvRD-bt=RvU}FmbRKN9A7WRu*c|D+vcEBC*UjkcU`5WyY +zyb87xlv-pgVbrO3r%FvhC~=<&n~|7Jbxvx%S)``mE_tI?WcPqk0JXXsCfZCcA6?gX +zU_*&JEH)1p=i@VA^>qLPpaE3*sKP@ASOL%P0%=~|Q#1fk00000NkvXXu0mjfb%2e( + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-hover@2.png b/Breeze-gtk/assets/check-checked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9b4a98637c0fe9ccd96dcf80eb9f04bbf7dbbe11 +GIT binary patch +literal 697 +zcmV;q0!ICbP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0&Yn}K~z|U?U=nz+fWpMKRdRQI5a5)q!MU5v~NI%bU;XzT83_2E3xnZ +z%sc{5!B%zXQmKCvODdEONGz35#X<#$3S3ACj^m$uJ0vksNL|S>EdIvhBcIRbUfa3{ +zQsSZf9jIGY@yL>^$DVxAa>a-*lNHbu7%|k=sG)utA7imvE;k1Xu5F*p?6%!n!;|@B +zwXUb6EA8pLG5hTC-Hm=M6s%iT@yC8}(C}p5)Zj_kU^1_wtI0}v0uG#jP0Od@Ns2m7 +z#cbVs{^(HyAS{1m$<@Bx%jql+3dzd>=qlVdGt5tAF*Rs<<bF5QH-L6Y@VF!9q1(Bv +zdSz=Sj-kR#*#N-R%{gESP(s18025#`e*<kBK&4l^<x>E%KuPOg^n_G^E6ciP3+jg+ +z?O?dCvzdYFgh9nTFW9er;mc8sY}dC#cj$5eb^!GwH!97D6tsik2wi(`KQcwVy$$!D +zq=Iot1>=$m#w8VuODY(bR4^{7U|dqcxTJz{i4-(5$rU%X=$uHw>V%Pqq^ZHvaU(J> +zd<I=rq$i}}iOXl>imCGIVQ%<_*WihBmwqf%DP*vrJIJ{$_HEH~k#;{83XbM7p8+;4 +zA6MMC8=XM1VRaAknsZv~g+(YhKE`56SK19v@?qCu=S+kxPZCeSPD}7{w}Tx(QO8+X +zT3GH~cEdebEti{X+b6S<&ex_#uJ$W(EHQM7I?ne`?_O`NulJX@d1cP_erxNFV`tyG +zx;fYKDcr~iSmR7{PHQVm3(FVeI>66CgFub$d@h@;-atCQ9^n6LQmFtXpa>Ww|JM<K +f3p9ZSAOZdW?C;aZZV=X~00000NkvXXu0mjfRjosW + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-insensitive.png b/Breeze-gtk/assets/check-checked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0fad44335c61146847a4ff937c5e578b39460276 +GIT binary patch +literal 349 +zcmV-j0iyniP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0TM|>K~y-6?bJ<9!cY{3;rBMDln(e$iUS~FJ(}nO9OzJ7g`3cIumIN5 +zL<Y1?B$VGK9D5yr#)t!|4jgc%_q$KNoWX%V9s>}DVR@RSPx<!sGPkx-2rx`tw=}HR +zDuaH%p9#P$T|9av@21@e5RpQSRJ9q!$?YUcJmA^^(CzlB9Tdj^M1-?;fa5q9KuZ8} +zYa8#_^LR|Q$&SLxzE7{)K}0adRDr7VHFPYt%We(|AArA|6L<puC0O?Tqd$L_71*61 +zRc(q0y>6#)D^<l}XCDn+w=|661XcYJ7R52^<#Gh50Mu)h!6Zt&)pBuej8iKDTAQb< +v)p~S4xO)KR=F^)2T0oWkDvA^Z=D^DvXn9}i(g6}w00000NkvXXu0mjf$L5kR + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-checked-insensitive@2.png b/Breeze-gtk/assets/check-checked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1f577849b837f405a14a94c08d07329c65c2d8a2 +GIT binary patch +literal 695 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8ay(re +zLn2z=-q@XYIY6f2<N0ryw~l$P;_K52yv&{CboUoetkt2O26KlErR;Kz;tXsRj9Sn3 +zIar0P+7T66T<E3IE3JO~xq-^Ys_v#&7L)g%wAxrxH)*cRKj*MbJ*&CrJwN+<?X^Ch +zYW}U)vZG$#3}I{&lxq8U_f)6<xkrz*ua};8XVRW}xO(opo9nt3eKiSOY~=g;_MM!> +z?BvJ)u0M?8`C^m5FY5dEP?5FViUp_m%Ix|xXRTZ`C5Xkb;l26GvfT|I4;y`LK6~~o +zgTlSL`CH4{c1)eRTZFsyN+H9t%peVsf>?1ymIdLn)z@Bc*unCq^^;&jaM=bO?a~`p +zbxt2Clws&PddaMS-5_bfwToO0bI<$BnxEPByE^(%3|m?wt6=@Anau0%UMst>ENZRb +z$&5u3hRP9I(@)+m+avaVt>nL=DaY(mwno)HvS7G5Ipp=%!sSnoF{S$Zxs~kB_J5c? +zYXi@WEx6D|2Sep!bBkX8dwwgq(fetU)`^GN&u@Hwq}<Fm%W~<JrR9(J<Zj-#&8+Z& +zujbNU>`~=y*&B}-teMZ?DB#0d9Q?Md{=LV`#lRpEv3#uz42(`C)6y6bR}(2-20y=9 +z^Vv_o`t)P%v-jGj68kOrw%N}87`<EeLWaqNphZ(Y&9kfAQ(I6Vz%=)VWJ&DzJwcXt +zxX$_S_s|UQ@9z(8?LAQS{(fzR*#X8mang+M-@ZNj-<JEHNcYlQ?-{4X*(_hC2(0p` +zI{WPX-Rb)C_U~=rZj8U)(9H7pXUwi07h4YqD!4N)w3mxx@N($;^1oE%0;^x6eFNJM +Z_J50?`+LtU*bYpI44$rjF6*2UngFjNM*{!= + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-active.png b/Breeze-gtk/assets/check-mixed-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a895a0cfb9e4ef1f4d7c01a6e8f126d1f7714c49 +GIT binary patch +literal 411 +zcmV;M0c8G(P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Z>UqK~y-6t<<|t0znkU@&69PPD~6J*Vq!YkYGg!>I?7?l-6_>7Cr%; +z4L$=eV5bGO#73j84QNYPxrD-Hmt6}YG2yn8aN0Tf&6hco16wWw;P$n<`}r*%?7_4& +z@DMsc+BBxQlxStrLAiQzFqQyceR1!H;n~fp!cvA-BF80Gw<qWAuHOVo0^q$rJ*^&_ +z+8BVPpqh*GF_s0uk^ln_VX0Ze)zbuf7(~MINkOe>vabw=UMPUX!h1!<0NxgRrPcuc +zs*;r}&$PixR&Ed6glU0Mu*hIkEE1@LZ3K0(wct8z$^V<z%Ig~)pGL>m2?s1mm`_Ik +zNy~aA%vO-&60;Q4il%m|o*S}f63i3kQleG2CpfOQMb8bX+a8DN=Na%NKqeiO+g-nT +z`4|-Xx(hZ=aJ1vT++9~LfYJX2XaE+FV9l^rln;ym=NH6^Y-wGMUZVg2002ovPDHLk +FV1n*Fvf%&# + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-active@2.png b/Breeze-gtk/assets/check-mixed-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..353f574ca6d6162b382807e5d6bad23e2e00bab4 +GIT binary patch +literal 803 +zcmV+;1Kj+HP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0@z7JK~z|U?bu6e6Hyq4@n<G6lT3P%CZz$%B1mnwy&y%A?({Phr3)*# +zuyp07(4`y2jbN8jD8(wc=tgwkAl_OKTr{K_u#v{LvG>VLn#{OJGSX|BWKLA@zdUm? +z=f|5f$($Gdr?yB32d3ibrr4@Ak=U`WrZls`FvS8C8A7VO6KRlNceFBeqdl;7Eb!sm +zjh?y9>}+z^@`+^~ov>fZbT@mh-0eF%R~oZ{Q}J}u%dh!Va@X<&6}WZ5LsyH8&m|U> +z$-}4hJd=w#lA1+WMeh&pgl_kq-vp3L6Jx8^L<#rkqQa$C@i+jV3;KdC9`q^%6<E^n +zep#2F0`7gl#I|`23YBX-b7*S{PlFq7wtE0rHr0OM93a`i9|kHwSBre)4eF8ZKw<5a +zjvr8fW_RhLp0gz2(AWBL&15{bN7}F)#RL=>?)1<T_+1dSxVE0RhnmWkYdn^990!m# +zV0<B4ZkneoFl{&kIx1`B?=Ani4R^}a6*v%am!EVXbpsAW+<z~yS{&2?SPKpW18c>B +zK%f&i5Cn7z2Lgaj;=o~`(>QPtC;|r#0Y%}!0iZ}6)Cd%fgBpPKz(JM3YH@2-y!ciO +ztOfUYVXxxPRlL%4BFA(hSMfsC=HGv#4k+Rl51!)QWr4$;9wEqJ@z_}|_8#=QB}>m) +zQYOFuY}^x&nYiqAUU)>b;@0-LB>Qo<E7+!>L7|cJr!xPu(CcgST3Tt$21XiPuK*?& +zbL`abA+@u;XYnLnILL?Co-GcWHn5|Wp|D@dBsGhXcRJA(6Ri%#)bbErF&TMpkTxK! +zqR)&CjutOx4>d67H;m|#MtwHjfrM4`eDuZj=lAY>E)K06>a*RCE;Oby%Clut?N90W +zb-`8ix*+6bH^lbr%-G;){KK2l{xg7Y$29`o6#8=le+5sB0elB?Cv_?%pc!ZaJc$3- +hF@Y?w1#AKqz%SU0?4VebqaXkP002ovPDHLkV1msKc)b7s + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-backdrop-insensitive.png b/Breeze-gtk/assets/check-mixed-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5c7005a9f663b6981785d9262383317ac45d1f01 +GIT binary patch +literal 394 +zcmV;50d@X~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Y6DZK~y-6t<+6U!ax|t@&7c_mM-{`1Y7_K=g~wD;6j(;DZGT9g9C6D +z5?RnTkx;%VL&pWt7@;s@c(?B}zdXrg1};1TU@#aI#!2#?ZFhH>)>SJ&Fm_$9S1A{} +zola*h0Vc`p&G-DrMzfBT(yEbC>MD%lr%@RDz=H#zw%hwg-5vvwQgYp><2cSOP?G?e +z*41z9V>o2JS{q@7AfVl9BBewKQ36WN-;gP`&#n#%AAly~dtUC&8uUF6&-X6_p2Ms_ +z6U-Pi#f(53>?~-Dodi!|YPZV;bKlw~P1&TWO*!C5!$J@kA3m0qu>XRTQdd$++O4K_ +zE2R_~J^5+qx?V4gVw6(<!onzGIiL3dB>^hsVs{kA{$f765yC0kfLdqCVzKPMbe~^= +osra=MKn*By;<ECJ0#o4g3t6RU;Q!zU>Hq)$07*qoM6N<$g6R^fHvj+t + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-backdrop-insensitive@2.png b/Breeze-gtk/assets/check-mixed-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c48ae5c38d11ad2755278844a0d1618c390781cf +GIT binary patch +literal 777 +zcmV+k1NQuhP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0=`K^K~z|U?bu6h(?A@@@vrTv)5b}wE*w>&rVqplb=Na=(<Q7Ca03Lp +z?tvq40bl_apkmz%w2MlJr&Tr25=!INu06vdiPfjlBpyph{8rXKGoFv)_aFXeycib? +zzVA;p+wF}wJiV`!T2e|Cv;qtxGz{aLWs48)?CcBA^Nz0tZf}3Sa}phG$|PCViMlSP +zX?>k6l-5>O?tbalQlRhqQ`LHNM<&U#5CXU2;uMRRrl}Prr6dRfn#~qb6amI}%T)JP +zS62goboFMtz0t=lEZnACDrv_7n5IdoRKoK-gb;vQY#p>;0^%I-G>jhrxD^-6vb4i4 +z#<EOY*9D+lo?ZuT0Y(Z`Dp>$<ipAV<{Wwl{ZA+N*KmnK$>92}O;L>631Rbi?8cCdF +ziV+inxk`ni<D|88ZAJgiF+K1ktJUh6;{f8*m}<Q~XqY_^7@x-3h(_CY4wvbe$rV_z +z?V;!71}xY%c47FZW-h={agYOW92{r{j*A10z$|c}378cQGyt>2LB_zWagZTU2M#g< +z>cT+=K%F=k6Q~;pV*vBO!HB?7aZ1Xe=L`)T2X`EXL(da~hn!CsMTAi_^g^TN-+!YP +z6GQ*WH_lD=JrFoosc1p=KRXAGOScS8P)tfG&wU#g9f#$mrObg>MfR_9rB3>_RALy` +z4}c&Da=~1cPN%zeBGq2MmI8%sy$5JETO`Tw_p5P}Bngd11Av2r*2i91o^QX^nmbbV +z+HbCl<K)wR>vRGdjRtWXBc=2oKYF;nySp0#C+RupdEW8%_UE<W`0!I4$BX;>`&wbw +zVEwmm-aYBz01hv;fVZ}`rv4lSugc}=bxWA@XBs(rVi3wC_FJuAo6ny;eSHQO0zWSS +zdl7W|bNb%~u1*N-0r7P}=(dMvfN8)+|5HZ-5pW3n1{A<w|Ks>(L=#af00000NkvXX +Hu0mjffxcm5 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-backdrop.png b/Breeze-gtk/assets/check-mixed-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c92d1cd2aef28a345d42c96b68db51d77b38c297 +GIT binary patch +literal 419 +zcmV;U0bKrxP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0a!^yK~y-6t<+0P0#O*o@xMBYnNy93&a`(Md0BW{x)3z#L-c8)zD`th +z0bQBmMkd<0sI@bwAaxkQtc4_zsdK`2dERq=Je(VBxk3Q-`t$B^{QBUz{haSl!YY7a +z7$26E=)}xqrCdIE(*Q=}m;2AztZ;ICgfN6sA}M90*=iTPVXpz?!T_%8=1YaVG6o=o +zpj0d{7>u$&Tm$g^Nmz(Ec71z?=X!xK+p?)uE9?ltWa5Vbb7{YVVgRn^{vOhl4&b{o +zsnp7zGMGuFNT(0C18%~Uz#v#)FenxXRKYfas@Pg^9oBc3?%$%cRgJFW&~+S@aKIl4 +zZOab4c;8;0tHJyWl2S&55Y(y_<y7xdV(9v8k<hXdoo1_zl=5F#^RZ1dy5|5>4IpMF +zE8eizxV*Z_`o6F9dURc%MNRYR{OsZs7>9oJLO>iaS#ww`Y6^^j!51ewatwC&c<2BC +N002ovPDHLkV1iLqzsUdq + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-backdrop@2.png b/Breeze-gtk/assets/check-mixed-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..757fb133844a259e840c7073c59368ac8745a763 +GIT binary patch +literal 821 +zcmV-51Iqk~P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0_sUbK~z|U?buyQ+fW?G@vqWEO*GLC+1jdm1ye!AP7q<>9DBGJV^_QM +zRrm^o!d`=SW4F5Jo845_IyWt%48|_h`808>iEV6~qPu7trd4WfPR3xr%YV+v`H+O< +z<PZN-Tk1|1;_<k)yO*3w?(g3|I5=p|=kr1VKA(@4mX?&?-}<)Q-!>i&hs|?=@7_oI +zwl>zHhG8}dRh^SoT|W$TbPbQ)8vb0WIly>4u6_CXZO1UoCRI@w80aS$2p~y5p(xwV +zv%Ry;!eRo$Fwr$F(-FLSZFF?h0H`kw+}%q~m2eO4-{X2$r*IsAB>Cv-?Bwp9F;qpt +zFwMrFN%I-tI{{24e~keQ4D{2`APa|`jx5Xc_xAyi$!11?5K!j;Q)x>92nGV4<4Oqy +z3u~uRX%%Pybmt!0wp|C5-PVnbO=9tnScjIY7)4PS3J($r1)Z8CNdWxu=FsZPr=Cn~ +z&V3w!Wm&}HbCrh46@ixJKCYB><#X3p1pe)K3heFfu6mAVz~1g|dU|eDJ<k*1WpUsE +zuofH$2G)uLfj~EKAPDFd4g>(*#DU8|w{hSiPy`NK0*b<c3qX-Ls1Ya{2Q>h_z`-Sf +zm&ILR|5ui(fwka1#47Hf%To1!WnyWG#L`mL3tcw<{*GEv6k&_27dUrC;81u_2vSuP +zhHeg49OpcPk|Z75wq0l2`4j)fp-_;=j~==XJS#cdE?VT{Qq8%7&8lJnZ0~G)f;lT& +zTZOe%waIxOIY9pv{~LgX#RR!r&U0Kgn`Qn}q3b5ga<o`Ja)9mrw((Y7KQs)JnHR5E +zU0cU4UUHGKZJX7#b!J|^#<DDQP0K_kBNN5Lx$*|)_qAEWG#iD>&WNsQndOz0Cr=}j +z%f-@eSqpf2dbZ^-`{Q{gn;A)^(yAvd;AS-~$#OI@8JS2V=1b3C7FaI>mgZ6D&ov0u +zou4eQ3FOZMLZLmZ0~#PB{;P8Y<Ny;efMbB)co_gx_yAN`00000NkvXXu0mjf6PtXW + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-hover.png b/Breeze-gtk/assets/check-mixed-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..395f61bf561189f524a565dfd0f70513974183d5 +GIT binary patch +literal 398 +zcmV;90df9`P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0YgbdK~y-6t<<|p13?tV@&C?@ad**N$fXEALm)*=S_?_x6Ij~%BtDTK +z3Z^rVF1~_TWFxsCn@ybAwFrt}cC!OH?HqpdF=se%;Bo+-CzF%KTs#FU(}@hi2Joa~ +zYMvOC%JJnzqw%Q#7IX0!$4U3<>=;ivR*6D`90r@-G|&T}BLISxIq%jB));^<p;tR% +zrd1oLDuBo!e7S9Sc;662aW1Ux3i{0gzH(TbL;%Hq@0Axz=~Y$(_^DP!rJh-Xt%^Dv +zxDT@e^I*BbyjU*K2HOkTVwqqTHp%#_sn?HZn(<8AgadXYth@PtQe#K2g6#?l4bqp; +zZx*amg*w5N#J>q^o)`^-4WY5N2zA2C^ovpwjRCCyO6B-+8tB3OTimu?u&yLNP1dh> +sx7Rno^6vt4fGSWVV^}GrfhF+q4Y>GgCgLO@2mk;807*qoM6N<$f;VTX0{{R3 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-hover@2.png b/Breeze-gtk/assets/check-mixed-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..53bba27f1a34d9ee3aa3b09255be5604a9711fa2 +GIT binary patch +literal 777 +zcmV+k1NQuhP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0=`K^K~z|U?by9e+fW$B@xLA0NgSFq1f&vZJG3(k9nt|IRcaZ!b*;q0 +z1u%07Tm@Uzp-ZKHO)RNsIv^pWN~mI?0z^gJkPsZlPV5dz%x7vyd_pVr8IMo${&LPq +zV!!Y|{Y5%IP%w;S(eRc_j`yr;yF(36EI^T9NRz8+P5v}8%zQ4BsdNRdY#mPR)a-oO +z@#11xmnWr4wTZYk{p8{8wa%CiEEq=e`(AUu?09iqfkzpQvAB#Xi$ysu>|0INjRs}M +zBdKC#_3E9c4<3{O{PIP^TkhbVPei$w5RU^;Ww@(Hm>rLzD^PKW{VL0^0Obs@RCi~g +zwQ^DU!qF5SO@^tA27s;VGr%|?`M~2QI>1<b0L#`T*>>$}g9H!-QcCBd<9ZTsVOw`i +zm%@QVtr_muS&u+&R3odO6ztSK^~;eAT&}MNcIY?&vk8Tw9W+e~1e(ooK$pIEBXEj* +za|iB<87Ocvtpraxmw^E%)5_lq>=g$C0QQ3e!N7iTAP^V^4g>+i!hrx_m^cU-7&Z<< +z1d6~xNI+3I2mvS(2YmuX<Dd`VAaKwluveVf!$bD9f&JjV6rF3o?%I_$N)0wj!MDO; +z<=?-f)+6GI>sQ#nKwxfE6N1zgcs!y7&htNmDodW@dXnRweKyYOGB57O!WUi=$33xh +z#(YX5f(flg&P`>{blVos?2P%qbS&}_VBKh7y92jTZ+fg5tp|C<I?A_)T^~3y%zR3f +zYGudc-HyffvFk6n$T%)+S6$xk)G?coRI!#8<`&zRZT}4BGMUQC*5R~A{d2`3mj4;p +zmIysb73<rFH!s&$S36r=xzJ~OySaJGGNZ3;RiCLgNDQO}tZ=MYNBO0Nxy4hsI`E@g +zBT%8$pNop+bxj@E1sZ?qR7yY!NCFz-|8-oz1}Z=q@Bn@TN_gq;i+_Ab00000NkvXX +Hu0mjf6h&aE + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-insensitive.png b/Breeze-gtk/assets/check-mixed-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5c7005a9f663b6981785d9262383317ac45d1f01 +GIT binary patch +literal 394 +zcmV;50d@X~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Y6DZK~y-6t<+6U!ax|t@&7c_mM-{`1Y7_K=g~wD;6j(;DZGT9g9C6D +z5?RnTkx;%VL&pWt7@;s@c(?B}zdXrg1};1TU@#aI#!2#?ZFhH>)>SJ&Fm_$9S1A{} +zola*h0Vc`p&G-DrMzfBT(yEbC>MD%lr%@RDz=H#zw%hwg-5vvwQgYp><2cSOP?G?e +z*41z9V>o2JS{q@7AfVl9BBewKQ36WN-;gP`&#n#%AAly~dtUC&8uUF6&-X6_p2Ms_ +z6U-Pi#f(53>?~-Dodi!|YPZV;bKlw~P1&TWO*!C5!$J@kA3m0qu>XRTQdd$++O4K_ +zE2R_~J^5+qx?V4gVw6(<!onzGIiL3dB>^hsVs{kA{$f765yC0kfLdqCVzKPMbe~^= +osra=MKn*By;<ECJ0#o4g3t6RU;Q!zU>Hq)$07*qoM6N<$g6R^fHvj+t + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-mixed-insensitive@2.png b/Breeze-gtk/assets/check-mixed-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c48ae5c38d11ad2755278844a0d1618c390781cf +GIT binary patch +literal 777 +zcmV+k1NQuhP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0=`K^K~z|U?bu6h(?A@@@vrTv)5b}wE*w>&rVqplb=Na=(<Q7Ca03Lp +z?tvq40bl_apkmz%w2MlJr&Tr25=!INu06vdiPfjlBpyph{8rXKGoFv)_aFXeycib? +zzVA;p+wF}wJiV`!T2e|Cv;qtxGz{aLWs48)?CcBA^Nz0tZf}3Sa}phG$|PCViMlSP +zX?>k6l-5>O?tbalQlRhqQ`LHNM<&U#5CXU2;uMRRrl}Prr6dRfn#~qb6amI}%T)JP +zS62goboFMtz0t=lEZnACDrv_7n5IdoRKoK-gb;vQY#p>;0^%I-G>jhrxD^-6vb4i4 +z#<EOY*9D+lo?ZuT0Y(Z`Dp>$<ipAV<{Wwl{ZA+N*KmnK$>92}O;L>631Rbi?8cCdF +ziV+inxk`ni<D|88ZAJgiF+K1ktJUh6;{f8*m}<Q~XqY_^7@x-3h(_CY4wvbe$rV_z +z?V;!71}xY%c47FZW-h={agYOW92{r{j*A10z$|c}378cQGyt>2LB_zWagZTU2M#g< +z>cT+=K%F=k6Q~;pV*vBO!HB?7aZ1Xe=L`)T2X`EXL(da~hn!CsMTAi_^g^TN-+!YP +z6GQ*WH_lD=JrFoosc1p=KRXAGOScS8P)tfG&wU#g9f#$mrObg>MfR_9rB3>_RALy` +z4}c&Da=~1cPN%zeBGq2MmI8%sy$5JETO`Tw_p5P}Bngd11Av2r*2i91o^QX^nmbbV +z+HbCl<K)wR>vRGdjRtWXBc=2oKYF;nySp0#C+RupdEW8%_UE<W`0!I4$BX;>`&wbw +zVEwmm-aYBz01hv;fVZ}`rv4lSugc}=bxWA@XBs(rVi3wC_FJuAo6ny;eSHQO0zWSS +zdl7W|bNb%~u1*N-0r7P}=(dMvfN8)+|5HZ-5pW3n1{A<w|Ks>(L=#af00000NkvXX +Hu0mjffxcm5 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-active.png b/Breeze-gtk/assets/check-selectionmode-checked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0f125ff728f45cea030ece4f971c1d95d667145a +GIT binary patch +literal 418 +zcmV;T0bTxyP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0ar;xK~z|U?Uubx0zni;&n~bV6C<o^Y)Q0`U_}V%3-Az@)^rvYJ^`H# +zzKNX{)Djzwx;8{x!pcu5T=vgm8>7u!HnA{sswwWteDgJPL8H-VG@5^nAsN1U8gIUR +zn77_6Zp}hWiR)NKT&tMFs*`lOhr3HvuPC|XeQMrBX?k?owsCFI+wcPleQ$L<8b<@5 +z1*9sTsD+nl-0mJ&;&1@24c%Ia*JZH*xT>D0!C8pu+S&R1euXzrl)QS`q}R0Au?^;7 +zY64rpM8y>~_#M@70MEZ?m5W(B;9sEw=0yk0iw>9<9WXCz2dtOXRmtp6M1Qek8L=Nw +zaBb){E%9ZOAZ6P^{f|W0V69>f``!vakOhM*T;B`Xvp*kzNYxWHSap)lXdDgB?vln- +zy0Df=_BVpZ>x+|9V4>>C7rV@H$yO%O1Ie0O06vNft45>IXf*lw0)#_gCewx2hyVZp +M07*qoM6N<$f@5yEHUIzs + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-active@2.png b/Breeze-gtk/assets/check-selectionmode-checked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c80a0a7a7e7a9d33aec2d0a679b909f014c21dea +GIT binary patch +literal 843 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ889ZGa +zLn`LHy>&J_I8x@=$NWjNW-rm_Q#*QKLTiWq?I_6<mtB|boeCE+>xqQtu}sesG1uEA +z!=<#yfZP1h8|gO5`wj((EA<zMW}Du+_3hccS$AGPIwm+Z=*gY?x-UN86v;bW`C{_q +z%Ljfob|8Zrry|*7=H>DF?(I{br+4&s`rizNo}ABnY_4ekT&m0bbALHc@s|tRUR9sA +zxy+>h$J)NCJTbK>%~CJ=*_ve+=V!ma6>+CL>%4yXTB9>udu;AX?fSUH+Iq9h^lZ65 +z8~2_#vCQUaQ)tqnyRE<9?~19ql6b5?Glb(<miO1>-P`pdo;=kRW1UeY>tCbw{!zZ% +ze*W9j*#q<r%!_LLyxTTQ&gQ$OZQb<!OkX0O%oP1mVra#1@|^UYgt{wr$qV@Va<rK~ +z7_I7I+@JKJ(^&gMs0V98%H+r+v&upzzq#2^cYxV!+1$iUYZ;sT<}mO3dE;KCu%X@8 +z#xRNHv%<eVIC4&D@zwMB5lg4bmi(_bVL7vW=Io!}B<4qX?zL$M<9N&;eyu9f@a>&5 +z+&Qgf+501_-(LBD@2mBKIsvT<6S+#3Fv+fTa3_vArLr;feBRqx4{xnLx#xheb+?-8 +zwW{m0B8_*8>wSItXo2waTX*%}x4EybRQon<P161c<&)+=b<+D=eMN4w?2em<+fy#2 +z@4Zt!`^=?Wy`%d=+aepI*|^Oa^=w~lxU$hJ^6sPd8TQL3cYm|$p1k+?N`LiPqC1jj +zEbjdmQ+=%8@@Kq5vEHHc3C6!-GtRlr*&}+1Yhj?`j=E<bUfx@OT_*NN+%x8B-=7_R +zRy;q4Z|`~&Etb2_;@Q{Fwf(o?dq&@s^yD+o&z&=s=i7Gc-qq=WsX1l~><#X<E@isn +zt#dtc&K{6CFK_>^vHI`yKytz>`zdSKzW?%g_W9bw*-{gxd}s3bYjUpWlcBrOd~+8g +t)zrVTCQ6o{?=f>P+4I>23Dl{{GxE*9%n?)WUjob>44$rjF6*2UngAXAnLYpj + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-backdrop-insensitive.png b/Breeze-gtk/assets/check-selectionmode-checked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bc97a84b41034a311f9de728e35db4ce4430f484 +GIT binary patch +literal 403 +zcmV;E0c`$>P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0Z2(iK~z|U?UqeW!cY{2&ud<3JAm?&6bC@UdNk1mIMAWE3OAwaU;(U! +zL<Y2tHdH8(aP4!@kPt@i(&)h4Z`j<^^W}EX3kZTB2*STcafavfxu50vTY31tEsg20 +ziWD-}ZA{x?b21)}_qI9BDOu&~SFhnc^al~NW<^0n-8e}fmvQO=xCdZtat^EHaJcJ7 +zd^rHnTH~r8!Eu}$06ps*r=&EdbCi2uEU@3%eJMW(Fd7b^wT4ov1)v4s!zRnx;3>9p +z)$H#4k@aFO7W^wjur4B47ZI$B2-f9dK|ct7W%eA_zgQ_`MAX$<V>BGF%ZLaDX2r>{ +zHt4#IX`G}WBAyv4xj0F%-E3w6tY5&|U^{G1mT~G8oAtF)PRPj`Q|3jnojp&UUI2XA +x=2#c?Nv4PDWa1u%gi7ucmItdK2!bHg;|HzMV$@bT&>8>$002ovPDHLkV1i*<vcUiV + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-backdrop-insensitive@2.png b/Breeze-gtk/assets/check-selectionmode-checked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5df459b296c7ff79cc5f5b4bf213d218c4e066e5 +GIT binary patch +literal 817 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8o_V@B +zhE&XXd+V&9aG(t92V;4W7h5LiEmNF0k^k|j4UZ*nY`CKSftTaWjm7;3xL0u3GInOi +zEztAm$e1bMmAUa!*@DY6t7E4qWl8zG`;)!s`Sz@3XKm+Ru3kR*3~L86@R+75E710^ +zWbxHoepP>$N4-{E`*lgmywphB)0^z9Ex*r=*Lut1SfDyf-Lhh7(T^8a@7}C5iJf*v +z^60j?i&vgJbnDcq$NoW*Nvv&&7O|_%?N*t@mc@$K-E5zJ{_wWkl^zTYL0o|%3om9U +z^(8Z06F+{<KP)_4xzlFj=FBZow-0|36O&sMq0up&onc$<;s6Z=4yGOJxE=J(^rQ3{ +zb|_T}H8VNvpKim<u>Z~BLYb8_CdwRdd;goEA*nD;_5d@-8jFogTm8ft4xE0zRO#K* +z%I2KoTc0!fFwHn?<(v}5%wV#N;m@|5-GSm;Z%JNKIcsumZh>LAp7Q(3?Z@*ro3{P` +zW6Tg0`Rr8ul)A#Qu=9It7(9M)W_|rtD}Oq5uJt#j$#tL1kDvQfb3E?B{x(*rq{g<0 +z1&U%B9mFw@#VxQ_{H_pC^d|6F+=G~%Iz@{PAD{JD?fc}&9c{;^1if0Gez@}d;ZK() +zMZAgiT6vIr?fRugN75FgT81)oC{47rtzU9mHf6cje2>%)(HGC=Y-hNTVKQ-<msZ*m +z6W_wRIzEOSJ2Lj|x194+Tu}Rh{?xLZ+m>CAC9Y<PzAbxxe3H<TDNeiZI&Q7%QSn?b +zg=@Q+d0GCwzRl-^ceAlM7KE;pS?3x)U4D{Eq>ZiZ)GjGcP0@XIU!VOvc+m0vvkR%$ +zBp*fBeE<G^`R%zcQa4&`ez)V>pSituMmk?YX0@Dsc75;Kv%Pn%pMGVKVZLzlSZ{mx +z!GAV4Ke@eTv|ya@^Vpn1QHwLPjwW<R@_qWgfU7zCo@zt>iHc`}NZ_ykK4#8mFQYfa +SECr@`1_n=8KbLh*2~7YKDR>V6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-backdrop.png b/Breeze-gtk/assets/check-selectionmode-checked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ad1c9ece497a3d75e0312208dad68d2f931bf0cf +GIT binary patch +literal 423 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlHoV?13P +zLn2z=PTT9p<S5eGpRm#Rl@QbJZ(G7d{!A5_-Egt}LuSvuzQD)+OrlONOw2^0thK#2 +zT|Aki)P2;fB};F1#EjolC;v`8Hz!T+fC0~8ga5N+Pkl)EuuJ~v`~HQ$G9)I8Xsi=R +zdRcij^X6LCyYDVeU%TCVXNur{+clTAlvWk-XsWojUfX3M<$o*DM4BmsA>wAm60s>k +zXZ==t^06}nd6nGKJ@dTVs-bJGd)9>+OB7PY-aUIKw~%YC&Hc|8-?QGBEaaKQ#Sp_V +z-%M}i!P1<=j162@pG_<^jAs9%ZIKWMN89*bRPX!xW?{blZqAqbVoo|+ueoZf{@UA6 +zb94JOfxgK>GC|Gr!sqrK6V6zhd2&Llw5@M|maGl)kBwhFc&FWs5^&r6@aosxyAsY- +za~@k{o-B>mJEwo1;m9_*%*AoVS|`HPE-_Cu6=$AtxF|7IqAhVo%^xPS=v1X!{$F<k +PL!QCY)z4*}Q$iB}?I^Ys + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-backdrop@2.png b/Breeze-gtk/assets/check-selectionmode-checked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..df45fe2bc2b371b9c7a50783b7d3e7839e030026 +GIT binary patch +literal 844 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ889iMb +zLn`LHy>;GCI8cK1L-R`>17_m@=PkMqoIRXX6;;$aKAt}$5w2IsHLqbw=lKKYcCh}> +zzcZypi7VE@r-$2NfyV_SXX`C@*kZPrF3Q}s<8$f4=iBF)eczJ)%y0G?b^$>oFmVmv +z%Z41Y*D^9<&$!&(xA*n;SFgIdDkDxs$T2@Z-%#ppwXwk4`F=}-_NC0rXw1K#y6*kk +zoK&0h@28!~Tz0<HKdJff<6!gS_FkzSqBG8>&GnzZ|4sG0`?=9#lTHdANj8*lbI}rF +zSP&xm^RG?V^`Z|p^6MT?VSgOH&d<-UN~m(WiWqA{^Wj4=i}(Eg{_fGO4-+aX84@G} +zdH8uBo_ni#V;bxE@4NSj|5?u9a_A_Rj!2ykql1xU(>cFjt!0{*O$?2SWEle1O;Kl1 +zQP}YK2$#+@CT@mD8)t;Lcz0Il?vBv8$za8}BQd?>t>)4Y_J;l2-kv+BH*M2<!8t4o +zpG8h<-FQVqsPo7A<hDcxhPvNR%Nb-^XKI(Rnr+@9Q&-6#z`{6f)9JPM#D48v@|Km& +z@yAosDN*ZXe|^ubZu~DLwxW|YE2(i-!~!+qm|4}0(^5Ov=5nvQ>vNl1#=Ey`N=CHU +zvAmwPeR<kR=UaIXTZDU+YJ~3nkYh2i<MGAA>_HpF=V*og*Lk)xr0s_2jpS%Xh9}=Y +z2MOxFeS39N?(XO}k*gvaFP^@5ongbSX@_6FTp8jMJk^U;TRtl|cUflItM>DU&IxK4 +zDBQBY`+S%ByywXee|qQS<vL&8K1F4zh}rgS8$Ub}ZBl4>ZSnL=PSvu1MK98W>JEH* +zeQnY6-?5V{&+h08j=O)O;*W~$?l}9Bh6(A(N8D?kKNqj|*SbG%s`k^)q>U-tQ;%#v +zt|z%{rsw%(=|wxI9{anVDM8v{g}ufj)@!Z-v(LZI3BEU9i=m9MrS99U&;;evuDM6f +twEU^RV0`6Wr5yvmVtl0w68JxPe(trWwoAI7tpR2a22WQ%mvv4FO#ohYe-Z!y + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-hover.png b/Breeze-gtk/assets/check-selectionmode-checked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..648a7752f731311654e8e649ec0f306560917cf6 +GIT binary patch +literal 407 +zcmV;I0cie-P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0Zd6mK~z|U?Uubt13?r<&(6fSyQm4|rwG18ikP$(!NMo7wDn1RB0&^P +zXCR%vf>>l%OoD7Sac9?J8xe%LS+I~f)fD$I-+awna5x+ehvQ%4NroTh^MmC=-A8LP +zNDWHj2HG?2K+PJ>e0<vNe%N|7$tBB$y36xocz(Q3pha&ZG3aTu9mP>L0R})}<B3{` +z*5+i`sf)t_gc?TeJ>IigA86Tnq6Slg3UztDecckJxs})P6=%IVVa;P>3I!Yiv5hNg +z@H@8Qewno{X6Jx^g$q~}7qBWWU{zees_Y!F<J+rU!R${&e{rBalNfZU;jC8|UzTJA +zzQ+EKMA%?EP_t>YB{8yKP=<SqKWP-{6Oh?@q6Qnyd>lvF<mM&sOBYsOlOGnF=j*GB +zOJHT|$rroQX;H3Bq6bnow*ua<Tv#0rhr{8h#up8bVaGY6yYc`4002ovPDHLkV1fnb +Bvp4_% + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-hover@2.png b/Breeze-gtk/assets/check-selectionmode-checked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1031c377cdf205aae82545f60f55187d661e89c2 +GIT binary patch +literal 815 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8o_M-A +zhE&XXduzYn?EneZ56Q>NgxcGj9JCs@G1oF%En#+Ab;YRUbyR07d%`op3a)LdoTq#J +zHQ%_z>1D%_AkI*okcJfpT3a4i6y}r{XatD3zW8MvR9%;x^fYFEjP=Anj4sGP#d|W} +z3QNC_CpyFW|Guc)EX-G`eAC96xlL!UWzx&}$K5tYXik-yRJn+CUGDrdZ?;)o-6j82 +zwfL8$+16_z_h!}pdhxC;q%ES+^tfi-eSW@IbyK$UJ}5kS$R)0QrMK#_KLQpXm~yOQ +zul(h36^^@^cdy#aHg@_6Ve7fd>QT1(?~jIv@pFB8%Gj`y`TJX*XX=|b@Gf|${C)Mh +z{cH&yPdevbDzu)%{%G#>t4H&<UXQRc2;RiNAbWWpvjJzLw%?iqn;Fa)e4Yf~D65@P +zee<jy7sDoow#nxNZeC+}&_0pv!L8KY&)ZhW{>orI`A_Dy<N~9-g*ovo^U~vgJ=JHj +z@H8_2`u5}34U;P>86L1Xyj@}Z!a)1woh#fW%m>fE<Firu_<8SM=_~e4tXfHpT@eeE +z#8z|=#|+ZHaE_yH+YRGm|AO>480B?N$&fxUdE*iJUA!va=FZ$D_A_zG&xcpj52r>S +zKizJ*@`m=G4@tT~l1bJZCNy#%X|~&*dY`vCyEA4b&qgNqqM7~-8(x-N<Xjr`E1O-= +zY|anI-4Ex6RqLzo6WYiGj3JAhthKx3AO2m}K6mqn^Qx*R`5Wh^b@1=b-N6`O@^Gz= +zuFm&+au&M^f|I@<@LG8#;<nw)-V6UOeVDlVpHIzOW>MdY`*!<kx9;3mSI4Ptw^qxp +z{99i3>%Qk{_e*@L*WGkgoGKX4oZeO*6&o29u`eV}`T##e=Q@S82W^=@*2I}D-Lroy +z;~Pc^8{1;%Oh3D<j_04dI+ib4^1r#Q<9#JBL#fK1&mBnMpZb2rq;FTZefqhe510cO +NJYD@<);T3K0RZAFbf5qL + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-insensitive.png b/Breeze-gtk/assets/check-selectionmode-checked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bc97a84b41034a311f9de728e35db4ce4430f484 +GIT binary patch +literal 403 +zcmV;E0c`$>P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0Z2(iK~z|U?UqeW!cY{2&ud<3JAm?&6bC@UdNk1mIMAWE3OAwaU;(U! +zL<Y2tHdH8(aP4!@kPt@i(&)h4Z`j<^^W}EX3kZTB2*STcafavfxu50vTY31tEsg20 +ziWD-}ZA{x?b21)}_qI9BDOu&~SFhnc^al~NW<^0n-8e}fmvQO=xCdZtat^EHaJcJ7 +zd^rHnTH~r8!Eu}$06ps*r=&EdbCi2uEU@3%eJMW(Fd7b^wT4ov1)v4s!zRnx;3>9p +z)$H#4k@aFO7W^wjur4B47ZI$B2-f9dK|ct7W%eA_zgQ_`MAX$<V>BGF%ZLaDX2r>{ +zHt4#IX`G}WBAyv4xj0F%-E3w6tY5&|U^{G1mT~G8oAtF)PRPj`Q|3jnojp&UUI2XA +x=2#c?Nv4PDWa1u%gi7ucmItdK2!bHg;|HzMV$@bT&>8>$002ovPDHLkV1i*<vcUiV + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-checked-insensitive@2.png b/Breeze-gtk/assets/check-selectionmode-checked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5df459b296c7ff79cc5f5b4bf213d218c4e066e5 +GIT binary patch +literal 817 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8o_V@B +zhE&XXd+V&9aG(t92V;4W7h5LiEmNF0k^k|j4UZ*nY`CKSftTaWjm7;3xL0u3GInOi +zEztAm$e1bMmAUa!*@DY6t7E4qWl8zG`;)!s`Sz@3XKm+Ru3kR*3~L86@R+75E710^ +zWbxHoepP>$N4-{E`*lgmywphB)0^z9Ex*r=*Lut1SfDyf-Lhh7(T^8a@7}C5iJf*v +z^60j?i&vgJbnDcq$NoW*Nvv&&7O|_%?N*t@mc@$K-E5zJ{_wWkl^zTYL0o|%3om9U +z^(8Z06F+{<KP)_4xzlFj=FBZow-0|36O&sMq0up&onc$<;s6Z=4yGOJxE=J(^rQ3{ +zb|_T}H8VNvpKim<u>Z~BLYb8_CdwRdd;goEA*nD;_5d@-8jFogTm8ft4xE0zRO#K* +z%I2KoTc0!fFwHn?<(v}5%wV#N;m@|5-GSm;Z%JNKIcsumZh>LAp7Q(3?Z@*ro3{P` +zW6Tg0`Rr8ul)A#Qu=9It7(9M)W_|rtD}Oq5uJt#j$#tL1kDvQfb3E?B{x(*rq{g<0 +z1&U%B9mFw@#VxQ_{H_pC^d|6F+=G~%Iz@{PAD{JD?fc}&9c{;^1if0Gez@}d;ZK() +zMZAgiT6vIr?fRugN75FgT81)oC{47rtzU9mHf6cje2>%)(HGC=Y-hNTVKQ-<msZ*m +z6W_wRIzEOSJ2Lj|x194+Tu}Rh{?xLZ+m>CAC9Y<PzAbxxe3H<TDNeiZI&Q7%QSn?b +zg=@Q+d0GCwzRl-^ceAlM7KE;pS?3x)U4D{Eq>ZiZ)GjGcP0@XIU!VOvc+m0vvkR%$ +zBp*fBeE<G^`R%zcQa4&`ez)V>pSituMmk?YX0@Dsc75;Kv%Pn%pMGVKVZLzlSZ{mx +z!GAV4Ke@eTv|ya@^Vpn1QHwLPjwW<R@_qWgfU7zCo@zt>iHc`}NZ_ykK4#8mFQYfa +SECr@`1_n=8KbLh*2~7YKDR>V6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-active.png b/Breeze-gtk/assets/check-selectionmode-unchecked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f2def6b76b3fa5da1c3ce83378ceff34801cac39 +GIT binary patch +literal 376 +zcmV-;0f+vHP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0WC>HK~z|U?Upf1!$25@-<)j@L8LL_TF}9OQ-@anK!1dzbGDBD377a! +z+;r${H${v~(KR$CmJVK%+&KiC@9POd`JOos_uP@;1sH~57-p;SC?DUxWP9(Q;vp@Y +zVOc>?+`#vms3&IqK#$|Iqm`}Kp&as2i2K@@^P7=GC`oriuCSA&>x+3-PXP=87#olD +z3a>>oicfuV8~}t8h@&pvR-FNW(AFabmK8)O$!)(JN)KO^5dijW9a7*QV*P9VSD-Z< +z=n4nA!hx=Epex%I82Db3tIZEvD1!qZn&OZGqn?;0=^C3vE|fu%Ryda5PXKCLkF*E- +zfgaDZdOCU3gMvC(yU-`Q>iO>a@(RGx)}s%*)(O#0Cej7bzT6T(4$HyHFbu;mZu|iL +WF;Z6Ymv*ZF0000<MNUMnLSTX~ucXBQ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-active@2.png b/Breeze-gtk/assets/check-selectionmode-unchecked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2cd4376d7a484180d146f0a2cd331c03eb85d194 +GIT binary patch +literal 755 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8R(QHN +zhE&XXd+WTnNTST~kKf<T+HC#0|AMG^62H(h%gGZI_FR<@tT?g2`N7KW2OGUFF11%+ +znW*vNf$FPwLVq0;Urfm0%*;6TY<=mRt#@bgZ7$PTa@hF%yMyOnZ~DM<CjB{x^N?E! +z86<@tDm!o{Xk~Jt_M9lq_UmSQ7OWMzakhBUg!0Kx_icOfx>4>}-na7iH_vR2da!uA +z_4H@u{m-uP9qKtdXR^qq&cg@KU0eOV?fkjhr#6H=0Gjjo>GfO3ZaL04X<6{wNn3pP +zq?Dj-Ldxx?KX$|>SM5ACOFXFHqkGZQKXVs;-fi}2l35<th8?1QveUo+*mQWR-0!E1 +zDM1EvygwG4P<(!1mHV&LWuG)JBq^VdYSjLHu(YEr?ziM?_qX=9q8^0RYcsrVv}T%f +z_>gq^+5_^UF%8|Z*OdNcZ?Haf@54zZz6+A&ZCjUrUY*F4aU#1~X#2dk*Z=919+`V_ +z&)bVKYYXpx*di+N`}4eQOv%fccvm_&Yh9SYWwL|>X3E+FCEiLc8DUE!_hfyU>FIj^ +zC|fq`H>(N(-d`rC51r4Lw$5C(YMap-(Hqz2Rk0fEjaeGAb!yS3zwwIx)A|@rY_<=N +z@2j=C7}dyZ+an4LOH=)nKXd&HjSplWNc)l%aEC{tK7L_HV^g=iwWU?y{u+_;d0!b% +zx6bt{ysDgQ{9J`qe1BL?;p3lwch7(2J^O&)9La0X&&i3{Z=cRLHys!@n;uU7s{8&> +z3D>7gzE5w?pY`kW)2Xc}uK5?*knga@UZYp)PPXE#^TkqAzHjIHAlvcRB=5<S<faU} +y_01Vxr@qx+Xn1kvHgj2L<@3%C1el|?pHW0+>+{*&|0RH_n8DN4&t;ucLK6UZ5N~(@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive.png b/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bef7dda5393352685c355bdd320c9d4325fd2480 +GIT binary patch +literal 358 +zcmV-s0h#`ZP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0UJp~K~z|U?Uq4KgFqC9{~-goX=!Z&F5GY)P4oaRbSa*~OVo4p06h!K +z4kVIdp)ujfxM)mV&SOkWn)j{w=6&pbKoA5$5Y8IK`M500i>7Vg#^LL3w06llq|k(6 +zv{@vxBG2<rS5I?}?AyaSj^fAcI)&CO6-0Dts`_bX>KMQS0PErftRus4pQZdb0MJ_F +zDoYUr!7YH5tH%l)tzAxu`$20BrPLh2+|^+P{vpnP`Coy~NT4qg=!*pUB7we~SD;d8 +zh-mULB7%k8a~xJ+7)BdY)tC}VL@-r_W7ll~I6uIeCW~ZN>`Wc^-Qh;5AmO;yj&0u` +zw=c!>D}WDIkF}_OIV+qd6L)(NPI2#W9IS#M2!i0pHw1K5Zj5%<WdHyG07*qoM6N<$ +Ef_q<@IRF3v + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..37049ab8c734b420d289ea244c258b095c8de255 +GIT binary patch +literal 733 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8CV9Fz +zhE&XXd+WTPaG=c5kH+8qxc;)gOuBJ`BPm9*%!XNd+Ao%UjE%C@Uj!={OBd=Z6rSb2 +z!pbSAE6g-eGc0P^8H3{W-Asv>Gm4&v`&!IT^?bMRehF7Mw}2oLn5g4lrO>q~>(1-k +zr!T*9XTKHBemmvKyyulGpI6>5Ir?8>OVsT|2|m~FD*XA|`RB!@Hpd2wcu%r^tg)1T +z`Ese%r%#{X=at*R+Oudy)i33LNnJ@Nzt^%9Grrm?H6<tr=#ONcNh*#q<r7mS8Q$*> +z`}XtHDKDjs>fiDn#pS;?yLaeNvWYbB#|nl8Q=ArGbdYHKP%GaM`)1zvIOY$o-&FWm +z8(y2#b21!^VOYEM%9)5LZ5Brch77axYYa9`2ZYtdF5F6DWO%i8)|DgjS6?sAeY?7n +zA($cU^t}ny%XF48`aIbv`#kUVqi_2EeO^kZ%Kw<ZdP?mBXYPn!ziTrXy^lBaNn8+Q +zwn}nv=Xue=C~LStnXTjq0l^|h+Ze{hyS4tGy1Q*_c#w1wqpg2AgMz2ayDxvHo<4oC +zEb-08D{T=D`xn_WILMR-icJ15BIeq-d9yLYfuEJ%FP}ZV^uJOPV{=$`v}Wy$R7tD3 +ze82u4bdgI>=K1xP(Q2;plS;m1pDjB#?koQMc+DHziQ4fD0&NdB+_j7FZ4;mW*(Tn` +z(sJS~snZg|d#iu{yZY~6UDfAHt~aG0h1Y!l_HET)$4|>{&WXIdZ`S_ui|%dhS41kW +zy#06Q?wyGHJH_=`3s??Jvo@EsbNl`|<#F$HCJVL+(`!F0VY-)hHmT(38m6EB9eLgE +oSBf*#EqvlHhm=q*I)9R0KIQb~W0rn`!1T)C>FVdQ&MBb@0MYtFO8@`> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop.png b/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8e153e42de7f35e598fbe6942f9698752e71d4dd +GIT binary patch +literal 380 +zcmV-?0fYXDP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0WnELK~z|U?Upf1!$25@U!%j_sR^acAL#1Tp-nq>=py<f{57I~N5ny) +zonk{b#ifJJCM1Pmj|;S^LlGSB>j^^np7|cW=Z+gbfMFPhVfLB>%Hi?&?W8C_p0f0_ +zYfR-)Tq)%`3|q5?-yRKzXJ5A75oO4te1F{3b#!@g4kZ;uh1U8oo+kaQm`?z70c>nM +z(krBC+8abYavT6Cr7-A6$n!-9K-1PE1sYR%O3~wfI93W(Wjp}BtwRd@L#)5ne+62@ +zfv#|%D;($w2fDIffl|t~)_Uh*ORXV=s3{I9FbrF>c$#3B$feeZpA!VZ=?j3Btw-7i +z8-9C~74ym6{X@qXL%N(0q7Hoj_2&Ba3P5S=kv8gIP7~XeiF841U#<j@!*XF|7=~dO +aH@*QV7*{y0IH^Mb0000<MNUMnLSTa5-lK*9 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop@2.png b/Breeze-gtk/assets/check-selectionmode-unchecked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d43d09e0943f080591a9d0050a5897002f74cc2f +GIT binary patch +literal 753 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8mU+53 +zhE&XXd+V&9RHDSukI9F54xQk+G($|JTF~jxu^A={P5$m^(%Z|mzM*Bw^#|)-hW+0A +zl1*G?+bO5ZOI|u<XkWYWh)4dMfy-_QpIK^0j#~5QKKiMv`0;>zdcsF07i6H4?NzlP +zZ1v3J>Tkb(d--y&-*RJP89vwVN)tJRI$g}CdhMI*eRiD~7pr@bzsZB$->)t`oZq`D +z*V^#p+`>uIN~gs|#OU3P{im^2QEUUynE7_~mYZ_b(~dko@x1uNlFJvibX-wkIPkqa +zLw4(i&C%_-)*E~-$DX*eD^^D=w{x$wP`wC4pZ~4b(?81DS9Mr-M}DkeSdb~GleW2{ +zU_XnpT>D##%l5a=88aw7PGY?MHeQthXl{pF>B^ZKOJd#iwzDu4*p{;%uwhwev9aN9 +zoIM}I%#x_AM_!+2ChWfbR+3>6!<r4|N0@%?vu90En*P>e)-pzhe?Oj?AHFBR{bN4Y +z-?*Z?Ol|+_)<++>V7NeuE#yc;mqdUdvsRLWE6<7!Mo|KS6C)gaFY7ftSaWK>(TBem +zvoGo|F+0L^PU52-!<N3NAmMN;8=h^v%Gajf65yV(Yi1QQgZ1uG9yVs6^KH%_{?`5= +zWcIq(S1%rZp7_3lbq+9~)pTE<*(RH_ucEctP59r7Nt2%Zw&RoX&DmGeTeqM8w8>qs +zotw<6tiJdM{cCu7{n#{M@JzCP9I@=>ySMM{E2A{u_sUtZ6-Yg6`yqJ0w|DK4ncpAp +ze7#fqZr=GBCj{?HE?)k!YHQHCHCJEXp8nmQ-$B@6MZCr%Mt3ESbI)DXw|qC}KTyuF +zu)b<CSH;d$MT?|m&i~9`ST<G9V?N+^;(sM_!nuAj|EuMZpTUckbpq2cgQu&X%Q~lo +FCIC|uSFiv8 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-hover.png b/Breeze-gtk/assets/check-selectionmode-unchecked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..feb66f495653e46ac0583ba8f6632590958faf58 +GIT binary patch +literal 366 +zcmV-!0g?WRP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0V7F7K~z|U?Uubx0zni;znxiy*{DmxO65yXAhZ@#K7pkzPvR5VU?QC) +zbovTb%o>51Wx@He*u;7+V`4(?srO{gOt$y{hG7_nIcgHh$Ir{<*?J|O^wth)3qf&} +zOl+aVBJa5IO|SPA>ZO!J)+;e}&JS;|T2PX7H&hmKuJ@x-n;C!s03YI!UO{i|_3-kP +z90vfI1V+UPK26#O&<*uSfwhImB)RREEKRVpUI4fVbx47KNbs-qUxC4JU@ROM3kSx+ +zfw3G{ppuEL?BR!1#-lCaC=MyGP+~FHdmIv38IPCp8@aDv0hmyav<LH!8<*P59^YM` +zI#}Bh?%eO*9wvA905+i>eb_Zl7tLfMT@cO7Z2){AaIi8A!!S%7Kb#{}Uu9IfGynhq +M07*qoM6N<$g6YefF8}}l + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-hover@2.png b/Breeze-gtk/assets/check-selectionmode-unchecked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..15e129a1845f24d007c92bf60ce8fda591896b60 +GIT binary patch +literal 726 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8x;<SS +zLn`LHy|vfxc7VjOkM%usC$y-w8cgXgTUhSEF4hvVGWCUONYX>589Q0lHLZPhVQJ8Q +zwP_(8tes1RRz<APSR|yU((>R&=iP&yEl~^kj;l*n)FmtZw0wTi(yvY21sNP!H|K4G +z?fvz0exLm2I%Q8z>qi&!jkBLWOHg{hMeXys=`S^}P0!l8?5xdd)^{?odh_nIe07^5 +zlKbq=(pOLOo^}6x`rKds-R)Bw!XC_fAHHw?w{uc~K{`7>teKX+?8O7iZ9>6;Jn4@8 +z%=^8Sy;fAPY+ib8u{bw3uXN?LZN=}@Z#RF6J1brhv@Kq);rW5bmn2pfvwG>7C?Bgg +zpJU#Tt$hC0G(D@2T1(W|KZvNm`cL`&fh1jihZj@B8Z340SY)%teb-<-Bhp^*=AFUq +z^LeG3%&ZG$m9}lY>smO8xvePoz0rw%Ur)!Mv`TKdE!|mjjek!*Yudj1zrzxqg)C4M +z&G2BA3TkX4g}Fxbh2>6`OOaCpB~$pXB{gqlI-R^lQTB`E)XQae;=M0zo0_=xz{!sr +z&oi*sO)p?szTvX>jqlD3cOI;|_uu04)Clc@s;;lArti*l;gt7d>RbPKVa#)lw#Q*- +zj!))$D;HwZw6=Ha*?-p)uT_S*?PHjhwe{J#i%*N3o@W~;?fIwudF%i1qsl+Ny}bLn +z`R?6=qUUO&uKv1n^Y`Jy?2fxXn0@imUaR+XVb70UF}n|j)@CQ?eh#aYeZW59C0Cp2 +zj^~rkJr`}8@_jqs2jLfKe;*|J**)`k{#k2DaL~5@&BvC!-=lUx;qhd3B?Ks%|A#Si +X(oTidu4@B<36;Uq)z4*}Q$iB}w`f`z + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-insensitive.png b/Breeze-gtk/assets/check-selectionmode-unchecked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bef7dda5393352685c355bdd320c9d4325fd2480 +GIT binary patch +literal 358 +zcmV-s0h#`ZP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0UJp~K~z|U?Uq4KgFqC9{~-goX=!Z&F5GY)P4oaRbSa*~OVo4p06h!K +z4kVIdp)ujfxM)mV&SOkWn)j{w=6&pbKoA5$5Y8IK`M500i>7Vg#^LL3w06llq|k(6 +zv{@vxBG2<rS5I?}?AyaSj^fAcI)&CO6-0Dts`_bX>KMQS0PErftRus4pQZdb0MJ_F +zDoYUr!7YH5tH%l)tzAxu`$20BrPLh2+|^+P{vpnP`Coy~NT4qg=!*pUB7we~SD;d8 +zh-mULB7%k8a~xJ+7)BdY)tC}VL@-r_W7ll~I6uIeCW~ZN>`Wc^-Qh;5AmO;yj&0u` +zw=c!>D}WDIkF}_OIV+qd6L)(NPI2#W9IS#M2!i0pHw1K5Zj5%<WdHyG07*qoM6N<$ +Ef_q<@IRF3v + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked-insensitive@2.png b/Breeze-gtk/assets/check-selectionmode-unchecked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..37049ab8c734b420d289ea244c258b095c8de255 +GIT binary patch +literal 733 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8CV9Fz +zhE&XXd+WTPaG=c5kH+8qxc;)gOuBJ`BPm9*%!XNd+Ao%UjE%C@Uj!={OBd=Z6rSb2 +z!pbSAE6g-eGc0P^8H3{W-Asv>Gm4&v`&!IT^?bMRehF7Mw}2oLn5g4lrO>q~>(1-k +zr!T*9XTKHBemmvKyyulGpI6>5Ir?8>OVsT|2|m~FD*XA|`RB!@Hpd2wcu%r^tg)1T +z`Ese%r%#{X=at*R+Oudy)i33LNnJ@Nzt^%9Grrm?H6<tr=#ONcNh*#q<r7mS8Q$*> +z`}XtHDKDjs>fiDn#pS;?yLaeNvWYbB#|nl8Q=ArGbdYHKP%GaM`)1zvIOY$o-&FWm +z8(y2#b21!^VOYEM%9)5LZ5Brch77axYYa9`2ZYtdF5F6DWO%i8)|DgjS6?sAeY?7n +zA($cU^t}ny%XF48`aIbv`#kUVqi_2EeO^kZ%Kw<ZdP?mBXYPn!ziTrXy^lBaNn8+Q +zwn}nv=Xue=C~LStnXTjq0l^|h+Ze{hyS4tGy1Q*_c#w1wqpg2AgMz2ayDxvHo<4oC +zEb-08D{T=D`xn_WILMR-icJ15BIeq-d9yLYfuEJ%FP}ZV^uJOPV{=$`v}Wy$R7tD3 +ze82u4bdgI>=K1xP(Q2;plS;m1pDjB#?koQMc+DHziQ4fD0&NdB+_j7FZ4;mW*(Tn` +z(sJS~snZg|d#iu{yZY~6UDfAHt~aG0h1Y!l_HET)$4|>{&WXIdZ`S_ui|%dhS41kW +zy#06Q?wyGHJH_=`3s??Jvo@EsbNl`|<#F$HCJVL+(`!F0VY-)hHmT(38m6EB9eLgE +oSBf*#EqvlHhm=q*I)9R0KIQb~W0rn`!1T)C>FVdQ&MBb@0MYtFO8@`> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked.png b/Breeze-gtk/assets/check-selectionmode-unchecked.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8e153e42de7f35e598fbe6942f9698752e71d4dd +GIT binary patch +literal 380 +zcmV-?0fYXDP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x0WnELK~z|U?Upf1!$25@U!%j_sR^acAL#1Tp-nq>=py<f{57I~N5ny) +zonk{b#ifJJCM1Pmj|;S^LlGSB>j^^np7|cW=Z+gbfMFPhVfLB>%Hi?&?W8C_p0f0_ +zYfR-)Tq)%`3|q5?-yRKzXJ5A75oO4te1F{3b#!@g4kZ;uh1U8oo+kaQm`?z70c>nM +z(krBC+8abYavT6Cr7-A6$n!-9K-1PE1sYR%O3~wfI93W(Wjp}BtwRd@L#)5ne+62@ +zfv#|%D;($w2fDIffl|t~)_Uh*ORXV=s3{I9FbrF>c$#3B$feeZpA!VZ=?j3Btw-7i +z8-9C~74ym6{X@qXL%N(0q7Hoj_2&Ba3P5S=kv8gIP7~XeiF841U#<j@!*XF|7=~dO +aH@*QV7*{y0IH^Mb0000<MNUMnLSTa5-lK*9 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-selectionmode-unchecked@2.png b/Breeze-gtk/assets/check-selectionmode-unchecked@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d43d09e0943f080591a9d0050a5897002f74cc2f +GIT binary patch +literal 753 +zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lNlJ8mU+53 +zhE&XXd+V&9RHDSukI9F54xQk+G($|JTF~jxu^A={P5$m^(%Z|mzM*Bw^#|)-hW+0A +zl1*G?+bO5ZOI|u<XkWYWh)4dMfy-_QpIK^0j#~5QKKiMv`0;>zdcsF07i6H4?NzlP +zZ1v3J>Tkb(d--y&-*RJP89vwVN)tJRI$g}CdhMI*eRiD~7pr@bzsZB$->)t`oZq`D +z*V^#p+`>uIN~gs|#OU3P{im^2QEUUynE7_~mYZ_b(~dko@x1uNlFJvibX-wkIPkqa +zLw4(i&C%_-)*E~-$DX*eD^^D=w{x$wP`wC4pZ~4b(?81DS9Mr-M}DkeSdb~GleW2{ +zU_XnpT>D##%l5a=88aw7PGY?MHeQthXl{pF>B^ZKOJd#iwzDu4*p{;%uwhwev9aN9 +zoIM}I%#x_AM_!+2ChWfbR+3>6!<r4|N0@%?vu90En*P>e)-pzhe?Oj?AHFBR{bN4Y +z-?*Z?Ol|+_)<++>V7NeuE#yc;mqdUdvsRLWE6<7!Mo|KS6C)gaFY7ftSaWK>(TBem +zvoGo|F+0L^PU52-!<N3NAmMN;8=h^v%Gajf65yV(Yi1QQgZ1uG9yVs6^KH%_{?`5= +zWcIq(S1%rZp7_3lbq+9~)pTE<*(RH_ucEctP59r7Nt2%Zw&RoX&DmGeTeqM8w8>qs +zotw<6tiJdM{cCu7{n#{M@JzCP9I@=>ySMM{E2A{u_sUtZ6-Yg6`yqJ0w|DK4ncpAp +ze7#fqZr=GBCj{?HE?)k!YHQHCHCJEXp8nmQ-$B@6MZCr%Mt3ESbI)DXw|qC}KTyuF +zu)b<CSH;d$MT?|m&i~9`ST<G9V?N+^;(sM_!nuAj|EuMZpTUckbpq2cgQu&X%Q~lo +FCIC|uSFiv8 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-active.png b/Breeze-gtk/assets/check-unchecked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..646bfbb56d579375cd16a5d9a84089c7f43294a1 +GIT binary patch +literal 328 +zcmV-O0k{5%P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0R2fsK~y-6?bNYK!%!H-@&CQ1xd>7kuXHWwV8E$Et1r-paCFY*=u32o +zZ{nsyXS*q4T#BxtF|l;;Hpz`!arBlhLeB&IID8)**m4BG?Mr&_{wW`lq8=0_(gg^7 +zQHLEl?FDueopqNUz(+3ctEM?04;5Mor$(7!FHTk$v$UE30}1e&*Td-4cg6s;f+%e9 +zw)FadmH<VG)XLdf=ST^@%0>chr+fV&-nK!vkM6)7_^-gg7j<SfN9LyC(8sR9up_5& +zvSJf-ZW`jG<XC+_0hI^P3+!l?R+H;T+s|DGwuL>}H_vxBmsh~z_W%k&18u-_ELs5z +aAo~GyD^OU(T8^Or0000<MNUMnLSTZY1daRv + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-active@2.png b/Breeze-gtk/assets/check-unchecked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..150a0d59712fc32301d2ae924bc77beafff19915 +GIT binary patch +literal 641 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8%sgEj +zLn2z=-tf=9Tp-i%QQb55(wF%;y4oK6&d<)xc5YMH`?5Qrte}ZKQC+`TcCSWU4Wp5S +zvxv<brK)_v{~H<~9K87QKxmltt7}_*C*M+$yTrD2HHYF`zDm8ueCN*(uU|MU-n2*c +zk8Om0nDA}(Z?EzW?~A&&W=7&q?g_3ZRwN}GsqLHPx49xY>raKkhljHlchBBhw(rUo +z<$s&}^rS_jHlO@3b@%6V^J-)99dT>a;%W>}FI^_<d9vWO(~Oyh6FZ*huSz}C?mT(x +zTt3yaYO5DL59&ShcIRhPhK=Qqzcuc?b=Y>7O0nfzdp-rFgEd}{4$krMYP02i`g!3G +z7LLD+ch*K<KVZ4@$IN}<m%k?|?ywYPOSm6Ye8AG7pz%I$NW)CSk4N+++%`WxxB0YH +zpaa{ab#Cu(Fd0mlUmB40{pPNheL{<^*ZtS7xz+e6lU;~muNZFhjA`nGgyzlKlA%$@ +zce<$@XWGxGo?=oUX1O@)b^GSmvjcM0nin@tE_|ta;Fe#zTlx#LSN6Gb;<p)6Ry^OG +ze45p7dE^<l)-cb_kyWdMS43nuTlk!9aXOmxa<1dmhBaOLHg4K*=kJcY+Yj8aGUBS1 +z>iWOs-zKeHkrj1+Z|=30-@VxD{=Bz!4}<sInl%4ibk@2x!dGkUTwR-boQ$1q_X9P@ +z)coJ|{h#E4>yF(A1kTm@eVcA>!2E-)<loknA`L1N7!LjTKR=T(_kqL;MzaI@Du$bX +URNL=g08CR1p00i_>zopr0JC2!#sB~S + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-backdrop-insensitive.png b/Breeze-gtk/assets/check-unchecked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..34b762d3c8231ae8c3ef599be2ec1c29397f557e +GIT binary patch +literal 307 +zcmV-30nGl1P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0O(0XK~y-6?bNYOgHRa7@&9*o0hdB+6L4_hc{I@naL`eF3SXi=M<1Zi +z!dM`YlolEjKDlnDivy&S=~++m%b5<GIRcR9`BmLCA4C8BFgUju1qik0`RjQ!%hELc +zvH-j0unPR(Ik}Co){a`Fs@FwXy=;pr0G<qh_WffLkH-M4wcI2z#+Z9xX#fW27E`cO +zR764`G?SG->~n)$zzg_)K@n<Ios6g|4!8RSJ<nekWyKU!RVm7nW7}>3wE**ImTikF +z=-R`bh>6C4&J9i19XD^;>pQTQlTLso5CUVrOo2V{`2!9@Q*c57qZ<GK002ovPDHLk +FV1mIme<c6_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/assets/check-unchecked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b1aafb6a5c7d0f1d15a0129d16d29ef405f0fef2 +GIT binary patch +literal 618 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8<UL&+ +zLn2z=-q@RWIY6S};q`BUm;Qvw-f5jRMM>?7?)3|*%4axsFtbFLKM>l%n9v}-An6?M +z66Ymd@vFH6tXnQv6lTpoJmJRQ$xFSa3A62gyximdVwsbN*(+aO(&Nv$t!H`oVcmoI +z_kz9d26>4Zvu4a%pLt7svBJIC($eR3PtQ_evYxy6_T`%=8+i`T)d}=`x$9%)+K9Wi +z@9zDqIqRsy?QP!nb(ZZ$JmoC{GiIwzEs~7AZtUu*`O${|c;U>mX${}5UbuQUZSzaU +zBe&;1EU-UhDrLShboI=~3?;G4qt+%xiaBvO<nC^M$n6lrFz?sFT884wM+|z-Bu+Qx +zk-cofxZ>(7-3M$7jyfzo#OAOxCeBK4RnW}$W-a?zMH;_uHV;|D=v{ej$)menFHQ%> +z&wW-U`mg)}*Zt44o*vkO2hC+PU1qR<>Y7y*+k-A=h%uX<{lWI2^4_M{!p9$L$~CSQ +znshfVO4!3(AT!+{=HGsaHpRbn@(l+M{M{gNy8HR|`R5i+>Ha)BGiasG^FL;C)n9(s +zHYqrGW!hK$Sa9`iS#5&WBKfFkrY}qSzU?{rB3Xdt_TD)C;0UH`b)SE|eay<2Q1X=J +zPTqF!djCDsw?^$v<*0pqM^SyYNsT1iw%7mcD!zR=xw_aw{zo0_4iAI<=Tp1A&$0J4 +xDsXaq{`|ozfSoJl|Jf-AcqAC>8CXB?PYOA;o%dnz3}E76@O1TaS?83{1OV4cD@y<X + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-backdrop.png b/Breeze-gtk/assets/check-unchecked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2e0333c38949480e636ea82864f2394db72d74c1 +GIT binary patch +literal 327 +zcmV-N0l5B&P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Q^ZrK~y-6?a;AK!cYK(;lH&*?^SO@pfAAc!~lhnfyL-U_%udehZqM< +zV5&518W#qgZPSu8a&wzNb&@!G36tThC;4)6V9#*?CX?5bqI`eM(vPk&m1_eCAvR&y +znm1H?G#s9NdH~Dv?cuAgqsxnPq>xsNwAM%QEa_*(VhVI!fHX~egQ#bX0Z1ts^ds_o +z*#Vj^fH9RTr9JkOV=1XB;{wX+uRp}wH^>1zfd3a1LTt3wJ0mNt5x!q<!7yyi<5|Kk +z=t^tir-UFleFoMZKtr`hS+SUo@9sOs7^@q6->(CuUT&^$uYl6|)j2>DP=IGSbPbe1 +Z{tdXfRXWX~t)c(`002ovPDHLkV1kAjiyHs{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-backdrop@2.png b/Breeze-gtk/assets/check-unchecked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4d9b153507ef45ed719f014ebca3a2da48d56a11 +GIT binary patch +literal 645 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8tUO&D +zLn2z=-thIm%ph^#qrLa-jb+&j+g`98=07;CKv6}_;_+$q4=0vC5T2m((YU}k?%?<C +z>4gzYhxi19A2%*EQpw1?=@u{cVZ+wI4a=7mxBu(+zx`$UwwDhZmt^$D%3pb1`t`|` +z2;+0--p!vsKfQWy+!_W)ffG-Qa%1OLm@oC$JAeLs^uhz*<+F<2@6R&5yv1naDyLZ& +zwsikF^Tz4vy+iKxVhpdp?)vre^Ymn(WS35`-gJ#8pF0)_XrKCAwWTlm%^NcVUvA&f +zw=)mDwf6S*R&zLI{}E{8=R$uu`$z9`49jF1G`P-)b=%YgI8IFUIW6@+GvYksL;VGb +ze^xO}IjwprQ?u;GR~64iA+wkdl)Z6HkdokTc<UF=2DHZc_)lN)U*Ge#TXRid+rsdo +z@}7jjl<QK{G`bl6e0&}dyfD4r?a~V7;Kh6@jBdJk5JT6Z3f8}|C;y-Nx~I`~*Qazw +zgViTu8?F^*zcARpc=5lzqN<m_rZWcYU%H?5#?9OZyWU+W?0dXn>)rdiJST-n_vkY} +zm}0lnW?`oIvdoPiKbf+hb>4GOx!?HwXNwHEO&?$J-pvyShQX_>($s<*dv_lAbL)<Y +zZnjO?P5VnBSMS}vU;k^(u3hF5bMHhju3w-3OmB|7e$Mf@obA@90>TbNE>-plTDvPM +zHq&I=pZDh(`SKb5zJBrk`K67o4iz`NchKkI`1^GO+lmI4KmX5oA7Irvz_N~^j=6IG +WVXj|I2{yoV#o+1c=d#Wzp$P!U8#1c^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-hover.png b/Breeze-gtk/assets/check-unchecked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..77090163e874854e551acc65b762859d244f625d +GIT binary patch +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41LPZ!4! +zi{7_aZ2g=ZC0ZYr*M+ocOmESiI(vabhVF`(#-(eu6J1Sad8l*B<{a$W>89|k=-|(d +z!QSl`W)z5hc=F`;Bxd$LhKe|ybK%}UQ_S~8SEg_!O!=^L;^j4xZ02vjwX;R&K27G> +zSYBP)7O1o`@MWOz?$_eidK=fVY>=+MyW7V17{e>BUq3nD`;|9LV_9LdY2Bo?@*&*Y +z?7S9CELm^wA}{6h`-PxQ(|;}#uOFA*_fOFa3U0|aFfX#&X#LI6Tf9=!?qrfF^BlGl +zvl0U$%;omB`Mo-DP2{0c-t)ulyQ>raRx_|(V3KO^(|Ofk`r#YvnU0{ua|scPfu3jZ +MboFyt=akR{0AhE6$N&HU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-hover@2.png b/Breeze-gtk/assets/check-unchecked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..24b7e82a9c5059b609aad1e62afc511157a7c952 +GIT binary patch +literal 613 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8q&!_5 +zLn2z=-q`JTJ3yx4<M}@QPUpEzlBbr&zL37q$f_8cCHaeEYD5J?nq1@Zgw<9hE3e!> +zGKp)W!bXLKU9DQKA%|F{)j#Um$qGelnuMyJ=4{^o@y4Z}FJ(?2mOu4L^=_QShTPAW +z#CC^Ita#aaGDN3~RYS-pbCdbnlksWkH)1yGl&ciH|5CN{D(`GRm8_$i{>3>@-PLWH +z`}ODL_V$-iY&Jmcw=3Tt>U239@L=Xr!|=(0Pm=-znZ)b*m939;vMlSe&#&l@)6unL +zxcP1Rwi~{M>%~gvUFkl~xWdTBOlyt)3kj|rf>-1F{;&o7V~ArtY4ye5Z~FV1S*^=Y +zZpg`GXj!$9O@|?fE$6!d!?Ubpi*15u`M-Tjdey*ZV&pr8gHz)4);_Jf)i2H``c3#8 +zpZQ%@<9@k<szE*;BpEPOmGN)n$t7Oj{d5gj)`Y)ssGnfG@|^X_14>pvFU?sOX2&dZ +z)9@jSpWzEmzPADlNB3v)O`FVPVSP9a=zBkv9~VAZW~(Rfe5cW9tp6}sd%<Pq;G_3% +z-nt=Y!#DNIQPI;y-~HByvmOjLUv%q_q}cl1Q&&Ecudn+4E2G|iZ_@X3bKd?vd6Iem +z;{Cj#$!EJ)_NTI}xe)ee_Oo->j(ro*W7yX(#iI4)d2!XoJrh|E@GJbgz9fiAs(~{@ +k<o|h}27v-bb^(U{jM{!X6dh`sKnaS$)78&qol`;+0NTe3!T<mO + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-insensitive.png b/Breeze-gtk/assets/check-unchecked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..34b762d3c8231ae8c3ef599be2ec1c29397f557e +GIT binary patch +literal 307 +zcmV-30nGl1P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0O(0XK~y-6?bNYOgHRa7@&9*o0hdB+6L4_hc{I@naL`eF3SXi=M<1Zi +z!dM`YlolEjKDlnDivy&S=~++m%b5<GIRcR9`BmLCA4C8BFgUju1qik0`RjQ!%hELc +zvH-j0unPR(Ik}Co){a`Fs@FwXy=;pr0G<qh_WffLkH-M4wcI2z#+Z9xX#fW27E`cO +zR764`G?SG->~n)$zzg_)K@n<Ios6g|4!8RSJ<nekWyKU!RVm7nW7}>3wE**ImTikF +z=-R`bh>6C4&J9i19XD^;>pQTQlTLso5CUVrOo2V{`2!9@Q*c57qZ<GK002ovPDHLk +FV1mIme<c6_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked-insensitive@2.png b/Breeze-gtk/assets/check-unchecked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b1aafb6a5c7d0f1d15a0129d16d29ef405f0fef2 +GIT binary patch +literal 618 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8<UL&+ +zLn2z=-q@RWIY6S};q`BUm;Qvw-f5jRMM>?7?)3|*%4axsFtbFLKM>l%n9v}-An6?M +z66Ymd@vFH6tXnQv6lTpoJmJRQ$xFSa3A62gyximdVwsbN*(+aO(&Nv$t!H`oVcmoI +z_kz9d26>4Zvu4a%pLt7svBJIC($eR3PtQ_evYxy6_T`%=8+i`T)d}=`x$9%)+K9Wi +z@9zDqIqRsy?QP!nb(ZZ$JmoC{GiIwzEs~7AZtUu*`O${|c;U>mX${}5UbuQUZSzaU +zBe&;1EU-UhDrLShboI=~3?;G4qt+%xiaBvO<nC^M$n6lrFz?sFT884wM+|z-Bu+Qx +zk-cofxZ>(7-3M$7jyfzo#OAOxCeBK4RnW}$W-a?zMH;_uHV;|D=v{ej$)menFHQ%> +z&wW-U`mg)}*Zt44o*vkO2hC+PU1qR<>Y7y*+k-A=h%uX<{lWI2^4_M{!p9$L$~CSQ +znshfVO4!3(AT!+{=HGsaHpRbn@(l+M{M{gNy8HR|`R5i+>Ha)BGiasG^FL;C)n9(s +zHYqrGW!hK$Sa9`iS#5&WBKfFkrY}qSzU?{rB3Xdt_TD)C;0UH`b)SE|eay<2Q1X=J +zPTqF!djCDsw?^$v<*0pqM^SyYNsT1iw%7mcD!zR=xw_aw{zo0_4iAI<=Tp1A&$0J4 +xDsXaq{`|ozfSoJl|Jf-AcqAC>8CXB?PYOA;o%dnz3}E76@O1TaS?83{1OV4cD@y<X + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked.png b/Breeze-gtk/assets/check-unchecked.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2e0333c38949480e636ea82864f2394db72d74c1 +GIT binary patch +literal 327 +zcmV-N0l5B&P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0Q^ZrK~y-6?a;AK!cYK(;lH&*?^SO@pfAAc!~lhnfyL-U_%udehZqM< +zV5&518W#qgZPSu8a&wzNb&@!G36tThC;4)6V9#*?CX?5bqI`eM(vPk&m1_eCAvR&y +znm1H?G#s9NdH~Dv?cuAgqsxnPq>xsNwAM%QEa_*(VhVI!fHX~egQ#bX0Z1ts^ds_o +z*#Vj^fH9RTr9JkOV=1XB;{wX+uRp}wH^>1zfd3a1LTt3wJ0mNt5x!q<!7yyi<5|Kk +z=t^tir-UFleFoMZKtr`hS+SUo@9sOs7^@q6->(CuUT&^$uYl6|)j2>DP=IGSbPbe1 +Z{tdXfRXWX~t)c(`002ovPDHLkV1kAjiyHs{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/check-unchecked@2.png b/Breeze-gtk/assets/check-unchecked@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4d9b153507ef45ed719f014ebca3a2da48d56a11 +GIT binary patch +literal 645 +zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEY)RhkE)4%caKYZ?lNlJ8tUO&D +zLn2z=-thIm%ph^#qrLa-jb+&j+g`98=07;CKv6}_;_+$q4=0vC5T2m((YU}k?%?<C +z>4gzYhxi19A2%*EQpw1?=@u{cVZ+wI4a=7mxBu(+zx`$UwwDhZmt^$D%3pb1`t`|` +z2;+0--p!vsKfQWy+!_W)ffG-Qa%1OLm@oC$JAeLs^uhz*<+F<2@6R&5yv1naDyLZ& +zwsikF^Tz4vy+iKxVhpdp?)vre^Ymn(WS35`-gJ#8pF0)_XrKCAwWTlm%^NcVUvA&f +zw=)mDwf6S*R&zLI{}E{8=R$uu`$z9`49jF1G`P-)b=%YgI8IFUIW6@+GvYksL;VGb +ze^xO}IjwprQ?u;GR~64iA+wkdl)Z6HkdokTc<UF=2DHZc_)lN)U*Ge#TXRid+rsdo +z@}7jjl<QK{G`bl6e0&}dyfD4r?a~V7;Kh6@jBdJk5JT6Z3f8}|C;y-Nx~I`~*Qazw +zgViTu8?F^*zcARpc=5lzqN<m_rZWcYU%H?5#?9OZyWU+W?0dXn>)rdiJST-n_vkY} +zm}0lnW?`oIvdoPiKbf+hb>4GOx!?HwXNwHEO&?$J-pvyShQX_>($s<*dv_lAbL)<Y +zZnjO?P5VnBSMS}vU;k^(u3hF5bMHhju3w-3OmB|7e$Mf@obA@90>TbNE>-plTDvPM +zHq&I=pZDh(`SKb5zJBrk`K67o4iz`NchKkI`1^GO+lmI4KmX5oA7Irvz_N~^j=6IG +WVXj|I2{yoV#o+1c=d#Wzp$P!U8#1c^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/combo-entry-active.png b/Breeze-gtk/assets/combo-entry-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..456d52a08eb86c48f003ee972c31280da1174749 +GIT binary patch +literal 197 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}RPZ!4! +zi{9j#{|}X!cQ&*(Ha`5m|NrTCfA4<(^#1q!|DM<O{P{P3x&6$vTbvz5MiZCJ>}+gI +zeBWK~T4l53RZCXg|IhZ4RtsmHWLrGT-Sl$YW&!EPuiyVaapjH5$t%?#xg~!|-mm}h +u<M;jlPrv_vQ~mG#UHwa3%x+#?iVV#9#+<ulnD+u*!QkoY=d#Wzp$PyZAz9P_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/combo-entry-button-active.png b/Breeze-gtk/assets/combo-entry-button-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8cbd06c3c40dd51bd05ad8e4c2d1fae929c3507d +GIT binary patch +literal 207 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}7PZ!4! +zi{9j#{|}X!cQzc&zt2C(gkz(jm8X%b)}{?chDQH>er{JeyMF)w*L#1sPWv1`$4Fb) +z(@Ii8!o_lC*O#5&_xw11;DE!XG&VLiL%(PI_WviZl;m?W?az{{nH69AU;E5CkG^N& +z_y2#3`}0cS;E@9d4m{fNQrC0V!&XLSW@cs8qXG<jj;dr?zn|<6bPt24tDnm{r-UW| +D;-OOD + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/combo-entry-button-insensitive.png b/Breeze-gtk/assets/combo-entry-button-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..44248006bf5e4349895063c492a270ce68c573f4 +GIT binary patch +literal 216 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWRQfXi(`mI +z@7t?}e1{BpSTDSvuyEt<H05Z$!=lxjwdN%(;x1@7#uKXQwj||@{ejEVb!soa{%cs$ +zbAMj6@B=+QMHU0&4vs6gR!k{cE82agNO)qI07Hmr=waJq9M_r8SlX|VTmFLSUs?mR +z%me$6wgREP&sUh4hg{wAew&XlGsB-<)0Q1I6G%xjkXQIx#~9E0O0%1jA=M4&Fa}Ro +KKbLh*2~7a5)=tC# + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/combo-entry-button.png b/Breeze-gtk/assets/combo-entry-button.png +new file mode 100644 +index 0000000000000000000000000000000000000000..64da8f1e01a747e60b4589d593065e22c169284f +GIT binary patch +literal 199 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}BPZ!4! +zi{7_a6or}%1l%6h&(z6goUCB|<=^rb1`$!*Z+SDcw!2(0_~Faj^xXdU3t9UUXM4Z5 +z^IGJ+(qi#<nG$4_c=f%B{mh-Y&WV#4Tux<|M<%f(9Aj`%S(~kP&-!C$e|zXu+2;wN +tbDxFZ4Pm&mR^F##cH?)37xQ`lGQ=)WE?VWIQUY`bgQu&X%Q~loCII1vN?QN` + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/combo-entry-insensitive.png b/Breeze-gtk/assets/combo-entry-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9ef9c652f998e002abfafb4a02b5f275879ea2b8 +GIT binary patch +literal 201 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f$r;B5V +zMep0I8%3EE1zaz(&$`g8*?wt@+V2gsd`<7&ZIBd7JJVy!?i9yp{>T2!@s~btxE{Q_ +z5|z0&@$NB4LC0157TovNoSzsF+IdmlvOkeQ@W8H##dZBj_62F&F%OvjvprVblzTf@ +vYDUnZp65I!Koj2ebu3tQm{~e4{(!iRr=6eC0b^O9OBg&|{an^LB{Ts58(&Qf + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/combo-entry.png b/Breeze-gtk/assets/combo-entry.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2ef3a664603c1b2ae41a7ad391266bcd9a0368c2 +GIT binary patch +literal 185 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}jPZ!4! +zi{7_a4EY)qcpNS!1%!R&u#kTIcm1Ms8yqCJ`W8H7I=bWI_w99}hK{*X3`OV8{cJel +zlJsUy`m);Svj!an><o;B8^g4?)0C2rY<loYD(^@An$r6F{;Knqf3#T7wO(nNQFF(c +fO_D40rK=b#%uUWaU9#8+w3)%v)z4*}Q$iB}d*DUO + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/entry-active.png b/Breeze-gtk/assets/entry-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b49582ccaf243d42c57a70df0202ce11644bbc18 +GIT binary patch +literal 255 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}Uo-U3d +z7QJt;*zz?w2(&%SpC+%m@sOKW@}lbocMcsXFxUJd^vYJ_N>ENrhDyWkWM_?>2+uba +zztv|xlb#gWx9=uH*4f{yt?Z}h>=gc?*V=gFOs>1YNu7TEuPJZxrq6S|(kWUzM`Zn` +zF0np_0<WzLSrP<YwcpRkVqj{}xf!s{PJ8FUz0w~V{`c2T7b)-G=xgZje&vCIKw*$X +z)zLlPU0;0|6lOl%`t0!A+I_Fnzy3Bhu>Y}|pPAP;X{$$d9nk#@p00i_>zopr04rN) +A3;+NC + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/entry-insensitive.png b/Breeze-gtk/assets/entry-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a2d6ad5c68896e25f8ecd90b8f08badd338897e8 +GIT binary patch +literal 250 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41;PZ!4! +zi{7_at@)Y_1XwOaTD!jS7Jh1RheOP2!PeLhnID#T2rlgqu~RK>SU%Nl)>HxE!lXO~ +z2cgFnNs(etO!Jv~ObgB(tmYSFbn<!gt1)z`Yvi=D*RCqLvDeS9lb1+Ra`L&dO!eg1 +z8{(^YoqbFgCS2zcjQrlDw8?1yYJ=*D@jDN2?>VsFF`2iouX*Dq#<|4-SCja?F0I<u +v|NAa8gUS(?Ni&vlezuX9i?IC7x`*LKNzP%XmM9;f(-}Nn{an^LB{Ts5IYC|1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/entry.png b/Breeze-gtk/assets/entry.png +new file mode 100644 +index 0000000000000000000000000000000000000000..30d7e0beef18615475e86bb481208356ee6e4d81 +GIT binary patch +literal 231 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}go-U3d +z7QJt;Y~*V;;9<F7>=kls!cxc9fB(xFg-R69c?h56S-|(!A!?=ccKeg&KTZ@MSRcsX +zk}^xqxVY=1ghsCR<2zG3P83TVU#X*?TdcguSw|_>Ugz}Yb+L>IY3HUebiBA{W^CNR +z<j`dpyzfugh7;!VEkAbt@1J@}X;Qw6i}v2+=$Y%}jsAX{G}V;hMDdN|2a3J!_dEVO +bm><c=a@#j`ayW|$(47pPu6{1-oD!M<ko8&h + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/frame-gap-end.png b/Breeze-gtk/assets/frame-gap-end.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2382b6e4220f68dd8ebb9d137d38d4ac87348232 +GIT binary patch +literal 92 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDYhhUcNd2LAh=-f^2tCEK~ERQ +l5RRG276mU()UyErgUBmpH<>rf7Xl?2JYD@<);T3K0RW$V7mok{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/frame-gap-start.png b/Breeze-gtk/assets/frame-gap-start.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7eefa3535f6033c3acb4c67ef5cf325c05fe8e5b +GIT binary patch +literal 92 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDYhhUcNd2LAh=-f^2tCEK~ERQ +k5RRG22|!>`@Zv;01N${*H}%=kK0rwZPgg&ebxsLQ0IjAM?*IS* + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/frame.png b/Breeze-gtk/assets/frame.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e852f7013e2945eaec36ab6ac443ce2a620cd143 +GIT binary patch +literal 238 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41mPZ!4! +zi{7_a4f&c3Bpe=oH@^}n(<8XTJve{i>}I)E<F70tY%YiY&A#F*e0-DSJ;r@sJHOWz +z*4yMOR4-6itLL`T{Pk7U*X<u?JwH9USk!E@=d4$&bDS)`AMOzBWDnn&!gJtO&)n4l +zo$kyc*V0bj5Z}rWZ5;V4lP$e~?LYgQkod`pp{*X-NmF)lHfpX|b*V+n@XDjT@m~&C +hh;~*l@G-IHu3-M!Y*)Cw>mA5v44$rjF6*2UngFNSUJC#K + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/handle-h.png b/Breeze-gtk/assets/handle-h.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ece259ccb3ad900afb2cbe88b61f7e99b6562f20 +GIT binary patch +literal 90 +zcmeAS@N?(olHy`uVBq!ia0vp^B0$W@!2~1&KS&k<DYhhUcNd2LAh=-f^2tCEeoq(2 +k5RRG2HUA$fGw)<zSeC(bNpA5I9iSA0r>mdKI;Vst0D6iSumAu6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/handle-v.png b/Breeze-gtk/assets/handle-v.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a9dcbba0d91ccb84c7c2ea1fb89f0e1222fe2cfb +GIT binary patch +literal 93 +zcmeAS@N?(olHy`uVBq!ia0vp^j6f{H!2~1^=N$M3q}Y<Y-CY>|gW!U_%O?Xxggjjw +nLpWw8SNwmdEX>Tzyw!l=;XJ1Al>xhRfwByqu6{1-oD!M<0&p3_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/line-h.png b/Breeze-gtk/assets/line-h.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cac41642fbf3fdd81655b49584a656e1b965e053 +GIT binary patch +literal 90 +zcmeAS@N?(olHy`uVBq!ia0vp^B0$W@!2~1&KS&k<DYhhUcNd2LAh=-f^2tCEeoq(2 +k5RRG2HU%#@n0GQTw9R1hFm_>X1xhh^y85}Sb4q9e08V5TfdBvi + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/line-v.png b/Breeze-gtk/assets/line-v.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3888f68c65a85d3bcac544dfc77d29749f8c769a +GIT binary patch +literal 93 +zcmeAS@N?(olHy`uVBq!ia0vp^j6f{H!2~1^=N$M3q}Y<Y-CY>|gW!U_%O?Xxggjjw +nLpWw8TNJ$D5N2j(-fF<GeF9T%O~gwRpe%!@tDnm{r-UW|+JP7z + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/menu-arrow-insensitive.png b/Breeze-gtk/assets/menu-arrow-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..842c02fab962bac0c78dfbbeba98e3990650e7a0 +GIT binary patch +literal 232 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v~00o-U3d +z8WWQf9GI)Bs_wi<I?=!x`_W#ktlZXC+b~9I#zaf~_<etLbrt_T)BhYVZJ4<8`}#QB +zzg^+XKybKQTz{XZx5u8p$3LBynytpe+hUS<mEp3A;;J9->|e)Aa|X6<*N?aR*Yz+n +zi9uP9)7jbi;{Bc;GoJks{jocXKB>m>?hr}7+Td@<%sj2*_t_Ikr@yp6)-XF7!MJb< +aBZFCm|1(D~nSDTqGI+ZBxvX<aXaWGZ>{g8c + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/menu-arrow-selected.png b/Breeze-gtk/assets/menu-arrow-selected.png +new file mode 100644 +index 0000000000000000000000000000000000000000..43daf58222d307be0a5b63805c3c0493afc7d3b1 +GIT binary patch +literal 160 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}}%PZ!4! +zjfrRb9l06|cv!OIF12fj%zy9yWrFALrnu~u0RE=pJ7=8CRM{ugnkn&DPGr^yeA$*2 +zy|HT6&3}i50yb3j&Q|$wf8nidFQ@OD-1x@bZ|b6I_SX}m^;Ma~4+AY=@O1TaS?83{ +F1ORoAIoALH + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/menu-arrow.png b/Breeze-gtk/assets/menu-arrow.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5b17dad15abf8890b1f0311b7b5445e6d63c7576 +GIT binary patch +literal 233 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kwj^(N7l!{JxM1({$v}~Lo-U3d +z8WWQf9GKa}#JFB0ooL{UHGFLUESOEqjBkgDfpT%2P30%YD7SwWhyVXyy>v<HdE5G5 +zKkVXod4S;je7h<YUFG^m_RNR1a%LHr2wZ9jW%ilevgVIu+kYNy)s(0H`zt=ZU}R>V +zwY-zDXNOA9nKilpjSbc$ru>kve0ODIZH4KBpq@}>yQ30P34-6}cN)Gq)Tzwg@j>X} +b5=I952tSRI(yseJmoj*|`njxgN@xNAB{Wt# + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/menubar-button.png b/Breeze-gtk/assets/menubar-button.png +new file mode 100644 +index 0000000000000000000000000000000000000000..58e1666942c838d8a950b23964de67bf968f81bc +GIT binary patch +literal 121 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT1$ir;B5V +zMQ?J#0;7bKgoK0*vEM)0oAOx8sGK|D!rMII;EKk@Y<*G|Sr1k;nlLelt!7b?%uv`0 +P)XCuK>gTe~DWM4fGn69i + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/notebook-frame-bottom.png b/Breeze-gtk/assets/notebook-frame-bottom.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddf4ed538de3d4e32b87a55c9ac699374836733a +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41&PZ!4! +zi{7_a9r+GANH{$F?w_VJ)y1V$hIe~{`=P)pr6uYa*@3Ee`%`jM4i#ltzGt}q%`;G> +z`S#yJmPjVe#Mr&lYpf*SmRv4tSCPzHbJpM%OXfM-=c%E&v$r{S{+N0;$AB%NCoR#~ +z<xdpjN<%A&-wW6hmQ{J%yBahJ_B;qbXZhhuJ>%TsDWSa@MZ5)8@xNxhXYKi}|Lv;o +Vgkq+!?La3oc)I$ztaD0e0syp7RapQ4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/notebook-frame-right.png b/Breeze-gtk/assets/notebook-frame-right.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4b1be7c4f1985e30856d6d876fe3b3cc425f52ef +GIT binary patch +literal 220 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41IPZ!4! +zi{7{A_VOMw5Mg*&J#p@&0EHz2>&1>OSi-S5Maf~Fg1sw;#$RV6QSJvJC(I8l7k*#+ +zuVSB`f@y%z%$d)YYIdDHxsxk9N2F};T|=dZFSOcC)ynu9cr@0=vj1*cJ?#LC+K2iB +zfnQ~LS8B1e>9Az(-lxtM8oH~_!6@qEz2}$rm?$k|<FlWY%yH>m`R&i__e>2>e~G(z +Q1n4*hPgg&ebxsLQ0G~utEdT%j + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/notebook-frame-top.png b/Breeze-gtk/assets/notebook-frame-top.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b6c4bf0036469455a9f1c93f2e4a3ec25a5885f7 +GIT binary patch +literal 220 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41IPZ!4! +zi{7_aH}W1b5OKZud-04}Oo}22EQee=3}0wO9PL&(!ZlC9uS>)Am;B3M1qp`TPCJ=p +z_P#s$_oK<B*JqBb4?msFS+IuRbJnX6Q^UAliAzpw;Ct@%ZMUvc**T_tf$SSjvenHx +zC^_fge@5%8nvy}G2Dc9R)CenUu2^;Hh?wRFA*YBhhbx3P3J3hnsMCMIdi;~=$!T9t +R@Bkgh;OXk;vd$@?2>=JYR*L`t + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/notebook-gap-horizontal.png b/Breeze-gtk/assets/notebook-gap-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1c10b41956ffae76105f623f735cb057fcb7ed82 +GIT binary patch +literal 104 +zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWm0DYhhUcNd2LAh=-f^2tCESx*<o +v5RRG22|!Ts|Ka2R-{tN8rGt1$4$KUP0@xS2>p#!~DrE3<^>bP0l+XkKQ4Jo} + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/notebook-gap-vertical.png b/Breeze-gtk/assets/notebook-gap-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9d76f7233ae21afba43c4a2534dab13a39c51d05 +GIT binary patch +literal 99 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2q}Y<Y-CY>|gW!U_%O?XxBs^Ul +sLpWw8Cp0h}`z~+yFFgSWk{s9>VrMa5ezcmQ4XB2})78&qol`;+0IIqi7ytkO + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/null.png b/Breeze-gtk/assets/null.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bdf4c817003b053d4101161eadc861a81eabc297 +GIT binary patch +literal 96 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT1$sr;B5V +pMQ?I~1nc4ik)EbN1FjX!3~V6`jGtnZ;(-bnJYD@<);T3K0RXgm7I^>w + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/progressbar-bar.png b/Breeze-gtk/assets/progressbar-bar.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3bbce74f8740527650fab98fe2558c841ff314d9 +GIT binary patch +literal 196 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u_bxCyD<C*!3BGlPX>xqdb&7< +zNKD;&b|dd00|AGN_0Ntl++aP)bw*?pYl&l1;GK>9$`7>Cn6%x+J5Oks{Q2b>&-eX! +z*>+Cz7QT!hI-EyhjydjaTYa#zYVE<B*#{(L_Ajt(z86}y_1imkmIL((QO->M>H^mv +rw78y4mD$6_W3?c5hKfMEYW%&PW3r{X<vFi_j$rU~^>bP0l+XkKKWRwu + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/progressbar-trough.png b/Breeze-gtk/assets/progressbar-trough.png +new file mode 100644 +index 0000000000000000000000000000000000000000..abfff07b8cd5b157d8fb714622478ac52a0a2e8c +GIT binary patch +literal 193 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u_bxCyD<C*!3BGlPX>yVdAc}; +zNKD;&){w8sK*HhSck?4FGkw&b=AF<jX?E$qwD$X^WcDLd=ZpGs>g@UHJ@1Hw|FyaC +z3cLkRx3dTxQ!Jla`j4|}c?|Eb4d;>_^0hN2Zd<lNyVTHHfZ_OoEh}5LGjc}zsXLkS +p?c98h`4+?1`JM_7f1muz!)q*iYQ7HB44?}bJYD@<);T3K0RXNHNG|{Y + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-active.png b/Breeze-gtk/assets/radio-checked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ca44a9566949bbd41c762f0328c4413ea4d58b33 +GIT binary patch +literal 829 +zcmV-D1H$}?P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0`f^jK~y-6t&~k{R8<tmfA_w=na(h^oqjm&oAA|z3yCQtYJ-W94Kol- +zSP=^=bx*+sp$RD@5KXK#5tc46x=;eTA;AnxAVnpHO=(?7f&|Lg89TPlj7;09@8ez< +z?@eRVPTPh5?LFsr&pqdV5B$#(jSfD(KX<xN)9)1))y}d_2p}HDwj#!po(NwI^>>bJ +z3V3Ovk{X}2uewUKrYwWLc0nQ{0VviKlV!!tyuy_F@7-<2k&~}=WE%oU?w61MIO|+I +zy0b~7Ed$x0ex)Ik_xNVY)q7jr56--4U0emcG*L-qr|rzCU8Z;?E^(A5lUMvu^q87g +z0PKiK-bxsxlM+)3ekm(Pe|7ci=Iq<Ush7WB0etuNTq)fx;|G!kfBmC5KWX!HUawhU +zZ%i=U7osC9xH0XK&D+&4)7>3_BkKcjT^&zZ298=E2JmEFb79iPQJRBE0~e!Z==y_m +z01_Zy)9<H(o@MfCUD$u2w+ad=V810<h$aSrs08?9QSI2>?!W$S(c2JK*H{p{r(H7R +z7~6mr2~cr`+12b@Be$S74SW_1tE*X3u`z+bV8F(YT&;St1_VL_O%kB3Njq~({%zZ~ +z$hEWA(AJnAJGZ20HMO&Ri4~PkC(1r>U&7clupT>JQY6A|4sazvPefe4nO7(c>7=AL +z*6@ojt2ZV{SrVloTTnEYa^C?p2{6>(ITDh(lF56R(l_mT(7Lfr=^NX`tBxModl{%U +z)r0yvIDBQw9ZPNzqAxD_<kb+j3W~9!w>-`5G0DD!LCW&K-b6`pE$8Z<$9IkcHDGZ? +z86Vx78T`3oeD=<ELmW)5zZ`B%dtA%8`lagQ3!e_W@fDB*oK-0wW*;5;O|^dQAYa&T +zN%pi$UJN|?=aOQ)q{tQ&rclqr4{r~Ce&X0qKq08G;erhfU4L+PA(|MNv5l=2$6v5* +zCU$qo`#oHK_HEF!MW6^c^~8<F83kH^2vG008&p#bfGhMb?qD>q_#`fu00000NkvXX +Hu0mjf7h8MU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-active@2.png b/Breeze-gtk/assets/radio-checked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1d40b0dcb449ec1f24b951bc810fff6d900af069 +GIT binary patch +literal 1939 +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 +Z{J)b-?$&CSE`k66002ovPDHLkV1ml`)-V77 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-backdrop-insensitive.png b/Breeze-gtk/assets/radio-checked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..aadec58d29036dcd8feaf80ba1daeb1b681d9b4d +GIT binary patch +literal 816 +zcmV-01JC@4P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0_90WK~y-6t(4D;8)X>BKQoz3GH)_@r`<%l+t#bdy1LbiE4_L2&`J-Y +zqOc162R!J}L;sGVhzbV0XoJP0P+X`sbqxv?3zEdTBX(x8nauCkgOk{$o0@~4>&yF@ +zXWsAgJn%oGEj#G<_g~3W@v6#;=aecs0Gg(`dPTok(JG&AZ*P6Jl5j8>oSVhT2ZnAu +zEoBSQu&7o|0MayJ8qV;&fGmsmg=M|Dxw+Y2D!g^;hYMMef81GHYe+{f{Vk;wz8`Sl +zx?vh8Z=65B^Z7%<!C-JMjFN9Q*4G<CSSY3Ne4ikgkR%BJrfJe@**H?7X&PZTV>B8~ +z$D?~MUcC6y9)K|y&f?^1XKk$^ghifb42L7)I5|>T97VWM#KaFceP#n8EIOTbBh9l9 +zfh{1_=K&bHu`L~mQtDXQgG6!6XgEeGg_IIe7f*D%-M0XAfI=0oN!bFx^ZiH49+Y~X +zkEUrz$EI^?{SqK_fIKgr6+!?I1e5=i&6yk?0?-hGx@m3!c3ENGHq0u(B7jwh;}`(L +zsG{lm3Bb}9r%J6XnscP*3Z(!;2hg?3pIMp#|Fp)cn6(-JS(c(u_n{0$tLWcNXCVNs +zmc6pjZZ-j!PD7$7*#|Nmz|izhd@n#Lg(D^P^2?8+UaR4hZRQ67cYnR}B`{k&!`{vB +z`;WET&p3`G&of5DF;V&G$H`8g*`QJ}@a}v3esBEq3p+a(fZ<|NnpW-g1K0i5G|i?E +z7H1zni|6@F4i6V;)@mkp)5dY;qZe}Ex?%6y^>=|85FQEY#*Mv~jjHicr_*l8a$b)^ +zDTVL(9Jp?HyMOzg%a`B&8u$%JAG*=&^`3W5oV;pTjVGmJ(+~oqTwht5Fr9|@LBK2w +zf9hTP>b)yh-X8$tvcjbc*6en>yPZ?(m+GeZl&0$^0aQ`^6(z}!cYnF_#qRFzbsz-( +u0Mhxzr5n3M05)Lp?`F!%Y9^)d2!8|7^+%s_){OK30000<MNUMnLSTYCBZvS1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-backdrop-insensitive@2.png b/Breeze-gtk/assets/radio-checked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5206c3b7ca818c565ecb8e9e4981fb1c4be33ab8 +GIT binary patch +literal 1857 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-backdrop.png b/Breeze-gtk/assets/radio-checked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e8a44f7bd7dc168e5d15574018d189fc91e74912 +GIT binary patch +literal 851 +zcmV-Z1FZasP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0|-e(K~y-6t&~k~8&wpBpF5MJ{<bFwGPVSY9S_+wfjtOCaukIxbyGyQ +zjS%Xll~^HF2o~(RqJN-BQG_Z)76^e_ibW&x2S{2eov~{-B_5YV*!6hEZk_RE!8mQy +zCiQ}Md(L@u&OP_M@IOl&6}a|m@pGruI@@YH*-ocB1`rO19w*|-yYYDR+r@?XOG5#R +zYikR&zwGb(eVH`!Q=~H!#G)|(+HM=$u47td6jgbcc}4$detz!8k-+OWis!5MwlBXi +zJ0o5<@(A(#0i=}NF)jYw*pz8K^Vz8n7cV~pEUv9Bl&rhg-g)~iq3aX)zK>~^s8p*o +znoR(-REk`762r)&sw#H<0e`Ho%Ty}y!N;dh{{k>F0M=^tt8dQE2wk7R>v;TD{GCRl +zd8o79y*+mK_OME23WYh+`UJBlXM|~4SAmy+o-$ZKf4{F8Mjqeyp9_0h|1=sDi#PFo +zpXq4>DTyzytb7Ha0JNOel98W62!Uyqj)gr9wX8Bi2n-{~$Y|&c5K#ae$C=EebpR^W +z$_rrwm4n<&I*sSKuK{rdpxb>k8jVE(Xfz)V4QvLJM58gf-AAK9SQ!MR9GY{WC*MjU +zgd%|v1t1hU(eqpv04<dq8kh`nUDqXaVyp+jQWCLvrB=5A$Yrxb1E(hc%iXbUBGK?R +zu&)5b6Y(piRYppQVdNRtv=_q0H4VeaBc;SDm2uncRiL8)EH2DnQWd3n$FxvYl|o_e +zSm?N>Q7FuzstQ|MCPE13lclp)0O#ORGWyG>Ha0eICX)$~)^*-{cM;1fQLa`Fwy9|; +za+BHM^b~4#oz2^~<nG_~^FRmi4qg9GKVQF4vv<CkJvk$$r;TIHVQb4|^Y$$%`+R-w +z)1_r#8|Xb#vAX)>`)<emuHPqN7&$WOG_hD<U+p$KwvAOPqbN%2{=LeDFD_nO2Wmlw +zM;h$d^2*AWBcq`+9nX8U(+vzZ6nY$vMDBa8^F#1v9`FF@4GNER>_8D94upB)O#4AM +dP5?Zle*p#ZLD7uym>>WE002ovPDHLkV1nQkgSY?y + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-backdrop@2.png b/Breeze-gtk/assets/radio-checked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ace12dd9a4179d24bf9752115648956de800b642 +GIT binary patch +literal 2032 +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 +O0000<MNUMnLSTZXSpx_F + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-hover.png b/Breeze-gtk/assets/radio-checked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a95a47411efe6d77629a842f9d48b3f2bb32027f +GIT binary patch +literal 802 +zcmV+-1Ks?IP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0@q1IK~y-6t(3uQ6jvO_KkvQSNoF@Y*^PzlR$5FMauChQLtAfBLa8mi +zv>=5ZD&kGSQ^A8Cym``pz(PrjNIkZQqBKws(t;ojwB2c=t9CR7b~BsZ+0M?q=V5l^ +zhGb0+{hl7Y-|xfkz3=b$ga27#)WyxeSHBKp^VND!&qOIUfMXFCE%i?^$2ard8y9y4 +zT&y?epS0p@+K5T7sHo-z1xo_ZPBcNJ@z*p`nzd<1eg45adv1*c-trr#9<_Uy=gOAw +zTs5+MW1tqMJZL7SB9k+p9DMWg7T{vNIbUnUHx5tdL}gr(8bdAAJZz^l|I+}J#w0TZ +zh386?5Il=CcUKZqie7yD*}MCH0<Z?ar>*4bT-g$paY>XK?gTN7*len7wX0d}YW$Yq +zNY$p|NDh>gsL83Tz#gC{2L`0Zls#9Gn(bl3YQ$MgY7Dck!k~%^i}%k1NPt#sj(f%I +z&uXE5Eo>O-hZ-Tkb0yZ)^f4fx0egC1)ycl|;d;6wY@p?K7F*3rBBS00iV~o!MXr#` +zTB8~3T>}SZ6_li#k^>w$xHLPza*Ko*J_`e69Xl>fuaop!!<O6SZmY?DY&+GANz;SA +zDHA!l9CS0_%!JxCaHf#O1|3aaBy}K>0B%lP@z*rQWR8{Xkt4pLvMumji80`}H0_{% +z9f&qEzx#cq;T5gY?4%mm*u$_RRU1bM{#Z-#!?^Y3!O9`v$;PBq@_hQBnf&b9LR1{d +zhkI@OP_z7+(F-EYQZq3tzuq|oL_lZL+kRYnb~;GZr2{1;W?i+(#bFr(e}*Yb&BW-Z +z{)Lktz5gvx2YOpluK)Je(P(V)dyRBGS5nPOCi?4ZJ<$Xmjo;Epqr>{W+o#W-_~IAf +z-+qN7H<Z1wc>kO=HGM2H>aA{n!Hz3pN2HHC!J{9J&%bvC=m5`w-XL)&JM%yhaCo(u +gl72O<K5&y>0^&qL&e-2WrvLx|07*qoM6N<$f<Y^Q{{R30 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-hover@2.png b/Breeze-gtk/assets/radio-checked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..69ae132a0b30b2a98596feaef10ddfa47a36a2a3 +GIT binary patch +literal 1845 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-insensitive.png b/Breeze-gtk/assets/radio-checked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..aadec58d29036dcd8feaf80ba1daeb1b681d9b4d +GIT binary patch +literal 816 +zcmV-01JC@4P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0_90WK~y-6t(4D;8)X>BKQoz3GH)_@r`<%l+t#bdy1LbiE4_L2&`J-Y +zqOc162R!J}L;sGVhzbV0XoJP0P+X`sbqxv?3zEdTBX(x8nauCkgOk{$o0@~4>&yF@ +zXWsAgJn%oGEj#G<_g~3W@v6#;=aecs0Gg(`dPTok(JG&AZ*P6Jl5j8>oSVhT2ZnAu +zEoBSQu&7o|0MayJ8qV;&fGmsmg=M|Dxw+Y2D!g^;hYMMef81GHYe+{f{Vk;wz8`Sl +zx?vh8Z=65B^Z7%<!C-JMjFN9Q*4G<CSSY3Ne4ikgkR%BJrfJe@**H?7X&PZTV>B8~ +z$D?~MUcC6y9)K|y&f?^1XKk$^ghifb42L7)I5|>T97VWM#KaFceP#n8EIOTbBh9l9 +zfh{1_=K&bHu`L~mQtDXQgG6!6XgEeGg_IIe7f*D%-M0XAfI=0oN!bFx^ZiH49+Y~X +zkEUrz$EI^?{SqK_fIKgr6+!?I1e5=i&6yk?0?-hGx@m3!c3ENGHq0u(B7jwh;}`(L +zsG{lm3Bb}9r%J6XnscP*3Z(!;2hg?3pIMp#|Fp)cn6(-JS(c(u_n{0$tLWcNXCVNs +zmc6pjZZ-j!PD7$7*#|Nmz|izhd@n#Lg(D^P^2?8+UaR4hZRQ67cYnR}B`{k&!`{vB +z`;WET&p3`G&of5DF;V&G$H`8g*`QJ}@a}v3esBEq3p+a(fZ<|NnpW-g1K0i5G|i?E +z7H1zni|6@F4i6V;)@mkp)5dY;qZe}Ex?%6y^>=|85FQEY#*Mv~jjHicr_*l8a$b)^ +zDTVL(9Jp?HyMOzg%a`B&8u$%JAG*=&^`3W5oV;pTjVGmJ(+~oqTwht5Fr9|@LBK2w +zf9hTP>b)yh-X8$tvcjbc*6en>yPZ?(m+GeZl&0$^0aQ`^6(z}!cYnF_#qRFzbsz-( +u0Mhxzr5n3M05)Lp?`F!%Y9^)d2!8|7^+%s_){OK30000<MNUMnLSTYCBZvS1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-checked-insensitive@2.png b/Breeze-gtk/assets/radio-checked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5206c3b7ca818c565ecb8e9e4981fb1c4be33ab8 +GIT binary patch +literal 1857 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-active.png b/Breeze-gtk/assets/radio-mixed-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..21bc86c1b013ddd606a55fec06dbe8bfa6ce2963 +GIT binary patch +literal 909 +zcmV;819JR{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x142neK~y-6t(0A8n^hRcfA4woCQX`}CUvHL<JPqkFBHiJQ<)&{!X-`x +zZ#HaqAx`jeb6$uAnSw>ZIl=8xWHK*QoZd_(-9n{)QO2MjUMOs%>#`;`OO`~_Hue2D +z$BXxEG1L?<d~VP4{Lb^7|NlJjKZn-t;JwS0*NaVcxVRz*Y8F9&cnHf3>vMf!J{fuR +z?i2qBczULunJQafI#P>eOr3N>BN-L|l$w&+n&e_ZVhHue&TjqSv4?wdZGk5)*N*&H +zwoeTY1hlNFBii&Y6^s>JKA(5go|yCM8;_f(HULl0)HAsSYwWcL4eg=0z?O=!g5-yi +z%lwiAV0%>XL{cZ45*R|`mzw0{ua0`eC_j5V^T4+)z!%3W)oibbKb6wC^Oxf7S&JJ> +z>R&q?jA|TD2k8lETv%|)6|BbDY;O->i!}ipN5wOyjx9Hb0n9BaMrSQ-so0;=anQR) +z&QHGuAOH$Y^-{)vv$2BQ6n3CrC)KGjx1_jKln4#>nS$j=atMeBfZtc-_MHiD`tM6_ +zTiEbGfERWcynLSlz=WT>D<N34^=&|x0H`~fv8BVaMt)hgg$)k`07xf1QEvKTZRrry +zEeyan7|?#mRv3USK`O;su>v$S1q1{@cR<;dRqwWKonliMz;xBcRj@Vc<yKZDF+<tl +zi(*E^jhUJU+?&+b3lH?`8(<Av@$ogMC3mVSNrs#};0S=euy*ERK_V4oQ-Z;$C(vX? +zGIdAdDp+-4vg~r~ibZ)<F&Ndzm;$LFSCn*A^Irqabz>jS-L5^^7wCTaUeDO0vler{ +zeGH+YP&mF`|1|bDw_L`HR^x28cQ>%GK2N%b=f0SCCQ_Z6mW~VF-yP&qQ8H0-*VWt+ +z6YNduWK2)xnX2Sm-cfzmzdHgnft8l;|L)I=M<?t0htK!x+Wyq$%i+R;%elOx?r&Tl +z{b1;^Pk}sOZzy>uclDWTGWMB`xNDy&*p(36<9qb>s${Av$rUArCjSimHh%P@R}TFI +z6#Wj{F4*A6`RO;8BgvsfOW#_zy#?ECVD$#wTcO&`uTCD^a|T!eN`Spq*mh(45dpe@ +jFtGOCj^9ng2e!oDcKc;$L!r6C00000NkvXXu0mjfrO>mK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-active@2.png b/Breeze-gtk/assets/radio-mixed-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8385f9fec4fc7810e9c76bf7b0fe117fd5834c98 +GIT binary patch +literal 2089 +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 +T*JCup00000NkvXXu0mjf<Om3X + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-backdrop-insensitive.png b/Breeze-gtk/assets/radio-mixed-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..61d9213db1519b1cf8ea36c5122eaf346d4dd7e9 +GIT binary patch +literal 869 +zcmV-r1DgDaP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0~$$0K~y-6t&~lV+f)>WAAjUJzWK1*Nl<6nvPEbZn8JoZ-LYiRqAn01 +zkOrjw0Ty)0qQ9d8AwVJ$8)!tu5~*UOLQ{qaq#`PzB$P3twli^T$M$70PGFeHhz0NR +z`ku${Ip>}O|Fg7ZA9}srS29(+s`BDFrHVFyrfHsT=ywdw_+)c)<J12H?DzW@rb+s~ +zshdwbP7_(PsZ<02vsua{niBXSS(fZd+kSI>eZ997c=zu2m$D-NsJ*gMb6jU>T1qK` +zAY{+;qFIu@aq;5TXGehje*Z!gr(dtFuGXZqQA*(l0bw{MO;Z4b5Hy<&T*pDvG@@wA +za5$Wdh7Vu7eEFpv0CNtUCh3j#%1TX2n>^1L42C30ddOK4$9QqfI0!j=ZVf4I+U-_t +zmS-OT8^BDTH^9`*O~-XmN*xRPr{W}GI2fUn!f_mARX)+_blw8c0SZ;T<~U6N{2(|H +zCPW2Y*NKw^-w)6<4aaTJKC^lSkUBt~7tcy50SLqKQkW$KmQ|%%tpYIK-v^*3B~>9d +zfJW&sZ<(S3uxP+>Fkx8$7>03B(<A}FG%IMjehRSlMTAl(I-A1)6bE+?y}3duz|;YB +z&G;jmWo3=Ti7<dX%Mb3B=UFyGp&mim6wT1TolGMDn$5-{P>9MAm_jX5ZPe=kOePU= +zobCdd4q$5f$AKTBl)`l!s*6A8<axdTWm!fvi71MKs%7Dp&nyT-9{h6u3t+k^!_J-W +zdXKeQ&$zBbo@WdPBjVD@zg4v?&YoMtFiiYMKEFL2{q(}t)+J!Dn3TG0y}svp-v}Y< +zQret<{5-xNFy7x^q-a@!M!kXS&POj|&-0@0&0FsRQy@CjsN1)9UN$S{hwXN&=9Ke# +zoRm@oe!!mRMfZC5-nn}9?XQ4ef!UFWZnyiqd+PKJ+paz7xD9GjVwUSGo25)95kVL- +zjiMjBH^01g{rY=-U{pF>x?n}8)7fsHS-nyf;weqnPXnl;_%lw^A0GUC|MTtb?OQ+u +v{0_|KflD`bDG4+Ho4+?xR=OFNz(e{AO<`j&(?fv-00000NkvXXu0mjfj#ZLY + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-backdrop-insensitive@2.png b/Breeze-gtk/assets/radio-mixed-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2e48e41da1ae7f20d4d2443b1d9b03fc0303efc2 +GIT binary patch +literal 1962 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-backdrop.png b/Breeze-gtk/assets/radio-mixed-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..136ecbfc88b07552fad87f4cc23f3f0e7da691ea +GIT binary patch +literal 951 +zcmV;o14#UdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x18hk|K~y-6t(41e8&wp>e=|-}zaNRfV@sesJT+=-r&JLe5Q>y23NLlj +ziVCryQH9vF5-X$%!Gawt`VSN-1Qa2%Kvk=jVv&gKfCWjbwjR4q(!}F7QO31BW2dp_ +zvgjl<N*%G_Z0|WgefOUGeege*)b8N=FPYD(mCD<=d<wH@W~k9`}=AAap+v@O?Wz +zHv08{0%qps#)_-@kG3sBYGQy`Jc{4v2cTxw(Df2oEsyMyAID!*PLGZb-)sxKaWiv% +zX?f++U^*ooRuf3l^DiKT;9gea?}bGXQ{tbVd~f{HK44~UZY-zWzy9VMuS<#&rPXSY +z&E_a9En$?)07SxJ`uloO)dVh=3%&G^-{<E=I2?TU{Zpr|0d(vDi^bCP@pMX3lqgo+ +z;@8Y?7)E)Ivh|G();BiLa(PBZhKVUr(#KL#R@0_|9$;JES%BTNBdVI9)oMK#_H1n$ +z2ARw(tyYU<Qbh;?lT%Y)0>}WBYGp!A3?NAo*=+7WSnB8zf}tRrhJmK#kt7LK?Wd#D +zeFpH#0M%->Hy%>}C@dA)!j7lYoH+3+uMG_Wkav3Hu^5(Rz6=CpfJS4h)93dAV3Z%X +zg$)j-0Ej73TrQcia}%G>PouHb33%k40U_E7+XDlzZ5ttY=35CQNftnd4B&Pj+O|v+ +zfJiuWAPiuwSj4t%LQbz~nz#>jZG*Fvpg&M3mUIC6`}%eVQ%8^NgKceX@yDNk0Wi?} +zw0BL{@%lU~KvM<?1Ou0|S{@+;s+yoX5&>X&b(OWEj&0jCn@yHiR=9HY8m4K{9f_c- +z34{=6xjbgAHUrdmo$}rH(?%jO5Pl_j7^`lP$;`587y!6jGD19kJAm#;gprY9ydE!i +z?%X4r&s9JA@Pi>>b=N6z<%N?A3yZU%P*92~3U9wPj;7_vFBK>oWh4oDdb;WF?Q^Ur +zQ`Ac=-o7Q)AC=Anb->!={wr5+Tqx>m-=vSFq-0V(FdXjQ&9Zp=mJl{yee&_dB(MT( +z@0*yJ`S~5QZvJ4~1XZ=4cr1qB@5EQF#+t69<?_g~TzRluxbXSKi}OIyQP?(MyC$cm +zzUb(5pQ&5cOZA2mux|GgkJtOaGOItGn>c$Juz-ia_Re72#CFOH1ON~JCR5W<Q+0rQ +Z>K~GCc(8c?l{f$Z002ovPDHLkV1kWTyXXJ_ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-backdrop@2.png b/Breeze-gtk/assets/radio-mixed-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..082ac1a1f9a5d705497a1ebda79c1853d9c93d24 +GIT binary patch +literal 2195 +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 +VcpN;H^o9Tc002ovPDHLkV1hGtN0|Ts + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-hover.png b/Breeze-gtk/assets/radio-mixed-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..e56c90c98474f0dd8a8184fdc00bec0b7c265f16 +GIT binary patch +literal 871 +zcmV-t1DO1YP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0~|?2K~y-6t(4D;TU8XtKlk33H~BGnlcd5VisHy)7PcJ_y70$NWDtMg +zMxh8UEaI*OSAq*&bmz+c0~Mr75xcaA#o~Z2M5Rz1Q1f)!v@@yWNHWPJFMWCMo-W?Y +zIAM&q@NDlnAI?4B?>X>4hnn^9<!?K0_ab?HZ)}&s1Q(#-5S1PCdpXC4tNwlO|0m#D +ztGjx;AAM>?E%;?aqo^o38h}A;X@{0z*P^xTE*8uy&pdME%1q#upmX}>V0><+>L}kc +zGusz|W-sA-H<r4N-+J-*{pSt=*IM1xW+(dMsl}YC=QW84&7S4PAfbEL0#KRLER_tt +zr!h)#C$xOK9ZMzr^M#imfAlhdGXZY)<BKa*N7eJ1FcGe{BRY{xb+$9I?2IfyU-5Lq +zrC!h+s~FYPwTr+JV5}zsBqCMcGbHlQu!GTw(wszuWzQg(@`bf)?*V9lek7;-ayqkS +z&;BdyXvN^UicTa1J&RJ{dm5*<coHb4z_ER}QAo#mV=tKrTd6ucR?BgsmIGj8kmfdu +zno!I`Kv@Hftjd*gsWrNhoe5j1rX#NxQc)&im5gSTkOK;OQXsQ`IRyi-fFP&?zEVmF +zkUBQ6Wju^CYq<I#>ktfJYnWgK7P8zyVwux2hD?<CoZe`UQsC0O*)Kd=F^6Dx6XD0d +z;xxCE=C+5HqKaEUtO2~7Iv?y>L{i17Zu*y7L(A6CVg+J>)*#{XX2c*Cs;<KKG$Ii6 +zErWLJ5)kfB;p3mSJAT=zEH9Wt#x_bJ2sWE@)lH3EFp8gd6M|mUf9-hv1aN!*KlLIn +zUGK(Ud#+OTg67!=T!NluBU?QM)bi7-*A6Y~-B`B2zj_)7f#KBtf4+X_OglCo9IF_$ +z?3pPQ4~7W*(o0zH#$q>vvu{54<VQdY7#}LR^uw>uhjR;`ShVMRnnqDGpPjG0*wP+a +zg1$wI?X|x9>dZTDy!s8Wm327tLb(^#uD$Ej7Egv^9vo!{HgAXuD!Dam-~8;<>J#UI +xA@Bz<o)pf!*jW^TGEm^}%M@qb^fTa8+ygWOXtgGBVy^%I002ovPDHLkV1h>EpjrR` + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-hover@2.png b/Breeze-gtk/assets/radio-mixed-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b2c7b700ba138863762169f1a6372700ce3fb356 +GIT binary patch +literal 1983 +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 +RGSmP7002ovPDHLkV1mm7;*0<Q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-insensitive.png b/Breeze-gtk/assets/radio-mixed-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..61d9213db1519b1cf8ea36c5122eaf346d4dd7e9 +GIT binary patch +literal 869 +zcmV-r1DgDaP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0~$$0K~y-6t&~lV+f)>WAAjUJzWK1*Nl<6nvPEbZn8JoZ-LYiRqAn01 +zkOrjw0Ty)0qQ9d8AwVJ$8)!tu5~*UOLQ{qaq#`PzB$P3twli^T$M$70PGFeHhz0NR +z`ku${Ip>}O|Fg7ZA9}srS29(+s`BDFrHVFyrfHsT=ywdw_+)c)<J12H?DzW@rb+s~ +zshdwbP7_(PsZ<02vsua{niBXSS(fZd+kSI>eZ997c=zu2m$D-NsJ*gMb6jU>T1qK` +zAY{+;qFIu@aq;5TXGehje*Z!gr(dtFuGXZqQA*(l0bw{MO;Z4b5Hy<&T*pDvG@@wA +za5$Wdh7Vu7eEFpv0CNtUCh3j#%1TX2n>^1L42C30ddOK4$9QqfI0!j=ZVf4I+U-_t +zmS-OT8^BDTH^9`*O~-XmN*xRPr{W}GI2fUn!f_mARX)+_blw8c0SZ;T<~U6N{2(|H +zCPW2Y*NKw^-w)6<4aaTJKC^lSkUBt~7tcy50SLqKQkW$KmQ|%%tpYIK-v^*3B~>9d +zfJW&sZ<(S3uxP+>Fkx8$7>03B(<A}FG%IMjehRSlMTAl(I-A1)6bE+?y}3duz|;YB +z&G;jmWo3=Ti7<dX%Mb3B=UFyGp&mim6wT1TolGMDn$5-{P>9MAm_jX5ZPe=kOePU= +zobCdd4q$5f$AKTBl)`l!s*6A8<axdTWm!fvi71MKs%7Dp&nyT-9{h6u3t+k^!_J-W +zdXKeQ&$zBbo@WdPBjVD@zg4v?&YoMtFiiYMKEFL2{q(}t)+J!Dn3TG0y}svp-v}Y< +zQret<{5-xNFy7x^q-a@!M!kXS&POj|&-0@0&0FsRQy@CjsN1)9UN$S{hwXN&=9Ke# +zoRm@oe!!mRMfZC5-nn}9?XQ4ef!UFWZnyiqd+PKJ+paz7xD9GjVwUSGo25)95kVL- +zjiMjBH^01g{rY=-U{pF>x?n}8)7fsHS-nyf;weqnPXnl;_%lw^A0GUC|MTtb?OQ+u +v{0_|KflD`bDG4+Ho4+?xR=OFNz(e{AO<`j&(?fv-00000NkvXXu0mjfj#ZLY + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-mixed-insensitive@2.png b/Breeze-gtk/assets/radio-mixed-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2e48e41da1ae7f20d4d2443b1d9b03fc0303efc2 +GIT binary patch +literal 1962 +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 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-active.png b/Breeze-gtk/assets/radio-unchecked-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bf42d2a12e56a7ee2407c9abde620d9349984c01 +GIT binary patch +literal 686 +zcmV;f0#W^mP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0%J);K~y-6t&~qllVKdkKkxJIb#7q$V>X?YdFfD;3jM*LTTZN?lW5-T +zuGJwFqB=x@Vvrs?7<DMgx)_Br>{1b4=Il^WQa0W4&)QbvCfmE`?cf}k%;xBOd>+0Z +ze*fV=OUd=oGZF3zC5-k^TvkVu6ahHQB;6MEYlVgT-N$$K<^>$^$2`8J<P%*gHji7S +z#;M@42mlrmlBuX<EGW^0@vGLZHeWhg>dgu4orre4UP|?!uQn--ZWWOuerdpHFwNr` +z-Ke+em#?05_iq9Y_+uXLTypfvK}|X25V<O`LGPoIz7M)_Oj|m8&2!)-K-TH|sSmYP +zoAQPM9Cip=s#Im#a1H@l7T7Zp?$UL`;c=^Z!`9VQsiLEnbdOBl$O3~2<AP_4nr$Va +zK!aPbVs*6wRsrxMF89?s3!r6G=M>DR)V)B70Ep>|R#u#U?fzC-u^^U211wpJQ7~@J +ztDqQwNdVYQMk>523kHT)B{t1SL8d8gtN7-R77p}9BrdZa0CWLRVNnLhf)ZIk-qHYX +zNKzaLJOdKh*0y^Wqo*oN_S3t!H;d0_(~O6b%MTjMj{tMorqq;jZfHg~rnZr~KOz|p +z=!W^zs}3Lm#5WAz?YHxt?_%oRmMT?gs@(cGyqHTf9MFyZ%hNaSw4Qhf1c1~g%PsHc +zGhd|bQ3|o6!7ZqB3U*~?ba7SUi%7g7iKfWk=8xl@_b#@*0YaGwa~{~D?vcssD^^$Q +zd{W&LORXJPyGF9SC_QVAet+86Tt5iJfdwG7Zv5B2S%DJ30+=#ydM29X3~+<~0PLaY +UxYA^B0000007*qoM6N<$f>V`1zyJUM + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-active@2.png b/Breeze-gtk/assets/radio-unchecked-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c7a558878337bdffaeaa2b28c1a378644c4f7f0f +GIT binary patch +literal 1562 +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 +M07*qoM6N<$f|KI^y8r+H + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-backdrop-insensitive.png b/Breeze-gtk/assets/radio-unchecked-backdrop-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d914fab89a88832f6796623572c8e1858b34de9d +GIT binary patch +literal 674 +zcmV;T0$u%yP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0#`{yK~y-6t(3t|6Hyd~zqy@O=GHm|ItF|JV-N-1h+*f_1sE1ajV9HE +z7jU6V7d!{i7&Wnp8>NxBG$A2DDPp4uMiL{49V2bEcj(M?t_uoEum&3c<vlrH{*!a= +z5C2(4t3si$crnz`CEbWlYaKZNhGDoOCgx&B?9sqL|KmLYi^bxgSNHFl!aQNyhmc8& +zcsv0>5ct%TN2OdP4C{;1vaa>@^%YtI=jY#ygi+&x)7_o4({{_TwANHARZ6a_g1Uco +zczEc^E?}`(98??r%OkzLNhz(Cus@}g$I8k|ZFObs-00}}SpajZ=+*s6r@MR4FaRkn +z94C_u8sR;l9|#0&F2EG#z`w?9CEK=<9r9={m%9!i03sb-w(Udvh5;Ccft^m_^z@Da +zQUEj>(J3iqTR?!MlyoE#{XnYeu#qtn@wS1c8OIQ!6R^bgtJZA;*>t4=Qve7f_ALy; +zwpn2qpwa8lT#6ABuWFuZ8(6C;Ha7f4AQS+mAs$xBRdgF;YptnNt1N$9dIosgKV^3A +zb>VO(b27cpTP&}a`Lee9{_N1u2=IA(DF>|sS4yt?Qz>uHFr^eF*H!tc>05vYs2$-j +zGc$X^jGOlzCzG^o8^ic}x@oPclq-~6S1lA4ZjO)NcmaF@f?XZ?eEv+jvuo0_lE>_H +zilmg7&G-rfpIS{(saElndY7MietTl#P7zpbI&2xRiCiw1b$WWoIueQFh7er<I*Pt; +z`2O4F4@*z8+3Yl+fUiKX)z~tzo032Zu=t%!VbjfzCUA#-0iICtU)TWN-v9sr07*qo +IM6N<$f-2ZC`v3p{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/assets/radio-unchecked-backdrop-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..184dcd308b131b28ed5b339798bf32be5c40a425 +GIT binary patch +literal 1518 +zcmV<K1rhp*P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x1*1tsK~z|U?U+q$8^;yLe>3~V4@;sL#gQq|u2VxsrBpfuD3BOM(?gJ3 +z(40~fNE#p76i{m95Fn_4UY!^PdMMDeZZAF<t>ZRnuR?(UE#UYR`GdBlgKE^4CAmo{ +z(lW^<cV}mM;F6+jIi+NYx%7V`-t6rA@y+a;_Xhs2$CKFU#JRa^Q^GQ@7#%$yMfz!N +z%u~kbB!HBnCXk<7mb@ttpIVmqXmWD0u;+lr7-#PC)oD!hBc=5CcIH}^yy3Xs>B(ot +zKM+EwT?f2$_3978K>fmKodb|kl1`^drIL7_hvPU%DFM)06NVv;MnJ7rqgt(^wWc}G +zx|2wG?|gH7{KH)VTv%A>tND$yVHmy);JPk@*$n-C{Rq+B|1-w0zP?VWR3ZpM0Bpzp +zYr@UFHZifkvSYwPp^&c!;U_xMM}&|J4Q0t>GF^jh1zIYXDHhi-T7wjenZA8596fq; +zdE0=6LLpyos86+yMqSq-mpg##dOHGpP<6k~^6Dy)QUI$7&-vEW)YP4=o|Rh}7Zw)! +z>OuI4*3qcvdF1o?U4sKiBoiDun8)*6fCII9;~&2|d$zx8z?$DUt0R5Hbsa`WN3bkw +z*Wg;RZJUvi5iHwA3VC?y;NkPYLyjH-EZn&9Y8Zwu3n@8pAh#!Qn;>&Jgpec>-b;V} +z_~U6F*mj!$jWLd2tN#*U=!tA=3HDTpghw_z2*Bvb=+DN+#&VAYynOxow9z`}x-OYa +zX3ybT8q5x2*)~GR;rC9RdJ{-*2^clPA2%oLJeBN3QV52!Spagwx$gr{J_I;7cWo+) +zqHjnk>F?X}gW6N|5A-9YMB3JonVFdhpl=hPu*@p}>2$iM(QEq`f^<3s2JzgnV=n@k +zO@Ky6&jX}V$)3ZtluR|ZUS?q6Ss)2GZNMlpUkC8K-Al;ZRl;p%4a;`&u_?6?L82!C +z9LMQBSu8vDEs#&drewzw6BnCX9xgqRWi@>ZNg_76UmZ<%+Sr3a;sfo%@~co3HGLaR +zJvMEur@;CGAPmFalf_c8Z-XwjY;8bkiA8`$Bj`C;OZA`uKoqLmu}N<LA}#{dYPH^z +z#qwj{<@NGhYzo_emL)zyV5*f0#+aVN8Dpqcsvs~IFI<?7%|RP*a&od@TXJ5<4NkAM +zzJ4EV3`(iRlP6F9GdBC1(v0nRrvXZ(Qct63jA3nU4S<!E<v(-`)iwc6J~RG-l-8Xf +z2q~4zJp(M4%7kHv(PrhR)6?f;vrp$91Q0?f$F|=AC>GbK`}GIkwd<<;b^cRqW|jH* +zYwzE^d$)D#P=-geou6I0{1+9f?^(9Zp@VsB+ujp66)A4tT0$vB&G%=&`<-u}h=&5; +zU+{>oF5%{0LyE;nDVCR)QL5{!l<wh_VtHu=r4&j<H{W{u#Je5CpSON&2{<vazmn<O +z_X4omXawB4bsOLJcMY!Y*SU3jiAK=C7=8EjZ-4#6>z6LI9F&1}GXB!i`O1|mqgB80 +zcT38rg%D)3S+d!|$GiF{l_?gB7-LW>y7~Lx{pO7`XU_b)#SSb1?G*AqJ)J-Qw}GdI +zQy(T0-b(<MZ8Mb3(m$}h%cFbi_bIKdwa@yR@6W#V_K9~pA{WGPQRm!lLt&je_op|% +zcKFcGg^<J0?8MUh(j-%<=JlKHwClMj(u67`s5hwjHL8^=I?k&`o0a+bYwsUFetfp$ +z{dHjZLAdPz0*JA(vD|y7PW>b|oO@N;))7pX^94pJwYa*v^2aw`fBjsgQt1RK17Faw +ztUCp4DFy7GnVFe*?%1&xGXn$9TDFt7EIDL!vl2E4-<YTvsc@-$@7`w@FI<@IIKEm6 +zXnw6<TAe&jf7wT~HQa6+=+lha{caxKjRx4E8Pz1<0X7@yO9LUzX!$gwwXKTyzc)@q +U-jx+^BLDyZ07*qoM6N<$f>BNF_y7O^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-backdrop.png b/Breeze-gtk/assets/radio-unchecked-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2bd17c719b2675cd12ccfe0090a1ecbec62a8476 +GIT binary patch +literal 689 +zcmV;i0#5yjP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0%l1>K~y-6t(4D8lW`o!U(e&F&wf194&^o|O82yjTiuK3Fosa!#mK7? +z(M6$?AW?^Ip7I|skP#Ajh$#HQ4kQ18oWk6kKc?=Px7xF3n@;xavJJ#$bM!ubKYU(% +zetqBYpCvU5EG|bUjeLGIUodW!O65)fn@u@!somSE>i94i4o$ZNjK*T&?1BENS{2=z +zuOE-M7pKDsK*21a>p7CCG;)Xh+k4IZG!%Nc(iFI~5*^>&%go#f2Bh1X4@vra140Nk +zlPP|##f8W1eKquCaONB^8jFRuQrn9U?%$K#?%rmTI3qoG#E;cg(bMC4{A_smJAhmd +zX0y5ZyTL%qFaVFcm*7A^Dwj^?0c!)exE!6Vo>s4Dny+P8U4FlY5U6vJ$lC@mZ{)`` +zUw_k?T_j18(6l}*R%HaR%K(O9-1K_fmxk5l^>`>2%^QF!1C-0hR)^EkHqha4QZ64` +z0b64!LbS~T1d=2Rz#;=EN>`<5nr-7u(?sd&tUzrkE~mPa&FO6e4|N^8!<GR~WdPNs +z&L&f7L>qkzAxLedF$;wSpd<qfhC|aGvixf^nYuJEkw_v*lJR_ObQUlgOYyp|4y~=l +zg`Uf`49n^{;v4JYAhSCTlz`%yOaA(8X(Fp1z7GxrB)?y~&>RwpB=L=PA*#H4`C@Di +z$N-gd84C+v9+@TcW3`G))B5mwJUE>-`zjPT)OAu@X=GW>@9*tQyq=m`1+ujYn;LBA +zTqN?wVpT>;#p3l+xn{76a$>XF_lu_Sxi+&Ra0FE9iU0b%c0dJefTi|!TC2vW0ng|U +XeLV8X-V$sH00000NkvXXu0mjf0ZTxj + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-backdrop@2.png b/Breeze-gtk/assets/radio-unchecked-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddf72e42975030fd1d47055dff649e8674f79ba6 +GIT binary patch +literal 1616 +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 +O0000<MNUMnLSTXuX(na> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-hover.png b/Breeze-gtk/assets/radio-unchecked-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..99dd76b75ab162b4de5384e7190779f938fba900 +GIT binary patch +literal 671 +zcmV;Q0$}}#P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0#r#vK~y-6t(476R8bg*pL6cL>dbh@(Sn%?ii(SiP**Mb*v2gSpiO}U +zEs|)b&`M}gi*~K@A25gtiCh+;6b#ft2n0!}91BP7nhDN_GgoHrJ*S1^fXUP}^jn_8 +z`|y7J-WUF}M5B+X#f{NIMc>$}s$*V28$igUVw=WS+u~8mIryL{U^<&itrRQIl@?u& +zZIBELBBlhO<SSfHk;yBh)cJVGxO(pRf$4_8>CEQvQmHyN&}|AQYBWq=Ygi}*%;kKY +zkpAsU{fEZ(0n^!BYGJeT`fS`1i4NJQ6MMAgDc-O9I_CYnc;(cIR{-_M)uKN!&}}vi +z14x7<eKA9Lk)8>_sspDMH%0@kyPc@fG;CMBQ3H)(KS|Hts{@M_J>=Mpd-f*@0Zvq6 +z_QVH)@D8x5jwVB`;C7S@OFV5H0c;7dt%Mb^n(y83iWrjZ01F7!DO$J813(C&fgQ(o +zNL?-as%2OyP_#>3h1yU$E&0veZXM{B6=C6L0bc?{Eis<StCq^v8Zt#i$<0mzUVXGr +zKdx^&wi)Z~`Zq6r$_Hc$mE!gO#7SVKK9oe5%X2wjuX)Xv?s|&(oUfN>-VOsEP~Ky{ +zm-A~Qu5Uc-iy5LfY9Ja|Q)~EK2$;|LTCHa8-#UNhF^~nS`$8r^e7WGYcRf?cs1ubW +z!;;S0`P%XoZds8jDx_A0?97{yJ2$Vr1HRWXY`AT0Ptvn@&7Sz6r;WqgwFBE>Pzi}( +zx$G{z7)qTU2g<+?pt>9Qw|xr(HV^{L+M8d?rdR{+(JxSG>(D~bRq+4-002ovPDHLk +FV1lKsJAMEF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-hover@2.png b/Breeze-gtk/assets/radio-unchecked-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0e33323fdb9ad053ac724ce5f1c74196c0947e3b +GIT binary patch +literal 1489 +zcmV;?1upuDP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x1%^pPK~z|U?U+k!R8<(qf9F1?^K7T|1*MoYk_Ko^RboJmCITukCO#Kv +zFeWb87+n|=HBqDZiiwehiLsgxLyW`)E}IY|jRcGYm8gND2uOgjlwlt2bnfkaoa5r& +zDboVlj-7Vne>FMJ-~7LGzw?0q_1`3F?YRF`cB3W5wz8|%S)Si+OA&RI5&(uKR7@y4 +zX6U1FQ+?kc7}&J3ZK&>mLuXXf^0FV~9Jb~sWoj;cn<HYpC8q7Z!ESk>w^umx4!G}+ +z>?@hFe68du6TsA9d0b~{Owb(BNEm{M77XV|#e}EGIf@ZWl9}*vRWMG<z*&~iU%&sx +z)_3OxaOk&8YfhSnGM4NCXfy?D(gxj09etL6&sT7!<Z-;<GZvC|#`F^jY2LZHw<%XM +z;DNK3*Zeu|A1OL2t_wl`5}j3z23n0PS1K4D^Y}UMBc-Crq`V@juf3<c^~9V351hTc +z=5*0JI_?o^GzE7rHA$OVZDcc)wI$z<x>%kfspEFV{Qi4;I)`TsIP_bl^_***EjlW` +zBqG?bEJAd)@tmc~KJ5Q%l7gdXGL)r8&#riS)4Izu+g;O=oHP#=9Tjgh>jMW6*I~o5 +z2BL<b=!sagqw9M>|5w0$r?M|+EZL)Jg1b8E16K`sPe%k@2u59F<rjy3eUBMYod!5` +zMny9d@(qBSn{}Ea^@FRZr9se_4vd>jwLjn2cU#wW0WJUX&XT9hMpLk=(WpCIMXS>W +zQA1GjFkc?n^)`^WCScB%TLIRjYfmM$$Pmz<4h&I^?T-L$R{`!nmED+kRMOO-J9*Vw +zt-HEYI;McUOLE7+?mK|gG(by=Z4hi<b^I=_D?`BYL|{zME$g=c>1lvvSFHnB8e0Uq +zP#w__ry+4G5F^;~16jUo2WXDW&u&qRDp|u3#*(loUKL`Z07+x<988+Q+;+$U#HIi} +zNqE>?c(95p@pR=>vR=e^&Q4d>prN4vJh^x@ZaB9YvH;o?U`)dXD0%9tjtiwyc$kfb +zEKrqZ;)Zq+Am=O|U}bI-zjEx7R~$6dVSo{9@nU?@@&OQb>1bHwP60Lu1^_Nh_$)@0 +zJp~uafjP&I9NZHYJJXWh=f^IM<tJroeVf6`)WV%+08Wnk9KPg|HdX1Vo0hH(i!V+~ +zGc8fE8{l}sM=qd?zET`3cmU|d?B1%X@-)C3?3Nc&2F{qP7#{N$4DduzQgRh31Lwsj +z9(q44wy0i%0KL7!=}hRa0sNfz$=db*V6wL4mwaG`967!7+__VgSBC;z=T^6OI6IuN +z{8dpy@IYsTc%AlV%U2AZcd&d#o9>?6(%<!9SmgkJ!gX$S32ENhWKy<0#r_e8vOoWD +zWl!<VUoMufXf!E*xP9A`Rn?=FAJ+uj+}o5}k<`~Fb=-oZ7(748=sboyYfA<*4h2V& +zG;ojX`S{U8Uk{Fj)diqjY5R|{`}+6H>WpptFy;kMAAM<^)oFuTBkn83iDIzkd=)r% +z_{&co`{=D#Plrux;2cct#sB_zv}^FEw#15#??zo?B|y{=^rsEFQ~InyJq2gReU25q +zsr|N1cTaw}ecO{&&N(66v;{R=FZ9n39DUPGcWy6vm=N3{x)M6=QH>=LLDCe}=Q&EQ +zBJU_hY@Z7ga%y)<88~v}^v-AQyM0&H_%?81Cfr;A0YqQlZCx*Y`q?`qTOZE5B<IkV +zw5dv3@zPh%J$~<dxsj3TBwGM3Q5Du&0V|3F?K=i`-_di+`YkjhZk^Qh7F%i!Q>SvF +zR7}H;C@;t4#81bM9Ne?x*=K&7F^)s<wU%d2@LvHdN)cQQV{`0h5x6!!o5u5zflUHe +rV?YC7a3y_7z$I|YB5=!{%iw<l)blh8q;5QN00000NkvXXu0mjf{fos^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-insensitive.png b/Breeze-gtk/assets/radio-unchecked-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d914fab89a88832f6796623572c8e1858b34de9d +GIT binary patch +literal 674 +zcmV;T0$u%yP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0#`{yK~y-6t(3t|6Hyd~zqy@O=GHm|ItF|JV-N-1h+*f_1sE1ajV9HE +z7jU6V7d!{i7&Wnp8>NxBG$A2DDPp4uMiL{49V2bEcj(M?t_uoEum&3c<vlrH{*!a= +z5C2(4t3si$crnz`CEbWlYaKZNhGDoOCgx&B?9sqL|KmLYi^bxgSNHFl!aQNyhmc8& +zcsv0>5ct%TN2OdP4C{;1vaa>@^%YtI=jY#ygi+&x)7_o4({{_TwANHARZ6a_g1Uco +zczEc^E?}`(98??r%OkzLNhz(Cus@}g$I8k|ZFObs-00}}SpajZ=+*s6r@MR4FaRkn +z94C_u8sR;l9|#0&F2EG#z`w?9CEK=<9r9={m%9!i03sb-w(Udvh5;Ccft^m_^z@Da +zQUEj>(J3iqTR?!MlyoE#{XnYeu#qtn@wS1c8OIQ!6R^bgtJZA;*>t4=Qve7f_ALy; +zwpn2qpwa8lT#6ABuWFuZ8(6C;Ha7f4AQS+mAs$xBRdgF;YptnNt1N$9dIosgKV^3A +zb>VO(b27cpTP&}a`Lee9{_N1u2=IA(DF>|sS4yt?Qz>uHFr^eF*H!tc>05vYs2$-j +zGc$X^jGOlzCzG^o8^ic}x@oPclq-~6S1lA4ZjO)NcmaF@f?XZ?eEv+jvuo0_lE>_H +zilmg7&G-rfpIS{(saElndY7MietTl#P7zpbI&2xRiCiw1b$WWoIueQFh7er<I*Pt; +z`2O4F4@*z8+3Yl+fUiKX)z~tzo032Zu=t%!VbjfzCUA#-0iICtU)TWN-v9sr07*qo +IM6N<$f-2ZC`v3p{ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked-insensitive@2.png b/Breeze-gtk/assets/radio-unchecked-insensitive@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..184dcd308b131b28ed5b339798bf32be5c40a425 +GIT binary patch +literal 1518 +zcmV<K1rhp*P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700006VoOIv0RI60 +z0RN!9r;`8x1*1tsK~z|U?U+q$8^;yLe>3~V4@;sL#gQq|u2VxsrBpfuD3BOM(?gJ3 +z(40~fNE#p76i{m95Fn_4UY!^PdMMDeZZAF<t>ZRnuR?(UE#UYR`GdBlgKE^4CAmo{ +z(lW^<cV}mM;F6+jIi+NYx%7V`-t6rA@y+a;_Xhs2$CKFU#JRa^Q^GQ@7#%$yMfz!N +z%u~kbB!HBnCXk<7mb@ttpIVmqXmWD0u;+lr7-#PC)oD!hBc=5CcIH}^yy3Xs>B(ot +zKM+EwT?f2$_3978K>fmKodb|kl1`^drIL7_hvPU%DFM)06NVv;MnJ7rqgt(^wWc}G +zx|2wG?|gH7{KH)VTv%A>tND$yVHmy);JPk@*$n-C{Rq+B|1-w0zP?VWR3ZpM0Bpzp +zYr@UFHZifkvSYwPp^&c!;U_xMM}&|J4Q0t>GF^jh1zIYXDHhi-T7wjenZA8596fq; +zdE0=6LLpyos86+yMqSq-mpg##dOHGpP<6k~^6Dy)QUI$7&-vEW)YP4=o|Rh}7Zw)! +z>OuI4*3qcvdF1o?U4sKiBoiDun8)*6fCII9;~&2|d$zx8z?$DUt0R5Hbsa`WN3bkw +z*Wg;RZJUvi5iHwA3VC?y;NkPYLyjH-EZn&9Y8Zwu3n@8pAh#!Qn;>&Jgpec>-b;V} +z_~U6F*mj!$jWLd2tN#*U=!tA=3HDTpghw_z2*Bvb=+DN+#&VAYynOxow9z`}x-OYa +zX3ybT8q5x2*)~GR;rC9RdJ{-*2^clPA2%oLJeBN3QV52!Spagwx$gr{J_I;7cWo+) +zqHjnk>F?X}gW6N|5A-9YMB3JonVFdhpl=hPu*@p}>2$iM(QEq`f^<3s2JzgnV=n@k +zO@Ky6&jX}V$)3ZtluR|ZUS?q6Ss)2GZNMlpUkC8K-Al;ZRl;p%4a;`&u_?6?L82!C +z9LMQBSu8vDEs#&drewzw6BnCX9xgqRWi@>ZNg_76UmZ<%+Sr3a;sfo%@~co3HGLaR +zJvMEur@;CGAPmFalf_c8Z-XwjY;8bkiA8`$Bj`C;OZA`uKoqLmu}N<LA}#{dYPH^z +z#qwj{<@NGhYzo_emL)zyV5*f0#+aVN8Dpqcsvs~IFI<?7%|RP*a&od@TXJ5<4NkAM +zzJ4EV3`(iRlP6F9GdBC1(v0nRrvXZ(Qct63jA3nU4S<!E<v(-`)iwc6J~RG-l-8Xf +z2q~4zJp(M4%7kHv(PrhR)6?f;vrp$91Q0?f$F|=AC>GbK`}GIkwd<<;b^cRqW|jH* +zYwzE^d$)D#P=-geou6I0{1+9f?^(9Zp@VsB+ujp66)A4tT0$vB&G%=&`<-u}h=&5; +zU+{>oF5%{0LyE;nDVCR)QL5{!l<wh_VtHu=r4&j<H{W{u#Je5CpSON&2{<vazmn<O +z_X4omXawB4bsOLJcMY!Y*SU3jiAK=C7=8EjZ-4#6>z6LI9F&1}GXB!i`O1|mqgB80 +zcT38rg%D)3S+d!|$GiF{l_?gB7-LW>y7~Lx{pO7`XU_b)#SSb1?G*AqJ)J-Qw}GdI +zQy(T0-b(<MZ8Mb3(m$}h%cFbi_bIKdwa@yR@6W#V_K9~pA{WGPQRm!lLt&je_op|% +zcKFcGg^<J0?8MUh(j-%<=JlKHwClMj(u67`s5hwjHL8^=I?k&`o0a+bYwsUFetfp$ +z{dHjZLAdPz0*JA(vD|y7PW>b|oO@N;))7pX^94pJwYa*v^2aw`fBjsgQt1RK17Faw +ztUCp4DFy7GnVFe*?%1&xGXn$9TDFt7EIDL!vl2E4-<YTvsc@-$@7`w@FI<@IIKEm6 +zXnw6<TAe&jf7wT~HQa6+=+lha{caxKjRx4E8Pz1<0X7@yO9LUzX!$gwwXKTyzc)@q +U-jx+^BLDyZ07*qoM6N<$f>BNF_y7O^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked.png b/Breeze-gtk/assets/radio-unchecked.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2bd17c719b2675cd12ccfe0090a1ecbec62a8476 +GIT binary patch +literal 689 +zcmV;i0#5yjP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0%l1>K~y-6t(4D8lW`o!U(e&F&wf194&^o|O82yjTiuK3Fosa!#mK7? +z(M6$?AW?^Ip7I|skP#Ajh$#HQ4kQ18oWk6kKc?=Px7xF3n@;xavJJ#$bM!ubKYU(% +zetqBYpCvU5EG|bUjeLGIUodW!O65)fn@u@!somSE>i94i4o$ZNjK*T&?1BENS{2=z +zuOE-M7pKDsK*21a>p7CCG;)Xh+k4IZG!%Nc(iFI~5*^>&%go#f2Bh1X4@vra140Nk +zlPP|##f8W1eKquCaONB^8jFRuQrn9U?%$K#?%rmTI3qoG#E;cg(bMC4{A_smJAhmd +zX0y5ZyTL%qFaVFcm*7A^Dwj^?0c!)exE!6Vo>s4Dny+P8U4FlY5U6vJ$lC@mZ{)`` +zUw_k?T_j18(6l}*R%HaR%K(O9-1K_fmxk5l^>`>2%^QF!1C-0hR)^EkHqha4QZ64` +z0b64!LbS~T1d=2Rz#;=EN>`<5nr-7u(?sd&tUzrkE~mPa&FO6e4|N^8!<GR~WdPNs +z&L&f7L>qkzAxLedF$;wSpd<qfhC|aGvixf^nYuJEkw_v*lJR_ObQUlgOYyp|4y~=l +zg`Uf`49n^{;v4JYAhSCTlz`%yOaA(8X(Fp1z7GxrB)?y~&>RwpB=L=PA*#H4`C@Di +z$N-gd84C+v9+@TcW3`G))B5mwJUE>-`zjPT)OAu@X=GW>@9*tQyq=m`1+ujYn;LBA +zTqN?wVpT>;#p3l+xn{76a$>XF_lu_Sxi+&Ra0FE9iU0b%c0dJefTi|!TC2vW0ng|U +XeLV8X-V$sH00000NkvXXu0mjf0ZTxj + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/radio-unchecked@2.png b/Breeze-gtk/assets/radio-unchecked@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddf72e42975030fd1d47055dff649e8674f79ba6 +GIT binary patch +literal 1616 +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 +O0000<MNUMnLSTXuX(na> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scale-slider-active.png b/Breeze-gtk/assets/scale-slider-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9b4c3f1ef984e75b3309c9c2f0d4f73b59260dfc +GIT binary patch +literal 673 +zcmV;S0$%-zP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0#->xK~y-6rBqE%Q$Z9xcRH^v<r(M)EiD`4LKnEurYJT_LhuL3Z!i%P +zOk8L*k!VP5ga`{ZEL`{pOq3sBU}K4;YFtQNnz)d*FD<Q7+QPi|E(@$dz8dIB?q=?s +zGiUC}4B-&WXAQlwA(Cq~+%g(gxV#M~0C=6)4!Rw=KAjf2I<2SU{lV&fF701<ktxl5 +zDcSdjf<haKNc46HXkxdgY@krL@jhqbL*7<VALb?odmbGs_$JHFOu4kIERH?C=t8G< +z;H>{pRgCFxTX0GGq$_`Xa+pj25X}vla%s88MX||CE_fus%*R%z1QM5B@H=T>Q<hRq +z9nrj|vN(3<ymoK~$AAFby`Z6P^3`OzI0XPSpEdNQpR_)A#i{A?1ZsOwGa2_*w#}Po +z;gyvQksJ!))M5bOk%Xa;kn4XqA=YXb9qDznoLQ?H2|JK)@Te?o+2J1du3$R|xd}#{ +zBjUG$lqX5z2uNa7OwuHPw%s*B42UjC%H;MfnhbO~S&5LFa)r9xb||?zBjgspM4wIz +zO9i`ahl_a|;STXm_=RsGWw5H6t)JUbwP^w$i%{KXtVuBzqgvEQbJMG*bIAZ^zFUZT +zX?DCnSpApA!&EWjlRR+y+{pxA{{Si`rC(kTTm$y}HoEf1%Zf73vy8gcI`x`GNUSo- +zidH<zf1|m6fSF7er@pS+58?r6!@Y!%i{bd&vj7yf2#a|jU1SyYiP?$4z>~fFL#@2} +z%pOA(llcaZ8V!zA6lnm^t+5KaX)V&>cpH$uXJav{?dR?Q4Tgw-XZ9Sa00000NkvXX +Hu0mjfizG3Q + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scale-slider-hover.png b/Breeze-gtk/assets/scale-slider-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f04efa0b0348cd06709f9bb90583c181cec26980 +GIT binary patch +literal 650 +zcmV;50(Jd~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0zXMaK~y-6rBu&P6HyTU=Iwjivbz+dwWdWQiuCNEXe803;b4px_)9#P +zc+hB!A>kkg{t@lL1Mx%*k|=uc!oie?N}!}{O`u(tc6Z-+fD(RG8tj+MWisFQzImA$ +zLL1CiDo$fZOx2p0@WLqLM=$}P$3WATMmeFVX!b?V3+Z(IB$rMm-mg?&ulxGZkS)}W +zgoL96jDxC(fqI~^QVa33rh`lzvk!6?pR^TRUS_i-tBVnH{@$e+OyksB$Iyrv3!4oH +zL0|fF$*}@a2mqp0P?FU}OHzJ36N3@}GoKlz0LHU1*pf!KOVy7p9noqtV$R=6sWV-* +z!)Qt&i1_wg$(;rOny*xx)lK^I@Up2)(TUz3fo8m0Ylhb|xF8!lVrt02e~STt5`>{% +zA@{cVmDp)wa@a9C{#mCOwhedzPf9P;8B6X9b^}`x>LF)ELqm4a?I8phdzzF4(6zf` +z!ZAUCKD{vKh6WHfIFOE{vKQ#9j_gjb76P^u>ms43_`}m(J6x@6^eXXIB<+D`zdR0_ +zy7RjIE1DYk?IVaKqL(6{rQJ-NW*4?}o7>YF3}DfXFc_zqLONYPlqi08mn^}fH~Y>f +z_-z~TnLbVAQg?tO*QP(09P>3TEx3%3J6jEz@WEyHOrQHkl6PDAQ_Q)NJ6-nm<0}@_ +zHH%<N1|5tk6X1n}RS#J6IT-8_GxtYQPml83TKT%c)|Tf^c>zz>BhKzcq=5Z7a}3&W +kOyf<;8hDY<((Xy_U*L37Xrpl6u>b%707*qoM6N<$f{YC;q5uE@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scale-slider-insensitive.png b/Breeze-gtk/assets/scale-slider-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8c1158423c12ead7598bf461e191bb7ec5b480e8 +GIT binary patch +literal 591 +zcmV-V0<iswP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0t87!K~y-6rIbx>6G0G#Usd;v?Tl9_h#+UiD=#322^R<u8;L`JgeAl! +zkYbWtAh}Fnk(J%C5(%=4J+`O2ibZ0Ae<ZN|q*`>V>-AUa)*~#Ds+OH|Edcwf^g=|Q +z0su4rB+?%M&eJsQ5YcG9m*zLR-R^r)YL{ZWW8)asSP=95MI!LtqbMerjEfs)e5%*$ +zUzZxHs_k7}br^K8l_W66EQ9|e9|DGVcTnhQmZnW23NwaX=S~^spju5pv;e+Ts*1s2 +zfFN>Q&vp+1fTv?JXeBcMAR;750)oDEuHOOxR@Jfy+FMD2doNw7h=8P8g%9D2s+O&D +zt`(P}9cG69H`}b38F6HvIoCgARelvm(VA9|isBf6?pslL$!xJU-h&JqsA7)+eL}<= +z6B02*W!v5_H^iHID3k%ZRh7-{R6&GWHjM8+_!U3PV)+n2L>CO;+!w{hgvDe6WB826 +z<MC19{dEYkHeLt;g%3BiTJ3}zjmDUO_HZzO>gtc9s>p{!7&ae>X!IBkz21po`?^vo +zuM`e>K7xpR%d*`jFdJW{=lVwkeN(Pf{uy6E1o?0XfR3}Y_HH4*rgE;|3gSOo8$FMr +z2+WM>$5$1I2#U!BKKN@U`!UOEoxl5+&USfuSt^w(O+fcWWKV(Zhr_>^`GT3w@;pCo +dG#cai-rw}U7br(X3HAU0002ovPDHLkV1j9|1o!{| + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scale-slider.png b/Breeze-gtk/assets/scale-slider.png +new file mode 100644 +index 0000000000000000000000000000000000000000..150f3bae355c4b642f443d70e49121bdacbb813a +GIT binary patch +literal 659 +zcmV;E0&M+>P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0!T?jK~y-6t(09)6G0S)-<^+LVq4k)U1ib8M<6j$K?5<8_#fn#cwyp& +zMq>;K7jnTLQT~J^iWizfV~Cm{ltQ*xwzL5{voqs`DS^^ZK75jMGjq;6@64GT2Q3K0 +zFj*>XPwyYdCrZg46~`_BaK<F(?q-MQ&inq=SHADpnrofrg{A!Wchze3smNrw=o0We +z55)PGW{icD5`W5NL_3j6B@=Vm?A_-r1@rm5Ti0g6YBS!~cN>h-R^|_hwZ`h|ZxBkp +zjAchA9mk0QfHV^7+AO$?j}H#?gAxL3?WsWt!QenY7-JLPa!Vf@I;3$;tIhb$-r!VM +zt+>_O3uE-d+;V;f0Gu!klRtm0mWPLjIHjareM_{_SXucI4-NJUQYvjv3z5FC7ywX0 +zAu?&U6^3ug{y}|8WJKFHYZpQYNU5fnRH}!$4A$BUI|KmET_~vnqP1qu$?te>90!QC +z<_y54-8HZlAe1uoKjf?hIH!uZoNvl{{nAa5vJTGO4btJc^HEf}w8Ncf2cGABAYEOV +zmzCX$(%M|uoi+x$yES$FTK5|g1i@Y^k(^swFSM9FXQNP9M<S7$^?ko~DDgG7v`7h= +zxZ(RaYm*!RTVaS;n@<l$vyXry(`GC?GO4v$Tq|tAn)Z^`SgaM+p|$>e|K7;sqlX+L +zx167;)oRZ=Qz@R#q`?_Kwy$D^D5{`Zt*S(#b9OX)=S8#Y6BLWZE8FGrw3KQ}DHX)A +t<^aGLRh;vp=XJdA7U|bP5bQPA{sr%5lsk7habExc002ovPDHLkV1krVFi8La + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scale-trough-horizontal.png b/Breeze-gtk/assets/scale-trough-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cfd4e6e87feed695b21bb63082e3a99094ecaa02 +GIT binary patch +literal 198 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~g3r;B5V +zMeo~l8+i{INVq)Q9WPkw5T<g2_lD9-A<dAPhm9*)#T6Im2*g@dZLt2s`{7H&q90Pu +z9PQ6v|7ECPE%>)lSoPPjtF@;3uRS*T%Iu!->RD>*#9gY#>^$!BHWaZc=BQnK{_5g` +twS}eng-im%QGt)1_#Icg9`iB0%t~1KhwcW6^+0DZc)I$ztaD0e0swuzO6~vv + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scale-trough-vertical.png b/Breeze-gtk/assets/scale-trough-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..36e0a2b01fb14505b89eb7fe203c3254cb3988d3 +GIT binary patch +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT40tPZ!4! +zi{7_W4EYWj2(XkZyX0yrHktqM<=oG(O5tGeCpCLTkz+3FGW)cIlumlK2<4Y6pWR`+ +z@Qmg5efGb!4{$YfY|!Pt9FaZ0_?#E_F9CfO{=>efF1B+pEVop@+_dD1aL#(mEP(@g +zO}X`)b$dm84vPHge~|0Ka`({!j@$mnc$B}{eLb$neffugqnD}8hLdL_i{nb(soq-g +Sv9Jc{J_b)$KbLh*2~7ZKLsJC+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-horizontal-active.png b/Breeze-gtk/assets/scrollbar-slider-horizontal-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7c4efa768b52c77a4072533802b5d10255649d86 +GIT binary patch +literal 251 +zcmeAS@N?(olHy`uVBq!ia0vp^azHG?!3HE}t?oSnq}Y<Y-CY>|gW!U_%O?XxHh8)? +zhIn+oy`so>$U(s2qJ8o~rycA^8PyvcUU)_|ADG0p)jiY0!#_aei^9?7w+dXo0y{R% +zs58xqcRS-0e!YLvcLVR!q5_FR3SXi^d)Sr2FQ1xweQ_}J`OCKtCfwHgX6pIrY=QdM +zWkp|_uSsqTQTWt(Epv@R^8GaljlbODXEuq{H*lM-ol}18N@i{NqzYr-Z<Q7&X7Q)Y +yn#O%0Vgu)e{F}R(#eHJs_%=<u|L)bVH=NVH=>7b&SKAcmb_P#ZKbLh*2~7Z~SZJF7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-horizontal-active@2.png b/Breeze-gtk/assets/scrollbar-slider-horizontal-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7a71e2c61cc2f356af5be4d6432bb94ed5b4c1fa +GIT binary patch +literal 498 +zcmV<O0S*3%P)<h;3K|Lk000e1NJLTq002Ay001Zm1^@s6qPv;@00006VoOIv0RI60 +z0RN!9r;`8x0jEhsK~!jg?by9elTjSU@$c^xNQf?4TQIVq4knF@b>$k`LgW_MmDq&I +z&G2#q-a=#Ksh2=k%h04uyetG_i%jA`L;o&5glH3^@i`}{=d+!YGkpJfp5+{fq9}@@ +zD2lS7QJbYkcPgLD*G#Ga&oJf?w>-D~8RG(R4D3ouz6|<Fce!-=^RZtBUfBM;gs}lU +z^wF821HtQ^#hDK`H?IeN(Xia<WN%%@EB|eo+G=%*b>3(Q;L_bO9Ts49;c4$}x)5Cd +z#_z*5c_3=7+DxKSqdRqX;@%$cD0EY%jHC0bvnMW}%hwq9VFASaoryxlnOrq=i!Z_| +z4y+tH#G~g9xF5R0qX+KyXU59V0Vkm=d@=0A0qxKsz6gDCl9JFN-k6&1qF30)*bm*} +z!QuH;|D$WKXdqD!U6Va~*<CJOI)EQnsI9<7nGvkF7H6Aq<F?f56zjldu&S&W8#|ri +zTDlzd08nMfCgQQ*vVY9jN4A=N+0@7<p7J}JoG$dM!YYQ9h30_UUPAxgSHq5l+L)4W +oXN6{aMT5{$Q4~c{6h;4!??--jqOh|&x&QzG07*qoM6N<$g1#s7lK=n! + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-horizontal-hover.png b/Breeze-gtk/assets/scrollbar-slider-horizontal-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9d31d9b28124c7c5d40f96752343b762222da14a +GIT binary patch +literal 252 +zcmeAS@N?(olHy`uVBq!ia0vp^azHG?!3HE}t?oSnq}Y<Y-CY>|gW!U_%O?XxHhQ`^ +zhIn+oy<*69$U&g>;rC@%%_e2H^llH>)1fot*rBkdt74BFTOO#IyfRH%pL<LxLqO;H +z)|>lhW!a~7u_kSlKYD$`ZZqRh9foHNZ1d)_ADEo=dX495^F4d-n6XTow{d-7<hipM +zNArT;IWMqX7yR;^w3Q~y0#5#Hy@!DgoT3e1<=;ewM2km-b_r)+>N;g4;#H8l`N@TP +zh39EZ9t*D+HY`kk&-Y-3Nc!d{4}QLlc(Yl3N0ezx#}l4gK*uw9y85}Sb4q9e0JBhO +Ap#T5? + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-horizontal-hover@2.png b/Breeze-gtk/assets/scrollbar-slider-horizontal-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a4b278f581b7084ffc8763e032529da9bc12f9b3 +GIT binary patch +literal 500 +zcmV<Q0So?#P)<h;3K|Lk000e1NJLTq002Ay001Zm1^@s6qPv;@00006VoOIv0RI60 +z0RN!9r;`8x0jWtuK~!jg?btt0Q&AYl@$c^tsEKaZwi;Pf29r+x^FG?f7r}xIN^IhE +zHv_UU`4))5*4F{(QYMszkkC>lO|T^QanK4u5~J~+lhpIs&XY5IpWM6L3sDqBQ4~c{ +zK6KqM?f2)Bv!spGlu<J=58U+J_NTtcI5e><Q}^V?u$xvY<Exi`S$Jdj_%UJ)<AI;f +z+<Y|S`EtFyb$R%6;mu8(87vG|4W9XL%aO4@s+BsalmWQOd@7d(5G%=t!OM#yKVD;a +z6D-OH(SA}bca`@0bII4+d%(lcO*uOl6;2+x<Sc13{mTN}PsYWjL#`FN#201ObYS(+ +zAs#gxa5r>?FDCA}-(Q<5nFEeOSNLN`4%i8u;f=KIWa@_Q@Wo6$H*3YWz<%hM+=)-8 +zh2cB5*wDEdozOjb6ZSN%RK^ZqxnADFSPvbQ7lYNM>YW~3`dS**N*x)m!e!+|tesX% +zFD{N(Y`i~i@qO_HuVMe*zGN$tCp&TNFP_)iHangfwv<`ZWOdLyaLY^P-}?-9DAP_R +qbqiUsx7g5m=%^@)q9}@@|Hn5#M}6dTuZ8^p0000<MNUMnLSTX}k?+y~ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-horizontal.png b/Breeze-gtk/assets/scrollbar-slider-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3a519b9e3520d52637a97907e6d8fcf9cc56855d +GIT binary patch +literal 273 +zcmV+s0q*{ZP)<h;3K|Lk000e1NJLTq0015U000yS1^@s6nyZb(00006VoOIv0RI60 +z0RN!9r;`8x0LDo~K~zYI?a?u60#Oiv;eTc%P3*-rU~6L`64(Vx58(;Df>oM?Wx*^2 +zwo4U=^3cKySiG?iErfKNSM6U-HQ&HMSJyu!w_!RjCZ>`jl7T<9%$#u#(WPqY^7{_Y +zUh}1kF51QZIKlnn>$7^3>AaYj$tneU%h9!(N}du05WLXqPm{};CPx8?DDEM->mD?^ +zRLNa>l^w(GG|XNMk#Pz%!h5qVYXdlh{m)=D4g!6UXTaL!<P7oGu}!lr>vnf{bv<+e +X3wb$$62Z8=00000NkvXXu0mjfiW76% + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-horizontal@2.png b/Breeze-gtk/assets/scrollbar-slider-horizontal@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bcf59732afb34c6d76015938cab179957b0b2e1d +GIT binary patch +literal 536 +zcmV+z0_XjSP)<h;3K|Lk000e1NJLTq002Ay001Zm1^@s6qPv;@00006VoOIv0RI60 +z0RN!9r;`8x0nJH7K~!jg?byw06G0fq@!#`|4Mec$soTwF=|N1@LMR@B0gr+H0}K5h +zbLvr4y!aAgQR|^@E>Xy9wWgBxRLDF%)JoJK2+j<F=X2V9n8SBqE;E2qN-3q3a)TBP +zvn(^6PlLP0pkjsA30MWB;5+W$(76CpCK*{v`JIh8Z#J8=KUV!d*sj&?iRA`}Zutpy +zg9H;Y_Q~5;>*M^~%zbmUR&PLf2Si2Beg7Y!C_-CnNx5(|=yk8gKQ~;h)f*(JhpBUi +zfO3?iE8`!VHo)aEhVV|<G^f&1l#EBC{;|oj%uG(sc0pMFWBeClP<m8<xNojqzj>b+ +z4?+jIN5ya7&%UrR*bJTGQH3E`4_)C6A!Y&H2;Jce0jnH3!Yi`E0yz!c;fn}PnF+(t +zA>IfN*;>j&clg50IUj7qISD4AW1JH?xt&HGgTq6K)6!Igwn8_#G_%-y{`B!z0|29b +z|9CAa7YHba4s(ITzBt%#wSl?Y($S#TjgoW)KpL#f1)`Vl+pnKp{m$QqF&^}~r6?JL +zC|>r<1PLZHD|;W_ylVe4U${EUO!f0{6F>!IV*)S96OWxjc*xB8yEN)x!4r>CN-3q3 +aa^(W^w30RO0NCUJ0000<MNUMnLSTY4x%W!| + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-vertical-active.png b/Breeze-gtk/assets/scrollbar-slider-vertical-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..644f19befab5e8b2d4e086bc769204b53b13b9a9 +GIT binary patch +literal 271 +zcmV+q0r38bP)<h;3K|Lk000e1NJLTq000yK0015c1^@s6ED}Cz00006VoOIv0RI60 +z0RN!9r;`8x0K`c|K~zYI?bb040Z|af@&CM<lI%Uu;RJ+mlGP}*BC0*gMuHRURyYW) +zsExu_^2YA!ByY-@`F@#lgfBHnuM;3fr3-+_S=}?qr_tWZh&33dx2?j`h;6c2dsP{H +zUnV>Ic2IPj&!WR;-x>SyH>`**yj}mYbjmnEyEQ->WgyV31O8kA3}65Q7{GrA9~H9q +z8lYS%fZiQ1sP37Ra_YQ0Uhw_9$i}o(*4eyu^v%rQ2B4o_N8lEM_KMaCb%})mya0pO +VF9Tw$v=smV002ovPDHLkV1kUzbqfFh + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-vertical-active@2.png b/Breeze-gtk/assets/scrollbar-slider-vertical-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..68ee30f6328733965f92458012b3b0b8c7128166 +GIT binary patch +literal 563 +zcmeAS@N?(olHy`uVBq!ia0vp^8bEBr!3HEncK&z(q}Y<Y-CY>|gW!U_%O^81Fuw3~ +zaSX|5e0$5*KR8k3z{md!9h@F5+RCcjt>5hVI4SlgPp;uF(Hm25965RR!zb21T)h(? +zxi46qnh~Uar8OgG;=vWoyfW<GkGPkdujDJV`v24B`=3j*tEa~u3|xA3zOGmoujop~ +z@&GYLfp3kmf|>Plytn_dPnF+kt@8cBrEANpHC`Y1%DFh7Rqnmc`Tb{ZCbQkk&wTj! +zOoHze_hXA^&yCx8GT3sP%q$~4MPc?0yGp7*oT)nTg}X2RHTUaD`_0U(dViMvsz{m| +zR{!nNm#5|jdUbAip89=wadY%ae!ow;dO-X4STH=ib@XMBZmEsr3Zu~T!hdHkc+StV +z_F2NY7kRH1Jk{JciP3WP>Xpr64_bLTen&m~{@}k}!#$=Ky2KMY2i8B|@!k8?0@fdj +z%tcvUYVoI;-lRqN`A)dLa`Q<CLC=4}RY_X6S1vwzAiw#N*r~XAFZ%Dv%JIf8<x^+g +zt!*T<aAx{1+uDquK1aXIlB|!~lxfy09PwI5U*&$>i3<L*s;6oj5^dWz?YpdPzftaU +z&5hvaGk9BO3nx@}tc$AOIeAkf!`0_j#^F-eSl4PsiKcv<?)jbd<)Taf>H==PTX#aE +b{J8(**A-5eiy7L1ser-L)z4*}Q$iB}w-XCF + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-vertical-hover.png b/Breeze-gtk/assets/scrollbar-slider-vertical-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d5a08bf4871d38f44767d25300936d191276195d +GIT binary patch +literal 271 +zcmV+q0r38bP)<h;3K|Lk000e1NJLTq000yK0015c1^@s6ED}Cz00006VoOIv0RI60 +z0RN!9r;`8x0K`c|K~zYI?bW>v!Y~j8;P+fZ3CbGCVG9t8M3zWHL5m`)6exor1(x7< +zjnE?M97U**9Vc{1zVi9*^SLt7QpLSmh+qjYZW5kF>fGq4bj{Fpu)96B1Xk7|VV3Ce +zx--~p#(mrN6qzSFI(+BK*4#YPS1Prpj{CJAl(+|oftMqOeZZe9fB_6(00a2%;H$&z +zvj@ma2hiH%_?PS4rwNs{#|j!9l@w+!jNryhMo0TuOBL5@2B=gh(@%5~s@#PEz#F1s +VHW#&iSk3?d002ovPDHLkV1mr{awz}+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-vertical-hover@2.png b/Breeze-gtk/assets/scrollbar-slider-vertical-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..382f4f6ef1fcd37c9941c634d99af81f544d9a69 +GIT binary patch +literal 563 +zcmeAS@N?(olHy`uVBq!ia0vp^8bEBr!3HEncK&z(q}Y<Y-CY>|gW!U_%O^81Fuw3~ +zaSX|5e0$42e^Q{x@sIb{`$n^GS8q6`m$lvRPo=!WFQr`>?71q1Nyb->wVvF5VTM<& +ztnRK2q3TIYH~5Y%TzIlr=0XH7@Ao;$)^p#V+WEci6GJ)Up}=Z`h_iZ|)J|BjiYi`X +zY-n02P|H<)|D8|O+p}j^e&vZ0FZ;b%SD;$JCd%MfB#VC8s-@1SEwdgRY}DyDKPJmK +zZ?zcLxAR&@!)Bi`Jv}X?ox$KCL&J@;cD?a0r)$3Y<{r&(FO&c0^CQnL7p<IbHSZ70 +z?dF484Sk%YrUz%oSF29tIRmu3;keqB`?hD6wN||<_?14vn^!pfUf9k%3<5!06V|Pq +zX0_s{*nM+{XKF{9uSD{GSa<NzJ?~ondu5DY#2oU8Czdh(`_ccr&R_Nl!+t4+>nbO! +zGaJ;|PX0OZ_{zl;h1QeyPWoOg?khK+JRqvMhrJ+6D7N=U(LS@E6RhU(+*$WAh(&ky +zEB_Xo%YS@bOV7Ru@opD*^Ez@f%L^OL``&fcjE8M2!Zf#ORIH6<PkO&6re<Y)+M3^m +zR}S#(+L-WV%9Pl*lYh^Z<Y36}PfgurlW8!0SHLQU>*?!HOgJ=o&YQJQTNl5T(qEhY +ahsA`irdn*$0c~I^VDNPHb6Mw<&;$T0SN<RX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-vertical.png b/Breeze-gtk/assets/scrollbar-slider-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..88d9ae3069b55ad7a406ab5db6db76a392d18082 +GIT binary patch +literal 294 +zcmeAS@N?(olHy`uVBq!ia0vp^B0wz1!3HFCgzU0`6kC$Fy9>jA5L~c#`DCETZBG}+ +z5RcBc*KGM29R=7Pe7`Hq^{c!8NmQ?sOOephQ}SV%9WhNVi-JA*q`B-Hj`VgprO8^I +z^xJ9t`Ao_x)q5_hFK4s08J>`0a5$27C}r=Q+!)&u)mwKf6ijNjdZz4(Qc2bo-(j}c +z(E0hR6p?Gn)mBTMU!M}VT;iDDn?$FoTf4dJ^1sD}WS0m8ondwLif`E8&Tjj{k-zH0 +zdB?b7Yt8BB9R+7|TV;h92&?Us<I3v&Rcvwd?#`%e76s)}1%t@*>8JZ087yx7HCy98 +o&4D#R@&WIOAV-6uM1}(PH-YxAcz#Hq0eX|c)78&qol`;+0QS{yY5)KL + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-slider-vertical@2.png b/Breeze-gtk/assets/scrollbar-slider-vertical@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..db7d6793d420f357c72340faf2314101545122e4 +GIT binary patch +literal 617 +zcmeAS@N?(olHy`uVBq!ia0vp^8bEBr!3HEncK&z(q}Y<Y-CY>|gW!U_%O^81Fv)qk +zIEG|2zP)9eFYG9A>|^>jA#XP($El}()_64*a7<j&@kr%*#1rm2%S)yTF)n&|l#7GI +zb%Qkf$@c<0MkWfC?P@IxA`;8kT{i!(O8dTC`%VRCSJ$GBUG9fx2e!;gjZ%NW#b97y +zek3`2WpT3d%PmoBTi?q**}Y@(^XMF3VVCQAdm0QEpSV|lGjIRbo$8-%7=GPzk!5zQ +zz|{X1z8c1tzePpq`nLbQXU~4^v)g0|-s`qZs|shW^^=+CcVMo~eWuy5=C|@wr&`SI +zIo_Q7vS}ipn5*DHxAH$R`=i!8$O{yC#IGzDv$N!@nB<*r$#Z*8$=lc0+RJ{m_gHo` +z-k@v4%YLhHUn>o^rj74hBgGUa_H{M#?0U1@^8R`G63<Wi9C|+!wxnA!{P$;Eq06w9 +zb-^}<D`E||m;$01vbY^`@d=u-E7bna-Y!%>xzFm)<s<QbOuWw}b(|Ms=1qKZJW@#d +zV`S2Ttyex?*4cSQ0?2-F(Cw1qu`~T8YR~+yZ{DFTJKdhs!sdy}>N7JlZ*!MjI+XPO +zVsrH(`^}8U&AA^Rd{Cjgb{fZuU6&b>e*bvjT75tD_|L1yOK!YBnz@Zjp*TvV>QmMK +zo6gsN*W5dsVD#p@R-qMRAk(4N{PYgP=!kpOpZ~19Jl*>4_eiU?8jF7IzNpq9bwZ7$ +s_>;-0a|hE>dS321^+->|e{mgy(XB~OQePSE1*RPaPgg&ebxsLQ09dmaX#fBK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-trough-horizontal.png b/Breeze-gtk/assets/scrollbar-trough-horizontal.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a4ef14a88207f0e12d06fb8d8621c8199295590b +GIT binary patch +literal 313 +zcmV-90mlA`P)<h;3K|Lk000e1NJLTq001}u000yS1^@s6*y#RK00006VoOIv0RI60 +z0RN!9r;`8x0PaadK~z|U?bNYr!ax`W@b`VE!ObFA0_qSumAD4{|A$J3F0F&m;vfbw +z6fuLFcc1@2mC&a{;ePvjcP|_Pq9}?UNbXUR7e$&#H#>*$q$-Z-3c);7k0yS-EXzH6 +zH+tY~K7VyVUf7=B1ds2}_r;3opuToq6ln);#&p~wiotL^YU-*w{k21x3nbFbn0y;z +zZp!4Tf!?go<l7MP3~JziKn*mJ=3W=MO7%#^nXrjpGx=7WQD;zp(YmTm&*?-(F<^SG +zv7lcc<=ckopaud!z1#i_$D;<&9t?>H`6>)&s2<S4k{uUCQS@*Z?yW-{7Ih@600000 +LNkvXXu0mjfTp@{! + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-trough-horizontal@2.png b/Breeze-gtk/assets/scrollbar-trough-horizontal@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..14e71c9a17ee94b7acca2fcb1449f1acf0b13781 +GIT binary patch +literal 572 +zcmV-C0>k}@P)<h;3K|Lk000e1NJLTq003|R001Zm1^@s6COv-900006VoOIv0RI60 +z0RN!9r;`8x0r5#hK~#90?b%OD8&MPm@N@5*wAM`^2u`AIx-+hZS!5yk^dg87LIrI% +zLKj04QK1pFwwd>?n-s)_{WtWaaDQLmoHuu7cry=h&N=6tbIv*EoOAz%unWAPMX{f! +zkTxZ=cC7JERRXh6N)|(guU5-kqh5~3hcf_)+3C5J8DLosyNeKa1-8!a@*0CYL|dGn +zot(_rT>yZ3cP~jX81$pqo&YU&nV%7$rJ}v9o$WBKsvCA6`T&c;pr1_NvwQq5GwCdc +zc+KoV9bj1wyHRY9+2L=PNoS+iy}g=D?pPg^6%0TZA?_0M8xf?{2k|=6f{S85U-b>k +zuMpUJSq?W@`LqE>jX5j3X|>d}wa^AAS!lDen<kmj)<PSgrSz7S-Lw>Cjg`&Z#JC3V +zUZI-4v9g<{W{<RNRxqM|p=CGBAahnW@B1a{B`dpWnPs&9qO<{y$A?ph-m~(XVvvW? +z=zw-JGB+_+r|%z$`HhISI0x}~iTW?}YBIUo+Sv|f(qZ=aQ&H{W?D+UIvjhD!Vp>%< +z|KkvY+Qo;Xqfhi6>;eEVt*YydUiVftYXkO%-RD)J_q8ofPsvZ-4=Zybza(Wj%xkH0 +zfwhy!ng}vxAv4r!_GplKX4z~sI+y`4W+&&IbIv*EoO8}O$M6I%N25O1aq}Yp0000< +KMNUMnLSTZ8vJHa( + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-trough-vertical.png b/Breeze-gtk/assets/scrollbar-trough-vertical.png +new file mode 100644 +index 0000000000000000000000000000000000000000..773c2456d886de88b970dda8202b9c4ca98cc119 +GIT binary patch +literal 305 +zcmV-10nYx3P)<h;3K|Lk000e1NJLTq000yK001}$1^@s6{pZ*~00006VoOIv0RI60 +z0RN!9r;`8x0Om<VK~z|U?bR`h!axv);csSRuu}qxpcc_ev=#jSg+~e-&*I?3LJVRM +zF@>GkwX-;8UB%)M<}EX`Pqte?(=_cPqesK>blQojmR_xG0sxrLj;hTn%MLGtli6%! +zEDfcZt+4)HeEmo><GWb|Gx6Snk+gc<vdHtx-x*5>VydM+?2bA!kiLsx<y<2S$~z)R +zgeVAlc0}-<6jV?_1^*Fr4%g5@-;N9tmEo)K`311r1VQ7(9r4vG^8C{7^qClm_(RLT +z%WS@V8U%o1zdN>i-4ftB9AW?#%qK)x`7lk>v=8nE3PnRaBK@pD00000NkvXXu0mjf +D9}I=F + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/scrollbar-trough-vertical@2.png b/Breeze-gtk/assets/scrollbar-trough-vertical@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5a0f76f2337c30f5982bdeda8de59cb3af20bf84 +GIT binary patch +literal 603 +zcmeAS@N?(olHy`uVBq!ia0vp^8bDmY!3HFAl#RXvDYhhUcNd2LAh=-f^2rPgOah)R +zjv*Cu-rhXxE$t|A{NwYPH@_V9R^Z566jx<DZ<_5Bg`clo1yozOZpF38O;cIqq@0yo +zo<2`5sz%Xq{>+!$hu#;@OMkYTyZWXg6VL)Ms90-Jcu(Z0-@CQ(k9}^fTln3@#cXl@ +zr4M&3ip}KSpY1sD|MP)OGG*DXx6Md-y0g@&=JgUgOFNr6N9QCfr|pp7`PG*?yE95( +zPc2K*Z12~zyw+=1o!&1O!NXRo|IGQt9FFoj_qdibtgO?XZg?HB?eHbJj)L^9*Y{e@ +z_gS~qSS_JGIC{J2#jh<-!|b2Ld_A=2#>x0!3MMmBmg=-;-}?H>Aw5QJ`j!<B-S$qm +znqYjp?{wt0=_|emv3GsXe_SM1dHnsB?63I~G`mlG-qwDi{ZC(D23O-sLWI|U=HL}S +zgWKEQEdAe@`RDtNIjZelcUE3sRbKimJLIg8lg;&YSMP^g6pKyYtTEZAHh(#vO#k;~ +zN1mzay=)Y?-{-dbRXgv`uB9LC?OaW4A1<+5*zo%1g5A45pL|kPTYR{yKz&C~$DE0m +zA2&DaD;gi%KKJsfT|J#!-2Cj{y|3r9)ql2c#<I}TjkjLMNlxC{`Q+^8?wfZ^g5+gc +z_wD@samK>qpHnT*Naq!)Wmf+yZBB7{*HSUh(@eUzEZs$=^EoWu81^{XGyV=(R2RnY +QeI6v}>FVdQ&MBb@05}pDs{jB1 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-down-insensitive.png b/Breeze-gtk/assets/spinbutton-down-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4454a64cdc4c5011b6b4c6256b1e8d03a8082c6e +GIT binary patch +literal 169 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f#r;B5V +zMeo~lhI|bQJgpDg6BVv%7Zm1SyI{@0u232v&MuoV=a+x}%jryRhT?12zD{DjXZd15 +zGv7aEH*Ob~O>xz~oCQxNznCY)$e>hwv48e;5ysbU3RVXLqUSTsm)*!ErQ6SHW(c&2 +N!PC{xWt~$(6983=Hnso& + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-down-rtl-insensitive.png b/Breeze-gtk/assets/spinbutton-down-rtl-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c3fdada392e669d01acee4db079d3e67c073c984 +GIT binary patch +literal 156 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f(r;B5V +zMeo~l8+jWHcw8<jhumvCc~j?;fTz^%L+;-4-X{N;ZEAaV-q<bVxm9Py0VZyp59}M} +z@~)~{+NjjTaYyon;WH)A8IpHoKOV8$QT_ETYyEenx8`qKPXG;P@O1TaS?83{1OQ}8 +BI1&H= + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-down-rtl.png b/Breeze-gtk/assets/spinbutton-down-rtl.png +new file mode 100644 +index 0000000000000000000000000000000000000000..bf5126ee7dad363e347cacd4aa145a9a0764f78e +GIT binary patch +literal 150 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v_crPZ!4! +zi{9j#{|_G@^`4%)Mn}Sf-6!RR<W-whl_AEyrkgix`1j{$x6fIpCZ_Ut_mrLOAOGf; +t{|^L@j-D=mZ~y1#=h-P|mqc-}Gk9~z-<NAw&H)<B;OXk;vd$@?2>@vjId=d6 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-down.png b/Breeze-gtk/assets/spinbutton-down.png +new file mode 100644 +index 0000000000000000000000000000000000000000..1d1d10441a78424b97abb56765010c4800544b1c +GIT binary patch +literal 159 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}}1PZ!4! +zi{9ivpP%zHzkG0Fqwue)T|Ox<TABmTE}rFX%FlMzzW!fIYND$9=kxRJ-{0A*uc2}P +z2#TKE;GAT#dBX-SPA-p*Zes%jgMI%$Obj{wkb$8hUL@e8-g+&d`3#<}elF{r5}E*S +CojZ>J + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-up-insensitive.png b/Breeze-gtk/assets/spinbutton-up-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6829dd74599d728363692873a6c4ea753356735c +GIT binary patch +literal 177 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fzr;B5V +zMeo~-ib4$v0<90XXEbiTw53pT{fny#nUfa9B^XA$F<A1K|HIkYl_hum9S<L?d8T!M +zhwWOF#d8Oj1-D!ck43Ub`|mL-w&h^ZT<XeI_TJWq+n}XD<mb8!rhmZ!j;x|@nD^<0 +Wi9JxQ|GpMzBZH@_pUXO@geCyoL_cN# + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-up-rtl-insensitive.png b/Breeze-gtk/assets/spinbutton-up-rtl-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0042224e7d9889d711e84681d108bda8715c7f33 +GIT binary patch +literal 165 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~ftr;B5V +zMeo})8wDE_cpNV3Ki9H!yUcpmBYUfd6Z6JmMjP#W4Ea{;t$$qL5fEIVwNxZ3_wT}) +ziLa!us6MYLX@BSEwXy3<Dg)<&t8E=`_TH4P%WP4WdC2jfQ+`F4(qo?YQl3Ct7(8A5 +KT-G@yGywn+nK{G& + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-up-rtl.png b/Breeze-gtk/assets/spinbutton-up-rtl.png +new file mode 100644 +index 0000000000000000000000000000000000000000..329bf0e58f1427e5352f3891f90b9ae647f5a68d +GIT binary patch +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}|+PZ!4! +zi{7`V4fz@jI9M;NH+(8rYIf{*e23oDa}yq1;=W+<>D%_bMjKu+Ja~6zZTE~U3uANR +z+IQVvoKIyP#4WRX&&~9ms$r8JH_fv6+5XS$w<4u^TDlCKfMzpzy85}Sb4q9e0Q`eE +AP5=M^ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/spinbutton-up.png b/Breeze-gtk/assets/spinbutton-up.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c1aa0eb0b13c45ecf5d42ebdf3afcfba31fc4d51 +GIT binary patch +literal 166 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v}~4PZ!4! +zi{7`V4TT&G1XwTZSIdqznRKb(|Lz4x1v`u;IW526W3;}$<frt`GkezTO4yMton5W8 +zXv!q5_76F~51u)9)60~x<H}`=Iro?Y(ixN{C7n4lf0DP}&-Z_r!kR>-r0k6r0Igy0 +MboFyt=akR{0J+>gegFUf + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-bottom-active.png b/Breeze-gtk/assets/tab-bottom-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7598c60847255d7528d9b36248e630797691ca62 +GIT binary patch +literal 184 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f{r;B5V +zMeo})`*|H4MA#qP-|e(kpjFmjVyH;iPFEM5hC3|ZmkYH1^PCs<)@0IewjUXD(lTdD +z#YbG@eKq-|VymW4B3Hc(+cRyeq%?;IQ#mqU%OnM*wUx>(S#VNf^4sH<0-o#(sw&w8 +dFQrcWZa(pYrh-((lpLVN44$rjF6*2UngHnpK{5aU + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-bottom-inactive.png b/Breeze-gtk/assets/tab-bottom-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6d08dee94fceb49ab26fb5d0e307b64eb886b38b +GIT binary patch +literal 159 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fhr;B5V +zMQ`#IQzP@V1xg8vmL)D`>yxs`da$C=`R0NDJUshXrrxM$YrF4rrhewVpwkY|_WR_| +zjNe!D$u-EQ@1y+X`Z6~*wzQ(yV}GW<{Cc$e_<Tl&1ZB}b>sg+HtY`3a^>bP0l+XkK +Dj2t?| + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-left-active.png b/Breeze-gtk/assets/tab-left-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9dc227ce41d77c18361443ee364e84d7863d0cab +GIT binary patch +literal 192 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f?r;B5V +zMeo})8+n@z1RO5bUzAN<!MNV-*a?Odk+fZ$4k9fsUtEkr)i!89F+U(&zW(0)_uNa^ +zrG#GYdg~l}f4*YLjHp-bT}RwsFfE%khw)CsF&+PJ{F}8BIlU|97FhPh?=x_dTwbXb +muJtZ%?QOe`BXSwRhlLaP<o~+H+;0aufWgz%&t;ucLK6U6yGAbn + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-left-inactive.png b/Breeze-gtk/assets/tab-left-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..13dbab43560674df0af922ce212ed4f37edac976 +GIT binary patch +literal 175 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fjr;B5V +zMep15wp<McJZ%s4IUg}{J>suuJ+t?JXpGg4ot{DJ?9bCC?PITapvtghR=BV~3r|K* +z$meH|inYHSQ=7NQfZ;*MS$>Jm(hbeBe*_~Mtwls08w*Vd>dT&4R<ur;@e-F^zM0@2 +TEtgaipnVLUu6{1-oD!M<Ow2n% + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-right-active.png b/Breeze-gtk/assets/tab-right-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fc92fe9be58c749eab7608f3d6e906a310979800 +GIT binary patch +literal 197 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fur;B5V +zMep0IwtOxDB1b<KAARlVq7pHCZa{Q<ug?*-4J`fF+?Va1WZfFL;_j!v;vY`G<g2~q +z_hFxF%Pb2nuc+;RO;6M$Z4x{Fajk7@slhS#c}o>0IkD~uU}or)s(9|eZgrute}<&M +s87&3l<W0sWoF9Kbydv?RzQUTiSt=SPT5<V-Kvyt$y85}Sb4q9e05AJX6aWAK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-right-inactive.png b/Breeze-gtk/assets/tab-right-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d471595acdce26a9355c3a7977b7e2b0aa7d2206 +GIT binary patch +literal 174 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~g0r;B5V +zMQ`#IQzP@V1p<H46MmfiGyUb;qus~nZw$ziU<LwZX6D!S&+3JK{hG$(bHzY_?Vr(q +z;bp5Ddw6)(gqTifY;4>WCudr4<v<{Fdwb)5Nr}4Ps}9fh`{b_-N>UDIWOyJaA<3yQ +RX%5gj22WQ%mvv4FO#q@{JZ=C0 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-top-active.png b/Breeze-gtk/assets/tab-top-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9da785de1cc882694dec6e13382698d6f55d8244 +GIT binary patch +literal 200 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~f`r;B5V +zMeo})8+i{I2sm7<pVmKVi9^SOWRpW;7XlAxoO#08q2c84vN^>|#Vc6xC+`Q9V-~yZ +z=cP~3y)fbVv`I13x_`a+ooEw!wI*LIV149mlfBojue1JgxI@@;E$iuX3?a7C+#O5i +wGE0TdpIaNm8nJW!a(z{uL{9G?%O6UgULn2j{|2s&K!-4Ry85}Sb4q9e02s7Q%K!iX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tab-top-inactive.png b/Breeze-gtk/assets/tab-top-inactive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..4a9892dc84710bc4813600c81181eeaadfe8aab1 +GIT binary patch +literal 171 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWS~fbr;B5V +zMep158#x;sc-$V^bDBF!T~rLZ|F89{uA-TrLT8v+QfZ9x6W$L8l^IgP(x(S7aarwZ +z2%gh_?ON}dS3*L;{9pR!mX~qLHZnGNYkbeEb9Hzacq6!pQ*Fir|AW$ji-kGZ>iRAN +P?PBnB^>bP0l+XkK`*k^v + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-active-backdrop.png b/Breeze-gtk/assets/titlebutton-close-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6d4a4184bdcf3957af29030208e6ca7644256894 +GIT binary patch +literal 522 +zcmV+l0`>igP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0l!H^K~y-6m6K0TQ$ZBPf9F2RUbkXGA}M?VaZwuLvu?G}w7SRdWMW)v +zTZ(R}t%7f3`~t*6ViUs7)IGIxT|i6!yr<!;=G`;*H#2AEi4^tXa!IJ_(iX6CT|O5i +z4vl=L)tT?n^v6kD&PUiAL@{lF8~Jf0y?XGeb-DoRJ>4l1^bxr8Z^%Ty-Sup}yPr%z +zCviC+$-dnJGS<K%+gv+ro*972Ue7?BerD^ecQ^bAZvoVc%Ozy(>4{plhdvAqV0#X8 +zq?}d#GJHp@PFkcV=4Q2-sbbZKqXV;0lk4-8lbD4Xm;Qbl0wDM5lAOZg{#6KpmPMmo +zM$tQ$=gdOIuf~s44qRLU?xlyJLI|pBSydszkOuPkqmH#=8OCiD47kWJCz)hqHmwVj +zdy)Z}%0z__)KWBhnF^DCHJ9o$MW?Tv?S^3W*<e)&!RjpQ#r!)9@`eCT<4Sj?$?4Bu +zakl5j`Od+%0gNK;f&aQ$JOi@m4J?ZG01RNG-TdipJHQ|lu&9B%p06D?&n6&%_3nNW +ziATWE{|F9WEV9k<pMSN{6#XbwV!2m=E#Urj`5Z`sh5APO!@|w|1*x;Ug1>!(3IG5A +M07*qoM6N<$f`HTb#{d8T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-active-backdrop@2.png b/Breeze-gtk/assets/titlebutton-close-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9d675d92b569af6eb664029a6d45455b93d3de75 +GIT binary patch +literal 1028 +zcmV+f1pE7mP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1Gz~=K~z|U#hB4gTU8v#Kj#M}xP%9yE}9I@VoTcud@#Nk#WibJ43US5 +zjf+nvKDnt&{6makI%4+Xn=yAyd6H2IOa<rS-iA=1#yOKM0iy|ojD_Cw^MOJNDYxw{ +z#qUegdw=KrK0T-Bdw%B_8dPyG9dxZ7G|KBh1b7kXD!<+U9smWSI)~cH(9HPnjr4Eo +z37U<?+RwB-^PU=e8O&>qBv8Z8M)j*uciVTyaonbXit*H2*2pLjY6PT;mW?r=hNf=h +zd;vWi9zM0X-7#vE51RxzobY<*mR#w%?L4j<sF+NhwpJ#9SB?{=BI#WMG8CF{)@uTl +zVSWU{t$?Y}vI)q*VJNBm@^E<gRC#1t4FeEn$A14u?1RoDfi|~0MrqMBRg=Q2JAsWa +zDxd97+3JONld3v-QZSWLYlgxzHzuGwLbI`0yQ+R!qum&=<|E%)x$TiMqMvIz-L?;O +zCh+t{JbXscYrXl*B@r8M5Nb`t#(VRbONw6eh>NWJqv?GhRW5t}0!(@-k?s%XvI{Dl +z10K}@v+g2^U@p6`oE(XOdB-bQjD8GYii7E(b?s`M3F6Vbb8k605;2w;;Q4xDvCJBH +zu15cAMP3ru+QB+t0G@5bPA?_W{o!1upu%~okCY!603)s@rMzp`t6ETgVaiB$K!9ii +zKwePI!R!)61n6lHXb&o1Os4w6xlBRCCPnP|Xx_P3Os4vb<%h;$0C>TyBu1V99X=XE +zd07W@*#&@NGSz3TOarHV_V+|;$9T%@*!F$5caaiMvk3E&0GmGBu2oJ`<@Djt(E&CD +z_{&Gb1E%L%nX*=9e3<89JrH2g2TZlqRIg7RDOHxlsLme)%$}NpGMG6*?IfVb0Mjg# +zx`EQ9?4FzSmt%ry0!rtjH^=YqEql*eNKwa!=^ZdnMYCSP26J`y6VP<JZS`OK8{W0_ +z7%)QPrnd%UfR8+47DL_gvT+=D-_%y(sS6nKJjAt1R%|?y%g#VWk>5L=oicF!f8ZJ0 +zgE;^M(77d74BS0Im^*<|*JqUv4gmGsb{-RuAz=9gU<z95c>C<FZ?=yF0tihw>n0!r +zz^^TYxnlzIX86{(e;<BPb+->qIO|Vs$vKRE-2#}gK&dNM?OYFaT*s^=MiRhPb}y%z +z(V`XmN#!57nrhZVz4=T&)Gd7&-ZwB$ecQ~Q6m(8iFNWUe@2>>|b>5&=s*p^d6<3oO +yI{+rifh#@T0P`nk0hOQJKxs01bNqfI{r?Bu%iYe=AQ_|p0000<MNUMnLSTY$-Qw*4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-active.png b/Breeze-gtk/assets/titlebutton-close-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6d4a4184bdcf3957af29030208e6ca7644256894 +GIT binary patch +literal 522 +zcmV+l0`>igP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0l!H^K~y-6m6K0TQ$ZBPf9F2RUbkXGA}M?VaZwuLvu?G}w7SRdWMW)v +zTZ(R}t%7f3`~t*6ViUs7)IGIxT|i6!yr<!;=G`;*H#2AEi4^tXa!IJ_(iX6CT|O5i +z4vl=L)tT?n^v6kD&PUiAL@{lF8~Jf0y?XGeb-DoRJ>4l1^bxr8Z^%Ty-Sup}yPr%z +zCviC+$-dnJGS<K%+gv+ro*972Ue7?BerD^ecQ^bAZvoVc%Ozy(>4{plhdvAqV0#X8 +zq?}d#GJHp@PFkcV=4Q2-sbbZKqXV;0lk4-8lbD4Xm;Qbl0wDM5lAOZg{#6KpmPMmo +zM$tQ$=gdOIuf~s44qRLU?xlyJLI|pBSydszkOuPkqmH#=8OCiD47kWJCz)hqHmwVj +zdy)Z}%0z__)KWBhnF^DCHJ9o$MW?Tv?S^3W*<e)&!RjpQ#r!)9@`eCT<4Sj?$?4Bu +zakl5j`Od+%0gNK;f&aQ$JOi@m4J?ZG01RNG-TdipJHQ|lu&9B%p06D?&n6&%_3nNW +ziATWE{|F9WEV9k<pMSN{6#XbwV!2m=E#Urj`5Z`sh5APO!@|w|1*x;Ug1>!(3IG5A +M07*qoM6N<$f`HTb#{d8T + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-active@2.png b/Breeze-gtk/assets/titlebutton-close-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9d675d92b569af6eb664029a6d45455b93d3de75 +GIT binary patch +literal 1028 +zcmV+f1pE7mP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1Gz~=K~z|U#hB4gTU8v#Kj#M}xP%9yE}9I@VoTcud@#Nk#WibJ43US5 +zjf+nvKDnt&{6makI%4+Xn=yAyd6H2IOa<rS-iA=1#yOKM0iy|ojD_Cw^MOJNDYxw{ +z#qUegdw=KrK0T-Bdw%B_8dPyG9dxZ7G|KBh1b7kXD!<+U9smWSI)~cH(9HPnjr4Eo +z37U<?+RwB-^PU=e8O&>qBv8Z8M)j*uciVTyaonbXit*H2*2pLjY6PT;mW?r=hNf=h +zd;vWi9zM0X-7#vE51RxzobY<*mR#w%?L4j<sF+NhwpJ#9SB?{=BI#WMG8CF{)@uTl +zVSWU{t$?Y}vI)q*VJNBm@^E<gRC#1t4FeEn$A14u?1RoDfi|~0MrqMBRg=Q2JAsWa +zDxd97+3JONld3v-QZSWLYlgxzHzuGwLbI`0yQ+R!qum&=<|E%)x$TiMqMvIz-L?;O +zCh+t{JbXscYrXl*B@r8M5Nb`t#(VRbONw6eh>NWJqv?GhRW5t}0!(@-k?s%XvI{Dl +z10K}@v+g2^U@p6`oE(XOdB-bQjD8GYii7E(b?s`M3F6Vbb8k605;2w;;Q4xDvCJBH +zu15cAMP3ru+QB+t0G@5bPA?_W{o!1upu%~okCY!603)s@rMzp`t6ETgVaiB$K!9ii +zKwePI!R!)61n6lHXb&o1Os4w6xlBRCCPnP|Xx_P3Os4vb<%h;$0C>TyBu1V99X=XE +zd07W@*#&@NGSz3TOarHV_V+|;$9T%@*!F$5caaiMvk3E&0GmGBu2oJ`<@Djt(E&CD +z_{&Gb1E%L%nX*=9e3<89JrH2g2TZlqRIg7RDOHxlsLme)%$}NpGMG6*?IfVb0Mjg# +zx`EQ9?4FzSmt%ry0!rtjH^=YqEql*eNKwa!=^ZdnMYCSP26J`y6VP<JZS`OK8{W0_ +z7%)QPrnd%UfR8+47DL_gvT+=D-_%y(sS6nKJjAt1R%|?y%g#VWk>5L=oicF!f8ZJ0 +zgE;^M(77d74BS0Im^*<|*JqUv4gmGsb{-RuAz=9gU<z95c>C<FZ?=yF0tihw>n0!r +zz^^TYxnlzIX86{(e;<BPb+->qIO|Vs$vKRE-2#}gK&dNM?OYFaT*s^=MiRhPb}y%z +z(V`XmN#!57nrhZVz4=T&)Gd7&-ZwB$ecQ~Q6m(8iFNWUe@2>>|b>5&=s*p^d6<3oO +yI{+rifh#@T0P`nk0hOQJKxs01bNqfI{r?Bu%iYe=AQ_|p0000<MNUMnLSTY$-Qw*4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-backdrop.png b/Breeze-gtk/assets/titlebutton-close-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..d2a839bf4a4fe39490c73fa5974fc8a8e2cee91b +GIT binary patch +literal 514 +zcmV+d0{#7oP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0k=s+K~y-6m6T0x6G0G#zp9xz0NE0xta1b<vHX)@2bM%6vSA<YgoIcJ +zTLQ60c8D`3a<~GKuoPv7%mHTH#R88re+KfF^}4@Ozv^zGLc_`QK(H<*4Y18+`38s# +z2A#(4u((HZfaq#l#NJ}otZI<ac;V#r)7H-S5@<C3+C=pe@ZcYiRKHC0d8ZymE6^~y +z+7{gO9*|UX^(@@4)vomq&ArJ%gxT7yd2hoxeFq@J$@D<XK4%vOE`FRyFfiE5GdTAx +z?#3E?!`NEY%{r=Py<A6QE0N%1tgeUHS;mNBb-h^q_gM&l6S}@3b+7`9df@a!tnSE% +zQ;Z-{JN8XZF?muxtu%eGhgDH5VSV4?E`Yf5Q8U`qHO77A6y&zryUV0Hvz%@fv8W1? +z%_Pk%5qnhy6XZh8=ohN9z>=fDX+IlmnpxnIm&JQ#P6h%nnp}=@(-3CG5&y*-w;Q{A +z3Xm+k6X54vi#3q4H&@S202JU^EBs-iFM#=4Kv{DWJ>0L=u2&#{PCbkkPId&&{{!+x +zJqy#94~73I)!D^m+X-Dk8o;Av`NptFoY!x+!qVh^18H)^|DL-O7XSbN07*qoM6N<$ +Ef)bYRBme*a + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-backdrop@2.png b/Breeze-gtk/assets/titlebutton-close-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..fb80b669ff897698254c869aaab33e42422ba287 +GIT binary patch +literal 1028 +zcmV+f1pE7mP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1Gz~=K~z|Uz1T}{8&w#_@&9|qiJDeyK&{#ZsSrhVrGy2lMC^$jTqh~& +z5>!*MWkp-4#0Nnrg+{2K03*br5|znilsGd@gm(=g6{=JkM5LtMghkufb6ys4f^+j_ +zoaEVgd@euFc-}c@gcjok!MQNxvS3_9<0xl=*8ot~Fg!(NQD8<*Sjf8W<5tF(rVySN +z3p<W|B35o7nrQJi1S0y~vw!~nA(zXAZG*;(!H0s30PnO2**VoC3}0s5zF#AO?v+Z% +zPrN9PD16o)WLNHXIeIIZOulFuRPg;%F>CGv?;S7(07XlkTDg)=r&k+-HZaaK==sCI +z)J*-TL)TL~QKt68y;AA;#+f;641k_rm)I|!=N;P@bmB#MghRSadqt3o8teLI`>|>! +z{Mliw7LE$DEy9&-f8st=&yeSNF|2;upwlR@5@EWPYTx~%e4Wqdoh?x4bX}uPol&@x +z?N3}c#%5bYtr%mo+5W_Jg*$cH#a}<&eRT_j=#6@#3S1qV3VJiHJ8v8vP;|Ko%&N6I +zm~q{CF9_lSAJv^h^d^9KL2%B7@@JD1WQPWl54|9Whar=KoN1=54aEaaHyB?l*1T=P +zkjqVA08Sbs6Jt|BZzh>sbQ~`2bEcwT0K{>^VIvr~Nl-JWs2Bi@m6TDq&;qC)sx1tF +z3UMQ<Z?*{9M2&mC-;+ru7agO+#@I_k1IdS;@AueHrdq{R(=8Ll2d{w62%VvNTW4H% +z9>DYc9&616a4O<>uT0}Mbt9FE{QrO!sVLfT5mqk-<==>XS86X)?d2m{MF&_jDzX%z +z<F=w_tr@e{Ohzc4JM+{Cx)1@g*WJ`?o!URbA4U-W05F?r3#I6cQ4<ybJpfF*D0RwG +zFj?1qjLPf*VIrdh{7feC!~lq~b=N`)KSn5e+lnX1&vjc1x2rJ7=kv}RXS#o{yOtJ4 +zQ9h>iqPK$Z6Uygx+AKU@UV1l|%Y|D-ZG2{SNL1@?;tnm=WU~YBPeRQif3UxA47hvb +z7-4i1vke5$<>)O%OGn6=Gv$|G)gIWjQJkKhK3SH|;t}l47EPrimC0OuR(o*Q!!?~w +zuXgBq3gx#$#LRVQIlU9JCukGZ71IGhzCUn^Fls6<KiF$uzwvd0j29ma3fu<bZBiDn +z=8M`t@Lp-S9vVy~#-A@Q^?-f~_%!#J*^COzsBo>=-`Cp+15Lg`t4(2Q?k&d&hmDn# +y3Kvk$BGp%Vum=1k%Az$|bjni5WD-wW8UH_rPywsmm>G-!0000<MNUMnLSTZ0(bnkz + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-hover-backdrop.png b/Breeze-gtk/assets/titlebutton-close-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddc21b351b87a45b42c97abd3a7fa49e482107a5 +GIT binary patch +literal 492 +zcmV<I0Tcd-P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0ij7mK~y-6m6W?q8$lF?zcV|gCv8A-l}Er7#6n4^6JcaS5Ariai4YR| +z5J|9W$CeVMMoGYIgLnmyuw>C8)03T<6oVI!cUOqNJeP0I{Bscs<l6fiIMW1q4J`Sn +zj1iY$8OTxmd%i~kz~0AKNOT0$ix!yC5MfWg#+NyeYk#Wa<QK5`1Z1i^th|@bVUmF! +zCOLlwWU2{9*Q9%JrTkp#O9*kJ^4=i#f++0*h&R?A2ZjIa3OX7ftcMIvNllZAx&WzW +zaZ&FS*0#bGrAj6GNu*l{e;>mnM7qU7^gVz8IMdV!YX$SKVbdQd-GH<QR1m#|OM5up +z<jYlE11}3e9%j-$sc8bB$#3;>q$O1Xd9JJiZVFSgo)mc&>PCS}3L&8<-ZRlVC9pGv +zlYSU;BkoNDllJF~^`70E?c6=H4E)V*fBq9Txl!(j%X35d7O#7=4ZFbY%-%{Mx!eS! +zcL5ZDbmD8QYyy*VKu!~^e30(JRR;2~!vtX!$LZ4ycY@Ki>C1<?|0pYK@4ub-*p?r{ +iV{i#p`qGJWC-)!aN}fb#|4xDc0000<MNUMnLSTZ?`q-iX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-hover-backdrop@2.png b/Breeze-gtk/assets/titlebutton-close-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..79312d7d50e6b8f39e4cf1f717ba3682104d17e5 +GIT binary patch +literal 963 +zcmV;!13dhRP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x19(Y9K~z|U#h6cQ6m=BGKkqjShY}MtfyhCOL1ama2jWG^ilI;lN6D&J +zgD#Z{B;MLAW+I#RCZ-@=rX+YZ8^e(-NR5^niM>(l5@P}wLb5d>!8A&DcAf`jyMJhB +zXJ)(gd;HCN@AsMC%<ui)`w0=HN9<Ry+yf}P5t6`5z%%~iN5DOl637iii{j+|h!S5y +zLD+VJ`<3?)83f*l^ak(~$X7fpeItcJwPPSXnmvdz25gH6(yH6Q32|~)V*zQ#?m^u# +zgd-h-w9Ys|&%#MLbLOAWKssP=!gH?xyH*vZt{E!TLvm?!zAcas^CPgmOE5LvrczC{ +zLNx(t#_j=kitepUt7ceCq~vS+-`ap_daUl)8o~g)&U*LD#(||3(oD7=D6Sz)UFsc@ +ziIFSduaMey0yx*kZ5$}an6B*mt}L;>&~(~b0^&jSeS-3g=y`E+$1q-BM5r>x>k}t; +z4AJu|n`x3~lj%ATIv5yMC9RoLJ0(9d3)MZqgAg$DAp0agGOL-PBr5L&o9ib4;-5{w +zhn%2KoYS{7Gn52t64)Hl_Iu!kHt`jYtp>|I5CR5ZBj|O_oZ2bQXbGx&S$?JBzyJt_ +zeuJ_*Bv2TrxG*)OltI`L0VoKnGngkz8sNo<PBp0SbYQqwoY4}->&JL|#W{UT2ZnpW +z`XL4kC|g7`*~h^87*J5#*7=cH038_a#WUA|O)=v=HtlT!C3sf-JoMBB+7@9!GQi(4 +zeanrXsp<2@%jf`)4De?R$L6HxnQM4vGDh-jmT=Dib1`6++f8Bf)XGwRGpJ0j0!&Sv +zLftTk76Dxam`<S-lPDU$Z~A$aU^;=Cmb`t(-}Vw*3yBtDB)#V3DSA23TIDSG6{Dup +z7SC<}mEgjD95_t$q*n&M1wLNcMCN!{dQA$2YQ2O#`q_Te3vA-LCXYV3n45%#B3~|i +zehp#bf4~{9!88E@(6ew7m{~)Zn=B?iZ5(*IQT$+NBkQawy51;C39OVj_Fs*oPaUpu +zX>^`SH3j_AMVgyb+_zd`mIYdZ+OV((xX=ZdaTXJAFW1*YnCqC2vilG@3!3bVL+0@G +zc;gQo3kdu?_57>v;>jSwn_>NUawJV7dXCNO3S!${JBP4=>oa_qeHlYPLJDOEtyg-& +lU7&<Ag-H}8Z{LX$|3B2|o-m9v6=MJZ002ovPDHLkV1hInxsw0@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-hover.png b/Breeze-gtk/assets/titlebutton-close-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ddc21b351b87a45b42c97abd3a7fa49e482107a5 +GIT binary patch +literal 492 +zcmV<I0Tcd-P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0ij7mK~y-6m6W?q8$lF?zcV|gCv8A-l}Er7#6n4^6JcaS5Ariai4YR| +z5J|9W$CeVMMoGYIgLnmyuw>C8)03T<6oVI!cUOqNJeP0I{Bscs<l6fiIMW1q4J`Sn +zj1iY$8OTxmd%i~kz~0AKNOT0$ix!yC5MfWg#+NyeYk#Wa<QK5`1Z1i^th|@bVUmF! +zCOLlwWU2{9*Q9%JrTkp#O9*kJ^4=i#f++0*h&R?A2ZjIa3OX7ftcMIvNllZAx&WzW +zaZ&FS*0#bGrAj6GNu*l{e;>mnM7qU7^gVz8IMdV!YX$SKVbdQd-GH<QR1m#|OM5up +z<jYlE11}3e9%j-$sc8bB$#3;>q$O1Xd9JJiZVFSgo)mc&>PCS}3L&8<-ZRlVC9pGv +zlYSU;BkoNDllJF~^`70E?c6=H4E)V*fBq9Txl!(j%X35d7O#7=4ZFbY%-%{Mx!eS! +zcL5ZDbmD8QYyy*VKu!~^e30(JRR;2~!vtX!$LZ4ycY@Ki>C1<?|0pYK@4ub-*p?r{ +iV{i#p`qGJWC-)!aN}fb#|4xDc0000<MNUMnLSTZ?`q-iX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close-hover@2.png b/Breeze-gtk/assets/titlebutton-close-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..79312d7d50e6b8f39e4cf1f717ba3682104d17e5 +GIT binary patch +literal 963 +zcmV;!13dhRP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x19(Y9K~z|U#h6cQ6m=BGKkqjShY}MtfyhCOL1ama2jWG^ilI;lN6D&J +zgD#Z{B;MLAW+I#RCZ-@=rX+YZ8^e(-NR5^niM>(l5@P}wLb5d>!8A&DcAf`jyMJhB +zXJ)(gd;HCN@AsMC%<ui)`w0=HN9<Ry+yf}P5t6`5z%%~iN5DOl637iii{j+|h!S5y +zLD+VJ`<3?)83f*l^ak(~$X7fpeItcJwPPSXnmvdz25gH6(yH6Q32|~)V*zQ#?m^u# +zgd-h-w9Ys|&%#MLbLOAWKssP=!gH?xyH*vZt{E!TLvm?!zAcas^CPgmOE5LvrczC{ +zLNx(t#_j=kitepUt7ceCq~vS+-`ap_daUl)8o~g)&U*LD#(||3(oD7=D6Sz)UFsc@ +ziIFSduaMey0yx*kZ5$}an6B*mt}L;>&~(~b0^&jSeS-3g=y`E+$1q-BM5r>x>k}t; +z4AJu|n`x3~lj%ATIv5yMC9RoLJ0(9d3)MZqgAg$DAp0agGOL-PBr5L&o9ib4;-5{w +zhn%2KoYS{7Gn52t64)Hl_Iu!kHt`jYtp>|I5CR5ZBj|O_oZ2bQXbGx&S$?JBzyJt_ +zeuJ_*Bv2TrxG*)OltI`L0VoKnGngkz8sNo<PBp0SbYQqwoY4}->&JL|#W{UT2ZnpW +z`XL4kC|g7`*~h^87*J5#*7=cH038_a#WUA|O)=v=HtlT!C3sf-JoMBB+7@9!GQi(4 +zeanrXsp<2@%jf`)4De?R$L6HxnQM4vGDh-jmT=Dib1`6++f8Bf)XGwRGpJ0j0!&Sv +zLftTk76Dxam`<S-lPDU$Z~A$aU^;=Cmb`t(-}Vw*3yBtDB)#V3DSA23TIDSG6{Dup +z7SC<}mEgjD95_t$q*n&M1wLNcMCN!{dQA$2YQ2O#`q_Te3vA-LCXYV3n45%#B3~|i +zehp#bf4~{9!88E@(6ew7m{~)Zn=B?iZ5(*IQT$+NBkQawy51;C39OVj_Fs*oPaUpu +zX>^`SH3j_AMVgyb+_zd`mIYdZ+OV((xX=ZdaTXJAFW1*YnCqC2vilG@3!3bVL+0@G +zc;gQo3kdu?_57>v;>jSwn_>NUawJV7dXCNO3S!${JBP4=>oa_qeHlYPLJDOEtyg-& +lU7&<Ag-H}8Z{LX$|3B2|o-m9v6=MJZ002ovPDHLkV1hInxsw0@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close.png b/Breeze-gtk/assets/titlebutton-close.png +new file mode 100644 +index 0000000000000000000000000000000000000000..08063d545d594df80dbdf79dae05ed202bb4fc85 +GIT binary patch +literal 506 +zcmV<W0R{evP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0k26!K~y-6m6XqJ(?Af1znPdDs<%Fa)Dye`<<Lfjs%H?O1n%XXkPzpR +zNFW}7KP~3KBUGXikx*|a-liPw9S&|1ckM*#@3x-bd^<biU7<tX`vZf4A-e*100jO7 +zBv-=NIrllvk>+AHo87BIcni|++F&U=QIXean*M5misG`5gipZcddNbB1$mNX8~FlM +zS7JYJ0GVs5!giXbX9`dS-b9een&f6I3uf;C)O&vb_NZx0dint5xXqB`I@W|q-+RBW +z2E)j`Rfg~}>B$h}>(Wo2^ki68_8!=3CIoaKQ-5(PaKF7dKN8jFWo1W*-AYtnl$9NU +zJ#Je$mBL?K0=K)GQ6EJH0A*!ku)S^{|8zy*rV46s-d)VHC!IaJX60N3%R3>>o)|l2 +z2p^K3yy}7l<hu%tqVJQdCXcQ)*4Qa48znt?N%Ws7VJrZJpM8m@F(Df9>X@BuI=83w +zNx~uUw_#odiDOe0IjpM!oO8b|$TMKN1`um%L7t{*dbR)oWZ6cp!o%*X5lg<Qusy%| +w5WPopdGGfFI#6ua;O>=i{;-XlbFIn!2XO4ND1=S6YXATM07*qoM6N<$f>a6Q(f|Me + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-close@2.png b/Breeze-gtk/assets/titlebutton-close@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..23c2afe98dfab84a859b247e2b0027205dc34095 +GIT binary patch +literal 1003 +zcmV<H0~Gv;P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1E5JnK~z|Uy_nx`6jc<*Kj%&{+Ay=TBW?777$b&~6dsH(N>&WTVtCY` +zzWXFqN&G_$0i-ef1%?>kY${TtP$Q8yYOOIu#AHp{x;sBg2%&S258d5tf9&k+Y`5R1 +znLFp4`<c0O&YU|!kBXw`PztAwa$I2ycmZ%5mt)|8z>*bi8P!?e_wV%*U-B5K>QFt7 +z-#5yX!fQR<f%3B&z9@U%S0a-34fJ0Wy=|0>z{@>>Y~$h&gMRA!{&$6ds@3Z7GsD9d +zK|bsUWILE#eVDlC4<3|9xq*@-8C_594DiZs!nEnmkYmocuDj9|C`pphC#n5O;P8N8 +zfQ=>G=a|Y?DARsYtyYKEQ#&(g7yyC8>#6<rFV&|z0&ToA16!t@^lB+eF0>D{mMjdz +zNkwM&5T+#+&IF~>3^bmQstze~Im=048dxqc-*UsZqm1&osyZ#8dK`a1Mx7D3;`^m@ +zYRyECP|Iq~gzuNm30&!9q%c;G<FhRwqfBK*RXAI#tsM;lcOf-$0_EQvFe_@EQ$gS^ +ztj6&e@J^PoSUv`jD2fhQ<<FcGOa#IHyQ^_L=A=4@@O&QIA*(+qJl7?@3i^^s;dBld +zfDtk2jaqH(=mF1LN*y`b;Yk&NfsF*4G)6g|6DSW<Q5XPJrD7D0^Z=9v)fWr^!kE;< +zXcc(2M<{4yP!PBawOTR`&^#7nZvdkOVy;L%j2;6|6>#1J1<)r9z+=<hCQ|~^s`hqB +z*HOAQVOcUjQqXr<tvMM4`|s9j$#|`nj34m4B~>#?v5F258{nS;j+=^}G4{F`J6E81 +zZq)-Luvh?Qr)<hwr#egd-B@9M7hsy|3ra+98KXK2=q|wY3#F<$Ykc3oC-BQI!4!uQ +z=F8>seFI>HZoSa8W;Quif6Q5dN5rJxH?vQKZ!+glz0{ZsRMn|R@o!nZw7|5&yYyc4 +zmIc06_^6|WvgrHXF%e1ITiCZ0$=t*ZN`g-KzCQ<TO}_8@*A=<C_b^O1VKxB)JWSm4 +zz@5E<QMg?%d7rh9?X*!Gd6L?jgWj77EEyve&+}H>$G3f4UDsXN=a>rc>!4s1Zaa>7 +zV=K&#KuxH%#5<wLm%9xkFddb=H+S0CH?C(Z48v0(ml{8(ic47((NEf6;6gyqs8ezL +zo>-<3UeD_XD8js`UM`hN*F?m2bI2RGr7#R%1SVCbf^dZGzx4h_SrXBksybUPm+$uy +Z|9??Y1VM222VVdH002ovPDHLkV1hQk(H{T+ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-active-backdrop.png b/Breeze-gtk/assets/titlebutton-maximize-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2a557554857a1f2bf450bdd668d150db1368e494 +GIT binary patch +literal 492 +zcmV<I0Tcd-P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0ij7mK~y-6os`W_6G0e<pWi!e?|K!Jo;a`x8?rI=08Qh^StF*^JN{25 +z#<P}0<JtIydl57QMCBlfB!ru(_qH?Rr7g8=i}2j`o!>m~%<Sxn0zU8U-BwT&v;uK% +zP(A|kC|kd_xbS9jj>aE0clPH^{U<{8q6R0Ev|&MymX;QNo)T?;{ZS7wyaF!Gl8o_3 +z=uVa<`AD?6vp?_TKb=D|q@$8*S&|$WfRlfG0SUn6&<{@mG&tDTQ={So0FlPDh@o4i +zV69ma>vx;h?>0xm0(^{31D2<Z=jG^I!Bw6IS9w{Ez6HE1>?i65@k*ftf4_%&2HXIa +zd$<>6{KF}-Ir|UEkm)iJ40JqJIyB#1?a8$#BquVtw)yS@;BZup92>-ZELaV$vNh`s +z5orWh*#fGg1u1^CC~HqdtDMchnP}?*__F)$EyY_o6QPYPO&SK^@oT{E3wSz|SOYMC +zTAKb6x(9U5BN4irCCR}^1dydk?t)#Pb%V!vuaauRFCQlUM?<!Ezu)vRHYHYotAp}U +ijN~S@votw%DgOejvXC|>L>giM0000<MNUMnLSTZequb2@ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-active-backdrop@2.png b/Breeze-gtk/assets/titlebutton-maximize-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7b1661669b250c4d2e6bd27ca8e7f21a4b179ae4 +GIT binary patch +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x17k@<K~z|U#n?-48&wp*@&CDYc?4kzK_fPRLW}IUeh@QW5M+u-NKv<l +zz@7~dpb{Shp*|F$euBEH*inVjT2P9JJc$^;>QJREWl<?%<+MUcnK>-%6q85e8QbxZ +zEP1Z)J@==%<NFxFXDn2!hjI0oDsKQW;3eSc*3S*#4p0Yv#^{`tOfLJ$FP&5>6bj+U +zv%?>F%8a0|`|3dXMU9-fS+Aa(o}PBQ1}!+%cNIMeyy6G4Lsv_v_l5Op^7}v_+qQ=| +z@Z?F*kGg|wi?bW|8z;uc$N%ma<T%do1I$H`Oph@DDA*x)<9H^MS=|%V#DsqWjrIf6 +z*7cHc*K=D@rv1XU?V;wK={E*Iqi*Q2?+UkWJ+UjO`ONfZn05*QE3$U)>n&x?uzxF0 +zAu_jLnD$VS<Jr`ai_p45g+d{W$mu~~07Uhxd_Es~2#P%O+=p~G&#bgQK_fO2jlcg8 +zq{2+_T(XLIlZbZ|;cnn8@EL$CRI7*eAH5MU&x&FuvgvpQpy<>Rf_E7h4v<S-+(QOe +zk9CVFI<-X6sU@=McttT21RFjv8lEz(RoiddRm7XjrsEa6REi1SB|)#)rBX7Rj#q*X +zpWx*TFzO%UPFSf_*)El0s3`!?gC0afm+ew1X{Azi@ZR=~5)(7P3*BQjqifWQhW|EK +zU1EBH(umo+k{?X>C<CnZ7Sjz%8V2~Y_n5$_I|isdBH?)}l`0pVS^_mc`opxN%nwDU +zmatN(I?A`Z))cOb?NmMm&g`C0W<lR0*zDULD<Bs@KiL(e^0C<E@*zCAL5C-hK8A+8 +z(96b3CYKfYb-);aYhz=hw+(;@1KSI2hNzx`*7oCOy?PF0X>b~9%fDa0(EQqpV!8Z| +zc=E_YT>m^W@ml)G6=>V!XOqcGz}W$CW;Zea0|9K@Z=6uD_fa#y78&}oy<pp4eQ|N| +zpci`l>OP#!>O44*v#jV}?S<PG*Gwj}YTWgl2*o~P=8e1Y=2py(piR{Jy~a@y{igR8 +znO%!K_0~@3dgx$wE|zMOqTVT*FQ>Y2P!pBU+aKUSAb@;69~z0qrv+w!@lM+T3S1M_ +z)0uSQyoh*vHSoQD%{$JB(eRYu<q$?ew!G4lKTxl(n5$tmb7NzpxBcY*7t!O6BYl?u +QKmY&$07*qoM6N<$g4nRjK>z>% + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-active.png b/Breeze-gtk/assets/titlebutton-maximize-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c22b380adab6c1070931ed55784a9cfdef55d542 +GIT binary patch +literal 475 +zcmV<10VMv3P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0gy>VK~y-6os_|D(?Af0znR1j09T5X6R%KIC9zEc96^Ab_FmqpQpK63 +z5{NTuLQ?mD`U+H{Qq>y@58!x)L+jwCcGC7g&i?bw?C$Ie6*`)nyc9^lJHW<u_yS1X +zIqb)sqvagA0Z7wllFL4Lx2ixXYno#pUxneXTcFW&+Qs!7@MtCEzy3P%rXRJ_1?Z|1 +ze%=F8Xr|uSjN`2{1(2M*2S5NGo7g7+xjI<?Ugs2;060Xo9`nAc`(PEMsh%{|lLA;J +zQ%Tf?cFlU41v<z~59TIcvp@$R<C=n91)fwv=7D}_X8sxcg+n{Y?8`imof_DNu7ec8 +zH84})vee{xp#DC{Y*>aY!G?j_HpqEt=~6+`lC_nYp02tfhbS{W1#d0NJICto!zF8r +zwYuqXwL<|IO-@EtTe*{jX)o+V3NV*^7x?o4%uKDZ3!nh6!|=Bw?||8TAdb9^<E^s= +z2%sOe(_HNNstGRXhk9ePc=@pO9~Bypk9($)2y}p_*Wn9?RK$k8FuXOC{{TS9rMoP? +RiM{{;002ovPDHLkV1k7N+=>7I + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-active@2.png b/Breeze-gtk/assets/titlebutton-maximize-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..a771e03c85f6ada14e6758c1bdd0d29a357febf1 +GIT binary patch +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x158OoK~z|U#n{ho8&wp?@$Wg~Sfo{1fEtwrAZSrtDQplM>}H(7X^J9t +zh`^o=5TFuIz!M;pwu(@npsp$wm8e4EOikj53h$_bqY9}MDJXwd$s&kk?qM-*<U}#C +z$8r3VyztzaqtDE}x^wRcZ6*vCFGLz$6(a|d0eclV6SvwX=u@zoz=B0OT`1)KXs5ok +zh6q!U_I)JgCP3b4^BxvO<mSfe%I)#-@u*|aY&id(2$R4YZ9)!a8PTr_`P@&5K=-QE +zQ>VAKCr$XIL&(A0>Q8&uvf1o*%b@8>WgxZV?gMWfGX?;IYFcf~_x<%FL3PZ}z{PH0 +z8nWD{HgpiBjeqV{tEcKurrQ{Ri~l<LF$}}!nu1PmZBNprZaORiZyTxa4jhY9Dpy7^ +zH+@o={gJW4@a6kZe?nmxrZ9J-Hy8l>wpc8Bd!PvKV>+8>*6P2c$-Hp(+=qK0L?${Y +zw(i7@sCjvVzmpabl`jA!3>Pmri5@4cv!<qnAjmxe2*b*t6ITKT64bI?apyJC=xV2! +zFsuxQVP!A~a*x!sK(g)=4{ucCw|3iEcj883%woogn{ndiX3FI^V^p&4Q|E@%;8Fri +z;YvRLTa1Z9;2dyPO-nH<Tl36&w_TK}WK^)1j{);6ouQ0Z6y(e?VU7d!ydHf{TbPbf +z3bu93m`+feYRF$*z$8NnPgP*4S-ZiV7*iQ^5|!J;G@@qXc`922erS58$?r1vVE%K1 +zo6YOV6xatOn|&Lz267kdv*sT8R7$1Fc|7-+7Iz?BjH&IuuJOLfe(5m=fl3erPZU5z +zd$<;=N8~!xmmeFeE4P8=9&(m8R#)yq!?>A!uy94N|J}rOE#eA=e0~lZ7WpH?muG-m +zJ<v=&!|VeA^ryXR2Gx_Z@K9~%>&8R-K-p||JFPax$&9C(y50AKAo!;#2*CIK^**&B +zuwT1I5gzub`9TnD9BexDZSVX3dVe~V7vuXbXr|Qd4j;C!ht@vFjEHa@$aE-KLfn^) +z12_=~pja$=FAlskjxd3dZS^|91S(GC#)6-_^Nol*>Vmf4U(@CCYaZUHIyYn@m*P)) +td#lb(gg?bu&8g0NZf80Of+y|N{|{ZUo{t!^AKL%`002ovPDHLkV1i8CwS)iw + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-backdrop.png b/Breeze-gtk/assets/titlebutton-maximize-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2845476c30f67784b345b96c6e1293ccaab0dd1e +GIT binary patch +literal 229 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}=o-U3d +z7QJsL9OOLYAmVbrPDdqFgHc>qmA67b*Km<&PRUf3YZ0xjCyq^C^g!*&vI&;|B<1Sa +z*#7qUyc7!FwM2XQE(NA&2L9DP$Cn3$Ik^R1jZ!#%`j+-qkrVvStM0vCylB<dtUrAE +zvybK!u^3!U)$-k3zkh4fKF7Gw=mdF%?ARynF}J@}yi+SbmML}LDRkpCSI5onX&3BY +ZFix^}ePt!GBOT~U22WQ%mvv4FO#tLOSJ40f + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-backdrop@2.png b/Breeze-gtk/assets/titlebutton-maximize-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b0be08f6f6fadff433bc8b24fb5f7412a120c11a +GIT binary patch +literal 331 +zcmV-R0kr;!P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0RTxvK~z|U?bR_(!!Q)a@y{md4H}6XFoX?tsbrK=#LUn`^oWs~p--~9 +zu#urRC~A*T%jtj_KqZayLKohDbdsl^Y$X9CNs^?0P-$&eTAK|qOLGSh(Ku=JD)D+v +z^mfagr#KIn)@F&<6@WY})lU1Tm+5qWb<ht?9hP%0s@IWy9a8{owYzyvo8t@$?*MYn +z@kQ?t5si;Jt<c~;V2Yxce4M+MHtEcmhuxon+AzP}6N~B$>Vg>p)d>`X;i4{r`d~Py +zRuBi%7uEXOJ2hH_LABHVF%|;=#+ZXsevZ#?)tyuBHFn0gD%vcE_)nGAW)*Fg+&PjY +dNs=T*b^;_SvQ0w9FJAxv002ovPDHLkV1gi)jJ5y( + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-hover-backdrop.png b/Breeze-gtk/assets/titlebutton-maximize-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b6e3854b90252ad10159b6a49311f310c0cf3286 +GIT binary patch +literal 481 +zcmV<70UrK|P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0hUQbK~y-6os>&%6G0S3&wF++0Hy@VqimrQ%fDa;h9E#T%)_3L5Myv8 +z5MyKqoHkLCEf9%FQD(?2pxbpB5Szwn+azcB>ehKxs*h2?V0^r5sEe!)+PErT0Eu9~ +zQ{Nse&ar<4$;qaf-XJxK8sr#FgS~p#-1>e^G#q_v;Qk4?vqm!Gm&_k`YH>0b4U&^h +zBOKpAGGpQ;#XHsNng6kc*SC-W+zr9s0@z@Dylc|uWl4jt0D{)ijMQ<LdaER5rQNd9 +z?o3!jFuE?RRy?dE_0UVb{64ejW9p%Y>7clwH5_!WNRqjpmu2seJrLBQ;2$#6%O$c6 +zUniMYSIdHfUFOz!9w~bk1@Gr23$lI`vKJWVxuHwPl;o0?)T7f?CnRX49-Sg8fBV~^ +zOY|3#71ptkQLudj7><vIMO*n#M(z4`%K@@!X%F~$3(3Sw+5>QaN6q+$%%1|2n@D8- +zWT#p^n~MNCwK$mu+gf#lbA0iV;@QiGh5u;A!QoLm7+u5a!2PT8g-~Ll)NeQAYnSpj +X@-(ii1zs2s00000NkvXXu0mjf84%p( + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-hover-backdrop@2.png b/Breeze-gtk/assets/titlebutton-maximize-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0aa04bb95ecb9932aa9286fb4b9a9e253cba6a45 +GIT binary patch +literal 948 +zcmV;l155mgP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x18GS_K~z|U#n(-18&?#E@#ox;LzK`i3JKXXp-oB@kT)ezTVu(c%63Y& +zrEci9o3?2h=m#mqX)q<9ATFVcK!a=9gDub0rrO20G9i%0!2#RdxC;kMb59qRgZvg- +zBgy`Q7P@nF=BK&R%(+5?@x$;^6md;3E}|)v3&2|dC~Fv=qf!=_RuhfpUH54t_2p0q +z-%msxC%+IYHxcb_@H>PedUti{#r?s-!Ki6ap%{KD$Pn;BgOHu4TEOsq-tGD$7U*HA +zbn5haWk}(x<{-OrFX`y*OeV8_XwYa7oK0Bs2>7tY7yuM4ozUv_TrRhAAZQcgOo3i* +z2d3`S3mv+V-H9^wZyuIPr#7!lyD<QIc|#Jv`@Vm2U(o6G$`EZ@roAG_RZS#++CEmx +zcrY`7)zPEEY>RL`-_!jFYFEhj{RCEjJ{Ams^5e+Ji1Qj0ImsI|cb{3Vz2YYI&bjlS +zzXl<Cvx#CW)@q+|v{%uWaf^uPcL3st;Uyc%lbCgujj?&pb>{&5AV^zl#(}djYH8J) +zizbS=)-1*kg0vq5Y0q`%jInv*EuT0}G++ed#`y4xwc6*o?wlWnDQnG`wPs>$GVJtR +zcP{So87o<%a3uyN-`|^g?1y2>M&bkKfHTI(_}FCF>18ry$KjJkQ7WX2sJ`0*%vPF3 +zoi|9WxoRHM3e?-?;5iLpnnoFv|5}V`2DN5XWU&pHxTxnw(E0t2D*W2tn|bU9LE1(# +z*&wDKRq%r#?PW4$kl*&5Df}%H#hGsvz59kq!ziB-@9tZlWrPPP-|RO*MZcEuAh?J% +zPdMZbq>WKi<$aTP-KVI`95V)i!1KDF82~Z%_<EtO2zQ{?eylFNxDT>$jGXz^rNsxE +zu38GyGyS6a#!Xz?Vog5Z`_Tl{HTiu#U1Pw#BgY8CTbOMifTW|h6)hbhXVz3+{ZK!! +z>#sgFHFc&UCyGa~H!GWJN7nPMuGSCkdbs9txs?vx$fEq!M$Bx7R&qNrdxEx5$%OU_ +z@=MDp!mz2n`gpH>{pR5VQYik}CvXQyHA$Jrnp^ch;JtESKh&4)F8up)F%9}95CGZ$ +zLItK(xKZrs>O2SoF`i$ele6zRPBdVwWL3C=a-pv4Tm$|QrEHBBor;WlUiY&`>i-Xh +W60ayT=zu~10000<MNUMnLSTY2)6o|I + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-hover.png b/Breeze-gtk/assets/titlebutton-maximize-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..87b7e3c49f599e705fa6e064e509a1be73cc6177 +GIT binary patch +literal 469 +zcmV;`0V@89P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0g6dPK~y-6os>Io)KCyc&x~E?-nb=5Tk#h{k*rocY7n4Z=#&416s1mf +zB@i{@72F{H0+EP>(nY)0(%LgA%s#U5IwW6nW$XCN_`ZaO6h-mWq3_79z!reOA477* +zMlr@utKZ1-!*n`*P?;Tobejq+;wLJyA42$bO*EPO?IQL8*ld@~GjWq=S+<eSMRh0s +z;}()x#wu)w5Ka}KGTz=n0+5;eA%N5qD<9Xh@~s}dx0b-4qz;2NNt#F>psX0JlNs7q +zM|Ref$<sszW#z}E+50q+0mzpoRPn9~+-sDmzA7s}0)K?FQ<}X?6M54lbJ)@wB@4Pu +zX6kUh^x`a4eOXpMydqhaRX$7;c@3N`YIClF=Syg(tn6po3W4`(hR(bl<hu$CSI7=G +z=L)0PNB}0q^mF5{{8#*BGsd0*2(|}Y+`%$dk-fSrAjbIHO<n-w+eqBxc?jWjE&|B1 +zja-F?izCq%`KrS9?Bv7BeKbo^6psz<E57S+{~tKJ*oHC2Yn$>Cmy)H}$X93A00000 +LNkvXXu0mjf{vp`? + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-hover@2.png b/Breeze-gtk/assets/titlebutton-maximize-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6016c9048082afebc3b7a5c449695328853e613d +GIT binary patch +literal 925 +zcmV;O17iG%P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x15!yuK~z|U#n@eI990;=@&9us1r43q*`W>IMA25dg>5gy8!c<agj9Mf +zzTA7G##rbF5$Ov-`U#|ncZOJ7(OR+CyT-UuinYQDNt~UR6fc@Nj~Cgj+h)^bW_FVY +z7Ix0t{C1zinR7<S8F3sR&ft_$PAJrX=K!};odEX*npXJHsLuPoe>czgvXe%tI?_&( +zca1Ww@Jg;<p!}qUi&fA2LPWCCpnu}{O{1IxUd#pA<l=XOe&YN7H-$j0R%`U>(b01t +z@0WpWhRLM|se5L8T>jlLC{5F`wam@|FAWmY6SqbjbJ}&?<!wP}nvOlp><<D*hJ*pu +zQ@GDDjmJ@@_oCHmjjm;OZrB(Afg@{~{rV5pr?v#G&zYg6sb9QYiPO(|3%V(bqG(Ey +z`CY_xLxs~pr7{Pde@InF6uGb$7yzSus;W*G)J~H3D7Vfmbv}hcq1H~4x4R&tOqakc +zt92$bBPUV*E;@)<J_e9Djt^VqPQh`O)S8JPa2Ei=Fs+NRSAnqtW2vBrOa`aQV!|-3 +zhhbU|0(U{JnV?wu1eh{LIZ>eVvRY>{2;7C0B&iu=uZXeN!f^Fi5V#9P)2Av8qj0nU +zW+Djo-(E?Q+KAQf6rKSNipj2q;p(vip4ZGAc_TMUs2N~<0GN#^i+a}Z|K_SJW)LXP +zY~LmqrZma`>3}h1P>BKl8Um&$>b?<J+^SaKauDpl9foP$vHE>ZOfTx&Fih(QJg+Ij +zS6jAJev>ecKN98Q6Hv1XZ&7UZ?TsaYFBLxA`d<2hL{W4|kvr`01Tw@>)V^SR-@hyH +z^B!YBxKXWE?->9q?AczZ>rp)qoiwSc(~gs0cVjQzH<U%+_l}E5W&qZ|=**sA01=(p +zIMsGnYTx&-C~|4nF)-`<{<V$kM;;vyQuhpSYqu~8H`^8OY;Re=gW|!5nY}*j`6SRZ +zMjD>yt@M^}dbql-yS&da4d9nyVH9pUj(P2IOkdCjYBlvvD)RZDF#@x3#e2QqxxQ2X +z<cOkZ66Ad6<y7%d7DaTXcLEmzL1&#xl6S;1jqvJD`vHn@LsTzRDwWG3Vz=v%`}q|` +z(euERsx%OeviX(XpD0Zcy{@YB)oS%#p7H+!jCQPqz=_aY00000NkvXXu0mjfYyH2k + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-active-backdrop.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cb08562ac1d5e739e5b620ce1e7e5fec0d96a279 +GIT binary patch +literal 501 +zcmV<R0Sf+!P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0jfzvK~y-6m6OX(6hRb*zrT8>U2EKlTNZR;hjh%ikckmoizN2E0KSun +z@d0K`z_oYmjR+y!goPw72-{)JrR%t`fu^mQ=)bAdsdK(M=dY9qXl-ZbiM(>q4A?{! +zJ_HJr8{EG)^`Tj#`et==f70pvl~6Zy!Bvq~oY#x#>8YQ8fi|}Hy59U-;O00;O~*n{ +zvot9#L93hllab1ABOs^M8VAmXYN?YY$$<liRK6SqF)24GuL0}2<<I?V09D4m8wIHc +zWHtzO=FpszcfA1Q47ncYOlEzVy%CbhJp)df$)#EDfQJD{Zg48|OTZ1FjroBfHo1i+ +zOrq<+?li`EZkWmZas|0i8}ogzwn;s%dp6+$WBtE`cc7zMC?4a-HQ%V4ZX7wVqQMXO +z5%TS-A=y{0ZST#={QE$||NQ(yvjSM(+WiPT9tRr(S;^AmQ464?T#Sgm1GgJ_aRnd* +z0fw|#1aJVIH2o#C01N}k@hFJUe3m2!mmq*FO^V372Z%3$qNYBprOw6A|1)Ah8(TkS +rOS4>J2Dn>=56vi?)X&o7Q?uqb8P2a|HAywD00000NkvXXu0mjfY7ORK + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-active-backdrop@2.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..17b4da74e6028860f11542e64f73ee68e36cdca7 +GIT binary patch +literal 991 +zcmV<510ei~P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1C&WbK~z|U#n?-48&wp*@&CDYc?4kzK`mGSiYSWX_(9BML69k`ONzQD +zut#hNP>BzMP+L?1pP)u;sRASxv_V9kM2us*4k&FY3#5dV(+VYF=CH7n=HWQLwgX49 +z<e7W#nV;^=ear}!u~4a;!q;=Eyb8pC=YhwY#dY8=Py=pYblOQKS8Vc2CzT3?LOAkd +z^zA^I67&_T3n)LSk<V_`Dpw~bC;gs53tr_-MK1y`+CW-dY8eeaa$ZV)+ZD)l-2qNK +zdJ**9-XI6!%gy`s3*+PCe|HS>JTJP1xdxKyGX?+!H{@@g&tx)dM}iud@Q<KF$AQ^( +z>1E?@WcQ=Y?gQ6#2O2$d+!z2I@<R`OQ@DNmkwZa^XQr#$wA%bxg@6-TzxV0BbB%C+ +zS(-p(+TJ2-h@S(tz|5jNW1B%m&X1)=u0gYh3WY)#k<0cNRuwtpq*6;xDpgZ86Liy4 +zs-NWZ`Opq1^2Af`U_Z~SDke9Uj+cvGHBt1ciLrFNte9LEsMz38{H-033R8CNWeo|= +zj-}&ew^WJ=!FPhrx}{QbEFCW+!D)m)tun#~0J2c2oYH^vH#>}<b5f}#w^WLurT{$M +zvdr$8QXl^XgRkfMg8|T!XlTYQm6A>>RfFJ+MNf&*@Puiu+I_(EjuL{b0fzgB=@BI+ +zW`Jk=i|GmVoZ-Rds#WaFGexhOK+O-GVRoa;_eHOo=xm<Sh&jCQ{|N)Ew<(YIHoqL4 +zuYhQq`gH^R(LQOnqo%88@2&x=M<=&MbvF=HxM_g7qd_*PZbu~$aKm798qofrdcc5& +z)l3^FnOsri=MEdSLG^?Im>V4(zGDDHu-pqBoL_pIuRv5UL38_Yt5&%RvTTPUDg-mz +z`=IT8kr2$#c4)WKP+j@;=GTqC%_uG{y&-|LeTh3H+k-8v{cUP`B=>T9WOfe-!1c;s +z0PoqOc9sLXo@sEdIO&o1w~zKL9h>*-7ZltsK+*0n%&$iVKHkIIUt@7`@njHs`1*hF +zZdPOKMAmVJ{@Q)=z~Y+8WY&zokrknMjF@@jZ@#u4(-O3e+PGIgEux?I-y&DmBagk_ +z>b)L1_#9I#RnLkBmuP&P>cK%(R6g7uO@~+OAoBTqXmBV#DKG_$ciN7|k~Al(mow?a +zS0WM|)u7YFJ2CHhgGR#>LXbrm2HE#XPku*(nqsbp)l83$4&SlK|1W$Z{l7&}D8B#z +N002ovPDHLkV1n4%+qD1y + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-active.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c85980d3f9e0da639be9e9e9c937b4a1305f8cb9 +GIT binary patch +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0iQ`kK~y-6os+R{6G0G$zkeK?8bn8Ed4-_J_W7`Zk`RgW3xsz<LOg(t +z1k@-tb}j|t6^KL;r8PAPw?pBJxjWV__?wkxXTF{JH7g=IU7SA^WZ*quzYJdjxjWNQ +z+B<F5s0PUMM=JCdydQg@Qnf4yub(B!_kTdM<+6|4C*bZ*$Y1?*^kOvV<{Qwu6TWVN +zT$g7ja<?*X9i-{ug#oDG%{GXFX9}KGfK}ZK3hw~4Hr79HgH!`<n#MX)@R6DOI0CtG +z_c1NIanr<2?}Lz}m%y)Paxi7)q8ou^W_IoFAAmbRThcUy(2;c9gbDfvJZOyb${ct1 +zk0s<*ZAlY~&{ps<b<g%KGS>en7;seybawbr^NqUcR|d)(^q3zp-!_tSX6`<Tv|96H +zhi?G5g{c5$i}M-ylL&CLOWSq`u^cA7!5+YG6(@Uc-+=p#v`z^i3W1e{)(L<CJWrAz +zj*fv<B)PK<;^-(%4=*+#fYG3v7YdIBi%3yZU(8zvw?BV9VMO!!*)W(gK@WIXhA$m* +gDNKe*GH=%W0gqkBmXV4Qi2wiq07*qoM6N<$f;hd^O8@`> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-active@2.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..26f12ca90f08585692a6f679ab31e1151f219555 +GIT binary patch +literal 973 +zcmV;;12X)HP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1A<9JK~z|U#n{1X990~^@$c_9n_yb%L1}0YDq^K6L=VzScbnNvr%5Gv +zb@eV@j9Tz7@GlTaD@FYaT#p6I+9cC8*<f*RtuaA_TESvcFUcWdGVkYMHcPrqHZ!vu +z{J|b(-pr5BzM1!X?~RZ#qG;(%tnn2wN+2U(F99c#R@(r52(}`yXtCD9u=HD&{E`k4 +z6=EHDN6bxwT*&wzmPF)>$AA6#O{G$adj`!$3vY@r1H76M(iy9WejJud-{%6|Y&MS_ +z-`tup;k_Oqo$>Y1pm()cEN-O+)f$cA!nV5wywPV200zxLwJG2C*AE4?Fh2lij{>tN +zRtMC^I#Ig!;AXRVtkp9|jR83OuaobhD0=2V(DBW!8S*`*wbn0F2%I+xpLd)~Vy@np +z#9S>0X5EPk3vOULmUv#^boLZ76^>uL1+5;6qNsqm>p3uMYI<p+T)r0s#TCzVk{mq+ +z_F1)B_1d5q?_ILjnKd;HgP?RjiW;L))EEtd(tR}zbD&0^J9+BuHVBdFj0x7AxXTG< +zX~c=U?ZnOBuGe2nP+r;KQI>?F@*#jk(b5?w@vj*%;Y7K7FTunSaB9D{jPI1~h<in2 +zjj!|x18`DJ=aQZ(u6X8M%Ft8d;Z15XYxf1yGfJHsQ-gDT#PozRl@S%}g+62Qql_07 +z<V2TC+I1$18lz6)dP>Y*)NE1`Qq`$vwM*mw5(>82rG2=^`tnr00*1R>zoCZwaY)j< +zqbB>iCp=Vv<rK-YqVf#{lV4Pzkph$jm3LHP!lGKNHNg6W%8dccbK5md_D%L<%A2~O +zdch#j2!h~&0*GkVwa`=brN?>&BG+0ls8*}q^TVfqCi_~ty(R)kFm8_SLwmni{(J4w +z>y=6+ZZBbH?<`IT)^!tiK(v>zSszn7#D!tGJP#e)pt(B>UjgsuK<!QkS$hVM8{zoH +z4|b29m^y|Ay{iVz9H8M`7~!tk_9uH!Jpn2fi(7+gQ^0BtRMuEgxARsI1pgce0`Pr* +zeL!st?58862zLk6{2&M(cQ)-i+xx!1J~UV;i}B?VXl|(68Q*VT59vO~To&OPFw&!B +z8F3%&j;4bm)d#CqovI*AV-(Zg2be&^iCkawOW%Gf;tsnZZQ^#+>h+gByh(L#%tX#5 +vpY+<R&JBd$#o3BeUGUs?EeL`KS@Qn}1VS8tMjj2J00000NkvXXu0mjfL@vp2 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-backdrop.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..8b7bdd85cd7f0099d6ecf075ed29b6b8140fe519 +GIT binary patch +literal 230 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v~0Wo-U3d +z7QM*{5<3&FUR|BDdR<(q@{+!Z6BM1^+pkMXNJywqKOrx+Z0+Cfl;#P%jf^#IhKa&9 +z#m{(Ff7pFqTk^l*rhmV_D8@82>rVM-f4TnQ_W9THZ*S|Jt06wuvbgQ*<L~yXCI0<S +z|NZl6?S$#mulv_Lir`feQTy>^V^yz=gY^1`Mm|11Z{+Qq3#5)5aH#qctm`PmawKhH +bA`e6R^C=%Ee&6;Q=u8GrS3j3^P6<r_9#>%v + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-backdrop@2.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..43599446a74352542cc0da8aa0a49b76089aa092 +GIT binary patch +literal 372 +zcmV-)0gL{LP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0VzpDK~z|U?bfkQ!!QsA;NK>Gght{G7{Z2FD!EDv;+cae5|+HNk)dzU +z3id9x90ptop*FF7E(7=<o#gZ>XP*p|l$4ajr_;Lbw61g1;?x34saZAfr^@jcrCu+o +z^%&*jPV2gId<~%SOTFc8^)R2m|2pUgruWMY6_wPoLz_Hc!|lbr7|aq3ZvYxf`=bAl +zQfg+nSYyDo$FyyGyF2zw3}Pwe&Gu}dG0drVVo|}M5KInK5GV#iMNNWIFcj42DeJVZ +z4HM74U~jowgkk_dO8H@#yTjL5xH8N<PEB<3q|Tk_mc?w)ly)a=>JU`w-b+6AV<^f& +zAPvT2C<-PTG=-vKl0c_Wz}`|Z$spi-*N?w*K|ADI`$TG+vM1*yzoew(-{lhv^CgG` +SM33SC0000<MNUMnLSTY^^rxW! + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-hover-backdrop.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..69faa3ef2f2b11f1cc18af50b16c4b0fcc974861 +GIT binary patch +literal 497 +zcmV<N0S^9&P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0j5brK~y-6os_{&Q&AK}*FJ?h);JTV{6e9jAhzgGC9(Yh{3jFR2ec;Y +z*c7z9N(#Rqi37qE$AZ1vfo;=1Z!vLAUUJ?!>)yL_-xC@7!_l5_8><0co0Knr!q96q +zHv8onEeML!b;)nAw{r{3F&HPkda|?e?Jv>c;OjOKAA!67kWBeu#k1B{t(b}W#p$|8 +zqa~8-$+MbycNG=acI)-?_+v}2mq}!`Wwqyo^V~}*-U6sU9PP>ev`jKzu-wb-Om-{6 +z?qno4wmSqjmb;eUC6Xk)0DhL6lW2$0Rz}i}h-=&Lfjhveq+Uv?Drvtg6WR{&gVJ$c +z24UMDCXy+ulDZ^TWp!B0Y%Ma!`X5q&F6Ro>Tk=@Qjm6L}1Gy;Kb9v-)n;~=@Hr>ot +z7xK6zHvpW}6Tso{<Phs|MmW1m%kB^`Xf`$<tpNNQR}NMpodNetP1T8jC6cSC_y8aP +zp6=AXTd@yZWtywYBvw4%t=G?IB7oLbtr#b52)<;7%6yKBYtt_uO8=uNN5?14B-%m^ +n;NhfvVO%Ixy3L*1QF-P!o?yp_ih1@i00000NkvXXu0mjf7bNG7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-hover-backdrop@2.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..94de61cdc743bf955e8285d39c4b1e0f10222760 +GIT binary patch +literal 999 +zcmV<D0~q{?P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1Dr`jK~z|U#n?e_8$}cc@c(;jS9L2mfEu-jra~0el^hPJ616wB*=~}e +z-Z2$d#DxNt_#g<SpbGc|^|ewfH%>;0v)e@Y)(~8wN~J+WO4>^}q>8iiIK;6W$FX;I +z9e9!tyJOG(JiGJe%@Pbl`ToTqz;y!KAW1`T0l*so0Kpa*FCf$)U{N@zxVHVwq<;#9 +zP%055Pku_8Zh<6g_#b>C`SIo7f88sUN<nN;wdQ|JplJZ_8A7@*^%RV6T>I*yNTB=m +z`l-{~&1nHXj|Vvvzoaa=oy+C6LxU=wH<Hl&5WojR#sB~WQa>TPHwuNq=0MOM###X6 +z(s5uqF8wqqJNa%DcOKlY*H7(@%yDA?KrZc2;(=1?<dLA$+s$c2yG<Ldk5LfliX>9s +zA3WEJS#N0yS}GARn_7#TNTL}8m?O|R;~oe%-0|!~pfy5DsRXqA5COBntglTLb5ERH +zu3@oEA;L&O@LjoFw%VY;O5KEcp4nj5u4CIP%JVYH^D>TYuP|#j0xJF1+0jqhAduWL +z>|j%CnQ&}-MfrYOYo5`X=Vs>pF~_!7*pi|^)=fGjlCJ=Ol<!~E0sUc!aVLwpC(8HJ +zIv@q$Y_B%MXG(T8zso^@>qEi-z!_$motgK?oLsJ9S-55}Qe;`d6cgAU5+*i^HRV}= +z%R|J(LJ1+wByxVpm^i3W2DOT--qFr8%JVWhp!txPPE=KSUM6IodXxJ!{x880{L`m> +zBxZg&l&=7c^!ff43(?wuPNUA6D9_#tCdg`t&P`F#CIaDiCXg2bWP*x1D<P0Y77i)^ +zWJsvU7yx25slu*pKZDRx$RG7X#le68&vCNP832g2X)Sapzr@T}0O3vx29(QX>+N%+ +zzeT8}+cgmYD9_7i&9mq~wR^?ttM#?_OQllKE@7*SOOqthcN2F+v`bji+td!tu3P+Y +z4(Qqj&DI|O4B(3hsQu-@bYuX+U3WbD<^JJ;r6Xm@ZGqGyfJP!=fMssJ{`R1+D;5?O +z&NS&n?LXL?HF!6fcbqFPJ5L^3TnmN5W>R+Y5d3<KnB}B23*DHWpnX&-Aw>fHG;|8# +zF7LknsMo%JuX#XJYmX-gxC0;^ld=lUU+>SRqheq^G?C9%U#+iY0Qn4nhw#e`00;q# +zLbzEQzdAMu1B85o))|%g<##MAm|{(NAzX&wLPyoP1>jE-G&D=iYEs2<vd>NW{}<^$ +VE*s8T)_DK`002ovPDHLkV1h>z(W?Le + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-hover.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..b1e84b787317a1e502d5c3fb9708e72f82e2003a +GIT binary patch +literal 472 +zcmV;}0Vn>6P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0gXvSK~y-6os_+96G0e7&mGC8%T6phLP5hTgo0Rzgc^v%`U!X^B*X*Q +zNI=bhaD#XSB2l2U@yJvp%3KQnWLaj7;54h<o$t&ycQhjkq?GO%YNI{D4uIf$M$<r^ +z#2DYUYt($1&*wKUa()ULmL|BwM?rdARn^x&M6=nCA<D0S?ah)kGiTi&47R3g(V`Q7 +z?vR`<pZ&tW(;#-MsyYq;7nvuW6063l8^R`oY(E3gB3Qldlr)hirOt#8f?-sUoMVj~ +ze2zRueh$duA@H+3I1}n%bh{v_9egJ90=NS7kSEIOTO77!0S|-VT5CCv0L#2wN>=oc +z$I9wqjc8<M*a?MY{SP@9P8uKj8}j%)w?^oKlOQ~8*-Lqpa=UB?eNsy4!01h(-GABs +zeF4nU{2lo2Mp=ghe6$_o9RZ}2ZWw(5t`=nr{(eMajNhDf2%HuM_q!y{dQer>F~EBJ +z2ZOC?5Vt@d3q>vTA&A}8$%oc`v?8Unp9yuqdxq=Ffvbyc9AkXnuK5Lx>9|CQ0T%fH +O0000<MNUMnLSTY``q3!> + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized-hover@2.png b/Breeze-gtk/assets/titlebutton-maximize-maximized-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..748757c2068a218b4564306ebb04c1655d0e33ac +GIT binary patch +literal 975 +zcmV;=12FuFP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1B6LLK~z|U#hBk~990y@Kj+RCY{<;c4sFnfD8)**u=PRuqGfIA)>QiL +zk9YCK_~SnjX)8tj3&eNBs*Tt-V$rw8xFW^czzRv6-I<9fBy*1syV)+?&1PqIgI^e! +znKSqBnS1X!_uMOFR1`%gQ@CuDa|&hP8NltDW8k4c!wPqdYTft!`&s<UI3KBMp%uq( +z7-do6#Y}&oe6NO&OP=?+h@=w({S`&88s#eRTqckKE`BxW`@Zjgl?$lZY|b2=nYjw` +z)+8W<VDj1DiTlC)y!<mZP?98byQy6QUYI6KpMEMh=8EgOn+F0VNiw&S+FJsr4haV6 +z4B-*SR3C>j{SVD%b7nWSONR{uAaH6owO{_O`oz9KojH?hm^QjsR-G+I$w&P!dPCN3 +zw-*$t=Wx2I)~VTo-EmS~MtCZ#0~M|W#o`ildq`Caid@eDv!T{p41(Ev$2_m0Y8J@R +zQ%3nvRh=GCD~{hJd!E@)YidE@u7+V!3B#lk1n#O@Q_BjaP;SNXYds*NEM|n+RO?&{ +z0(W&Qj?2c_uf^EqFx);91nz2T<UGosSsaSxT>y!q=%iJC%Lr2og4ugpaa=A~{Z`@0 +zVYZBON(Ft^q;PpkFaXEJq&LHG`^+)VYov}`%+ON;EEuDln-a{#P^wZj3a6(CGZ~an +zHo*LpVJ3lk+VH5j8m3;J3B#n~Sp9BHn0}~l!Z4|fnWsE6!uY?)0LcjZ+=TgMAYTD< +zBfgIfuzrBkyit>9?maXDYhyUi3Y9MqlwXV$R>lCz0+lx^5z#xwsMZ0U5>##&KvlJF +zeBZw>@WYsmMnO#i1HwwFRC-_ltdO-98ptmb<|{<?T89fzRi_ojKj)~Wdo>Y27$y}l +z_9ml4dr-=n?|aXSNZMb*zM{y;P24`}m9UwIsVhNizV9!0?)wzB<4*;BI|tO>a*(ZO +zIsi9(zxYny^CPXV>(N;^z6G4k0hL(_ccY?r;e^P)LxBL2Bssp5+S`Y{Hxp<WBUR7y +zw))=>EUvEWZXR(=75MS6U=;2;j(PcUn4v&>P}_-jUXf3x4I^+PDtZ@&?d!Yt(Q3Eb +zmq4y{52x}=SrgIs_M&M&jeB6_wBq=6u`D9IG;TXU5mrR?da+piLPYFA4aRlcQ@h<h +x0W7FW72!04M|yvtG(_~as@6-T(t|Ai{{yxvJVK@8q~!nr002ovPDHLkV1m}6(K!GB + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized.png b/Breeze-gtk/assets/titlebutton-maximize-maximized.png +new file mode 100644 +index 0000000000000000000000000000000000000000..9f81a5125497bceccf580e7b7df0ec73fb11f3dc +GIT binary patch +literal 192 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}(PZ!4! +zi{7UbE%_P@cvzBI7CP_gbH6m9t^BB;=VlWH#VOqktV!DQmDjGlQqStZd|~BIE7rv4 +z$8_a7GC0o$@uh^{FAbc*e<|WwXJi_~TTA_>C9fQ<!;VA<KDI7c6aRFk?giy*PTrOi +m%J0{=9PO)@ER+6}yVm>BHoyI@OK$=lz~JfX=d#Wzp$P!rNk)eN + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize-maximized@2.png b/Breeze-gtk/assets/titlebutton-maximize-maximized@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..7934b3ec8ac448e2cdf5c845d5a6a3e5df68683e +GIT binary patch +literal 343 +zcmV-d0jU0oP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0Srk*K~z|U?bc0h!Y~j8;F;P;U63Uf+#wtSDsD{{y+VToM?kRfL<5@= +z$6Yj)=mM1ZZ_)ZK9clC_PqGIfCnqOoe3)4=vkEcmB>-mD8nZQ~dp}>V3*UL@iBYXF +z6#$msCw3==cq@wHlpORMV|V?y(ii1a*-uRXSR%mTCgny7u?Da;0G6TZ8;sFJADS9V +z)a*}}%ly%|=%{Cy<ftK-WT-Ki=qMLVG!!!{O;l@YtR|{mZsV~tyl?8{@%imObq7a9 +z!?>WLW5%G8VTPbWV4Pn2{&B4UaESni+eEHkyRN-I`;=m(rqg2*P>+hTe*B#U?G80- +pjj0fD;#yPigk17-a&rD%z5onJ=gHZb#w`E<002ovPDHLkV1iDQk&XZW + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize.png b/Breeze-gtk/assets/titlebutton-maximize.png +new file mode 100644 +index 0000000000000000000000000000000000000000..6a5f84a892778437f1644d1e99e8a70c1c3dda4c +GIT binary patch +literal 183 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}DPZ!4! +zi{7^rPIERG2)L97dvX~nOnY!rEO?gXo1CDAk7`OMr1oe$k^TNzqHV=zS%w~lW8a0& +za?YBpT3pUOQK%y}WtI2c3bnGp(B;cilvEu)SJjDV9xlD6lR1s?LzujKeuH^x*eiAO +cx%L~FKmLeMn1A`Q8PHw^Pgg&ebxsLQ0M6$@sQ>@~ + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-maximize@2.png b/Breeze-gtk/assets/titlebutton-maximize@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..c717e7c02b2a48912ecb66d7307be9305779ba5d +GIT binary patch +literal 311 +zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k1|%Oc%$NbB*pj^6T^Rm@;DWu&Cj&*^c)B=- +zM6|xWYM6J(L7?^F_A}FRPIBcrB%Tw{Y-A27;CSc3wT@xh2|=X^2^Sn%ug_NUbQEma +zyKVNF_*<7QtM}?K&svsw%ihCfPsb0nZB@JpY_1%u1x|f^SS7pk-AtDreWwa`pKpIv +zo=tmk)^huMnUem_pXXzyb*(Dhbl;d!&G^9av$tldR<S-3Gl&d+UM*FebZ^cNnVIKz +z|9xuo=XLDs749?61)fi^at=MXrEgVpChydymEBc8Zr(pt#5jXfpm@=}?)TsAS2xWm +zX7@H>O_FOg6g|4<)v;LjXQ{&fH3dHc=~sQrGJ%d1{mryzhJv8ivmL*H{$}uW^>bP0 +Hl+XkKG2w}D + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-active-backdrop.png b/Breeze-gtk/assets/titlebutton-minimize-active-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..44002549d3d7f1373793e7aa871b375638d53c93 +GIT binary patch +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0iQ`kK~y-6os`XM6G0fpf6weDcfDGnrwUzgDT|GVHWXXWib#U@`acQc +zSzAy%`<c2IOH1j8wg(Fer8kN9Bs1f|O}cKUCCzi2hv)shFT*<{0@^w_xG$#`Xc7EW +zVV?lGms!7ad-g-MM&-li?$M0V;JHvU)Zna08^-DB+}!MsbD*95!>04@EpY8JNJ)Q$ +z9%N~fk3gHdM>CP^*DFAV>MB+vOOj&)5XnB900MB`4crR=6&L$%0?0@Ptr$7euK2&k +zsQoWvy>A&{p&T%_H;?FCh!7oPd-G+OMALx3QHo8wsQ#wrZ5#L$z~nV=+b*iV0;Ws; +zlnI0v`b4j5*e4ZOUc)}_6TJlPRi<<XbUFs?VhDieGzOmow}LQ5Yi7`E0rcbgI-aFK +z4#|Jf*8bs&yn7!C6k~Uau0hDZh?WJgz4z^7aO5#0w2`IBk^!*TRp9pooGvk|00y9u +zray%q0o|)WgdS!|ay$Y7WNDH|&fL9p8PD`tu^Pjd50(FDsGYs<%hvmr#3FFBuur@v +gH_}>`Cg+y*FLpAFls{`}D*ylh07*qoM6N<$g7nhgwg3PC + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-active-backdrop@2.png b/Breeze-gtk/assets/titlebutton-minimize-active-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cb19de9873b1adfcc6a6c0e3c6c19b344a91adad +GIT binary patch +literal 962 +zcmV;z13mnSP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x19wS8K~z|U#n?@68&wp>@&CDYc?rT2f<|lrg%;Uy{6fumL69k`ONzQg +zYGBW<0V?r95Nbms)K5?&wp0O%1x+hOo<!J=U5BbIlm$}KmD36(Vdk)~(;6psJ!3n0 +zR-T!A&;4occxLVh9<x-b9L3R7s=Nb4fY*TMn}_SbJ)j0GV07M!$8US7FTFI%=kvkP +zi=!X8%8a0Idm2Ewp+>&GQ>$E_o}PC41}zmUA1Hbrc*6^1kD*pk_jBvb_z%87wr!7a +z=-Kn2pY#XWl}lR>>*ppXC;#agR4f)pw=q{hQUk^SpkN1_t<$MgYW<0z1}69`Xm}Wy +zmZ4XTvzci}nbr;4wnrLgX4n`24LgCSzR%yi`%Fhr<C+=HH0>1uE41<8tG0cO*uRyh +z5SiaEOlwr+bUHC{1)66lpU(#onLP*$fT(_%%jE)(K%p02`k21&Gkqm87LJ~I1X5w< +z05Jdvd<q~-mC8~5S8p9O2v7&-h{4fQ-P_3=ur`1J*P69D4rDYqWtvazPPu3$C(bG+ +z+b3#GF<C1)aTd7PQG}Z@z<B36a>g!|;^|~`1#yof{O#Q$>xg?Yos6#7rBVd=uya!r +zF~BRGi|JuBaMdoA;#MM21NVeCl&m98)=DJGcBvFWO&)l;ONUntk6*3^jPi^DG-SFr +z@Qd<;X~X~<gGKqrfYc4}S8t7bLG^<H;GO}h9y)YE^^HM=n+CY<4YY$YKNX7An3YJ> +zRLztkC#*!GTqss!sQJY!1^|}@vCHKnxN?ggS0HU!Q%p9UjIIC_iq)9lUIj*d)Y5<( +zcwHKWDmT0?Zyu*HRlv5NX==%Wm5gPA03yty_yjekuessp%m5&&7ohq2ai><f46^FC +zSQFwKgHXNw`_1nfKbt9(%kPUTT^Dh~iXhpyk`q5e%S(Pb9{&-zbO4;W9nAkg09z01 +z=M?OH)GTg<M!sm>vFoqCyu5ta4Lp5qAJ%3ywhv`2D}29o=dOoqDwSF{&Spl0!Vocw +z#@Twe9kVBB2etX2eq2Pq8N5a2HbT$6x7WHJdbm3mO4XC1?gbhjr}}VE6_w9gFJNCF +zfLtyY7z;<I1!jQBUi$$GTo={ZR5JFhh`3Mc;Q9HrSS*ei4NeJe24Nhe?USDTiMln# +kTnnn1KXz>V4=?rq16|LB6m87ojQ{`u07*qoM6N<$g6Z0|b^rhX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-active.png b/Breeze-gtk/assets/titlebutton-minimize-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..23468046a0a64fff6f50af6189690d0643a6d013 +GIT binary patch +literal 471 +zcmV;|0Vw{7P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0gOpRK~y-6oz%f@(?Af$@&8QX2Y@R@>IvSUMO6~pB)}1bP$KT-osbY` +zNF)$v)P$tl1Mfg3DpkFq@Bp@FI5bIJ*9mRD<9O!h)oOQznjB3}o(c59+rZAEd=3P6 +zM!mFsRGpD)KnRbdkPqOUx*wFLW(D@{c^v<`0gY#~4zAyTdmE9f{B`7IFKLApbh#3K +z-T_%=uHM*B(}Pn5kb?JHAOQDG>?43&ZmfUb0$D}Od#dh(O8M*-qt|*&rLQiu$_<g) +zp1^c10n<oruZ#(F6nJpe=DWGc*DTTj$fU*zS)_x^^fUNwslKDtPKQ>M*_S+$w-qep +zk-lkW{t5hPWy}<~xCOQe0k~*_1n|deuwhfZ4<MP19FiIYagNp9hjkwpSdyEJa+9?P +zfUAuJU_3n;uUYc{Bh0#SJ5hjKibLSf7R+3&aR{IQFXH&OBd>w^T@XiJrRl-x3IgaQ +ztx$+P*>o67`Jvv}U*3GEyhqDSCdXY<=?k=hhl}#LLlCiHH;!){)_-ACqK91<0r&s_ +N002ovPDHLkV1ifb*BAf* + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-active@2.png b/Breeze-gtk/assets/titlebutton-minimize-active@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..3ca4a73ba02135ab0cef5f0192fe9c3516ec9fa6 +GIT binary patch +literal 955 +zcmV;s14R6ZP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x18_-1K~z|U#n{ho8&wp?@$Wg~M5I+&fD)AjAZSrtscaA%?D)@Q(iBCk +zkQ&&tYk^8U0Z)KX8XBQKL5)~dq6&?fx{WPWct;cxRY*{zpu|}viy)G@hlQQUvEsxY +z$IWl&nLB4bbLYzU-VwS?7*;Mu8eJ134Uz<V6F65tYn!0Y!IlLUEYi6kNdM7Ied!Dl +zCL$g9M9kd;`Jl^ZsEEjS8*8igrlzK%o<Z~BlMh9h2Hxos(wY@SzYKEepJRdUSF2~v +zZf#GS@L7+L*4!N$^lqh6sqKzIbLH|#V#hrI-aBCo00z}TwaIKYTRRriz&r*n^#jwC +zl>xO(D@vPx+^<&8G<v4r7=TOvIr%9J!<X8E&Tef_)2G*TSOnfT65qBQtEX5hPhf8D +zMPUv`CWHLw18DS67={VV&72Mfz`iLI3f?{_!uyoo|7Uth@|EH9*Y`n)+&o20ouKkL +zfP`V?qLb*^X@daU6?Z`+jjkQtPG*7i6S(1eqgLA+d3Y0ApS2H<!JQyKdP7Zv9#QLR +z8U*>#8wPjUHB#p?YH+zN8LmGpmEQIJ^rD)VGx#S4rsl+r`+j;c3@b^2kJ~jgm81&x +z`Vqy3)wEbgrItPO#=1n+oVeg>F85m)R+3Jl5IEnqweg06oI9pyTvT_MdS2FJ8pK7# +z!2qCOTPKW)jR7{*kiR=@+zF}|3<%FvV5tkxQK;T904BeyK)FlM9%?=e%U9|solw)U +zI;MQZNmS|@1DLQN#bWsao_j`zJCK&Ft7+i-=|zA##ub5)7`04o_iX_vK6+e<vAx+# +z&4~*VZeS<YYidMbVJx4?BmhKo#?0b^hShZ5Nd)nFrXiBs&{%$KtgYSyR$>>cL*ip# +zX=82mM`#*1^N$v;3U=fsu5S?+1i9QV(6q=O&yPL??w*2Xb`Ns^1TZw{-7=`YI15kJ +zcD`ypbO4k}rM3svCh2WFb(&>$yC3<!|8H9mKsKAL4X9<ne(f7Ycsih#^?iS%_0*xW +zeKwn|4Gku8Vtn5R&8)iJ{9*fg=<IXMxCpm_WRH?1#C_2`fMbCG3Wb9A>d0$T2sbfO +zon8l+K-r1REM(I^d@bURyP)g&Ypzs!%fp*c=Q1X8x&BFSf7Q8(@RvAScB)T2w=?Ja +d{-52{{~t1(n6Mf~Zv_AV002ovPDHLkV1j|UzGwgd + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-backdrop.png b/Breeze-gtk/assets/titlebutton-minimize-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ef461db1d0e30f2dd57fb8a6be5429e741b5e102 +GIT binary patch +literal 232 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v~00o-U3d +z7QJsTIC32_5MaG9e<S-xF`*4JG~y1lz7W)|YFZH*)bUocia+s@Q;Spyi+R%*{dBwh +zga*6%37dEh=UYt?vv7V~WAI+!dGkXa-!5CnYp<qFjS>iuIrr7X^;_s%;edwB)U|oL +zt-pTCDwPcGu{KznKKbIu#uX=Szk8!RC8@AsbxVgp!GCr}X@-OZ%ky77Uv(GSNxb}7 +cTQ@=a=?eGW$&;qe1Ui(#)78&qol`;+01>!cS^xk5 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-backdrop@2.png b/Breeze-gtk/assets/titlebutton-minimize-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..ade606beae97d1c88739ab31f4ec5438a67321d9 +GIT binary patch +literal 327 +zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k1|%Oc%$NbB*pj^6T^Rm@;DWu&Cj&+Pc)B=- +zM6|xWYR`4ZK;-zx_<1h{bt>9-b#^O+u%BPV{z<5*`XGl}6JMTH1@lp6i;PU!l7J8X +zzm=Lk>`R_)XD2X;X_AWPB$dBr$>M*H?7UF!_b4Xg&7%LAvU{s7=jyWuNWALl;nynE +zyCNy6!L$7H(+1v4KQmccO&dJYO*WT>YIkqE7FOyf%plmX)+_T*-d-)E4?c~KeO3** +z6WHgL?cS)}we$b9OI|X^&+ZlP=zf&I)qHBvju}A<7HP=)WL{98qTj|^)ymYjQooIt +z>D{|&uM6+pk#lD-(@eb^x4QJfnbhWa3m$ZTWMkyNEncww<!jY*t@nT22RhjE{{`00 +Xl8x4UyB@j%!-2um)z4*}Q$iB};SPwd + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-hover-backdrop.png b/Breeze-gtk/assets/titlebutton-minimize-hover-backdrop.png +new file mode 100644 +index 0000000000000000000000000000000000000000..f85ad7154b500b768fbb847014f6bbd999eb01bd +GIT binary patch +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0h38YK~y-6oz%~6Qb82Q@$WfsA3(R(q^tS{y)EHih3Zmc48(nXClljZ +zA<?)tP)jd1^cmVjlcqa^4{$H@b0HA^7RzsW=A6&WVrGmL>GTK3h8oC9pq+8~21o?$ +zdg-vUIAe1_a=B-w_ekYc8_c9P3ikF{<=|=w>h^w=asLWD*nmv(N9Hf;#W<Nlo#b-Q +z2!nedlMFql_^430_J3M<w*><5Fa-YqV4eQp*rab;Ak&yscbA&;Reo)robL%n!-W-R +z8={cz8=S2-IEzBMKZ_YwcF?0~m)OlL`jUERVme)Bl%yV-spmf-c4roLe5n<RQSi^1 +z>CHT*By+va%RVA|x-b?T>~=GDCjxMr$CMzRtif7&r40ZJQCm=5fneCVOSD!kj<ITH +zQ9HBs2!MjM4WQe<=&m{P|D;zd9abG68|6-b-&-I<&*=of0iIXlpE7?14DW-;{N+)h +za6N?p>cu!21v|LwGS1|?=M+y~J}mr4lboJk)Pm74tOPtBmv4j;3%ORU5-(lWzm9jR +UekyDz;{X5v07*qoM6N<$f^_iLi2wiq + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-hover-backdrop@2.png b/Breeze-gtk/assets/titlebutton-minimize-hover-backdrop@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..36f2a8bf0389ed62f4e26e855fb6d1e6c42aef7d +GIT binary patch +literal 975 +zcmV;=12FuFP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x1B6LLK~z|U#n(-18&?#@@&CCag*c&I6dbZ?LYtH*U~fvGmd27RkL{E! +z3volY-6d@U{UD_{X-vr{h@q=MgKN2iUuJ4k?P6S;P-x@efaPx7g@fg}rwhqJev$1N +z`Q_Q^&e6R;-H|l+2r=V_;ngVOreIt|GbopVcK}e<FuX)%L10=<H0rtTUvcJ_Lm_-W +z6{XL9Ay)1onvMAxLJ|FOb@|nk!NI|(Wl(7<{7jG`;G>w3ol7lZ_||i~eoX{=S}vbE +zzg`_u_^LI?t~_pY^nNavTR${tGzc!Fta%1}e8d<46fK|8&0B>+p>iOohH)lAuN?=b +zVd=%RZsd2OOyi5E<?^}O&Kx%eK(B2`>KEVl&o%{}U#|{vOt)#T2y#PHZ9i-ut7klz +z8Nll3Nny4{xaD<cpFw?xeBV!D_2H>t0F>`XMn;^spvY;vL(Bg&EhY2b#Y?x}f)KrT +zikKQf^lJd|!|<w&<i%-&0Nu3aiisj_?pr1d11m?c;7Wb2rYkv4G++edHmgv0<aKB7 +z8e_c{Q7gt+&+E?KRe02_$XLl6h3iepaC>Yb>@2$OoN=^A(bowu6>GJx=(=-$7-j@M +zZ&s*6#)#_s`%KnujEs*>gq_7)ZozTrjftvQt6qOk?zta^85@ZYT->Mrl0oW+tD{H7 +z#Q?l(4k$>9N`e8vp!|2lsKgjx&8W!IA&U=#Y6S!E(g->q;|=?vTE&3yrx7HG3ED!H +z{2=Hk=5h;;(E(#@Z+}njxgP`_Hj;_h7(mf!84rRhSo4BIb|5>lVvO~Qt~&?d2SJCm +zW*oSXU@kSAd?*0plQUt0_GT*;Yt>7osV2Hj^$1M&=Ck<}fEfEwRg!|*jggYAbzDhy +zW=r${>c@}O<yTKY786fagCxhm{Oa=3&ox&)rRkY|QQfzRJGNNkc|D)}1`UV&zV5Cu +z;PHuLgyAjBHV{CYqxTgppCD(}RNs8pII!!dJ~=trUX?RbC(xTMn9X#)SiG^?IJoQK +zS|}7MY2C=9{Bew!*|b&*J288Lwoq*;?GfasBc}+%X7kObd-e6T%Lk-1^?RSd10d5P +zWgct3Y5W53l>^U1efezZ-`7hWpkD$3pfM0CFs;I!sqU`MgD{Zb`87H*`+?&`1I9{T +xh3hDn8%~{Tz(1laSff);RYr@&?B8+b{~sg?rAC<@dhh@M002ovPDHLkV1hJ9)LZ}n + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-hover.png b/Breeze-gtk/assets/titlebutton-minimize-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..733462a4f39fa64ff4ca94266f00a220d069dc04 +GIT binary patch +literal 485 +zcmV<B0UG{^P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00006VoOIv0RI60 +z0RN!9r;`8x0h&ofK~y-6os>Oq6G0G$pLcw;xs6+blnVX<p>V8-gc=0M7Jc|nNQgQl +z5{Q~lhoj&hfJ7vaXpy~`_HKv5KF6_7R^qqY(L2w~u4YFxD8_itq338<umvFaols$< +zlMurD#T?Ba#^dqLDy8S3Zc~AC`Kd`y^F05t1R9P0by0c)Y_5jPH1eeT?e<1715G;d +zuUCN78k*S2^Zd*Js>HK3AOP*;{sKUght=CPATtR+Fo*s^{MRLNFL)BxGe@0yL)Nm} +zpuvjzgNf%HW_Z^G*XLZ@WlFEJminNN4R<KAmilGoFM;hk?674^W~Wo8^eSuV$px4w +zGPB2J<wxLm7qXIu@$YxRt%mAfGP6fz<wwY`t$-l-mI*IF%OIyyR(_nd)B{mgegeL? +z<O34=tQg~gqjyb)X}!Ue+z6R;<of~`#qo!xmM<qi-3(#RCd70I{8@uCH0cn)073{q +zJ?SAZyb8pV9^`p`HUj~)+Z%<6JFADWmOh!-see8!?4w#S#{Go#4BvIQF*VkU?Kp(6 +bG_3ytKCYg-7@*C;00000NkvXXu0mjf?Q`U0 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize-hover@2.png b/Breeze-gtk/assets/titlebutton-minimize-hover@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..72c10553647851bea3e1a962d7487b3bbcc2d38e +GIT binary patch +literal 948 +zcmV;l155mgP)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x18GS_K~z|U#n{hl9AzBG@%Q(cE!fccu|pHQMA257Lh7M-(Xv*Wl1h(4 +z)w{RGSnv-i(#8hqUm)HM(N@u>g<@}wF;YaWutE}d=SPZ%WS*~w-A&hIv)P%=CZE&J +z%y*u7?L5Qt%ripH#BqEwgG)v^r!WS*47kn13Gh^4*$N9rbv_7!-}1CCy%ecxsh%Vs +z7-dS~&0POLd7y^R%bxe8h-7_({)yvvjdBBcEf-{mi(d`;Ne~3z6arPN)uE$9LpMM^ +z>IbqDCbyrZ?zPcT`L}0Knx-S0nVkd9?kA=#k4lcY?7Hsio}e^MM>aD1qrj;FVSq*# +z9&t=%JIb_gRIAmY&CJdX8UrA3YBRH6|E~JNuAs&<Gq7&zlsEi1{j7b*R+mLlG^xn^ +z0b;hI!sXES=b(9qRJEkY%wb>vjB;I7oh?v3Nj{{{ai*UrjMbCm$`;5dQ-_6VMJyi! +zNF2u}t@7lsL4XQ+!enr%Ta~~pu(A&qTxqt|<x)%<qnztfaVrS?t7^?epQshJW+Dju +zs{*%nD^it;Q8>M80bHro*3X2YyO<d{kMef`%&J=FVi>xMYe_N&ytiwmFlK<!E{zR~ +z$?n!_>t~L8-g4&1g`B8Wwa!Es9(%l&Bx5D3-z&V>rT!(u^OvjrM&-o-cxI1+qNpMm +zpfL`m`;01#0TKiJ)njolsD3a2PmRD*juX0}`o)0qi?PD}oS+u!POX-XANRavRWqs9 +zTnNKsk88Db+_CyYZVVuz3lc@q2}PdJ;|gS3R@9n_Fmx9IYPED+jJ*qt6lhCP`>Fs$ +zQT!nH^5%I~)jAWlWH$<RQ!Bzk+4n0Y04vOh76uKA$?iB7wAh_#cvNpTT!5-N^*H(Y +zAl{`rMp+61?{yK$3_#<DP9F*e5Yg$@s&;Fn4uarYMQ$HB24;gG_^!46zp3L{>RtmL +z9TZ04VcqvWZQs{vp*Xye*?WV2o&=VSk&5SeYwi1YOs=l$t{!nr1^8)D7=?$9W8U75 +z=?H3})>H4iB46w`MqoDfy>~jT>zl{BCyJtrAUB&Ir;0~e64B}Q2e=Rjn&VWGyf2n1 +zgtvM<4^V{rqB`UI{#PPm_c|f>{1rvfE5M|xR1i+H^ON46D9a*xPgUp3<?<hS+W!xT +WaID#QS4vL+0000<MNUMnLSTXtmdPjp + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize.png b/Breeze-gtk/assets/titlebutton-minimize.png +new file mode 100644 +index 0000000000000000000000000000000000000000..cd3952abee1e5c72cf35092a41ccc8b1da4650a9 +GIT binary patch +literal 167 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v}}9PZ!4! +zi{7^rHu5$Y@US?mB??SXI+iXR^yH0?1GDHsu12n>x9sPtT3`Rkc;LpPAKeB&L^<44 +zWcq3imf9%p>O2v2<Js=DR^Kdwx=h{u8X7WOOrq*n_wVg3*_X<`QXxr1qe*2w&>jX) +LS3j3^P6<r_roTD- + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/titlebutton-minimize@2.png b/Breeze-gtk/assets/titlebutton-minimize@2.png +new file mode 100644 +index 0000000000000000000000000000000000000000..923dcab030bac97fe5aa50963fb21d7d0c3afb8d +GIT binary patch +literal 329 +zcmV-P0k-~$P)<h;3K|Lk000e1NJLTq001Na001Ni1^@s6;Q*MJ00006VoOIv0RI60 +z0RN!9r;`8x0RBltK~z|U?bSg_!$1_q@ozE-xM-Fg^bYY5>S@}m37)_%yn-p%BS?kJ +z8(zE7nT(q(#6mGMX+U`Y<s|v|!7Ktuk|arzG;bZzikVIB4l|pMXqAU?Zf(g$OVs9| +znAupO){={zbL(^O7Uv#TMezv47EnzH{maMkc$0ux`VgK0)hJ-+wSF4AaWZI$UM;yu +z<le@het)|^9Imr4IjD<aQcxGij6uzY`3q_aj7mlM5H^6iRlx46D(|oQ-v2!NEcKmP +zEZ%1U4Jb1J8X#_mxdw>aQtOAhuJ<Xs$)Hmdkc-I%4XC9LVWXg`)N7hNW;Rp&?<7f* +br2o)2CPW*U{CZ&u00000NkvXXu0mjf8@iC4 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/togglebutton-active.png b/Breeze-gtk/assets/togglebutton-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..254bc4b44952a1eabaf660ccc013c275ca464606 +GIT binary patch +literal 258 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41)PZ!4! +zi{7`F47m<D2(&(|Kg8ynz?q@wX5;kk;l#b}dm1+!aWfInjVad&(r9wMA);Aha8^X# +z`0#-ff(?H^?y}hWub^7(^*&>UfD=9i+S#k_ZnKbXSoZbnTg~i%3yBMu=1$*~S<9Ql +z<M4c|j85&+>HsDQ2HwIO=~V%TuN-{2-sUf7=^M_&|8tWZ1r=TH8G1h9y%qUN@9y3n +z#$2;<2F?SQX01A5tgf`;)dC^GE}LTS*<pd&|4wm7nv_`GdcMvS=miE(S3j3^P6<r_ +Df>C8t + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/togglebutton-hover.png b/Breeze-gtk/assets/togglebutton-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..09049e2c111d4001ec8f2e18584467a7c991d0c1 +GIT binary patch +literal 295 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT40$PZ!4! +zi{7`B4|*MT5NO*!v-d&M1gWIju170F{U0gjztL^tpU}<zQIt#bL>t%22k)vnJp3LV +ztJ)-gCilnBy0%7JWd{D->Pwb;?|-S=`8mU@!Ss>$YF|6<t8Z)m&0;L^d;Q2mFaMmb +z)}$1XWRrgV_u=OPnXhwgc=<OgFy+LC2__8Utqb2C=8|~z)<$c|%wEA3b9qq(>6QL` +zGLuUh=5HuJTp#f>;YanqV;7`8D!Li}o!!p!!$fDT+4<-hQNJ>|(~q0PxBb)!nS1$H +rp6s-}{c2a&Y`OJh`Nml<KHJJKmMZn0q7eNO=uZYuS3j3^P6<r_IUawX + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/togglebutton-insensitive.png b/Breeze-gtk/assets/togglebutton-insensitive.png +new file mode 100644 +index 0000000000000000000000000000000000000000..2608eaf7385bc011224ed80ce077fef3e24a3617 +GIT binary patch +literal 288 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41ZPZ!4! +zi{7_Wtcwmg2(VVWajCdIm~wuqfqTOR_NFs)9K$F1WEd&4p5dG5D6k{z<D`$P)ZV_@ +z9{p9JkmbPL?qzrLn{P5nxHGmiXN8?lo6Ilxl667mKD*5}@l!(^yWAvq9{%{Fd2WvR +zeE;iQ32E;`BNu8|1gbkkhRnDr^dLN4M@Y3yIFwO>@d@+K<DJbh4VeYkPn|4UJICW= +zXIrPp{PZ8cp8jWawb<dl?$CofvVlMMF@$d3_1e1W_~Rz$>*Xsvc$*t@Z~s+eiQe&9 +iEcjzxf_&vN`(ic^qkI;f>hmBkGkCiCxvX<aXaWF2lXY1D + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/togglebutton.png b/Breeze-gtk/assets/togglebutton.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0ffa87efec3380b3bd3635247ffd06a11f6ab844 +GIT binary patch +literal 287 +zcmV+)0pR|LP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00006VoOIv0RI60 +z0RN!9r;`8x0MtoDK~y-6?UXTY!axv3-<qMoOTB=U0uBL$1LV}s4SWp~<4xSL+pyNA +zfCxbmu?DK-NmGnQ`g)_01|Ez8u-1;Z_3qs{zYHN{DFGtV<yx07v&ow=W-kC$-4yv~ +zv|h~TD5cVrVjO(zn%Ams3Sg4~c;{Bri8;+<S^=}E!8^YK$N-LOCYoKK2;q<c$k{yJ +z5qKu)0JrdP!#}w4zv2Bn$52GN7~`OChysQp9h?kvt;?^r?H%^nwrHJ~KRwpkaaA{k +lcWxO%NHV>Cu)VB);~NOEeAYPUh`#^;002ovPDHLkV1h{+df@;7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/toolbar-background.png b/Breeze-gtk/assets/toolbar-background.png +new file mode 100644 +index 0000000000000000000000000000000000000000..37fe44928f479fe57b1699437ae03c4d51e5da5b +GIT binary patch +literal 104 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v_cVPZ!4! +yi{9j#{|}X!cQ$n9%w0Uo-LyYT?y8UIS%zb!Oh0Dbzgh`Y$l&Sf=d#Wzp$Pz2kRT`k + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/toolbutton-active.png b/Breeze-gtk/assets/toolbutton-active.png +new file mode 100644 +index 0000000000000000000000000000000000000000..54db1cf1a2797ea0db7151eec4c22dfd70ddfcf9 +GIT binary patch +literal 221 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT40-PZ!4! +zi{7_a778{SNVGjPmtnW-)mU@DXG`=Hty5D2jf9mO7X3&Fn*3N`hC@o6_~$#{XFEJ# +zaWLn(nHy?5O-jS2_heJtr=4$CW%)8L35<VGS`?zWV4@r29%1v(g+jN5KCpP)x&8gj +z;&;^s5rRDlEVTzT8%*;Su-4w)ETzC2@oDE&H^l{PUj8R*H|#(EHIV%;V^_JnTUW}Y +R!$8+Dc)I$ztaD0e0sx6>R676w + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/toolbutton-hover.png b/Breeze-gtk/assets/toolbutton-hover.png +new file mode 100644 +index 0000000000000000000000000000000000000000..0b235d0531c7e244dbe2a27963642a4f8753fd70 +GIT binary patch +literal 265 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41CPZ!4! +zi{7_aHu5$(NVGlt&Y&9fY9>eD0ftRIyIP|(F9yDdbrwrt;Ldb7-M#2pPDfPLkxASC +zbgRdIJv?8Sp>SF$`_wxNXEN<uI5FEpFK=hx;SEI$zsz^aR$o(+DtmGBkVmk8)0P#} +zG&nbGdNp(N$qm^(j1^`so0=Oe8$$2bo;TZOw?di0?f!%NSqH^(9EA<S&p+#^%4oPO +zePzNDS6AT>Ta)%rd@ooIFz(p#R7&-x{Q6)81C!V6)%Rwc|G7}yo7wDeMeoGpK%X#p +My85}Sb4q9e0J=+U2LJ#7 + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/toolbutton-toggled.png b/Breeze-gtk/assets/toolbutton-toggled.png +new file mode 100644 +index 0000000000000000000000000000000000000000..65425bd25c27f52e2686b10097b9634660645e40 +GIT binary patch +literal 226 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VTavfC3&Vd9T(EcfWT41&PZ!4! +zi{7{AZTXrUL|h*hcW!iZ?%35DIe8cN)<Z7Z*9^0hIQ<$kR^-m>RTMM%Go^Uf^_rdh +zX?_f$p}O<ef0y0DzKyvzL2Z6|=EFI^br@bP+v{o7E3<X-n;3K51FDP@-WUkIp7e%e +z!k>2w^S^EV$)2v=B-rynz`$o(k30LUlm1_)Jg_!6f9a5q>f>o_##3)rmCm(VwOwC1 +WSdBSnpP?bpi42~uelF{r5}E+XDp!gC + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/assets/tree-header.png b/Breeze-gtk/assets/tree-header.png +new file mode 100644 +index 0000000000000000000000000000000000000000..5703112b442c58b3ddcace110f4f55702214995a +GIT binary patch +literal 118 +zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjywj^(N7l!{JxM1({$v_cpPZ!4! +zi{9j#{|}X!BOg3kdfMm7%a(?~vx{fBoAzg=C4j)rikC(=XE8Q@XMdKq_N^sQ8-u5- +KpUXO@geCyNnkcvc + +literal 0 +HcmV?d00001 + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-down-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-down-insens.png +deleted file mode 100644 +index 1543a091a620e6396061817c5fd9b32019c5736d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 231 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnK)T^vIs +zrfxmEk*nE3#N{G$x5knU7ms;-`hS1f)DF$bY2spq&8=}2AG)lK@3=ZN=kKYHlfAI$ +za1;ki&&!_+v{;ztU7Y#3jqkmN%Ewkaf3<BniH8NGmn&QH^F(~RtSXnj<n<3myTbxU +UoXpkzf%Y+Yy85}Sb4q9e0L-OLmjD0& + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-down-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-down-prelight.png +deleted file mode 100644 +index bb77bb7b90320552fa63b3777f21b6cfebcf2720..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 279 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJgx;TbN +zOx=26Bkv&t5ta+T^I{g~IJ`f0{~L>m#+05z93nScWCNt4yyF@<6PVX{r)qX}OkrC0 +z_kGDF_J5+ChHiqD&*t3E)>wLF;vMNpwQEa#G)uELT(g?=hLvH@_i#Z=MvEyyalBT~ +z%dXwBKIyLcRO#&o9UVo66E&MeJ?8ZqZnyj+6)GF@b@8gh%fwp+`er{kZ^URX>GZws +T^B!HG`xrc3{an^LB{Ts5u$E){ + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-down-small-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-down-small-insens.png +deleted file mode 100644 +index 01899f556af1abbfd6d1cf7f9dcb3f2184734f3c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 203 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ytnW>Eal| +zF>~r!L#_q`k>-c~OS-+;9o6^#-#cedgGcM7r@TsfXD5A_EMT=op+15yk0)S*+rGsH +rk6mQrPPg!itI1US%M<?g!Oqn90DI^06J^OjGZ{Qx{an^LB{Ts5KW0D} + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-down-small-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-down-small-prelight.png +deleted file mode 100644 +index 3792144d6cd6a44eeb3ff0a7d26b686633d3e4ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 233 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yq#g>Eal| +zF|)VlAm^a~5tj6|t~w9i>pKK>JxSqgGHpq)Phwr)wB=Kze^<pRndvth_uh!hJzsx2 +zr<&D*p~q0{LE3Mw3)TA>zN_#v)XrPGb@7t)Nz<1UPg=QZTR!K4Rohf1FS)#a!))_= +XtJSAYd7|<WXd{ECtDnm{r-UW|l2KBF + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-down-small.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-down-small.png +deleted file mode 100644 +index c97b311d7ae63350bedac4114f7e79087f9c027b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 230 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yq#m>Eal| +zF|)U4BX6^V089GMunDgn=D!zB6x_+;y^eA3izi$TdM$DDI8rQ=4qbh7AU4PR_UHR% +zxAPd79W+xJ?`?}`5d6quHz|x^?)eUh>i5zgSk*jDjlZvEnJ{zr5-yv%*4r|(swE$> +Toe$9mTF2n&>gTe~DWM4f(7{VW + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-down.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-down.png +deleted file mode 100644 +index 4044cb70b8aa7b90541c1e90e96fe027c6e9d094..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 286 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn{&x;TbN +zOx=26BPWxiK<mT$Yq<{V7!7xFy*c1=jZ;j=b<KgWD<7IpJ`u=y%%pvRugr3B>*EJI +zT;i?nKR$S1ztXB*AMfp-wd|+QLW$(5K~dI%oR-hcjz#z$oKvi=<j4^6mFG?4+L?Q~ +zc@%Z#7MDNBOmo+4FHGcNOtFaMQYw1!`=410L$~6)UGD;~f92Z2ByMbdcArOR`Q{hP +ae=@x-wv=~$W6cM2CWEJ|pUXO@geCx;A876X + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-left-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-left-insens.png +deleted file mode 100644 +index b038992ccb385956a787974e9c022f60b069bc60..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn)~T^vIs +zrtZDCo6o^Pq~)Q09<S)_)qDP*?qplIp|vG;Zt#EOnU=w)?l&+?i%1$QIQ%P7Bf;gT +z{f#82$xQF~R<ADTzxlOQg@^l<#B;@p)6+zjbnW3PS}PuM<0z~D#S~$|&8h!&f%Y(X +My85}Sb4q9e06VBk>Hq)$ + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-left-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-left-prelight.png +deleted file mode 100644 +index 4c909578e2c597dd1df3964cd7ee760d2832702c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 278 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlx2x;TbN +zOifNZ!0hAWBei7d(*1VT-`+?v1A(w!tDBpf?*IS)`G0(Wf4_EygtA_1Pfw2>4-b!C +z`uTaa&B2CxtrA@yHC+O8l9C?%1gi8sbLPyg<$iN_wVtg!V{mM9`uTSrUS6AkGW(;v +zyt2-Ietv%cLz9^)=E9d6LJjqJ&+HJfum4vwf6JCFEW*N<vm<zz7*1U9Sifkiwmr~! +N44$rjF6*2UngC#bXleie + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-left-small-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-left-small-insens.png +deleted file mode 100644 +index ede33cfc9989194cbc04012153b3eb2ae46b2a35..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 205 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36?u8OIEHY{ +z>^*15)nFjta<P5UR)rP4z2EKU^eRSl_%d~CSe)hizuDlAPdn!<hUzsIwh!7CHvQVD +rkhp%4u6d%4t$X3a12RuvuR4E6Z3)NpoS@=tps5U=u6{1-oD!M<c+f%G + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-left-small-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-left-small-prelight.png +deleted file mode 100644 +index d3957ed8b8c60d60715e6319b308aa8ea86ffa5d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 261 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36*YOfIEHY{ +z?Cn$Jb21cgN#A~Fp{FU!?Gl|?#(%UA<OZ;u<+M0x&)^x{sp7ar$bXjW)CC;M_l5Ht +z>Zb)oO|oHV;FCy>={&*npe^6ylVg$j4W<T*=jYPQp3mub)?j$O*I#Lq;!gQPj1Jjv +yU+&$%;+1C0hgDnS>^}ybx_f3D!!`T$`x$jEsp_427uFAS4TGnvpUXO@geCx+?pe_Q + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-left-small.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-left-small.png +deleted file mode 100644 +index 7353829b8803da11647d6ce7f15e29d1a6183d17..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 259 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36*YLeIEHY{ +z?Csmg%Va3P@;t|jF|vsFh>P9vD<4`X2=DF4JaEG@o`E+)K9I@spx{h_jSttD?Ec_i +zbS^s7mU#zbu$Og$;6y$JW~=A#4y?Rp#hk++IC1q%-L+dQC1eur{Z`%(el=4>Zo&6| +xU55A0yb*G$SpWLhkG|<a^OTAh4xN83f45m>UeJL_DnPd|c)I$ztaD0e0su#$SzQ1C + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-left.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-left.png +deleted file mode 100644 +index 39611565bfcd688d70e65a0d2f42cbb94dcc1ba6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 271 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQouNT^vIs +zrcS+R$i?Ky!+ODfbL;aBGezPKyBRcpkL2d=PgZ1mW*~p?+^MkLiEEY#m}@WNdiYo1 +zM8nKemhwSf{*%fXI^;sGCTHieKe(2Du$f^S!?m<;1smD-e~|feVAU?hf|Xm>d1=nE +z%74Loa&?DJQqSU!IUf7&oUOnAN86xtZ^Lg9<J;{5=NP8deq(D2v`gM(_~Zc4T@0SC +KelF{r5}E*AzGAfi + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-right-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-right-insens.png +deleted file mode 100644 +index fe8403ebe7bcb93402821d5136196b8f3482721c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 215 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmvqT^vIs +zrk=fckjue=q2-~z*Qvl$Cx7psuOzeMM$V?w7w0_taQ=!(%&Lp0R&@O7VvFU{Q{JC! +zb6eZT@`q_b`{qV<3zoDm5gV44wM=qMd&BQwXH&soahu=9$n-!M(0m3@S3j3^P6<r_ +Dp-D)4 + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-right-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-right-prelight.png +deleted file mode 100644 +index f0f24a51eb8b48707e252cc451ac08973029e82b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 265 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs5YT^vIs +zrY0veFa-mFu<&FyHk$^{V?X}>{+`Rm#+IL){8%ogOLC$mki(>-qqF<}|Nr$L-rU@* +zS|KWYsbQhSe6}@Rk`fXUXU?3t^6%f@>ZubaUVMLMrt$4Ut!r1Wil(He-*>%`62oOE +z@;JC-(ToXBY-~$B9zJ*wkeHBgqsv>783-7hwtBOgizT%IUBuw&>gTe~DWM4fS&v%5 + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-right-small-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-right-small-insens.png +deleted file mode 100644 +index 4978a22aa1e6c72dc6e2b2a2dbcff980a6c99802..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 207 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk375R9&IEHY{ +zY(2M-tHD9U<>KKku4%bR8-M)&pK2yyrXkjPe33<Jf*$kq`8^qrC%n^}anW`G=Yu0H +uvhKq7SZ$5Ai8vf<2sPE)dSLa{bUl?gjww0)HMu}@89ZJ6T-G@yGywn*6hV^! + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-right-small-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-right-small-prelight.png +deleted file mode 100644 +index 6ff27290efcf5d2db685c25ce40fadcddcb62d41..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 255 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk371emUIEHY{ +ztnE|eV=@$BeJ-wd@k&yFO0I2E{-NF-3<caGO!uceFr0BsVaGw|scUYjr_Ym!i1K<V +zk$mUOOlE`4%V*wA?zycP#;|s)JI6!rm_6UG-}`;M*Io0e%FDF0^aIzNpUmN(^lg%w +tL;Z}Ps`Jb;4NK-OS$XYO)EV|4jBS?MTzi_ATn4&>!PC{xWt~$(69DIYTBiU2 + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-right-small.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-right-small.png +deleted file mode 100644 +index 8b55af9f9edfc3e529cfd7c8333c59c57d5e48cc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 253 +zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- +z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk36;*k<IEHY{ +ztnJ;%%Va3PQqH?H;iP;Z)4}#>>p7$rvPo5}cqpXAq~*{uO|!9qZ`z3y7yT_ZUt-Fh +z5_B$Yn{+G#!z6vr{yCqo9A;z4T6=!VrRh&hk5y!^t#yju@tf&^oYM}52iw?<t-Y)! +q%wg<kwwXBR?%%)m)3?Y!)v_-w&}w|VNk13p3I<PCKbLh*2~7axq*XQm + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-right.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-right.png +deleted file mode 100644 +index a949bddcea20b453797fc741b16f4eca44f64b7d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 259 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlMCT^vIs +zrnX)@$k}Ab)An%tNv2)RI~u*WEGdy-FJRctsr2HcqK&2ZO7YhCy4!WjS?1|aKcJpg +zcEWPLgv-9>Rr{i{Po6nvD>KboGc`DSFEf9+J>SPQ8xAc#6wf1&d}sA5;S=xb-aeXg +yDa<AB@@d;0hm?ObrwfSr3r>vXczCIqAz$vX&BADjB@cmaVeoYIb6Mw<&;$S{I$SUS + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-up-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-up-insens.png +deleted file mode 100644 +index 179e5d25869ff24836c6c97c790fa1d001abcf9d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 220 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlkLT^vIs +zrtUqnk<Z0}!S&+d6K+neXUqQlFaOB7NO+cJiqXQT?KL~!e=_sU<C&RzfS+}nb!Ep@ +zNm;v>54HTJJ9G-(R}XwAaAEP$CfkYpYc8%_a84xH>C3+(oRZNTws-gK{|&T+!PC{x +JWt~$(69Af`OP~M% + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-up-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-up-prelight.png +deleted file mode 100644 +index fe49071de20c1d7fc910b99db7cf4978422dae84..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnXox;TbN +zOx@eRmW#<zr1gEF*-Vz(Zj%dV?9VD-Wj#3kBO{MAk6ZkaH)5|3yb<mw?cR4#=ei2d +z=@~5kyPyB|+u>5*YnV3q_0bI%qU1YY#7uj-<Ml4J)Wu%{yso-zNqc75u=LumDO0Bg +znKtMOhUVVBm)xVx&|T87P{OIAZo!nIAd#a}XXY!m*!CE*r`_XJ)O!Cn`$uze-mUMo +r%nz8d*Rp;%(fP7rX8Qdf?<<*0FIha^x%^NA(Af;0u6{1-oD!M<V1{-< + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-up-small-insens.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-up-small-insens.png +deleted file mode 100644 +index 5ca118c65dba0de78e14a5de8ea7efb4160e1a29..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 192 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yp3~>Eal| +zF>~%IMZN|D2Iq^@RnO#cu{ZsmU%+*Ff}!h=WtqQ!9&9uI86fuXfX6<U6+13mj;@-! +g)b_Z~>3_Y_A0IO*<t&aD1{%cR>FVdQ&MBb@0Q$B*`2YX_ + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-up-small-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-up-small-prelight.png +deleted file mode 100644 +index 2b45d62248e479280f9711fdedf334e1b10c69e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 241 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yq#h>Eal| +zF|+sFLO~`+k>-c?Ioj<9-Y$`2>s`R^5XkiI%GE-iy6>U~E}V8g$nfgXq@OMcj$dMP +z_$MtpbI0w-=e_Iy9hftd-*fZZhwN9Qu20H4psG|h$#2rTZRYYJUX~2c@BJ2Cu+@yo +g-SfBVe8vjK<-27Y^KY^@0c~dRboFyt=akR{01-x3ivR!s + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-up-small.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-up-small.png +deleted file mode 100644 +index f1acd06ce01d308ee3751d96c6f75c475eeb9a41..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 241 +zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% +z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yq#h>Eal| +zF|+sFM&3gXBFzu)n|o`_c<PtW<l=jfZ$g*gixo2-#L6F$>WH1g<+9?@xohDPVJ`bs +zmDp~Vd+t6{Q~&J~yV`@)>aLE&#;9!R2Z}E*Rp0lvx?OiIYJ0rO%Z%zXXS5yC?llB! +fKHc!ln8Db2uG(QPGnZFDn;AS^{an^LB{Ts5bWT+1 + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/arrow-up.png b/Breeze-gtk/gtk-2.0/Arrows/arrow-up.png +deleted file mode 100644 +index a1a8f66b5fac227a18df38df489e9851c1d00d89..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 289 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsgMx;TbN +zOx=5aBkv&tk(P(|D`iE6oM-52a0q!=9NBHaz{<+1S{-r3%T?-HheTsf!c4X$CyZnt +zohrXC%KuL)`HWimbRHW<@wH!<y#JkdN0ifsDSPP^nFy)mbCG}Aq8H@MdZwtPonR=p +zLZs^b{P~;Kz0Tx#$aZJ%_v+BltBf}~Jzma{z9he9>t+Eb_Ly#o<lnqZ7SGuPHIsXC +d*Zud6o9JTpwC9b`RG>>4JYD@<);T3K0RWH@WW@jg + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/menu-arrow-insens.png b/Breeze-gtk/gtk-2.0/Arrows/menu-arrow-insens.png +deleted file mode 100644 +index fe8403ebe7bcb93402821d5136196b8f3482721c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 215 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmvqT^vIs +zrk=fckjue=q2-~z*Qvl$Cx7psuOzeMM$V?w7w0_taQ=!(%&Lp0R&@O7VvFU{Q{JC! +zb6eZT@`q_b`{qV<3zoDm5gV44wM=qMd&BQwXH&soahu=9$n-!M(0m3@S3j3^P6<r_ +Dp-D)4 + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png b/Breeze-gtk/gtk-2.0/Arrows/menu-arrow-prelight.png +deleted file mode 100644 +index ee6368a5c8a227ae043d303ef61ecb79fadbd763..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 193 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsxqT^vIs +zrY0veG{x_)oB8kG-`$Ok5+DBmuWz)k|2OB~-{0lu1+Fdl_Wb<(`}P0+d{kKyFhOH7 +hdw?P{bD<#zgQ{HSk${;Sqktwcc)I$ztaD0e0suTpLLLAB + +diff --git a/Breeze-gtk/gtk-2.0/Arrows/menu-arrow.png b/Breeze-gtk/gtk-2.0/Arrows/menu-arrow.png +deleted file mode 100644 +index a949bddcea20b453797fc741b16f4eca44f64b7d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 259 +zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhEX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlMCT^vIs +zrnX)@$k}Ab)An%tNv2)RI~u*WEGdy-FJRctsr2HcqK&2ZO7YhCy4!WjS?1|aKcJpg +zcEWPLgv-9>Rr{i{Po6nvD>KboGc`DSFEf9+J>SPQ8xAc#6wf1&d}sA5;S=xb-aeXg +yDa<AB@@d;0hm?ObrwfSr3r>vXczCIqAz$vX&BADjB@cmaVeoYIb6Mw<&;$S{I$SUS + +diff --git a/Breeze-gtk/gtk-2.0/Buttons/button-default.png b/Breeze-gtk/gtk-2.0/Buttons/button-default.png +deleted file mode 100644 +index ef4e1e8d529934e9820e9173ae8dfcf2ef151a7e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 449 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)l+IhM- +zhGaCpz2)n5I6$KH;pN+Rqy;B8l`{WZ(5&<*em7&GeBQxE=IzTau-<4ax#INVisRHt +z60LWZT=fhOsOFgVnP>mShqCp(7c)eB({C0}dp`Z%bl(%F=4}3K(Z#m=;y2&rmrpil +z&a(f@aCi0QV2kIk?tNb`de8j$$tC7<Yrip;_|95({doItuH9@4i!Cgz9RB?+Wn7SZ +zYLn5zL+gBB$N(7(Nx|P|@QP{ZO?)JzNdY1G{LP*Z``*b)Fa98Rjg6bZV68=+q`I)i +zhx?-UlIQpcM47V$uvV{~dwcu$$odafHt}`OPj;>06^quBv9r5#pYep$>1t*NX$KyK +j6}flQRxqS6*wrzzY!A+k`4(ah3~mNbS3j3^P6<r_2lus? + +diff --git a/Breeze-gtk/gtk-2.0/Buttons/button-insensitive.png b/Breeze-gtk/gtk-2.0/Buttons/button-insensitive.png +deleted file mode 100644 +index d79a43fce6ed7236cd3d372c6c1c4ea471f8e8c6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 428 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)lYI?dj +zhGaCpz2)e~<S5ee@Rhl*2ScLcA=@h*;s*B)v2y#b<Yd1fdfh>|jYl|TSN!fzOi8Iq +zE8nwBwb$SKYQx>U^|O+{-&$HT`>yth^`U8%0;|7&G_cbV>sB+1f4P+5^v@h7<JZ;q +z_dknU_3OgD>t_pj6Ec?vmzzuXi+tms!Rm8dx#9qC!_G?0G_hazN)5HR3-s9%Ruw<( +z?DAf+!-WzeY-Z~BOW*stC+<C<W5IAELE!!?XKq%z_-{?WE-202#oHjFe)z|Z>|0-t +z=heSm`eLR<bL#`krDs3C%4ALW|GC_RVFvRIrjEU9ck^%_kUQ|)JX|Zh-t1>JFEC^o +NJYD@<);T3K0RReOu~q;8 + +diff --git a/Breeze-gtk/gtk-2.0/Buttons/button-normal.png b/Breeze-gtk/gtk-2.0/Buttons/button-normal.png +deleted file mode 100644 +index 0233522aea1f0919e94deaf8a0e736249fae2549..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 447 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)l+IYG+ +zhGaCpz2)fT6ew}@<L7nvdp}JSe%Q$7+N_Wf5}2!S%UzlytD04Bfm@%9%Yu*drkHqK +zIZ?e;ZJmR)&7{xLb&C(z|52TLFrhkVk8O`y{Bp%(Tq&9Na;AlCpJyh0^J(C;-kdx2 +z`{zG?{^vu2{Jol+zyEC&NLo5uTzv8MI_?8IrTf*>tIsYw^pEj9?`~_~8vo_$46pQ# +zyx6mSQ~BCn-h2*2D+bf>Z!=8Oy1bX{aG``aH~XwpN9y|s>B|BS&pu;#aB0i08)vyS +zKD=6{xM;d~f#)SQ0o~k`@cDc9T&=9LjH`Kma?+lgdmc^t_V(^s(}u)NJAf`@$YS{7 +hziSpp0>^{L;>k}#{CtiX&IblIgQu&X%Q~loCIDWez-#~j + +diff --git a/Breeze-gtk/gtk-2.0/Buttons/button-prelight.png b/Breeze-gtk/gtk-2.0/Buttons/button-prelight.png +deleted file mode 100644 +index e9200b52910769b8e56b78bd67c683137c8cebf6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 444 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)lT6(%T +zhGaCpy=Cjg94OKHu=u^Ks&RtT3IC^RAwD^*8w=Q{t&Huk-W2GOEO<dHdxN2IpFoO{ +zO7ZhsFW8d!njhL|TkJU+Ui-|_w||q2f28EOFguGA*OJm}_NT^K-z_M$l&N#Qxx8|X +zv&3B)d8M*tFKhotJ$#t<vTBb0ACUtmmTA}9$!WaNQ{mh3LSEtfHxY;P)8x!98s3<x +zVx(cK)37bK>Wo~s$aIgwPD+TJH$D0_myN%<2eNLF$zs^hd}H64OQs?}-gjvwOv}Bn +z?zClt)~nLPUw<bV*H*0duiN)I#ap+1m+-aEzjxo}Y<T)Ucpc*f<_l~BrrYxDLl~wp +c*zIHNcoS45#q?%AFr*ngUHx3vIVCg!00*nBhX4Qo + +diff --git a/Breeze-gtk/gtk-2.0/Buttons/button-pressed.png b/Breeze-gtk/gtk-2.0/Buttons/button-pressed.png +deleted file mode 100644 +index d13cec5dfbb59b1288b4829e2ef03eea21d6a743..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 433 +zcmeAS@N?(olHy`uVBq!ia0vp^;Xtg+!3HEBR!`dvq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NHH)l>Up|2 +zhGaCpz2)e2*g@pj$NEXvXNjF$ru2=+c7g(z+`-<vnoju_w(g#{;Q33&uH0s+LgmbP +z(&2eaZn!Jd*w63{>z{di`pm>hKeI|Fg&jR3yspvklYF+2SZe+E4<<8fBBMl&kH7!8 +z?e(h`!*eAY-ab7Ld+UKYUxrNnm-fTj2`M|`Wj2|7+OBi<T*IN5LV=?^t+^7H?;JA> +z*J}xU&SrG|O&f@svNKVHyAgtXf~DQ(N_&W#H(uG<cxfB=3!~UOESK!eC-`MFesShr +z62SpN=XjT_jZlzPV#?eu08-2I-L%T8D&*|GIz|s!vE2P!Z*EoSn|m+Vc3G|ZPVGM4 +zs>-^VGv~^0aQJk3-#T;o^|zmX{!+#la`OCl770eygtej9c})WtpPF};atqA#4Pyod +OFN3G6pUXO@geCw9;;cIW + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png +deleted file mode 100644 +index 934c894b24c6b19420d15f36325d29f7b64f1ca2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt+2zT^vI! +zdf!gj%XP>=q}4yaZkktjuweV62hmy@wXFBgIf^WKp`=@CxbxuAgU9%M*_PKme)#P1 +zy@x86@vr9^uIJq>+|l5%;o2&#>D{$OHnBN&-mO7K$5@kfX03btb=8@ZmVIK34M9TZ +zEEyNPh?L9aPJWYd(&qF&WzT=7k|k#?ZQPlmc2ni|Zk;8Iy;jX%^ZnNAC<7N2izSoo +zj!6j!GB;d_3ibVd$LjdR`N|*nuH$FO`E)XffpyPj<_!#a`CPy3ckP|)-U;*vgQu&X +J%Q~loCII;4dOZLD + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-checked.png b/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-checked.png +deleted file mode 100644 +index c78ee1c61bd26114b53d6525b69aae8cfe41659f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 344 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)$QT^vI! +zdXsZ(e{OqtW%hp4_jUi$(-fFFHW~igDw3MF&O|&f<;(3)ul$$lX>Vq;7q(0@jQRhe +zf8pm->-S679{D-*-v3|z+Z=g-U>1`P&-*$<17ib&j?D_*Q|A6XTJZR>{UY9%CP~g> +zNsfg=8`%sE9QL&Ho%k*<W{`DbMPiA$PjExU=B*o^q)*w?IqkX!n@>|tPyNQH#z_aa +z_Wze?xgqh-$iTp0LqwO6d3nsw*x&!eD_a)}NFR>hdf$H;Q07l!OIIPtM&kvQvspg0 +dH#R<0W%$Zq7uh)Fa2C*m44$rjF6*2UngABtg+%}W + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png +deleted file mode 100644 +index 7b963e529d2292f7dc4df35876943ac55b2798af..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 282 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt<C%T^vI! +zdf#5L<vQdb;`(s1xxH`86i1z=*4-fin^?=!6}g1Aa348lp1)z^X6c}3Q?~y&6@6Fk +zaNyU?=BN9bT;?2=_?5TWE_C{9ThrCIS|51pga|)2xtVv{bkb%~X9mTJqH}y1OCx@s +zKi|1AfqPrR=R~D*A;E?VJOu@rKNz;v&AHb;XYB`>qj84|*n+;^&RW3g)vwEVUO(rd +WaVJNd;0&M>89ZJ6T-G@yGywppMrRuU + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-unchecked.png b/Breeze-gtk/gtk-2.0/Check-Radio/checkbox-unchecked.png +deleted file mode 100644 +index be87d8410f3911d7f8fec34a31182e37701fab71..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 296 +zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)SET^vI! +zdf#4A<U8ab((-Ws-SER|OV_m}2(Yv&A1pBPP}s{P?xYyN!NTNnP(kzUtbM))7I&6y +zQg*MAG`;w<=<dGNS$9`SF)1n8oxYT0H~Zb9!ylJS{&*t7nqy;z)bYJFKdu%T_Jo>B +zFl{JvSbdM7QfAE`_gzO`Y?OPw@tuL-N8iUyjkhd?4CNd)>FDM?EneLCd`8E|ugh;S +lOZ~Ote$v3g7xLgM>n?udiA8BMegGZJ;OXk;vd$@?2>|M3ZmR$Q + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png +deleted file mode 100644 +index 0c62977854b113dbbd9bf87f2df5fd4f992a98e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 281 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt<C$T^vI! +zdf!ey%iH82(7NBSY@xdCjb?AwC=Sz${Z|yS%MK}hF`VZyVMfQ~ipO{F{i&%emZ;3w +zCl$tM9W#khqjT2p>Qm|REVHh(u6R3n#o9{6#f!FWn=6`?kZ85q|G2Z^uCr@?AMO-d +zmd96=&AN7heZ!i#eOlXBR{!4m^1X%7$qP&LYUKZ}SrNss*X6AE0;b#6k+y12xuq+O +Vmi*``aR9oI!PC{xWt~$(69D5gXygC@ + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png +deleted file mode 100644 +index 9d1058f5758c80715d6b160e2000f3f94e39e653..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 265 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*kyE{-7< +zy>G7^<UM2{;BxVO#_k3$53L5LAmP6g+zNKhn0SUUl8KKa`r)*lYnN8u>NdZ*k0Jbl +zLws1mv9f6;uUsaW+}fAC`-_t4Ht!l6odfG{>k1lPRlKPuIC0gTO((PSGc@Z?^S!-b +zzhLRY>gw6ser;ji;3ZWp=qWs5@>}Echs)k<F*2}c*mA*{wJ>$DD$qp?p00i_>zopr +E0FOLi=>Px# + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-checked.png +deleted file mode 100644 +index a488d24f1abf350f98080c77370b7a3d86c5d457..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 292 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&5ZT^vI! +zdf!go$a}~@#N~Z`YP*O5=Qc?ODVKv>k)1vc&3j!8x>b57%l=s@z!&6_)TwuU?!UX2 +zP3QN>_PJ~nOK7$!6<Mj}@R94-Qp>65Wx6&xavqoN;hwbf33IVym;NsHMDxw>XBV%$ +z-{!vjrvO91%7-hj1g%{l`h|Z&{Ds;jX<xEmzJH?gs)zSgdXdwuuTm4Hef$1TLC3Tq +gSI+B}N6cP^l`T5YCUfu10Xmk!)78&qol`;+0FJtA{{R30 + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png +deleted file mode 100644 +index d84c29c48921f47f3ef3c34112721765431c6a89..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 234 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt<`EE{-7< +zy>HJP<ZU+Kak%(?9pmIFegSNW%Y4Fml2j+Wc{nfPz|^W!(hp81mX_Ku3M*b}<lTD9 +zZl_%`=bN7~S5CD?eat8d*8caybZ2jdi}J5%mD=;qg?O*LVKoU{ov+Y%{^06|n`#-| +XEH!>|7jH8MTFKz)>gTe~DWM4fK08tu + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png +deleted file mode 100644 +index dcd54a842eb3e731d39bb750530825b01628f132..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 223 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7< +zy>G8L@-_#EuwG=84&hv|K(tBi&Bww*^@ZF`jn|i~wr4t5#P*f>%>kFS!Z!k<C++N* +zkP^s$Wp$U$%IiP0KV4bKSNfv<!pxMFOrBv2cwfz~&RM_cYQtM@w;YWn^R64#0_|b& +MboFyt=akR{05WMzqyPW_ + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png +deleted file mode 100644 +index 93a4a19963fb5556ef6c01df5d88c59607f024c6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 249 +zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|mSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*MqE{-7< +zy>G8<<ZX5kX-<^h=sKfCVd;YAd7=@VY9|B)!x>H;lrcDN$;!oSqq6EZ`;RB5N*+gb +zFJ%AFuy$_B?5>5*0m1t|t#>V4T+dXMJY!Ff_qn!{+B>`cbO*F3mB??A4^Mb)tk2rm +mn-{0$Y1?pyN$`ft7JJuk>Lv${GVTJpfWgz%&t;ucLK6T96I9p$ + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png +deleted file mode 100644 +index a809929a6d154851fd73b46e1d783f7a84589b38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 743 +zcmV<D0vP>?P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10%S=<K~y-6m6N?s6hRn=pLgaA(aypO&K$YDI|3xqVF4tHQqh@U +z0;POt0PT(cg1tfML<7B*M57dHhlxS=Zg=mHT#$l}Acwp2S{%yP0paZ?Grwn^{4ygn +zm|_&&R%eDldl6ayaI7J+B$6!Tv)RR?89BK49)@{?d5&^fg<0#&;`Vk^1>n-9S|%~> +zmQfjX=%y1l)}GClj$0I?K0he0{|L(uRMj*x1yEJ%mnxHfP+s?=sP~Z3_b|*GH6Iii +zZu2tlOQlkiN@_xdVW4yG>^D)J6HR7vxm@i>P`N4SD@)Sjd0rp@epvpX@VYJA`poy& +znlbSkgli3zgk|E?V4;w%`av`$$ep~`dPC~P%F}!{(-j241xM=3iI4*@<KpX{=f%aa +z@)a?Uj4F2pUWkZONllyy0Z_V}*f9}FP-am#WKii5HH-Bk895WOuQdXYNb(k?&ww=V +z?r#08?@9YPK%D?4j#m+BF#y(DIX%>9)a_^08PKY=7t{4UT{#D71>ld!RiJ7>mJ;J` +z1BmF$a~RD5SWOKmd^94-yipldRV$jzAS|EB5SHWG?-^CKh~5KPF!^kD(V?5gVD)}3 +zm#Yz{22X|UJ;;uZj@?pNnFKc4yv#cT;KYp~`os@c`wNA1HQw3o2Au{zgKU9pDSQH* +zj(4`Z3x#yG7>2hL9$S*}Ll^l`)awW3bw7xvRMno?jH)dL<%fPy{&nor{+pFB%%#-K +zC|p6AO(c1%wOR#0nwm0JQv>x**svtyp63M(LI3T-)qd0s0lgsUJ(o3LNs;+BFZ1qb +Z<}XC|C<O2uGQt1=002ovPDHLkV1g6dN-6*V + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked-prelight.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked-prelight.png +deleted file mode 100644 +index ae80b402207d7564754c089b72a4f1f576c61833..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 617 +zcmV-v0+#)WP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10p>|WK~y-6m6Xj+Q&AL!_rABK1Ihy!#F03GL?6JCNWn+I0b`?v +zTB6URGacwFND4}#%rN}DfWb0vC%1d8yBv6En$lw3$sU|@@A>vR`{%e#u!z`n_bo{c +zcfV_9Ch3>EA4>XMtycFYog12@2LQg3JR!MT6vc|9c}ep{QLK>MC3y<qK+^I=NJOjw +z=#qRTDZ3?DPI3o8HzFF7lyoEFNm|!PwgDUg=qEoS`C3vf1zrbmCF%YUl&<qKK^95= +z1fWSy@>tTMnHk9zfc;@&NuEf`l9H*AF<32K^DH8onY%wTvv=-ZmSy=u(!*OT@>lhv +zvMiswJI(C9yKiNZ9%os$mwwp(7i0vsozn6}(wYP4<#~R`-TMG~W>%k()vr`43z8N{ +z{=P1=&#Gj^%8|2WCh5}5meS_Me}FE`%m#zOJxQ0DyC0TixoKwR?jL5Qxcf&lvr47% +z)ZM>XL~M{em6WIQAJ16+IZ1g$oJYjEnVA7NAh}~UY{;pwv4(5|=nQ2_T23R<OzXMS +zwLbv#l7A=Jk~C*#77-gaMkIY`q@is|%BSTfb#oiQ)s3MYQ?^g?jO3f5C{`uaCDn_f +zSS9&3BF+JH#+6L$pNMFVJZwuT$o0easamae#?Sl#qBA*OW5P0w00000NkvXXu0mjf +D7UB|s + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-checked.png +deleted file mode 100644 +index 0072988b5423a240c640991e88b6ffbe32b34e00..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 805 +zcmV+=1KRwFP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10-{MoK~y-6jgwDoR8<tlf8V{2AfeKjlxYcQSXdX8#ICF+GeeX@ +z0%?M2?K8op7D%vhPgoEWm&T=vb|)G}+qzK}G)Oxn#a$ulhAvPtVg7U$+98=TZ|-q1 +zPf}^6{gS)5Ip_S&ckew{Y@)+6m7@X0U^$Ef04BRHR5YV-bF6pn$r`QSWM^tGiSQ-x +zoMcn&w$1H+R`&oNuG&HGH5^Ru3#%)*iG{Z_cQ=6Y)78Amt{^@t-p+i%MTO1Wju*^V +zqS{%*E;y%n{;f>$F(`F1?<|~}AKUly@t^MQTy1urk=ZHWP|Elfbh&HSUze_)=wHjv +zl-~^Ko5(AB<78%80J)jUJn(ICwD<GZ3oHAhsQn}G%4UuPORdC@EXF;h+-&s&jIrWq +z<_&c&mQRXzGK0roUEa}X?)l~aAnRefpZWW>uEvW=IjY`9_MvN=-ZAtQ7Zp~U-DkFf +z02mB5*19LYi`533Qc&z9%gVLqI-Ts@tsswGStr-SwIItoV84Il|4icp+XY$r2rcjb +z5IW!hT05numu;#5knC^*f&)s<lIPRl@7tv)&E3^(y#OjXP*J9%9l!c|yC9P;10?8} +zVGGJmSB4Rv?n^R*jjrYBVRO$dgTXD_EY*{hp#cWk<*0f`*rdBT);lMxUWsaFub${% +zYbAa}u=F%YEAb=0#V<d45Y^5Zsw|B5U3UNqZo;q&x!LlO#ki+bPgaJICIz>EM!FV} +zChN({&|=(E%1&2?!OlmX(`kc_4*yWig<u7wkNaACKkE$JMvWKDKZt7Qz|MQ8@&A0< +zf0h5f+Ha0aV0*!)JX|Aj_W+2(!2}%>yl1Eqc~0LrnOR<U<c-SBmX9bXHYo>|j)v~b +jtcdK&!f4<1Cu{xznj{)6ldM&P00000NkvXXu0mjf5axX6 + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png +deleted file mode 100644 +index 1146a35829efe3590bbcf71d24dd813b24427145..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 579 +zcmV-J0=)f+P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l-N_K~y-6os(Z`lTi@G&&&-31s{Cy$yNgS4B{G0LDO^zaRL2< +z(&7Tdm8e-jyM>neCp!?ax#@TB{bDJp4?ZbEYQKAYXbeqEYLfFdGn^l17)CHb9q;Rm +z+JLYMU}?}k0i`99?^Vj>gK>{sEsmV4DD(}0+XR{>>cOvD#S8#${^*x-jjIaTh~)Pu +zar0rhd^{<|iglsacHucmos<*+NE++2ZR<kMdS4wG9ywRBF7(=I_IMg#T<tV_VqG{( +z(=-`2tqUL8E<BqRGW2=B)A8Zm-<9gtg-_S5GfgCob>Xvh-I|hkD#Tk6iSvR)BnQxh +z#D)U$NT~mub5`Zd_d%>EAa~Ete|}vQq!$-mK$a8$j4|>*!!%ub85Q8EF*lYM1^pJe +z2jWygY2_O03n!Ao8U-I!B;QrY21zq7<kG`+Q1$=-?KHf%KHHub)Jek&>%t)bC;&u> +zn;>6V*R9PAac-4@mxlS)$iRAE9X#UBb!(C|gCu8HpLXQzU!1#N5PePJ4uEFPe4qV( +z1^`klmW&kE0Imc0W|(g!Ns>+k4b!=94H6rOs6u3U5ak4l7NhJwNJ@v}o<9>+?Wpch +RSvLRx002ovPDHLkV1kdc@tptw + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png +deleted file mode 100644 +index d6a5f2501746b73ffed3f46f66f564768a7912cf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 499 +zcmV<P0Sx|$P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dPq~K~y-6os>;ZTR{+nyKTP}&J99VA&cNEI8rdq5y%x1fk4T5 +z$N`cwM23VL@S|iOA+u*SuBumT-b2I~3%iyx>aV*-U6Zju0LGcQXM32LFC!vs|I5rX +z+drzR`njm?Ubf$m{3YpJ(ord8+xCX-jZ(_Cq$5ceBu{N`ErbAgM{+9Zv+d53W?f19 +zB&Ps|izb-@c)xVy{~Pa+ys`cI{;;w0>A8?rk`73owB)g*^JR9PQe*QHz^Id%A0y&8 +zGwW4BnW>2QmYI72;IHkst3q0pQU(D21j$?5{dGaMUy!_Q-zC=tHMMoe_H{&Tu1lHC +zX0L2tcQW&=uIur-pkA-{Av1pmfL%!!w!5oBY<B@%0oaL%2$H9g_E!Z-IwU!HNZx89 +zGI}lq!0w}nG#A4rv<J&<Hrsqi^5#)!=O#OmbSddeDP>^0Z@XVg8A$pH;ELpAev*az +p17P&vW7}++v>)5|s;VaQHFw94L=lEhz5xIL002ovPDHLkV1iMX*ggON + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked.png b/Breeze-gtk/gtk-2.0/Check-Radio/menu-option-unchecked.png +deleted file mode 100644 +index 123cbafe87dab71d49e32d83719936f7bceee5bb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6os-Q@Q&AK~*LQA<F^(WGXe@?_yh3YjX|OGC;5Bi| +zPe^zJ!a$8a0}*6u!hHlOHSI;D&maSopM*gtCPu~FvmHQ<K+(b)o}6!GpMCZgJ*aQ( +z)P#kYN?_Tu<9#4Dh^nOr^@|yu6U6Ot$yUJz&9vs^>c76-+5<@6`8npzSB1?0oy2Q) +zs+|9HNwnGgFoARH7%$>d{`E7-_o_CEqF^YKofld%xv*Ny#eYQgxIHd>)1;@>V*Y(E +z!9_Nk?MFEO)&*9aEEIMffMlzP=lx0mD&<@Q*-J~b3gGHnJ2kMu_+fsfUrCqF(ZRA| +zBaPN}#W}MlGTvO(lYbG0VItF-7ojs$^rlPS*)IzGhR}oqyBj3mzuZ)mHv0@@9Y8vr +z)_?9_$=6g$fOnw7A3imDQ_<}txd$9NWHF+4Q&HmGlu*l=u`X;TilX4Uk|>G-!L)fr +z?rZ@&Lz(RSbw$IO(FNeRQqDEpX?dCzT57bmEB#99@yDvcq6=&e{#x4lR=Xtg5wcgE +zql4uz43n##Gn^S+FjzFX$LE%|%e&^z{gks6!$xFUQ{Xo^IoShXU|{UDu}lNUF0i@D +zLSeU??KwY<)^^2<P^biSM`PcxSUy;<lyi-Xncric#ToMIQFQ<S002ovPDHLkV1n11 +B7Q6re + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/option-checked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/option-checked-insensitive.png +deleted file mode 100644 +index a56a049d2a50a14b00f8fdf08015c0ae55bfacde..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 809 +zcmV+^1J?YBP)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;WksK~y-6jg-HSRYerXKXdNfA9I)cc46r@D5$aDf|7`a&|qa^ +zLbrk5O|0m&u(MJB0Zc3m8fc-gBA|p&P|zwr_VHeP73_QLo%>_%jKzJ6`;wPszuhF~ +zeCB)R%sGlB8jeQSoC{aFt~=v{PXI(o6Gi%|*8F^GW8?c}dFtR{Jegdyw*H-<Rx^{3 +z#xWuh0N!`hZA)bvf(pBF9DVuz#>O8@VZ-6SU)62>W1br^S-R}vx3acouPj3#eEso< +zXMS3MjVF_f<z98CD2_=IYeEQARZZ12IOhP+T9YLSS(c)dqG=tw(^=S?zWRJ~bMrQU +z2C!B0Tb>(9VvYBn*Sj-Z*DbhdTSwbEY+bW9C`e+>vD_%7xB;vKtqez_Yk1a7mJ&i( +z3OXp~I$lp_gb*+$Ln$d9Jbd&mfVj?IHCX~cRn>=r4g#yH2Eb$~C)Q7126E|~Kb^#J +z538GZg7#&bJ~l}-qSSjpApv5Eq`&b9uJ+ZrJ~onw05M?X$k~TV1we~})^{EN9Yse@ +zk8~f~`3|K*3m{PxJ*!;{K$a#)hMA;~Z5oI7eg|-(wYpx}{xP#GMeBFF(>fxXPl>H- +z#-q_Kz$$=$p6|ReX|`re+JD;V4Cj_NL+gmOL4k;1ZAEGA^rH_>p9Nk@U%z}&TI-wE +zAtD@K9Z;;~=vbqaLMergHN{HK@znt$LesXqDQ)=k-ra4$0_EF5|NGgCZ2~{!CKF?_ +zL(8<b;!SD8&Wq>YUHI($FTf7aF07!(Po7*VR*GLyGB8<6l4v6NziUm?&t~v``q#a? +z+gn>(_kr=;+2TH%D|ztn(Kjd7PhJ*Lr$QhBP>RO;FdUCw-u(2FbJu|qm;mj5;xgF2 +na-aYV^X&q-xr^BxwxIt2nldfxaBIwX00000NkvXXu0mjfNpNz@ + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/option-checked.png b/Breeze-gtk/gtk-2.0/Check-Radio/option-checked.png +deleted file mode 100644 +index 435f1612c7cb104a11ea5fa71162bf8bd1710f52..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 881 +zcmV-%1CIQOP)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10`5sfK~y-6jg(DnR8<tmfA73`Go4{-r!6@4O~BHXA2EdlgOC{5 +zFoodCgjm@a*i&_3XkySrq6q~euyldO1%lBH30jzvfFCj4l-8J-U?@ZFj2&A#BmJ2A +z?!0?lyw}=>Vc@@cc{k_$&Uxqj@3W|*6T>q{i&b-|xTrUmJ)!`uF+4YJk9WlRynp-p +zfqHq?>X&n)mF&p0_jOHME!m9F-72Kx0zj#%87ph97Br5Sf3~FT1Mj@to~sKR7%m_A +zaax^ub8|#`TpL+a=6`7eg9V?j^2+RJ@!x&_Rrl-~*tyY4HaF>g|K5v^ywoZvZ5S+Q +zekl3m=QRMGNnuyorY9pfV)1KPGw_>dUWwg*?O67O?^a-M4NaH#cG#)C8Jqk68a^8H +zxI1s^cGi`&IMyAdJ!Wxb(r2ik=Dz4jw*yK}49^_(eNtK1M(M^Nfbn_5@i7mj4f`@S +z3Tf`YeCtC1DOAnjY&fIAf^G;}4ZK#=hy{CGVIh(31rqYtqVC+%7EJqQ$$u<pSvSJi +zt!=`TvNr+EQmI+ahNfWs6ASu@VfVttY-kcH9u5$g=<y%+uq1pMz``;>L{br>W|o2~ +zo7Tyrav##hWDq;Eq-k-C0uVPLcSp+sY<JpzV%T!*$gCzEt4#nk>4;nBuNE}gKu<>K +zN<PB+tJIaW$hv|ykSl7MW+%P{s?xuG{eUB;GFb3&Brs$n;Ie5Q2}~Qc^n+6ecAN+1 +zA^^`fTd!Zt*M>6dEa`3)PHu~Gt*E(C@>jO@Y*N^rw#mA|bsC-3T*@nx8Nc2KRDs2n +z7C!lTs_&PweELRbMD}GGU-T=JK9};!JhyP?`03uAUjh?=T9fi|?)Lsabjt;WJhjIa +zwzdgRhaUWUNi#C5$rUw@r60t8zux!R+XsIFieYEes~_#ZeCvaSM7np%vo}^$@N-N# +zc+W)rKV#*4--I(-1WJHfPHeQg1ken`fk=2(3%i&LVQcgsnW;0SmY<GT00000NkvXX +Hu0mjfVZNNx + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/Breeze-gtk/gtk-2.0/Check-Radio/option-unchecked-insensitive.png +deleted file mode 100644 +index fd9119694d7208af03ab90a2bac503707925ba8a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 664 +zcmV;J0%!e+P)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10u@O_K~y-6os_$4R6!JnznS~kJIk(0+-`{`DE28V#Rrl`D?vyX +zv^QXtP76C5^&f~}Au6%e!YV-xA%#U+HS4}`tB}{7d+*#kW06gCVKK>m-N4Lu&Ve&O +z!4O)V&U~J`dxb3~t+gS5lrr<A|I_z*IbN?n9rjNAd+7Fh(^{wRK%9=EkWvsJJr4j| +z6r{$GBpD936$IYh^Y!|tp|V!z_k%P`pO=-ADk=>te27j`_Ttz%=N?|VF!^FY*6sDC +z<2d<PtyE+f`2Q6hkeQsVogKHgwRwALYU%@kzh5bPTUP4WB7iXPsg#uvf;Yffz{pmo +zGmqoUQKJn*MG->C>dNZcV*r^K_P#2GCl>t`mKdwmW`MFR3Of-7!N{^O@R35C1FF(N +zAU!#<%#$7t0zi#!89+F|mja9}?8utJ76_aHke>85(%g(J%S?`Swh83Y_r*ezWFyOT +zn$m4|-UC_y{Ae^cRTQ0g*R)QE6TN+La^f=3mH?hF@5EZ$%;d)wWyY|pwfnNXGzVxP +zKK$t4H-60l&&n#2DvFNmXjg03Y&4$Sym9Rn&;-mt1btgyzg4YNUnArx6_p4BA5ZQ_ +zP+<!)lcUoVXYKaa<)yjV+1bxPx8K=dp7jY=R@WYl)oL?Rh;avD|6*pHYjxZ0#p_qE +yEC4ak0}fYVnCyTuPz4nIbOG{y7dw5~0Dk}tLfXU`eTpLh0000<MNUMnLSTXh(IjjD + +diff --git a/Breeze-gtk/gtk-2.0/Check-Radio/option-unchecked.png b/Breeze-gtk/gtk-2.0/Check-Radio/option-unchecked.png +deleted file mode 100644 +index 6b90b5dc228ac62f283fbbe8202964c12c2b03d9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 721 +zcmV;?0xtcDP)<h;3K|Lk000e1NJLTq000vJ000vR1^@s6a!@wR00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!~RpK~y-6os`W>R8bVbfA`LNZ=8=ez4@wy4BJEq1`)Xkp`ApD +z3n6e@8zD$&<*pX(+Eo95L5rxUZ6V?&DhLKl!w(V^G%}s{=6gowy_vZ!oWy}qbbh;g +z;r#A7mvfGw4GT*vlU3KfTdjH*yqaeK=$h{O{l=Q#&|hBeyY#eOoH%$`UR@i?<@4{9 +z;#53l5ebJdbOQj_b19U{*iH^1$(zB@o&LUyGi_x*7k@p-7W2=$lSvtmM_XSxfKm!O +zlVxistpZ(vhXYsoU$n@USJ#Hpj`OLv=bSV{!9z5y6iXG>H#QXwclgHO;70%nkS!G6 +zcArijTLfT+gLI!s3e5<-0dxSlu(UEsLs{`y^w^^RBw|rOnA0<}j{#)0>fTF4twaCl +zD1;CsVisY`8Uuo|>UzCqIMjh^kBAwfQCH^yQ`YKr-7xfyWrl80tJifPAUn1+QGh@w +zK$Du!=ee%evCQ*aG);N{((l*T3*~ahvV5_OlyU>8NxxxC*-j3n)QLq(DV%H$dwb^t +zuqyz*rRK7UsAVPNu@lMCb_P3>DO?}8dJXt30fJqD(Z6ZCQ7j$5+(N0$)=paem`hCn +zyFg{XS5xzg6P4Y{v$M&BOvIuH(Y}q9QrOPkpgXqxWOU@#D_{fgS|UDw{eD~1wbu#} +zNyIE7X6p*d7t1)=94J+opG!^LA0Ph${Ap&^c8ZMYnb}8S%NkP+)#KIb&E@EGg%q34 +zcKZFu@XaZp0&D~OeRb4G1_2WY09x~|*36>Vl(p~=3*YO?Gio}T00000NkvXXu0mjf +DSW`nX + +diff --git a/Breeze-gtk/gtk-2.0/Entry/entry-border-active-bg.png b/Breeze-gtk/gtk-2.0/Entry/entry-border-active-bg.png +deleted file mode 100644 +index f771b4bcb9aa36c3c59d87a1d2f469180c034961..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 364 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xEjx>Eak- +z(ff9at>0k>k(TuPx1?K@iVpj0vD|4;cDNP8z_somXG8Rb1H21bq+6tSEZ!JfVeV>n +z^XxwNgZ(;6OQwkYyY<s#R#r&%+yrhTh7O$yjo_-4Lg$;GFc=tV`F%5uotH6pa#PmY +z$-j%vzMuE#>&uJ{)+!7Rk0rO~=T+`de)h^jdCRqvUv_eSRXUl!>S)w5|I&=L!b}Xi +zAN|?A^7Orc!*#wlef}>HuihyBzcqqK!)%`Up<C)AZb#)mzG?V!_RQK{MQ?@QrG0*y +z;v?B`{(YxTg-&qQT8o<p*ciB+AJ+K%dbFZA=yuK@hSX&>t+lTYgaSRy;OXk;vd$@? +F2>_?Ql_>xK + +diff --git a/Breeze-gtk/gtk-2.0/Entry/entry-border-bg.png b/Breeze-gtk/gtk-2.0/Entry/entry-border-bg.png +deleted file mode 100644 +index d3b1b1ef39983bd3a25bae59935668ebd8f7be0c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 332 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xCM`>Eak- +z(fjtw?!3bWJgpDsZ_>K?)>>rcM3#(u|09DA6zFqoQjb(R8E}M;?aqQ&o3am)KLwwZ +zJSo|yVVuNRbZ(D)pOn*tpkublEytH#Ec>c+O#&#F@%`sg{%f!DcAMR^WC)VFQC@q} +z^7OLUPR1Q^&2P-?ISy1Ge_fXA<nx%dAxPxC?Ec_t_kDL$nu<3aVAcB&?~vRwrOp2E +z47Qxmmn`#VxqXj~e^=<koF5yX^`1pyxBBxl#~-dRT((j&Cp7b|?c39_o@al4l-AXV +VDSNzAB@O5)22WQ%mvv4FO#o>mgew35 + +diff --git a/Breeze-gtk/gtk-2.0/Entry/entry-border-disabled-bg.png b/Breeze-gtk/gtk-2.0/Entry/entry-border-disabled-bg.png +deleted file mode 100644 +index 3a3adb94492566b6f70d820a9f9e5dfd8171d900..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 291 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xDYI>Eak- +z(fjtwX}%@{0k?;jI~(JKd}{uuhp1@g^7_Rph?nccet18t=JHd+{(q5{8@L_TPMu-2 +zQzS%`LGa*K-FuNehQ>Xb#(UNCuJZ{pI)q9lrTBC{uw|Oyy^uT6^>lwM$C5v@?w|fD +z_jY60-3JrrerQqu!>yr|?e#4<^vDUe*xN=&el$;C5^<a1zDH%cWbm_l{Lzv<4|1Bz +e`51~#s^#4_dY;|;%jYZ5tqh*7elF{r5}E)bxoMyP + +diff --git a/Breeze-gtk/gtk-2.0/Expanders/minus.png b/Breeze-gtk/gtk-2.0/Expanders/minus.png +deleted file mode 100644 +index b9094913a3d1e89facad6d2d121bda2dc86f74d2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 156 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&AVr=ojv*Qo +rlM^Hw8w9<~1y=5B>~!OkjALMM_{YeSao?i|sEEPS)z4*}Q$iB}c;6?^ + +diff --git a/Breeze-gtk/gtk-2.0/Expanders/plus.png b/Breeze-gtk/gtk-2.0/Expanders/plus.png +deleted file mode 100644 +index ea9c31a31e730c07770c65ba67073cbb56964b53..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 172 +zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kmSQK*5Dp-y;YjHK@;M7UB8!3Q +zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-CKE{-7@ +z6O$7b2xT-R@f>hj<+<hh0gk289U=D}Ht|~c9!h<!z@s{ekwNP-v%n9nEq{TU7(8A5 +KT-G@yGywp)t1#^V + +diff --git a/Breeze-gtk/gtk-2.0/Handles/handle-h.png b/Breeze-gtk/gtk-2.0/Handles/handle-h.png +deleted file mode 100644 +index c3dc28c1c121c1a96a7a1bd93c05de54375dde29..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD<=PZ!4! +tj+x0d{~tcCXOm)5i;_Bb;J^U}hTBV+FR%J<G83qV!PC{xWt~$(6956bDgFQe + +diff --git a/Breeze-gtk/gtk-2.0/Handles/handle-v.png b/Breeze-gtk/gtk-2.0/Handles/handle-v.png +deleted file mode 100644 +index f51ab89012e57018744399108af5d29992e13a73..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 154 +zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dzd%8G= +qaLi1u`Ty{7JsS|Hv1v%i@h~{~Gyk`+*Qo+3VeoYIb6Mw<&;$T~;wJe3 + +diff --git a/Breeze-gtk/gtk-2.0/Lines/line-h.png b/Breeze-gtk/gtk-2.0/Lines/line-h.png +deleted file mode 100644 +index 5c9348cf5b1a822c591fea9408d723579a08072d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 157 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX7ba4!k +un3|j*;nq<2{^8^Qoq;D@)^swj5MY>N%p9=c^)oe~Dh5wiKbLh*2~7YmYAj&@ + +diff --git a/Breeze-gtk/gtk-2.0/Lines/line-v.png b/Breeze-gtk/gtk-2.0/Lines/line-v.png +deleted file mode 100644 +index f1442d875097a18396ead74df82b6037834e45f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 162 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFXCba4!k +zn3{a2`p1uYHj@WA*(W>nj<x7DaQA2}>2qR8EMO6d-!o$ZP$`3_tDnm{r-UW|AIvTF + +diff --git a/Breeze-gtk/gtk-2.0/Lines/menu-line-h.png b/Breeze-gtk/gtk-2.0/Lines/menu-line-h.png +deleted file mode 100644 +index 1a4c6f55a0345149775464d8ed2631b4d15dab4d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4!k +sn3{a2`p1uYHYEmO!!9?`Ab&*$_d@2V_0f0V1Jy8iy85}Sb4q9e0F+-TBLDyZ + +diff --git a/Breeze-gtk/gtk-2.0/Menubar/menu-frame.png b/Breeze-gtk/gtk-2.0/Menubar/menu-frame.png +deleted file mode 100644 +index 47a26c9488355b325f170618f81185d7e37440c7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 181 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xB}{ba4!k +zn3`Pk|Ka2R#naatK45m+6~&|TTrWP^;L_DYt3TX%n$6==5vtHQapi=GHyGF%Ov8k= +U4(iNr2I^+;boFyt=akR{0C=A`Bme*a + +diff --git a/Breeze-gtk/gtk-2.0/Menubar/menubar-button.png b/Breeze-gtk/gtk-2.0/Menubar/menubar-button.png +deleted file mode 100644 +index ff35cdb3baba38c8436ec7dc673db4ec15c1f42c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 209 +zcmeAS@N?(olHy`uVBq!ia0vp^20$#$!3HF)GI@%C6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=hPZ!6K +zh}O5~19=Z9h#bAZt+p&pO`wbOiVtgrg#20WDv>Rog}R>ie&$*|={KEs?PW(a-vyZk +smJY=Y<`!&SExU&wvPM+XviZ>^jC`^saH$I-to6p00i_>zopr0MIl)&j0`b + +diff --git a/Breeze-gtk/gtk-2.0/Others/null.png b/Breeze-gtk/gtk-2.0/Others/null.png +deleted file mode 100644 +index 7605242317ec3b46d3fdd30ef9b59344dcf2ae71..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 157 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqC%T^vI^ +rI^P~NWCZdKE%@sHHlJ+)koka@Pmh7oU0ovw$YJnw^>bP0l+XkKm^LSF + +diff --git a/Breeze-gtk/gtk-2.0/Others/tree-header.png b/Breeze-gtk/gtk-2.0/Others/tree-header.png +deleted file mode 100644 +index f3e2eea12ecfdc05dd05c47aad0b352cad5f79ad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 177 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs}yT^vI^ +zI^Ui(WMoj_U@%xxA8ybX^5OAKt~Vj~#kq@=MZ1qCZH&+n15zL7Gj57!;kKC4;0)Bs +N;OXk;vd$@?2>^;bG9dr} + +diff --git a/Breeze-gtk/gtk-2.0/ProgressBar/bar.png b/Breeze-gtk/gtk-2.0/ProgressBar/bar.png +deleted file mode 100644 +index db6c982061e7a4d8b3e8eae5e3987c7437162231..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 283 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFu}>Eak7 +zF}3%cBHtkg0k?<SFS|O;nsAS?bBzj1{J}s2TgHbvEiAnmO_>(XwnCFGy}IkTVG+|b +zyT7Ub3>j8mPJVbqw!zfkX>fl~rFLp;N-yUNwk0*|zji(m();Vgu(GgDKT&U1V=qr# +zm+53d4hF_wg6~u{uG%ks;ksw4P=@lm%+gJhcb$-$?~(U_r-b=}W|hwsz4f<${^k9u +WuebNPb89NljSQZyelF{r5}E+p>1BKX + +diff --git a/Breeze-gtk/gtk-2.0/ProgressBar/trough.png b/Breeze-gtk/gtk-2.0/ProgressBar/trough.png +deleted file mode 100644 +index 3b375406e7ad2ce7026603bab40f267bf0f3695d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 278 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFv9>Eak7 +zF}3%cqEJ(SgzLlN`ptZ&6{I*tB+63~S^2Uz&fw*FyOV9#RmqlLa_1K`E_iVA{+Yc@ +z8FRf4yR2OybmLPVi|M5Gr)=I|v6}98Fi${u-?F$*Gg~`<nKN~G_ROAK`|O(4jW?Hr +ztba2zCLGwY>d0k>vsyhdzMn)_#5?eRwu+kheC`wD2TVN1MhxlPx5Qn`>KQK;>)UM# +S{c{cIJO)o!KbLh*2~7YFa%Lj{ + +diff --git a/Breeze-gtk/gtk-2.0/Range/slider-horiz-prelight.png b/Breeze-gtk/gtk-2.0/Range/slider-horiz-prelight.png +deleted file mode 100644 +index 6b746b96db5d3acbf2a1f441f67c38f1e0ceffd4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 659 +zcmV;E0&M+>P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10uV_=K~y-6os_?C5@8s}zwg6=P-8d{tQ-zSCu3A-Qk`^?Gj%ln +zo|M&S9jf>zv^6FTiKFdWiJLLnkj9}CZ6sh^tt1vK1-YAm9Cyz-P_!Z;l+X4K-_Mih +z$@9DdeVEVIlI5oTpxoeyX21mizC$n+k7Fz3!SeHqfrZ|T*#Ai7bv0Kt(k2V98YZ0g +z5ym|P0H`z>1&y&<VmKYpqh7l8Wa?<<KhZ)~d$e9{FW!wvbX9SH{weVnwt<f&3oAvF +zFO5r&pH2B+{Sl?|x|-QGK0H0+q_aNiZ|LER#(43y&G9g)Gn0We0)Wr8_M3YVX=n)m +zobwUxL?p`B@fHARK3hv#7Gza%3@zz09d^L5Y<X^@I!mRdolpnNWDq2PxI)-ziUj>^ +z@I=%<f@P1GpHOO8r${%2Gw2?EHoXMh1idYs1OWEPnod^O0LhZwuC;h%QLV-Bx?qqp +zM&I+==%QSmp&X`f6!M6r)e?h8=#On6Q)Vb`dr1Jm{miZw4@vU169?O+cRwtAs#yB+ +zm0)L;PahH2SBfSV4$xx0&PW$cj{3z7VE@r>)*r4{%+&1(iKfGYkM{kxg>=#6%g1|; +zw#(w?uXsV{w84<$3L)kv9NXKm-4-KPXJpC@mn5{94>xBf18d!E-@0=f)!Ch<NR%3U +tQg3%YHrWXyJVsj~kNrA%A^5U4^BZQ%(m^2`_j>>U002ovPDHLkV1o3hBZ>e3 + +diff --git a/Breeze-gtk/gtk-2.0/Range/slider-horiz.png b/Breeze-gtk/gtk-2.0/Range/slider-horiz.png +deleted file mode 100644 +index d71ebcdbd3bb4eb61130e6506c2769470d534649..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 660 +zcmV;F0&D$=P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10uf0>K~y-6ozzWh6G0ru@!w9evw7O>WRnyN3RTgR#1;h)z5(+B +zM7^84ITiXI1i_0(>$%0d2Pxh>2|`1X(qgQ%g~0A+HxFC0vk&9Jwlt|NX}*VnIs8Av +z%wZ(_r|ss>n#cJo&+~8lflmQIj>}w8Xj`H3$Cc93o5>mJ{HC?nt~kBkrVyCR=?q#X +z4JuOr0QWiiLl>syK#EC@noPZ1F5Ulf0jf84U)zJ;yM;o5<Z{{Z6V4@sfZ4UtG0cc* +zthQ3R_x=oO?X@e0Wqn?}b(5&+)Fs4tgW)mu4-TW8u2ss#;uZk_yWihfm@iC?0DziF +z;l_NP42FL`0RY)<?yMmaET?CuMo!D?S%hK4>W$Va@jPD5XW6B1a#fNfA+Ixxf}lz~ +z?k}pD^bE|uG&K!x#P5<I3}s5?nIS4u1YszXnT3<Y$wK0>n9sRCGvxamaXH3`qR7Ac +zt~)c-8@NbN<tI@nT{kTULWpZ4LI_y414WkCB>?#L{fC{;GFHgx*MbbQi>~81PaZ$Y +z5&%dglFvGZ84ZThU$H-Q(J{<ORa4IafB?Y52TNa>#%lYAN0DK5ue_!Z0*2Ye?}MX= +z&9Pd!Slj|8zL9!!_o;jAZibOyd7VL1$G?%@z=dTyAcWXjCi&tNxd5Gkjn?WY2&$gP +u?*u_e0U#caaYdo+M4WzDE*IZU&in=9{@(XNy%LfD0000<MNUMnLSTZbB`Pie + +diff --git a/Breeze-gtk/gtk-2.0/Range/slider-vert-prelight.png b/Breeze-gtk/gtk-2.0/Range/slider-vert-prelight.png +deleted file mode 100644 +index 6b746b96db5d3acbf2a1f441f67c38f1e0ceffd4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 659 +zcmV;E0&M+>P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10uV_=K~y-6os_?C5@8s}zwg6=P-8d{tQ-zSCu3A-Qk`^?Gj%ln +zo|M&S9jf>zv^6FTiKFdWiJLLnkj9}CZ6sh^tt1vK1-YAm9Cyz-P_!Z;l+X4K-_Mih +z$@9DdeVEVIlI5oTpxoeyX21mizC$n+k7Fz3!SeHqfrZ|T*#Ai7bv0Kt(k2V98YZ0g +z5ym|P0H`z>1&y&<VmKYpqh7l8Wa?<<KhZ)~d$e9{FW!wvbX9SH{weVnwt<f&3oAvF +zFO5r&pH2B+{Sl?|x|-QGK0H0+q_aNiZ|LER#(43y&G9g)Gn0We0)Wr8_M3YVX=n)m +zobwUxL?p`B@fHARK3hv#7Gza%3@zz09d^L5Y<X^@I!mRdolpnNWDq2PxI)-ziUj>^ +z@I=%<f@P1GpHOO8r${%2Gw2?EHoXMh1idYs1OWEPnod^O0LhZwuC;h%QLV-Bx?qqp +zM&I+==%QSmp&X`f6!M6r)e?h8=#On6Q)Vb`dr1Jm{miZw4@vU169?O+cRwtAs#yB+ +zm0)L;PahH2SBfSV4$xx0&PW$cj{3z7VE@r>)*r4{%+&1(iKfGYkM{kxg>=#6%g1|; +zw#(w?uXsV{w84<$3L)kv9NXKm-4-KPXJpC@mn5{94>xBf18d!E-@0=f)!Ch<NR%3U +tQg3%YHrWXyJVsj~kNrA%A^5U4^BZQ%(m^2`_j>>U002ovPDHLkV1o3hBZ>e3 + +diff --git a/Breeze-gtk/gtk-2.0/Range/slider-vert.png b/Breeze-gtk/gtk-2.0/Range/slider-vert.png +deleted file mode 100644 +index d71ebcdbd3bb4eb61130e6506c2769470d534649..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 660 +zcmV;F0&D$=P)<h;3K|Lk000e1NJLTq000sI000sQ1^@s6R?d!B00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10uf0>K~y-6ozzWh6G0ru@!w9evw7O>WRnyN3RTgR#1;h)z5(+B +zM7^84ITiXI1i_0(>$%0d2Pxh>2|`1X(qgQ%g~0A+HxFC0vk&9Jwlt|NX}*VnIs8Av +z%wZ(_r|ss>n#cJo&+~8lflmQIj>}w8Xj`H3$Cc93o5>mJ{HC?nt~kBkrVyCR=?q#X +z4JuOr0QWiiLl>syK#EC@noPZ1F5Ulf0jf84U)zJ;yM;o5<Z{{Z6V4@sfZ4UtG0cc* +zthQ3R_x=oO?X@e0Wqn?}b(5&+)Fs4tgW)mu4-TW8u2ss#;uZk_yWihfm@iC?0DziF +z;l_NP42FL`0RY)<?yMmaET?CuMo!D?S%hK4>W$Va@jPD5XW6B1a#fNfA+Ixxf}lz~ +z?k}pD^bE|uG&K!x#P5<I3}s5?nIS4u1YszXnT3<Y$wK0>n9sRCGvxamaXH3`qR7Ac +zt~)c-8@NbN<tI@nT{kTULWpZ4LI_y414WkCB>?#L{fC{;GFHgx*MbbQi>~81PaZ$Y +z5&%dglFvGZ84ZThU$H-Q(J{<ORa4IafB?Y52TNa>#%lYAN0DK5ue_!Z0*2Ye?}MX= +z&9Pd!Slj|8zL9!!_o;jAZibOyd7VL1$G?%@z=dTyAcWXjCi&tNxd5Gkjn?WY2&$gP +u?*u_e0U#caaYdo+M4WzDE*IZU&in=9{@(XNy%LfD0000<MNUMnLSTZbB`Pie + +diff --git a/Breeze-gtk/gtk-2.0/Range/trough-horizontal.png b/Breeze-gtk/gtk-2.0/Range/trough-horizontal.png +deleted file mode 100644 +index 30a6314c1c1746a6fd63b1c18a040f224b355b07..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 267 +zcmeAS@N?(olHy`uVBq!ia0vp^T0kts!3HFCU-`@iQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S#JY5_^ +zJUZW=vle1>6k)wky?a@ki?*&*wsfj!3P+me-u5`5PJhwP7VS_LwNFg%*F0c2xAXs@ +zpi>L_RyND&9z16C#p{Ay!_NticCAW&rJ>6hwck!4hh@#O<=sq6cb2YbcNI{1?aKdM +z;6TpaAAUP`#h#!2FoTIvw_#@K%d>nAcFR6qvwAe=_f~Zq31xxc-tU)zZes9s^>bP0 +Hl+XkKhYw$U + +diff --git a/Breeze-gtk/gtk-2.0/Range/trough-vertical.png b/Breeze-gtk/gtk-2.0/Range/trough-vertical.png +deleted file mode 100644 +index 4fd32a0e2f89b548032b30aa37ecb743af9657f9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 289 +zcmeAS@N?(olHy`uVBq!ia0vp^LO`s=!3HGvJ?EYdq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6ei^K@|x +z@#uVe&6bPFP@wIhxnr2L^08yqZ)(?s*|a7t7OS3eN6}nJy52#0V}Z_=GYg`*jGvx9 +z9^CJ|b58Mou8pqqcpHu{P3D;$8EfzLdmdY;;x@k&PCkalt50e~6Jl>w^A;(6c8bfW +z7G+vyzioZMa^n*U%{)e6;zhoqBVX&D_dJy`S|3`!*?m2~@4nvcg9SYfpFLlSxLfD` +ZXUY>(j8=FRPylo(gQu&X%Q~loCIFVsWmEtF + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png +deleted file mode 100644 +index c3e06d8267b069901f31aff7baa3ed40fa545058..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 294 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SRd%8G= +zNKBpDXUNwSAmDO8Z?!JxcL8h5reh~u7i{>zpmu~QPpPeiyJ2dPz{{<FvlSzh{46U! +z8#&G2@M7DHqcd1Ij2U{wmC6mLU!NGy#Nkl!&hNmyi4xP|%KtgqrF9wpunxMdk@itU +zf?;`Qlg_eFO{`Wo?e;Kb{+HOI_3V@VpPAPt#!F56m&9smHZlBUz#6@NQ$OK@(+=!e +kKmP#l<u#pqxE}C6x@Yz?(rD@-pmP~KUHx3vIVCg!06Q^jcmMzZ + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png +deleted file mode 100644 +index 85efc4d46882942ca431b47f890e4a3d58f8d73e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 248 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S_JzX3_ +zB&POWJjiv(fv4r+`rV?s6(1Mu`~TW=rI?F2|50b=qusmz>z-8MnSAb;p!%DMi?%O# +z(5PNwXwm*dUig^IbbV1n9u3LxH&S8?{2%U|>bxqu&hwf`l;%mPNbT=E{igR8D$O%^ +nt`V2G)_vRG^n=poXFjmz#|uB4B`UoV=l}*!S3j3^P6<r_&*D~K + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png +deleted file mode 100644 +index 7137a8c85db0bee0f60045ae572b2a90101da3b9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 291 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SRc)B=- +zNKBnN!H};hK)~gG-fCUW>kJ<yr1Y649y-K4Lx9`kO7)Bx1)MDvyf3$=>i*dFqxP;} +zTA8}G#ku~v=9^+FjA?##&36)4T(a21$Z=rl>wdL2Gmdnb@O?MRduEkeCb)TPpXr|f +zlkf?x`3yRN^~N(2xGw#hm?_$J>VMNTtAE$K=I2dx7GvF7^E~)_jOMJ_H-u(b|70~$ +gi%JU&V6I_s{%zFqV$(HYpj#O{UHx3vIVCg!08}e!Gynhq + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png +deleted file mode 100644 +index 0ff3255a31ac1d3e1a06cbe272b4e9a886dc27d3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 312 +zcmeAS@N?(olHy`uVBq!ia0vp^JV4CF!3HE7boT!OQY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdb&7< +zNKBnN@hq2PporV`@;pyTZRhs~j`)8UOnId!GBK&|QQ6d)%LAUd)xB#tvzI;i_LCDn +z$EE7l?%f|7UBR}vFnXC>04tYWT~lma(p0@?)(sp97ISo3t~p4a_^8UR#a)`!YcYQ= +zfA!C^(M|?i=h!P>*uL-ZiWWYOReB-+rdXt0xBs)cx-)dgdXrOr$E(*0K4(2Uf71-L +z(>K+aPMmA6-79zBXG)65#Q&`y9m<Ye@twAr_keVXo%u4!rAe!S9$@fv^>bP0l+XkK +DPWyKd + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png +deleted file mode 100644 +index 6da47a3173fd8f189743787ad1dfd96a02c6d45a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 297 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnItba4!k +znA&@0BX3iJi0i}8acfmMt2^fQEHM1n?U4A8LG1{WnV|C{ri7(DN^3Vhi|h!~xbx}B +zY0+J+m79<098zI$c%pVKZRuxj21btlvy3+`86Tc>`q=%GzdQHv*KWM!W!U{sks+#A +zG{x)*3%AG&9=k&!?g|Vd6@3N#tSj9QL>;}AGhybkD69PjIzLlcZib(;KCQ0f_g!`E +mv8J=TOOBeXom0+M!MN{<$zOxySbw0489ZJ6T-G@yGywnylx#o% + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png +deleted file mode 100644 +index 06cc58f0d3fec51f95954aa34ad2f6198fbdef52..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 251 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Toqvx;TbN +zOzpjRn(L4QkK4ob#$CF*3K#DC|J!r*0)rhIdTB@Ws%CEXworNK|M)y-x{TM{4+pqs +zUD_j(*(disLM>KY<;4W0yc_E~HgHd#eJz98sZ}CtNlwz5562XqZ*}D=S`p17C~x^A +q&+*mA9JSuXf98JM&c}T31MAWULbB=$W*Y$Az~JfX=d#Wzp$P!1{8=^t + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png +deleted file mode 100644 +index 99f61172d63619a3c65536e7f91dec18d78b7b1c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 294 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnIwba4!k +znA&^6k*g^|pzUFKTCDfM?2NLWMco=ZGcGbRWiAZ3tIV;-MKe};`^8(CA77ully83c +zu(^TL^v|1bCTwHvyyGT!L9Fn_eFl~XLFVqlWjx0=S$z5aXx0wC#eK8ZUY+|}-Zhvt +zvd3|QN8?Qm;b&I&uFY>h&+<KNLKf2+ky}YVGc(q``#kM$h*G=C2d|gUga1Zp&YE>& +jQ}kV56Mv@lEI*ixk_|iLL+|bfI+wxI)z4*}Q$iB}YcOy@ + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert.png b/Breeze-gtk/gtk-2.0/Scrollbars/slider-scrollbar-vert.png +deleted file mode 100644 +index fa83d6b28fc93441368cb3b6fc687c8be1de1a6f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 315 +zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tu1=ba4!k +znA&@GKbK>n#IcX>KU=FZFE*N2o$zsaG3TaT9Ii`l1a@rN$(3sUa8Bc!JZH7$>koQ9 +zeZI2WrnX9c;xcmyv(#4%PyLghPmj<|zbxy(aN&J_np3s{i_!dGjVr6JEXom*|K??% +z`%^Ud@X}(r^w{>mPmYc^6^raRp4^q^U}*pN<M3VCP2Klz9^HH7)cY+wlP-S@Tj?6< +z_*Yx#@zI)1oD7qGY*-(*cy;HZ9;Od2Wk;^Wol%!=FrWI)d=>NN|FeL8VDNPHb6Mw< +G&;$VKLVUIW + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/Breeze-gtk/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png +deleted file mode 100644 +index d44b928fe27b97f5db5bb0bb437c8aa43adaa5f2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 343 +zcmeAS@N?(olHy`uVBq!ia0vp^Za^%;!3HD^GQ2B*6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-ANRecTYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)$PT^vIq +zTHjtX<ZE&eVY%=#=vD3!iJl0DwI4O2A}Sb!lNj9%C*DY0?ABW)lN-rx!MJ&~$p5d# +z6F8;C0=zW87AGxUViEgXX%oW(<`=hK<UCM5Al#%Q#a_LwM{e1UJKK}abiLhpTBXn; +z%9!_x!Pn`VlC5NB9Zj5I&Raf1{rd6cYp40lkYaO~e`fa+<HWKVX2w1<ti29&pR`tO +zt1^GrEtnE=Pf>I4l#{`SL%y?4HjwShS#<Kl0g;HE4`k18*Ic##0E5GMw{+(Gj!KW0 +iOW$aCX)gWugxg}9#@Bk0v++RxF?hQAxvX<aXaWE)rGh>H + +diff --git a/Breeze-gtk/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/Breeze-gtk/gtk-2.0/Scrollbars/trough-scrollbar-vert.png +deleted file mode 100644 +index 5dd12101e9fa81a54ada8f9fd98478c6799a7e29..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 334 +zcmeAS@N?(olHy`uVBq!ia0vp^B0%iM!3HGHoZs>hNU;<<d4_NRK@CSr2awNM;1O92 +zRDT_W8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe0@?djqe +z64Cnh+D5*E4l>6--j5HT=jN)Fm684^P=ZI!;gZBH_lW}0x*Sc*1&hxY%zYBG-t6P= +zzVhq-|F_E?kVv+ldBg1U-%K4PVTQWOA8d|dUz<yF4eaBlExK}M&+17QZ_ds=ShQ(s +zY6XMD(Zmgv@i`Lz7p;%HdSy!n3*#19hy8pvN*JO`53E=An4sX;#KI}`hyBCL4{r}k +ziadxr*=aP-&|l+(*4{(ja~=Pl3hz7`?b7`2noal8yAN$z>b%RpWR^}n<ZYkWWBBdx +aUIwF&8iuZ(p$mZCV(@hJb6Mw<&;$Um--J&9 + +diff --git a/Breeze-gtk/gtk-2.0/Shadows/frame-gap-end.png b/Breeze-gtk/gtk-2.0/Shadows/frame-gap-end.png +deleted file mode 100644 +index 983896c4c3ed0ab141d6c04ba365d54735aa0eb3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 148 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDVAa<&kznEsNqQI0P;BtJR*yM +z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0w5o-U3d +j95a(|RR8!<&jthxBCna<m)W#{jAih2^>bP0l+XkKSQ927 + +diff --git a/Breeze-gtk/gtk-2.0/Shadows/frame-gap-start.png b/Breeze-gtk/gtk-2.0/Shadows/frame-gap-start.png +deleted file mode 100644 +index 5c8377fe2b96f03420f756681f72b4fae06b3ad5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 148 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!3HG1DAjiXDVAa<&kznEsNqQI0P;BtJR*yM +z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0w5o-U3d +k95a&>fZ#^;k0136?3bC{%`MhF0ZKA>y85}Sb4q9e0B)Bjb^rhX + +diff --git a/Breeze-gtk/gtk-2.0/Shadows/frame.png b/Breeze-gtk/gtk-2.0/Shadows/frame.png +deleted file mode 100644 +index e017f4b7440034b3a05e276402fa51813ff6a4b0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 337 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xCM^>Eak7 +zF}1YspdXW?fXnLY_LQ<&1<H(uAB3g%In+nhJ8Ztkv)nQ<<^7Del8uqaE=!rrEMFTw +zRq6fTH$Q6YuEous!gh@JSjhF29@*lb*{iDW@16H3b9bcf!x&yACWa?-1f7ojyKpe- +z_n}+an<I4<AJwTcC@6JUta<-_fz-A+mkyk}s-alg>+N+WdH0bSg%^LY_aFD}k(3UO +zb?$HtOg?gCM&oj&xBo6Un*NDAXStZ4QGUMck(<-@eBZpjqArN{tm@KNWw}Xb6dpzG +do?-uwVPjeJCY?&5sX(7Gc)I$ztaD0e0st1KhG+l) + +diff --git a/Breeze-gtk/gtk-2.0/Spin/down-background-disable.png b/Breeze-gtk/gtk-2.0/Spin/down-background-disable.png +deleted file mode 100644 +index 65dd0b49956514cc4dd2e9df1e0b787d6834f228..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 239 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoWFT^vI! +zdXsHxpS`IU6%}PGIxyF|Tw=zFOPwrkyb`7fJ0uPqIq~Dw`T6!L*)1=A{-4x2ac1Vz +z*Voreco;qbit?<F-=CC_m==4m;{U(ezVGt(Wq*Hv*MIYW|NlovBo3T7@?%nGXQisX +cdAKCQ%7<EuWf(aXf%Y<Zy85}Sb4q9e02zK*vj6}9 + +diff --git a/Breeze-gtk/gtk-2.0/Spin/down-background.png b/Breeze-gtk/gtk-2.0/Spin/down-background.png +deleted file mode 100644 +index 2cf75375f46d4a78c15e35c70fa2c796eb54f1cb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 243 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQkw{T^vI! +zdXw)||M*d_9IMM#bYSP{>k>0gT<T<T<CQQ?*dcM?(4jx?zrVLv$^P^8H$SsB_vv^w +zxx9Cm`RCguD;%8=zyH61P1UcS#@XGEO&-6!z5S<M?f<Q>UtiBx+yDPhqS`TrFtKU- +i@7#%5ZmHrD%lPrXmg3!X(H}s&89ZJ6T-G@yGywnvK3s?Z + +diff --git a/Breeze-gtk/gtk-2.0/Spin/up-background-disable.png b/Breeze-gtk/gtk-2.0/Spin/up-background-disable.png +deleted file mode 100644 +index 9ba390d648c17431c8ee7bc251406219cfe9eee2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 249 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrgIT^vI! +zdf%Qg<ZCwIaeH|Gn6vAV7k7HRY@Lsu(A~kY{1l%Cch+)&%}Q#Ul<xhr<x<=;O@f_m +z>&-KdoqS9Jk0w8k(f96YUj2Igs`ieUj~<#oE9dR{`rSP3!fqDkh7O0Thqt{weACDK +oL*b;eQ@Wq7O#i@>XLN(H>$OVhnh71XKo>B0y85}Sb4q9e0Ph7{lmGw# + +diff --git a/Breeze-gtk/gtk-2.0/Spin/up-background.png b/Breeze-gtk/gtk-2.0/Spin/up-background.png +deleted file mode 100644 +index ca2aa3470ea0d5e7c82a25e905538315e31a930d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 262 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(uT^vI! +zdf)aNavgFIaIHTkDX3J|ly@LT=?TldTihDAI<JO_EfY6VdY7_w)6|u!>+AXB1e0U# +z%wIqE+pQVAEbM0{+vuNuoU`?g*z(U$Kb+gScC~5C(Z|ZFhreEH?D)21uURQao+N{d +z#B42xuNNoXbWnOTZNE?J#4{(p{^>R}VEd=?f${V@O{NTM8x^2)7(8A5T-G@yGywpF +C;$Xc1 + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png b/Breeze-gtk/gtk-2.0/Tabs/notebook-gap-horiz.png +deleted file mode 100644 +index 169fee20ac8d073beb12a18792c1d6479bd08e9a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 160 +zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G +zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Ts!5x;Tb# +t%uG%If{OnSAOHU@Z}%@9#7lBuW;hhUzR+F&fgVsHgQu&X%Q~loCIFW{EZhJ9 + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/notebook-gap-vert.png b/Breeze-gtk/gtk-2.0/Tabs/notebook-gap-vert.png +deleted file mode 100644 +index bb13022f122cb7514a11c1d390b53d8d43453ef6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f +qn3<f=z;x`pyxqU_1RzLqU}uP(#eDhEYKAtT8U{~SKbLh*2~7ae^(r0! + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/notebook.png b/Breeze-gtk/gtk-2.0/Tabs/notebook.png +deleted file mode 100644 +index fab7b6ab3e64bee09977185862c493e1fda47652..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 326 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQk-#x;Tb- +zbiTc4$k*f`;BYZ<hT##@GBvKwn5F`zy<6fOn&)o3#U=d0R8OkRK|6Z))>-w9;eSp< +zS?}NbYj5=qrxXVci9nlkJu4?YO%k4aZu;YDnbS7WjKb|D2df)*Wikr#zmQvZ;<AYa +z7sCOc4d;Ri)@cW(IHYm))y+0&6hFAYzkcb4LtNTxpaf&WqKYqZ|Jc68HFUDgkqo}- +z%l-dAwSGZvl)>dCU2C>}{=NCW<#o|G6+TYmiwS48cunhm%l=@N&&?Kx_^&|kFnGH9 +KxvX<aXaWF4zI$o_ + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-bottom-active.png b/Breeze-gtk/gtk-2.0/Tabs/tab-bottom-active.png +deleted file mode 100644 +index 65e342601a389190c828f8dfac47d270f1f1922a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 264 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQni@T^vI^ +zI^Ujk<Z22KV0#egF5rHLb*^HDaO^^F_O(%4Djuk1d=BHPVmR1jp1kublO4yu_e}9c +zyY1_iKW<FQny2rzxKF!7P}!|V!Z7Iwkn!*N49nlEqP7^U2s~%Ad}>Gb@5ZDjj=j6; +z6g0V~SG<4yQFz_uFLtXVx24W8KCiS?``hl*OsgJh*@jgqT>(0X!PC{xWt~$(696}- +BUNZmy + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-bottom.png b/Breeze-gtk/gtk-2.0/Tabs/tab-bottom.png +deleted file mode 100644 +index 48bf78efe1c73cb52e6893e3a6f35bc647517639..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 215 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmvqT^vI^ +zI^Uk%$lGAR!*ZbB-{GLw22)Yi1#c!bY4zrA>uCM5{lG_y^)8I7Jw&y`)<kSfI@$$f +z{P}Lts8MmZCuj5Zo(!{l`zF^g{AjuCd8amZ8~-+TVX<SY<Zc4ZXYh3Ob6Mw<&;$VD +C0!VlO + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-left-active.png b/Breeze-gtk/gtk-2.0/Tabs/tab-left-active.png +deleted file mode 100644 +index f9846b4e4957828c2f0e34969daa74438a4e909b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 265 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs5YT^vI^ +zI^SO0$a}~@p!K2n@pVl`4pJ&ATvgo<Pjd7Wh_ZfhwCs4(o!Gtl-u?sOf97`doDNHi +zHJ$yI(eG%g_UH9mUq7vJ>N<Ja^+M?9!dWqa3><0I9-6xrF+BJ-#USxe3#YJ}&kTb^ +zc8g>Cu4euFkSOu4|2g-)3U#H&zoYY3&5t=-rT>F};!i`7MelvHfi7b3boFyt=akR{ +E0F*moivR!s + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-left.png b/Breeze-gtk/gtk-2.0/Tabs/tab-left.png +deleted file mode 100644 +index e1aaf8f4929eff4b4b33c66d813c72a38068c008..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 237 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqs_T^vI^ +zI^SN{$k|{Z;(GCW(*!@o%`EN(PfTVy+&Oya)Ug`wT$uy&pWS8Ui<uU5%wlQQS))dV +z<!u&AyV8vJ9@(C7cGKpc2j*4V7x0H{NI2NU$}Of7vEjk|1m-AliwV)<KWx6WKH+-s +bsU@H3vq<B<DUHj4wla9S`njxgN@xNAFN{;R + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-right-active.png b/Breeze-gtk/gtk-2.0/Tabs/tab-right-active.png +deleted file mode 100644 +index 0423d43d212a732c0a6d6ea7b89c7f689fdb712a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 266 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs5ZT^vI^ +zI^Ui(<T~Uaz<ObRVc4{uTm|+^$<dJ-IyX3)6q=kat$KS-C91MjGvyv@+~&J)?F$a= +znGvp}`u*;%%6<3pHm-VT*Q2ngIh%(ely~~;T($Ee4AVLnrah7S?;=xpM9>{Ve3U;D +z%G+64)Vo?r?l4DY@x#Y2--xL{^IW34^SxR8RSumOcI|IvflgxZboFyt=akR{0IP6b +Aod5s; + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-right.png b/Breeze-gtk/gtk-2.0/Tabs/tab-right.png +deleted file mode 100644 +index f22a11dbdb655043f659e08dfc6ba4febf0bac1b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 233 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr&QT^vI^ +zI^Uk%$k|{Z;(GCS^V$UyB1;(OMy=7&+0><UV|M;iF3uCy+%nPI?`j@VWZzu!<*kU< +zQU<nzcaK-x^}hIH^4x`9IRdMWFm#D(hpma&m~^yD^uK!Dsw4A?v$*E>OTO&6`-kb6 +XnfSbSw>sAVZDjCt^>bP0l+XkKp#f4k + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-top-active.png b/Breeze-gtk/gtk-2.0/Tabs/tab-top-active.png +deleted file mode 100644 +index 5c924f56216ce6efc9e8abb5c95007cdc2a3a815..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 276 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlx1x;Tb- +zbiTc4$aTm;!0n;^;~ow{Ye!*&=^U1g+rKe&l_hPR+WNA!r^7mOZO+?m0?%R}XvYaU +zMckRcelFjwS-mYihW?lK==5*CS`<C!-1NiNOV_QuE--D5UXn>nzHLW_zg5QVkkB#_ +z1{aChyP94tR^B|(#lremu2xTmTjczIrxM#`%WlAkf5|_XcNA&LndKy$1Uinv)78&q +Iol`;+0NSc!+5i9m + +diff --git a/Breeze-gtk/gtk-2.0/Tabs/tab-top.png b/Breeze-gtk/gtk-2.0/Tabs/tab-top.png +deleted file mode 100644 +index 645d535ac5aa45af8a348b2f929728c9887267bc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 244 +zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQkw|T^vI^ +zI^SM6$a&a6z~$o2qYHv{lw!IzN*A2nwSr~4kim|IxiOQR6~ZNXK1)}8SbNQCS&UTk +zX2!lgK@RiV@#l}5Es2q8>i#NXFZn>_`b&%1#uo7j|3r>F+WY<AX@>nWf7K#3BphsF +i<rdS4*ziF5aK4bLBx~}9)bBvc89ZJ6T-G@yGywqI`BUit + +diff --git a/Breeze-gtk/gtk-2.0/Toolbar/toolbar-bg.png b/Breeze-gtk/gtk-2.0/Toolbar/toolbar-bg.png +deleted file mode 100644 +index 8783459f3f4ad8200473469e62f24d61ee4160a4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 155 +zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4u@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4!k +sn3`Pk|Ka0$HYEmO!!9?`Ab&*$#Rtrf6En;TfNB^#UHx3vIVCg!0FBHjh5!Hn + +diff --git a/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-normal.png b/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-normal.png +deleted file mode 100644 +index 82a6b783a575b66343ac9e2926b6d8c6b5cc649d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 151 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA;mba4!^ +n=uJ+LU|pOb($f^!z{|kEs=&Z#WWlroD9_;O>gTe~DWM4fi&i84 + +diff --git a/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png b/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-prelight.png +deleted file mode 100644 +index 4b30c0cc876f93c23da0de2586b37609b33a0037..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 315 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xH_!>Eak- +z(fjt4Bi}&>5w-{aeNP@f<Z((=#kMQ>%CUXg=MJ<<ztF4_R^0e@-P8odx!a7-`)TcH +z_!3=j;(abBdvBqi)8hpf4{(|HYxwzYdvhZyf0?t+qK4mg!Ji){E!cj%sPVVU6plmr +zoD4N=ixyZHH0{({lQG}^-02ydty3rdioLgWV{h)C!zZ}5cmI?vQhrfc5-JzC$98Ie +zzNLB7-Gx;GC+DS|oEf|HIv)qO_TscRK=~F6-Az}8m3Ml0hOH_-1M~xfr>mdKI;Vst +E0P59ytpET3 + +diff --git a/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png b/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-pressed.png +deleted file mode 100644 +index 753cb99da403ea83f30189886deca70221a32604..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 304 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xDYT>Eak- +z(ff9?H5Zek0BiO!w}T1Hh5_f7RdAiXazMJG)pFX#Ss9zS*dEzDj{WncDdAD`xvr`U +zCGBU+Zg-|`3`^kQS^3OCVeYNtt$|{%d(t}6C6%7-&5my~sq6|_v{I4Ru9?S2-|DrY +zdb_8c(XW~Wi{58XW=Yf@Vml@u_W%0ldq3WO{h@#7w=wU&3!ZLEn1$ri#G5@h?)7e( +sR9c)}`H;^sIUywbj&@6l_4BLDU-j~DXdRF~3v@Vxr>mdKI;Vst0GzFJJpcdz + +diff --git a/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png b/Breeze-gtk/gtk-2.0/Toolbar/toolbutton-toggled.png +deleted file mode 100644 +index b93ddaa4a6d832168cc2721e268290bdca00f0dc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 262 +zcmeAS@N?(olHy`uVBq!ia0vp^AhrSr8<5myefbthu@pObhHwBu4M$1`kk47*5m^jW +ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD|uba4!^ +z=zV)?FYh4(5x0xK*JxZwXvq{x<4)pw(V(=rf<2!l^T)&m3m+|Z^=!<Z5-jhn>FXsQ +z^(BvI^-rZMmO61w_r;g;ul0;J_{FoDb@$V^is_fC4BE{2Rv0BcH4<V-mU%4k-+-%B +z^8FJTv3mQXkG}4aU$&XGi7n#mG0BeW2KIFf_x>rnBz-tI59k~QPgg&ebxsLQ0Ln~T +AUjP6A + +diff --git a/Breeze-gtk/gtk-2.0/assets.svg b/Breeze-gtk/gtk-2.0/assets.svg +deleted file mode 100644 +index ebd5b55..0000000 +--- a/Breeze-gtk/gtk-2.0/assets.svg ++++ /dev/null +@@ -1,2289 +0,0 @@ +-<?xml version="1.0" encoding="UTF-8" standalone="no"?> +-<!-- Created with Inkscape (http://www.inkscape.org/) --> +- +-<svg +- xmlns:dc="http://purl.org/dc/elements/1.1/" +- xmlns:cc="http://creativecommons.org/ns#" +- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" +- xmlns:svg="http://www.w3.org/2000/svg" +- xmlns="http://www.w3.org/2000/svg" +- xmlns:xlink="http://www.w3.org/1999/xlink" +- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" +- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" +- width="210mm" +- height="297mm" +- viewBox="0 0 744.09448819 1052.3622047" +- id="svg2" +- version="1.1" +- inkscape:version="0.91 r13725" +- sodipodi:docname="assets.svg"> +- <defs +- id="defs4"> +- <linearGradient +- inkscape:collect="always" +- id="linearGradient4480"> +- <stop +- style="stop-color:#86b7d7;stop-opacity:1" +- offset="0" +- id="stop4482" /> +- <stop +- style="stop-color:#93cee9;stop-opacity:1" +- offset="1" +- id="stop4484" /> +- </linearGradient> +- <linearGradient +- inkscape:collect="always" +- id="linearGradient4255"> +- <stop +- style="stop-color:#86b7d7;stop-opacity:1" +- offset="0" +- id="stop4243" /> +- <stop +- style="stop-color:#93cee9;stop-opacity:1" +- offset="1" +- id="stop4245" /> +- </linearGradient> +- <linearGradient +- inkscape:collect="always" +- xlink:href="#linearGradient4255" +- id="linearGradient4247" +- x1="42" +- y1="964.57648" +- x2="42" +- y2="930.57648" +- gradientUnits="userSpaceOnUse" /> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4408"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4410" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4412"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4414" +- width="54.285713" +- height="30" +- x="-87.053574" +- y="852.45148" +- rx="3" +- ry="3" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4606"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4608" +- width="30" +- height="16" +- x="175" +- y="906.36218" +- rx="3.5999999" +- ry="1.92" /> +- </clipPath> +- <clipPath +- clipPathUnits="userSpaceOnUse" +- id="clipPath4610"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4612" +- width="30" +- height="16" +- x="175" +- y="906.36218" +- rx="3.5999999" +- ry="1.92" /> +- </clipPath> +- <linearGradient +- inkscape:collect="always" +- xlink:href="#linearGradient4480" +- id="linearGradient4486" +- x1="585" +- y1="574.36218" +- x2="585" +- y2="542.36218" +- gradientUnits="userSpaceOnUse" /> +- </defs> +- <sodipodi:namedview +- id="base" +- pagecolor="#ffffff" +- bordercolor="#666666" +- borderopacity="1.0" +- inkscape:pageopacity="0" +- inkscape:pageshadow="2" +- inkscape:zoom="15.999999" +- inkscape:cx="200.34296" +- inkscape:cy="681.94405" +- inkscape:document-units="px" +- inkscape:current-layer="layer1" +- showgrid="true" +- inkscape:window-width="1366" +- inkscape:window-height="713" +- inkscape:window-x="0" +- inkscape:window-y="27" +- inkscape:window-maximized="1" +- showguides="false" +- inkscape:snap-bbox="true" +- inkscape:bbox-nodes="true" +- inkscape:snap-global="true"> +- <inkscape:grid +- type="xygrid" +- id="grid4253" /> +- </sodipodi:namedview> +- <metadata +- id="metadata7"> +- <rdf:RDF> +- <cc:Work +- rdf:about=""> +- <dc:format>image/svg+xml</dc:format> +- <dc:type +- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> +- <dc:title /> +- </cc:Work> +- </rdf:RDF> +- </metadata> +- <g +- inkscape:label="Layer 1" +- inkscape:groupmode="layer" +- id="layer1"> +- <g +- id="button-normal" +- inkscape:label="#g4300" +- transform="translate(175,-694.99998)"> +- <rect +- ry="3.0150898" +- rx="3.0059478" +- y="1018.3622" +- x="1" +- height="34" +- width="86" +- id="rect4143" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <rect +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4140" +- width="86" +- height="34" +- x="0" +- y="1017.3622" +- rx="3" +- ry="3" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4136" +- d="M 3.007813,1017.3622 C 1.342518,1017.3622 0,1018.7055 0,1020.3759 l 0,27.9707 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.9707 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,28 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-28 c 0,-1.108 0.892,-2 2,-2 z" +- style="fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- </g> +- <g +- id="button-prelight" +- transform="translate(175.85624,-694.05161)" +- inkscape:label="#g4295"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4209" +- width="86" +- height="34" +- x="1.3571428" +- y="977.64789" +- rx="3.0059478" +- ry="3.0150898" /> +- <rect +- ry="3" +- rx="3" +- y="976.64789" +- x="0.35714287" +- height="34" +- width="86" +- id="rect4211" +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <path +- style="fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- d="m 3.3649559,976.64791 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4213" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="button-pressed" +- transform="translate(176,-691.21427)" +- inkscape:label="#g4291"> +- <rect +- ry="3.0150898" +- rx="3.0059478" +- y="931.57648" +- x="0.99999994" +- height="34" +- width="86" +- id="rect4215" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <rect +- style="fill:url(#linearGradient4247);fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4217" +- width="86" +- height="34" +- x="8.7033882e-09" +- y="930.57648" +- rx="3" +- ry="3" /> +- </g> +- <g +- id="button-insensitive" +- transform="translate(175.85624,-689.23021)" +- inkscape:label="#g4286"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4221" +- width="86" +- height="34" +- x="1.3571428" +- y="885.86218" +- rx="3.0059478" +- ry="3.0150898" /> +- <rect +- ry="3" +- rx="3" +- y="884.86218" +- x="0.35714287" +- height="34" +- width="86" +- id="rect4223" +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <path +- style="fill:#d7dde1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- d="m 3.3649559,884.86219 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4225" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="button-default" +- transform="translate(176.21338,-691.28377)" +- inkscape:label="#g4281"> +- <rect +- ry="3.0150898" +- rx="3.0059478" +- y="844.43359" +- x="0.99999994" +- height="34" +- width="86" +- id="rect4227" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- <rect +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" +- id="rect4229" +- width="86" +- height="34" +- x="8.7033953e-09" +- y="843.43359" +- rx="3" +- ry="3" /> +- <path +- inkscape:connector-curvature="0" +- id="path4231" +- d="M 3.007813,843.43362 C 1.342518,843.43362 0,844.77692 0,846.44732 l 0,27.97069 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" +- style="fill:#afb5b9;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-unchecked" +- transform="translate(302.45154,-851.32867)" +- inkscape:label="#g4230"> +- <rect +- ry="2" +- rx="2" +- y="1007.5931" +- x="1.5050763" +- height="18" +- width="18" +- id="rect4200" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4202" +- width="18" +- height="18" +- x="0.50507629" +- y="1006.5931" +- rx="2" +- ry="2" /> +- <path +- style="fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4204" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="checkbox-checked" +- inkscape:label="#g4240" +- transform="translate(301.96813,-832.52102)"> +- <rect +- ry="2" +- rx="2" +- y="1034.2552" +- x="1.9884882" +- height="18" +- width="18" +- id="rect4208" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4210" +- width="18" +- height="18" +- x="0.98848826" +- y="1033.2552" +- rx="2" +- ry="2" /> +- <path +- style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4212" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4214" +- width="12" +- height="12" +- x="3.9884882" +- y="1036.2552" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="checkbox-unchecked-insensitive" +- transform="translate(278.9694,-828.14745)" +- inkscape:label="#g4235"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4216" +- width="18" +- height="18" +- x="24.987219" +- y="1007.1467" +- rx="2" +- ry="2" /> +- <rect +- ry="2" +- rx="2" +- y="1006.1467" +- x="23.987219" +- height="18" +- width="18" +- id="rect4218" +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4220" +- d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-checked-insensitive" +- transform="translate(279.28956,-809.78615)" +- inkscape:label="#g4246"> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4222" +- width="18" +- height="18" +- x="24.667059" +- y="1034.2552" +- rx="2" +- ry="2" /> +- <rect +- ry="2" +- rx="2" +- y="1033.2552" +- x="23.667059" +- height="18" +- width="18" +- id="rect4224" +- style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4226" +- d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1036.2552" +- x="26.667059" +- height="12" +- width="12" +- id="rect4228" +- style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="option-unchecked" +- transform="translate(363.51729,-878.04302)" +- inkscape:label="#g4328"> +- <circle +- r="9" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4299" +- cx="10" +- cy="1043.3622" /> +- <circle +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4303" +- cx="9" +- cy="1042.3622" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4297" +- d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="option-unchecked-insensitive" +- transform="translate(338.51602,-853.92558)" +- inkscape:label="#g4333"> +- <circle +- cy="1042.4783" +- cx="35.001274" +- id="circle4306" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- r="9" /> +- <circle +- r="9" +- cy="1041.4783" +- cx="34.001274" +- id="circle4308" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4310" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="option-checked" +- transform="translate(365.41133,-854.05191)" +- inkscape:label="#g4344"> +- <circle +- cy="1065.8381" +- cx="8.1059637" +- id="circle4312" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- r="9" /> +- <circle +- r="9" +- cy="1064.8381" +- cx="7.1059642" +- id="circle4314" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" +- id="path4316" +- inkscape:connector-curvature="0" /> +- <circle +- r="6" +- cy="1064.8381" +- cx="7.1059642" +- id="path4318" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="option-checked-insensitive" +- transform="translate(338.98276,-830.81839)" +- inkscape:label="#g4338"> +- <circle +- r="9" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4320" +- cx="34.534534" +- cy="1065.8381" /> +- <circle +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4322" +- cx="33.534534" +- cy="1064.8381" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4324" +- d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <circle +- style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4326" +- cx="33.534534" +- cy="1064.8381" +- r="6" /> +- </g> +- <g +- transform="translate(456.21338,-868.21148)" +- id="entry-border-bg" +- inkscape:label="#g4269"> +- <path +- inkscape:connector-curvature="0" +- id="rect4264-4" +- d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4255-3" +- d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- ry="2.5" +- rx="2.5" +- y="1021.8613" +- x="1.5" +- height="29" +- width="7" +- id="rect4605-142" +- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4292-0" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="entry-border-disabled-bg" +- transform="translate(454.58566,-868.21148)" +- inkscape:label="#g4308"> +- <rect +- y="1020.3613" +- x="16.071428" +- height="32" +- width="10" +- id="rect4288-6" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 20.071429,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4278-3" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(484.38652,-868.27458)" +- id="entry-border-active-bg" +- inkscape:label="#g4280"> +- <path +- inkscape:connector-curvature="0" +- id="path4282-6" +- d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- ry="2.5" +- rx="2.5" +- y="1021.8613" +- x="1.5" +- height="29" +- width="7" +- id="rect4605-36" +- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4284-0" +- d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="notebook" +- inkscape:label="#g4379" +- transform="translate(677.86218,-702.47706)"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4374" +- width="30" +- height="30" +- x="-147.86218" +- y="854.83923" +- rx="3" +- ry="3" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4362" +- d="m -144.86218,854.83926 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 24,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -24,0 z m 0,1 24,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -24,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="tab-top-active" +- transform="translate(605.98215,-631.06419)" +- inkscape:label="#g4416"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4399" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="rect4383" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(640.08929,-631.28188)" +- id="tab-top" +- inkscape:label="#g4420"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4422" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4424" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- id="tab-bottom-active" +- transform="matrix(-1,0,0,-1,484.01785,1069.188)" +- inkscape:label="#g4426"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4428" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="path4430" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,518.12499,1068.6829)" +- id="tab-bottom" +- inkscape:label="#g4432"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4434" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4436" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1412.4515,332.02014)" +- id="tab-right-active" +- inkscape:label="#g4438"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4440" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4442" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- id="tab-right" +- transform="matrix(0,1,-1,0,1446.5586,332.08991)" +- inkscape:label="#g4444"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4446" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="path4448" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="tab-left-active" +- transform="matrix(0,1,1,0,-322.45144,366.67083)" +- inkscape:label="#g4450"> +- <rect +- clip-path="url(#clipPath4412)" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4452" +- width="30" +- height="35" +- x="-75.982147" +- y="852.45148" +- rx="3" +- ry="3" /> +- <path +- clip-path="url(#clipPath4408)" +- inkscape:connector-curvature="0" +- id="path4454" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,1,0,-288.34434,367.02803)" +- id="tab-left" +- inkscape:label="#g4456"> +- <rect +- ry="3" +- rx="3" +- y="852.45148" +- x="-75.982147" +- height="35" +- width="30" +- id="rect4458" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- clip-path="url(#clipPath4412)" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4460" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4408)" /> +- </g> +- <g +- id="notebook-gap-horiz" +- inkscape:label="#g4470" +- transform="translate(717.29379,-811.12527)"> +- <rect +- y="979.64789" +- x="-147.5" +- height="2" +- width="4" +- id="rect4462" +- style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- y="979.64789" +- x="-146.5" +- height="2" +- width="2" +- id="rect4464" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="notebook-gap-vert" +- inkscape:label="#g4474" +- transform="translate(722.80227,-810.05199)"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4466" +- width="4" +- height="2" +- x="977.76398" +- y="140.97235" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4468" +- width="2" +- height="2" +- x="978.76398" +- y="140.97235" /> +- </g> +- <g +- id="plus" +- transform="translate(617,-875.99998)" +- inkscape:label="#g4415"> +- <rect +- y="1028.3622" +- x="6" +- height="12" +- width="12" +- id="rect4411" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4406" +- d="m 7,1035.3622 4,0 0,4 2,0 0,-4 4,0 0,-2 -4,0 0,-4 -2,0 0,4 -4,0 z" +- style="opacity:0.5;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="minus" +- transform="translate(599,-856.99998)" +- inkscape:label="#g4419"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4413" +- width="12" +- height="12" +- x="24" +- y="1031.3622" /> +- <path +- inkscape:connector-curvature="0" +- id="path4408" +- d="m 25,1038.3622 0,-2 10,0 0,2 z" +- style="opacity:0.5;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="handle-h" +- width="24" +- height="2" +- x="25" +- y="445.36221" +- inkscape:label="#rect4423" /> +- <rect +- y="-27" +- x="452.36221" +- height="2" +- width="24" +- id="handle-v" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4425" /> +- <g +- id="line-h" +- transform="translate(110,-569.99998)" +- inkscape:label="#g4443"> +- <rect +- y="1012.3622" +- x="10" +- height="10" +- width="10" +- id="rect4429" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="1017.3622" +- x="10" +- height="5" +- width="10" +- id="rect4433" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-line-h" +- transform="matrix(1,0,0,-1,95,1479.7244)" +- inkscape:label="#g4447" +- style="opacity:1"> +- <rect +- y="1012.3622" +- x="25" +- height="9.9999876" +- width="10" +- id="rect4435" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="line-v" +- transform="translate(110,-554.99998)" +- inkscape:label="#g4439"> +- <rect +- y="1027.3622" +- x="10" +- height="10" +- width="10" +- id="rect4427" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="1027.3622" +- x="10" +- height="10" +- width="5" +- id="rect4437" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="menubar-button" +- transform="translate(165,-477.99998)" +- inkscape:label="#g4455"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4453" +- width="48" +- height="27" +- x="20" +- y="925.36218" /> +- <rect +- y="926.36218" +- x="21" +- height="25" +- width="46" +- id="rect4451" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="bar" +- width="10" +- height="10" +- x="300" +- y="447.36221" +- rx="4" +- ry="4" +- inkscape:label="#rect4461" /> +- <rect +- ry="4" +- rx="4" +- y="447.36221" +- x="280" +- height="10" +- width="10" +- id="trough" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4463" /> +- <g +- id="slider-vert" +- inkscape:label="#g4492" +- transform="translate(323,-415.33329)"> +- <circle +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle4467" +- cx="81" +- cy="918.36218" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4465" +- d="m 81,909.36218 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="slider-horiz" +- inkscape:label="#g4488" +- transform="translate(355,-461.99998)"> +- <circle +- r="9" +- cy="918.36218" +- cx="49" +- id="circle4472" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 49,909.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4474" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="slider-horiz-prelight" +- inkscape:label="#g4484" +- transform="translate(353,-461.66664)"> +- <circle +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle4476" +- cx="51" +- cy="941.36218" +- r="9" /> +- <path +- inkscape:connector-curvature="0" +- id="path4478" +- d="m 51,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="slider-vert-prelight" +- inkscape:label="#g4496" +- transform="translate(320,-414.99997)"> +- <circle +- r="9" +- cy="941.36218" +- cx="84" +- id="circle4480" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 84,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4482" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="trough-horizontal" +- inkscape:label="#g4504" +- transform="translate(372,-418.99996)"> +- <rect +- ry="0" +- rx="0" +- y="961.36218" +- x="23" +- height="18" +- width="42" +- id="rect4502" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3" +- rx="3" +- y="967.36218" +- x="23" +- height="6" +- width="42" +- id="rect4500" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="trough-vertical" +- transform="matrix(0,1,-1,0,1374.3622,540.36222)" +- inkscape:label="#g4508"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4510" +- width="42" +- height="18" +- x="23" +- y="961.36218" +- rx="0" +- ry="0" /> +- <rect +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4512" +- width="42" +- height="6" +- x="23" +- y="967.36218" +- rx="3" +- ry="3" /> +- </g> +- <rect +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-horiz" +- width="12" +- height="10" +- x="480" +- y="447.36221" +- rx="5" +- ry="5" +- inkscape:label="#rect4515" /> +- <rect +- ry="5" +- rx="5" +- y="462.36221" +- x="480" +- height="10" +- width="12" +- id="slider-scrollbar-horiz-prelight" +- style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4517" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-horiz-active" +- width="12" +- height="10" +- x="480" +- y="477.36221" +- rx="5" +- ry="5" +- inkscape:label="#rect4519" /> +- <rect +- ry="5" +- rx="5" +- y="492.36221" +- x="480" +- height="10" +- width="12" +- id="slider-scrollbar-horiz-insens" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4521" /> +- <rect +- ry="5" +- rx="5" +- y="-509" +- x="446.36221" +- height="10" +- width="12" +- id="slider-scrollbar-vert" +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4523" /> +- <rect +- style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-vert-prelight" +- width="12" +- height="10" +- x="461.36221" +- y="-509" +- rx="5" +- ry="5" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4525" /> +- <rect +- ry="5" +- rx="5" +- y="-509" +- x="476.36221" +- height="10" +- width="12" +- id="slider-scrollbar-vert-active" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4527" /> +- <rect +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="slider-scrollbar-vert-insens" +- width="12" +- height="10" +- x="491.36221" +- y="-509" +- rx="5" +- ry="5" +- transform="matrix(0,1,-1,0,0,0)" +- inkscape:label="#rect4529" /> +- <g +- id="trough-scrollbar-horiz" +- transform="translate(394,-465.99997)" +- inkscape:label="#g4535"> +- <rect +- ry="0" +- rx="0" +- y="982.36218" +- x="85" +- height="20" +- width="70" +- id="rect4533" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="5" +- rx="5" +- y="987.36218" +- x="100" +- height="10" +- width="40" +- id="rect4531" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="trough-scrollbar-vert" +- transform="matrix(0,1,-1,0,1482.3622,477.3622)" +- inkscape:label="#g4539"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4541" +- width="70" +- height="20" +- x="65" +- y="982.36218" +- rx="0" +- ry="0" /> +- <rect +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4543" +- width="40" +- height="10" +- x="80" +- y="987.36218" +- rx="5" +- ry="5" /> +- </g> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="toolbar-bg" +- width="10" +- height="10" +- x="580" +- y="447.36221" +- inkscape:label="#rect4545" /> +- <g +- id="toolbutton-prelight" +- transform="translate(490.5,-350.49993)" +- inkscape:label="#g4554"> +- <rect +- ry="2.5" +- rx="2.5" +- y="813.36218" +- x="90" +- height="31" +- width="9" +- id="rect4547" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4549" +- d="m 92.5,812.86218 c -1.662,0 -3,1.338 -3,3 l 0,26 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-26 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0,1 4,0 c 1.108,0 2,0.892 2,2 l 0,26 c 0,1.108 -0.892,2 -2,2 l -4,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-26 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="toolbutton-normal" +- width="10" +- height="32" +- x="580" +- y="502.36221" +- rx="3" +- ry="3" +- inkscape:label="#rect4559" /> +- <rect +- ry="3" +- rx="3" +- y="542.36224" +- x="580" +- height="32" +- width="10" +- id="toolbutton-pressed" +- style="opacity:1;fill:url(#linearGradient4486);fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:label="#rect4561" /> +- <rect +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="toolbutton-toggled" +- width="10" +- height="32" +- x="580" +- y="582.36224" +- rx="3" +- ry="3" +- inkscape:label="#rect4563" /> +- <g +- id="frame" +- inkscape:label="#g4572" +- transform="translate(-90,-124.99998)"> +- <rect +- ry="3" +- rx="3" +- y="812.36218" +- x="115" +- height="10" +- width="10" +- id="rect4565" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect4567" +- d="m 118,812.36218 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0.40039,1 3.19922,0 c 1.3296,0 2.40039,1.07079 2.40039,2.40039 l 0,3.20117 c 0,1.3296 -1.07079,2.39844 -2.40039,2.39844 l -3.19922,0 c -1.3296,0 -2.40039,-1.06884 -2.40039,-2.39844 l 0,-3.20117 c 0,-1.3296 1.07079,-2.40039 2.40039,-2.40039 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="frame-gap-end" +- inkscape:label="#g4585" +- transform="translate(-105,-112.99993)"> +- <rect +- rx="0" +- y="812.36218" +- x="130" +- height="1" +- width="2" +- id="rect4577" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="812.36218" +- x="130" +- height="1" +- width="1" +- id="rect4581" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="frame-gap-start" +- inkscape:label="#g4589" +- transform="translate(-105,-112.99995)"> +- <rect +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4579" +- width="2" +- height="1" +- x="130" +- y="814.36218" +- rx="0" /> +- <rect +- y="814.36218" +- x="131" +- height="1" +- width="1" +- id="rect4583" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="null" +- width="30" +- height="30" +- x="110" +- y="687.36218" +- inkscape:label="#rect4595" /> +- <g +- id="up-background" +- transform="translate(6,-218.99998)" +- inkscape:label="#g4614"> +- <rect +- clip-path="url(#clipPath4610)" +- rx="3" +- ry="3" +- y="906.36218" +- x="179" +- height="30" +- width="16" +- id="rect4597" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- clip-path="url(#clipPath4606)" +- inkscape:connector-curvature="0" +- id="rect4599" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(1,0,0,-1,6,1630.7244)" +- id="down-background" +- inkscape:label="#g4618"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4620" +- width="16" +- height="30" +- x="179" +- y="906.36218" +- ry="3" +- rx="3" +- clip-path="url(#clipPath4610)" /> +- <path +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path4622" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4606)" /> +- </g> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:44.68566895px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="195.61432" +- y="66.312843" +- id="text4626" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4628" +- x="195.61432" +- y="66.312843">Breeze-gtk 2.0</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="176.21338" +- y="132.1498" +- id="text4630" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4632" +- x="176.21338" +- y="132.1498">Buttons</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="306.21338" +- y="132.1498" +- id="text4634" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4636" +- x="306.21338" +- y="132.1498">Check & Radio</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="456.21338" +- y="132.1498" +- id="text4638" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4640" +- x="456.21338" +- y="132.1498">Entry</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="530" +- y="132.3622" +- id="text4646" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4648" +- x="530" +- y="132.3622">Tabs</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="620" +- y="132.3622" +- id="text4650" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4652" +- x="620" +- y="132.3622">Expanders</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="25" +- y="432.36221" +- id="text4654" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4656" +- x="25" +- y="432.36221">Handles</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="120" +- y="432.36221" +- id="text4658" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4660" +- x="120" +- y="432.36221">Lines</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="185" +- y="432.36221" +- id="text4662" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4664" +- x="185" +- y="432.36221">Menubar</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="280" +- y="432.36221" +- id="text4666" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4668" +- x="280" +- y="432.36221">ProgressBar</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="395" +- y="432.36221" +- id="text4670" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4672" +- x="395" +- y="432.36221">Scale</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="480" +- y="432.36221" +- id="text4674" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4676" +- x="480" +- y="432.36221">Scrollbars</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="580" +- y="432.36221" +- id="text4678" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4680" +- x="580" +- y="432.36221">Toolbar</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="25" +- y="672.36218" +- id="text4682" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4684" +- x="25" +- y="672.36218">Shadows</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="110" +- y="672.36218" +- id="text4686" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4688" +- x="110" +- y="672.36218">Others</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="185" +- y="672.36218" +- id="text4690" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4692" +- x="185" +- y="672.36218">Spin</tspan></text> +- <text +- xml:space="preserve" +- style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- x="44.882812" +- y="132.1498" +- id="text4694" +- sodipodi:linespacing="125%"><tspan +- sodipodi:role="line" +- id="tspan4696" +- x="44.882812" +- y="132.1498">Arrows</tspan></text> +- <g +- id="arrow-up" +- inkscape:label="#g4521" +- transform="translate(14.882813,-834.21235)"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(28.882812,-834.21233)" +- id="arrow-up-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(42.882812,-834.21233)" +- id="arrow-up-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1037.245,131.14983)" +- id="arrow-right" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-66" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-5" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1051.245,131.14985)" +- id="arrow-right-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-9" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-8" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1065.245,131.14985)" +- id="arrow-right-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-8" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,85.882833,1167.512)" +- id="arrow-down" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-4" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-0" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,99.882833,1167.512)" +- id="arrow-down-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-4" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,113.88283,1167.512)" +- id="arrow-down-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-1" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-4" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-936.47936,230.14985)" +- id="arrow-left" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-65" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-61" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-922.47936,230.14985)" +- id="arrow-left-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-62" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-3" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-908.47936,230.14985)" +- id="arrow-left-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-82" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-83" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-up-small" +- transform="translate(-29.970738,-779.24266)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-up-small-prelight" +- inkscape:label="#g4680" +- transform="translate(-30.117187,-778.21235)"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-up-small-insens" +- transform="translate(-5.970738,-779.24266)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-right-small" +- transform="matrix(0,1,-1,0,1034.2753,137.2963)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-8" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1045.245,125.14983)" +- id="arrow-right-small-prelight" +- inkscape:label="#g4680"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7-2" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-right-small-insens" +- transform="matrix(0,1,-1,0,1058.2753,137.2963)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71-6" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-down-small" +- transform="matrix(-1,0,0,-1,128.73636,1212.5423)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-4" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-1" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(-1,0,0,-1,152.88284,1211.512)" +- id="arrow-down-small-prelight" +- inkscape:label="#g4680"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7-3" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-down-small-insens" +- transform="matrix(-1,0,0,-1,152.73636,1212.5423)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6-4" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71-5" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-left-small" +- transform="matrix(0,-1,1,0,-936.50971,317.00343)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-65" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-3" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,-1,1,0,-923.47937,329.14983)" +- id="arrow-left-small-prelight" +- inkscape:label="#g4680"> +- <rect +- y="981.36218" +- x="87" +- height="6" +- width="9" +- id="rect4641-3-0" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-7-34" +- d="m 88.5,986.03898 3,-3 3,3" +- style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="arrow-left-small-insens" +- transform="matrix(0,-1,1,0,-912.50971,317.00343)" +- inkscape:label="#g4643"> +- <rect +- y="982.39252" +- x="74.853554" +- height="6" +- width="9" +- id="rect4641-6-3" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4639-71-4" +- d="m 76.353553,987.06931 3,-3 3,3" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- inkscape:label="#g4614" +- transform="translate(5,-174.99998)" +- id="up-background-disable"> +- <rect +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect5108" +- width="16" +- height="30" +- x="179" +- y="906.36218" +- ry="3" +- rx="3" +- clip-path="url(#clipPath4610)" /> +- <path +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- id="path5110" +- inkscape:connector-curvature="0" +- clip-path="url(#clipPath4606)" /> +- </g> +- <g +- inkscape:label="#g4618" +- id="down-background-disable" +- transform="matrix(1,0,0,-1,5,1674.7244)"> +- <rect +- clip-path="url(#clipPath4610)" +- rx="3" +- ry="3" +- y="906.36218" +- x="179" +- height="30" +- width="16" +- id="rect5114" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- clip-path="url(#clipPath4606)" +- inkscape:connector-curvature="0" +- id="path5116" +- d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" +- style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- inkscape:label="#rect4595" +- y="732.36218" +- x="110" +- height="30" +- width="30" +- id="tree-header" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <g +- id="menu-checkbox-unchecked" +- transform="translate(330.7083,-853.44325)" +- inkscape:label="#g4230"> +- <path +- style="fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4204-1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="menu-checkbox-checked" +- inkscape:label="#g4240" +- transform="translate(330.22489,-834.63558)"> +- <path +- style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4212-4" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4214-6" +- width="12" +- height="12" +- x="3.9884882" +- y="1036.2552" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="menu-checkbox-unchecked-insensitive" +- transform="translate(307.22616,-830.26201)" +- inkscape:label="#g4235"> +- <path +- inkscape:connector-curvature="0" +- id="path4220-3" +- d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-checkbox-checked-insensitive" +- transform="translate(307.54632,-811.90071)" +- inkscape:label="#g4246"> +- <path +- inkscape:connector-curvature="0" +- id="path4226-9" +- d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1036.2552" +- x="26.667059" +- height="12" +- width="12" +- id="rect4228-6" +- style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-checkbox-unchecked-prelight" +- transform="translate(330.7083,-762.44338)" +- inkscape:label="#g4230" +- style="fill:#fcfcfc"> +- <path +- style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4204-1-3" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="menu-checkbox-checked-prelight" +- inkscape:label="#g4240" +- transform="translate(330.22489,-766.10528)"> +- <path +- style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" +- id="path4212-4-7" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="rect4214-6-5" +- width="12" +- height="12" +- x="3.9884882" +- y="1036.2552" +- rx="1" +- ry="1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1037.245,216.14981)" +- id="menu-arrow" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-66-1" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-5-3" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1051.245,216.14983)" +- id="menu-arrow-prelight" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-9-9-6" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-2-8-9" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1065.245,216.14983)" +- id="menu-arrow-insens" +- inkscape:label="#g4521"> +- <rect +- y="981.36218" +- x="30" +- height="11" +- width="11" +- id="rect4519-6-8-7" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-6-8-5" +- d="m 30.5,989.53901 5,-5.0001 5,5.0001" +- style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-unchecked" +- transform="translate(391.21338,-876.21236)" +- inkscape:label="#g4328"> +- <path +- inkscape:connector-curvature="0" +- id="path4297-7" +- d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-unchecked-insensitive" +- transform="translate(366.21211,-852.09486)" +- inkscape:label="#g4333"> +- <path +- style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path4310-9" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="menu-option-checked" +- transform="translate(393.10742,-852.22126)" +- inkscape:label="#g4344"> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" +- id="path4316-8" +- inkscape:connector-curvature="0" /> +- <circle +- r="6" +- cy="1064.8381" +- cx="7.1059642" +- id="path4318-3" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-checked-insensitive" +- transform="translate(366.67885,-828.98771)" +- inkscape:label="#g4338"> +- <path +- inkscape:connector-curvature="0" +- id="path4324-3" +- d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- <circle +- style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" +- id="circle4326-8" +- cx="33.534534" +- cy="1064.8381" +- r="6" /> +- </g> +- <g +- id="menu-option-unchecked-prelight" +- transform="translate(392.21338,-781.21236)" +- inkscape:label="#g4328" +- style="fill:#fcfcfc"> +- <path +- inkscape:connector-curvature="0" +- id="path4297-7-3" +- d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-option-checked-prelight" +- transform="translate(394.10742,-778.68828)" +- inkscape:label="#g4344"> +- <path +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" +- d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" +- id="path4316-8-6" +- inkscape:connector-curvature="0" /> +- <circle +- r="6" +- cy="1064.8381" +- cx="7.1059642" +- id="path4318-3-3" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> +- </g> +- <g +- id="menu-frame" +- transform="translate(-14,-2.0000084)" +- inkscape:label="#g4505"> +- <rect +- y="478.36221" +- x="200" +- height="10" +- width="10" +- id="rect4495" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="478.36221" +- x="201" +- height="1" +- width="8" +- id="rect4497" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="479.36221" +- x="200" +- height="7.9999914" +- width="1" +- id="rect4499" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="487.36221" +- x="201" +- height="1" +- width="8" +- id="rect4501" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- y="479.36221" +- x="209" +- height="8" +- width="1" +- id="rect4503" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="matrix(0,1,-1,0,1171.3622,346.3622)" +- id="button-pathbar" +- inkscape:label="#g4521"> +- <rect +- y="910.36218" +- x="16" +- height="86" +- width="34" +- id="rect4519-66-8" +- style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4517-5-9" +- d="m 28,989.53901 5,-5.0001 5,5.0001" +- style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- </g> +-</svg> +diff --git a/Breeze-gtk/gtk-2.0/assets.txt b/Breeze-gtk/gtk-2.0/assets.txt +deleted file mode 100644 +index 46cad20..0000000 +--- a/Breeze-gtk/gtk-2.0/assets.txt ++++ /dev/null +@@ -1,107 +0,0 @@ +-Arrows/arrow-up +-Arrows/arrow-up-prelight +-Arrows/arrow-up-insens +-Arrows/arrow-up-small +-Arrows/arrow-up-small-prelight +-Arrows/arrow-up-small-insens +-Arrows/arrow-right +-Arrows/arrow-right-prelight +-Arrows/arrow-right-insens +-Arrows/arrow-right-small +-Arrows/arrow-right-small-prelight +-Arrows/arrow-right-small-insens +-Arrows/arrow-down +-Arrows/arrow-down-prelight +-Arrows/arrow-down-insens +-Arrows/arrow-down-small +-Arrows/arrow-down-small-prelight +-Arrows/arrow-down-small-insens +-Arrows/arrow-left +-Arrows/arrow-left-prelight +-Arrows/arrow-left-insens +-Arrows/arrow-left-small +-Arrows/arrow-left-small-prelight +-Arrows/arrow-left-small-insens +-Arrows/menu-arrow +-Arrows/menu-arrow-prelight +-Arrows/menu-arrow-insens +-Buttons/button-normal +-Buttons/button-default +-Buttons/button-prelight +-Buttons/button-insensitive +-Buttons/button-pressed +-Check-Radio/checkbox-checked +-Check-Radio/checkbox-checked-insensitive +-Check-Radio/menu-checkbox-checked +-Check-Radio/menu-checkbox-checked-prelight +-Check-Radio/menu-checkbox-checked-insensitive +-Check-Radio/checkbox-unchecked +-Check-Radio/checkbox-unchecked-insensitive +-Check-Radio/menu-checkbox-unchecked +-Check-Radio/menu-checkbox-unchecked-prelight +-Check-Radio/menu-checkbox-unchecked-insensitive +-Check-Radio/option-checked +-Check-Radio/option-checked-insensitive +-Check-Radio/menu-option-checked +-Check-Radio/menu-option-checked-prelight +-Check-Radio/menu-option-checked-insensitive +-Check-Radio/option-unchecked +-Check-Radio/option-unchecked-insensitive +-Check-Radio/menu-option-unchecked +-Check-Radio/menu-option-unchecked-prelight +-Check-Radio/menu-option-unchecked-insensitive +-Entry/entry-border-bg +-Entry/entry-border-active-bg +-Entry/entry-border-disabled-bg +-Tabs/notebook +-Tabs/notebook-gap-vert +-Tabs/notebook-gap-horiz +-Tabs/tab-bottom +-Tabs/tab-bottom-active +-Tabs/tab-top +-Tabs/tab-top-active +-Tabs/tab-left +-Tabs/tab-left-active +-Tabs/tab-right +-Tabs/tab-right-active +-Expanders/plus +-Expanders/minus +-Handles/handle-h +-Handles/handle-v +-Lines/line-h +-Lines/line-v +-Lines/menu-line-h +-Menubar/menubar-button +-Menubar/menu-frame +-ProgressBar/trough +-ProgressBar/bar +-Range/slider-horiz +-Range/slider-horiz-prelight +-Range/slider-vert +-Range/slider-vert-prelight +-Range/trough-horizontal +-Range/trough-vertical +-Scrollbars/slider-scrollbar-horiz +-Scrollbars/slider-scrollbar-horiz-prelight +-Scrollbars/slider-scrollbar-horiz-active +-Scrollbars/slider-scrollbar-horiz-insens +-Scrollbars/slider-scrollbar-vert +-Scrollbars/slider-scrollbar-vert-prelight +-Scrollbars/slider-scrollbar-vert-active +-Scrollbars/slider-scrollbar-vert-insens +-Scrollbars/trough-scrollbar-horiz +-Scrollbars/trough-scrollbar-vert +-Toolbar/toolbar-bg +-Toolbar/toolbutton-normal +-Toolbar/toolbutton-prelight +-Toolbar/toolbutton-pressed +-Toolbar/toolbutton-toggled +-Others/null +-Others/tree-header +-Spin/down-background +-Spin/up-background +-Spin/down-background-disable +-Spin/up-background-disable +-Shadows/frame +-Shadows/frame-gap-start +-Shadows/frame-gap-end +diff --git a/Breeze-gtk/gtk-2.0/gtkrc b/Breeze-gtk/gtk-2.0/gtkrc +old mode 100755 +new mode 100644 +index 2383e62..90400e5 +--- a/Breeze-gtk/gtk-2.0/gtkrc ++++ b/Breeze-gtk/gtk-2.0/gtkrc +@@ -1,1696 +1,30 @@ +-# Author: ScionicSpectre +-# Theme: Breezy +-# Description: Breeze theme for GTK+2.0 +- +-gtk-color-scheme = "bg_color:#EFF0F1\nselected_bg_color:#3DAEE9\nbase_color:#FCFCFC" # Background, base. +-gtk-color-scheme = "fg_color:#31363B\nselected_fg_color:#FFFFFF\ninsensitive_fg_color:#BDC3C7\ntext_color:#31363B" # Foreground, text. +-gtk-color-scheme = "tooltip_bg_color:#31363B\ntooltip_fg_color:#FCFCFC" # Tooltips. +- +-gtk-auto-mnemonics = 1 +- +-style "default" +-{ +- xthickness = 1 +- ythickness = 1 +- +- # Style Properties +- +- GtkScrollbar::activate-slider = 1 +- GtkWidget::focus-line-width = 0 +- GtkWidget::new-tooltip-style = 1 +- GtkWidget::tooltip-alpha = 230 +- GtkWidget::tooltip-radius = 2 +- GtkMenuBar::window-dragging = 1 +- GtkToolbar::window-dragging = 1 +- GtkToolbar::internal-padding = 5 +- +- GtkSeparatorMenuItem::horizontal-padding = 3 +- GtkSeparatorMenuItem::wide-separators = 1 +- GtkSeparatorMenuItem::separator-height = 1 +- +- GtkCheckMenuItem::indicator-size = 18 +- GtkRadioMenuItem::indicator-size = 18 +- +- GtkButton::child-displacement-y = 0 +- GtkButton::default-border = { 0, 0, 0, 0 } +- GtkButton::default-outside_border = { 0, 0, 0, 0 } +- +- GtkScrollbar::trough-border = 5 +- GtkScrollbar::slider-width = 10 +- GtkRange::trough-border = 0 +- GtkRange::slider-width = 7 +- GtkRange::stepper-size = 0 +- +- GtkScrollbar::has-backward-stepper = 1 +- GtkScrollbar::has-forward-stepper = 1 +- GtkScrollbar::stepper-size = 10 +- GtkScrollbar::stepper-spacing = 0 +- GtkScrolledWindow ::scrollbar-spacing = 0 +- GtkScrolledWindow ::scrollbars-within-bevel = 1 +- +- GtkVScale::slider_length = 18 +- GtkVScale::slider_width = 18 +- GtkHScale::slider_length = 18 +- GtkHScale::slider_width = 18 +- +- GtkStatusbar::shadow_type = GTK_SHADOW_NONE +- GtkSpinButton::shadow_type = GTK_SHADOW_NONE +- GtkMenuBar::shadow-type = GTK_SHADOW_NONE +- GtkMenuBar::internal-padding = 3 +- GtkMenu::horizontal-padding = 2 +- GtkMenu::vertical-padding = 2 +- +- GtkNotebook::tab-overlap = 7 +- GtkNotebook::tab-curvature = 7 +- +- GtkCheckButton::indicator_spacing = 3 +- GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } +- +- GtkTreeView::row_ending_details = 0 +- GtkTreeView::expander-size = 12 +- GtkTreeView::vertical-separator = 1 +- GtkTreeView::horizontal-separator = 4 +- GtkTreeView::allow-rules = 1 +- +- GtkProgressBar::min-horizontal-bar-height = 8 +- GtkProgressBar::min-vertical-bar-width = 8 +- +- GtkEntry::state-hint = 1 +- +- GtkWidget::link-color = "#1998DA" +- GtkWidget::visited-link-color = "#1478AC" +- +- # Colors +- +- bg[NORMAL] = @bg_color +- bg[PRELIGHT] = shade (1.02, @bg_color) +- bg[SELECTED] = @selected_bg_color +- bg[INSENSITIVE] = @bg_color +- bg[ACTIVE] = shade (0.9, @bg_color) +- +- fg[NORMAL] = @text_color +- fg[PRELIGHT] = @fg_color +- fg[SELECTED] = @selected_fg_color +- fg[INSENSITIVE] = @insensitive_fg_color +- fg[ACTIVE] = @fg_color +- +- text[NORMAL] = @text_color +- text[PRELIGHT] = @text_color +- text[SELECTED] = @selected_fg_color +- text[INSENSITIVE] = @insensitive_fg_color +- text[ACTIVE] = @selected_fg_color +- +- base[NORMAL] = @base_color +- base[PRELIGHT] = shade (0.95, @bg_color) +- base[SELECTED] = @selected_bg_color +- base[INSENSITIVE] = @bg_color +- base[ACTIVE] = shade (0.9, @selected_bg_color) +- +- # All pixmap options are consolidated below this point +- +- engine "pixmap" +- { +- +- # Check Buttons +- +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = SELECTED +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = SELECTED +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/checkbox-checked-insensitive.png" +- overlay_stretch = FALSE +- } +- +- # Radio Buttons +- +- image +- { +- function = OPTION +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = SELECTED +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Check-Radio/option-unchecked-insensitive.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = SELECTED +- shadow = IN +- overlay_file = "Check-Radio/option-checked.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/option-checked-insensitive.png" +- overlay_stretch = FALSE +- } +- +- # Arrows +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-up.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-up-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-up-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-up-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = UP +- } +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-down.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-down-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-down-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-down-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = DOWN +- } +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-left.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-left-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-left-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-left-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = LEFT +- } +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/arrow-right.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/arrow-right-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = ACTIVE +- overlay_file = "Arrows/arrow-right-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-right-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- +- +- # Option Menu Arrows +- +- image +- { +- function = TAB +- state = INSENSITIVE +- overlay_file = "Arrows/arrow-down-insens.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = TAB +- state = NORMAL +- overlay_file = "Arrows/arrow-down.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- } +- image +- { +- function = TAB +- state = PRELIGHT +- overlay_file = "Arrows/arrow-down-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- } +- +- #Lines +- +- image +- { +- function = VLINE +- file = "Lines/line-v.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- } +- image +- { +- function = HLINE +- file = "Lines/line-h.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- } +- +- # Handles +- +- image +- { +- function = HANDLE +- overlay_file = "Handles/handle-h.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- image +- { +- function = HANDLE +- overlay_file = "Handles/handle-v.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- +- # Expanders +- +- image +- { +- function = EXPANDER +- expander_style = COLLAPSED +- file = "Expanders/plus.png" +- } +- +- image +- { +- function = EXPANDER +- expander_style = EXPANDED +- file = "Expanders/minus.png" +- } +- +- image +- { +- function = EXPANDER +- expander_style = SEMI_EXPANDED +- file = "Expanders/minus.png" +- } +- +- image +- { +- function = EXPANDER +- expander_style = SEMI_COLLAPSED +- file = "Expanders/plus.png" +- } +- +- image +- { +- function = RESIZE_GRIP +- state = NORMAL +- detail = "statusbar" +- overlay_file = "Others/null.png" +- overlay_border = { 0,0,0,0 } +- overlay_stretch = FALSE +- } +- +- # Shadows ( this area needs help :P ) +- +- image +- { +- function = SHADOW_GAP +- file = "Others/null.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "scrollbar" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "trough" +- file = "Scrollbars/trough-scrollbar-horiz.png" +- border = { 25,25, 5, 5 } #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1 +- stretch = TRUE +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "trough" +- file = "Scrollbars/trough-scrollbar-vert.png" +- border = { 5, 5, 25, 25 } +- stretch = TRUE +- orientation = VERTICAL +- } +- +-# Sliders +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Scrollbars/slider-scrollbar-horiz.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- image +- { +- function = SLIDER +- state = ACTIVE +- file = "Scrollbars/slider-scrollbar-horiz-active.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Scrollbars/slider-scrollbar-horiz-prelight.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Scrollbars/slider-scrollbar-horiz-insens.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = HORIZONTAL +- +- } +- +-# X Verticals +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Scrollbars/slider-scrollbar-vert.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- image +- { +- function = SLIDER +- state = ACTIVE +- file = "Scrollbars/slider-scrollbar-vert-active.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Scrollbars/slider-scrollbar-vert-prelight.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Scrollbars/slider-scrollbar-vert-insens.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- orientation = VERTICAL +- +- } +- } +-} +- +-style "menubar" +-{ +- bg[PRELIGHT] = "#FFF" +- fg[SELECTED] = @text_color +- +- xthickness = 0 +- ythickness = 0 +- +- engine "pixmap" +- { +- image +- { +- function = BOX +- recolorable = TRUE +- state = PRELIGHT +- file = "Menubar/menubar-button.png" +- +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "menu" +-{ +- xthickness = 0 +- ythickness = 0 +- +- GtkMenuItem::arrow-scaling = 0.4 +-} +- +-style "menu_item" +-{ +- xthickness = 2 +- ythickness = 3 +- +- bg[PRELIGHT] = @selected_bg_color +- fg[PRELIGHT] = @selected_fg_color +- text[PRELIGHT] = @selected_fg_color +- +- GtkMenuItem::toggle-spacing = 10 +- +- engine "pixmap" +- { +- +- # Check Buttons +- +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-unchecked.png" +- overlay_stretch = TRUE #needed for LibreOffice +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-unchecked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Check-Radio/menu-checkbox-unchecked-insensitive.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = CHECK +- recolorable = TRUE +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-checkbox-checked-insensitive.png" +- overlay_stretch = TRUE +- } +- +- # Radio Buttons +- +- image +- { +- function = OPTION +- state = NORMAL +- shadow = OUT +- overlay_file = "Check-Radio/menu-option-unchecked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = OUT +- overlay_file = "Check-Radio/menu-option-unchecked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = OUT +- overlay_file = "Check-Radio/menu-option-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = OUT +- overlay_file = "Others/null.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = OPTION +- state = NORMAL +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = PRELIGHT +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked-prelight.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = ACTIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = OPTION +- state = INSENSITIVE +- shadow = IN +- overlay_file = "Check-Radio/menu-option-checked-insensitive.png" +- overlay_stretch = TRUE +- } +- image +- { +- function = SHADOW # This fixes boxy Qt menu items +- file = "Others/null.png" +- border = { 10, 10, 10, 10 } +- stretch = TRUE +- } +- +- # Arrow Buttons +- +- image +- { +- function = ARROW +- state = NORMAL +- overlay_file = "Arrows/menu-arrow.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = PRELIGHT +- overlay_file = "Arrows/menu-arrow-prelight.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- image +- { +- function = ARROW +- state = INSENSITIVE +- overlay_file = "Arrows/menu-arrow-insens.png" +- overlay_border = { 0, 0, 0, 0 } +- overlay_stretch = FALSE +- arrow_direction = RIGHT +- } +- } +-} +- +-style "menubar_item" +-{ +- xthickness = 2 +- ythickness = 2 +- bg[PRELIGHT] = @selected_fg_color +- fg[PRELIGHT] = @selected_fg_color +-} +- +-style "toolbar" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Toolbar/toolbar-bg.png" +- stretch = TRUE +- } +- } +-} +- +-style "button" +-{ +- xthickness = 4 +- ythickness = 4 +- +- engine "pixmap" +- { +- image +- { +- function = BOX +- state = NORMAL +- file = "Buttons/button-default.png" +- border = {4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = BOX +- state = PRELIGHT +- file = "Buttons/button-prelight.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = BOX +- state = ACTIVE +- file = "Buttons/button-pressed.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = BOX +- state = INSENSITIVE +- file = "Buttons/button-insensitive.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "toolbuttons" +-{ +- ythickness = 1 +- GtkWidget::focus_padding = 2 +- +- engine "pixmap" { +- +-image +- { +- function = BOX +- state = NORMAL +- file = "Toolbar/toolbutton-normal.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +-image +- { +- function = BOX +- state = PRELIGHT +- file = "Toolbar/toolbutton-prelight.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +-image +- { +- function = BOX +- state = ACTIVE +- file = "Toolbar/toolbutton-pressed.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +-image +- { +- function = BOX +- state = INSENSITIVE +- file = "Toolbar/toolbutton-normal.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "tooltoggle_buttons" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- state = ACTIVE +- file = "Toolbar/toolbutton-toggled.png" +- border = { 4, 4, 4, 4} +- stretch = TRUE +- } +- } +-} +- +-style "entry" +-{ +- xthickness = 3 +- ythickness = 3 +- +- engine "pixmap" +- { +- image +- { +- function = SHADOW +- detail = "entry" +- state = NORMAL +- shadow = IN +- file = "Entry/entry-border-bg.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = SHADOW +- detail = "entry" +- state = INSENSITIVE +- shadow = IN +- file = "Entry/entry-border-disabled-bg.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = SHADOW +- detail = "entry" +- state = ACTIVE +- file = "Entry/entry-border-active-bg.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- image +- { +- function = FLAT_BOX +- detail = "entry_bg" +- state = ACTIVE +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- } +- } +-} +- +-style "notebook_tab_label" +-{ +- fg[ACTIVE] = @text_color +-} +- +-style "spinbutton" = "default" +-{ +- #bg[NORMAL] = @bg_color +- +- xthickness = 3 +- ythickness = 3 +- GtkWidget::interior_focus = 1 +- +-engine "pixmap" +- { +- image +- { +- function = ARROW +- } +- +- #Spin-up +- image +- { +- function = BOX +- state = NORMAL +- detail = "spinbutton_up" +- file = "Spin/up-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = PRELIGHT +- detail = "spinbutton_up" +- file = "Spin/up-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small-prelight.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = INSENSITIVE +- detail = "spinbutton_up" +- file = "Spin/up-background-disable.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small-insens.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = ACTIVE +- detail = "spinbutton_up" +- file = "Spin/up-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-up-small-prelight.png" +- overlay_stretch = FALSE +- } +- +- # Spin-Down +- image +- { +- function = BOX +- state = NORMAL +- detail = "spinbutton_down" +- file = "Spin/down-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = PRELIGHT +- detail = "spinbutton_down" +- file = "Spin/down-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small-prelight.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = INSENSITIVE +- detail = "spinbutton_down" +- file = "Spin/down-background-disable.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small-insens.png" +- overlay_stretch = FALSE +- } +- image +- { +- function = BOX +- state = ACTIVE +- detail = "spinbutton_down" +- file = "Spin/down-background.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- overlay_file = "Arrows/arrow-down-small-prelight.png" +- overlay_stretch = FALSE +- } +- } +-} +- +-style "notebook" +-{ +- +- xthickness = 5 +- ythickness = 2 +- +- engine "pixmap" +- { +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-bottom.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = TOP +- } +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-top.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = BOTTOM +- } +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-left.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = RIGHT +- } +- image +- { +- function = EXTENSION +- state = ACTIVE +- file = "Tabs/tab-right.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = LEFT +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-top-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = BOTTOM +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-bottom-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = TOP +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-left-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = RIGHT +- } +- image +- { +- function = EXTENSION +- file = "Tabs/tab-right-active.png" +- border = { 3,3,3,3 } +- stretch = TRUE +- gap_side = LEFT +- } +- +-# How to draw boxes with a gap on one side (ie the page of a notebook) +- +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-horiz.png" +- gap_border = { 2, 2, 0, 0 } +- gap_side = TOP +- } +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-horiz.png" +- gap_border = { 2, 2, 0, 0 } +- gap_side = BOTTOM +- } +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-vert.png" +- gap_border = { 0, 0, 2, 2 } +- gap_side = LEFT +- } +- image +- { +- function = BOX_GAP +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- gap_file = "Tabs/notebook-gap-vert.png" +- gap_border = { 0, 0, 2, 2 } +- gap_side = RIGHT +- } +- +-# How to draw the box of a notebook when it isnt attached to a tab +- +- image +- { +- function = BOX +- file = "Tabs/notebook.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- } +- } +-} +- +-style "range" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "trough" +- file = "Range/trough-horizontal.png" +- border = { 4, 4, 0, 0 } +- stretch = TRUE +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "trough" +- file = "Range/trough-vertical.png" +- border = { 0, 0, 4, 4 } +- stretch = TRUE +- orientation = VERTICAL +- } +- +- # Horizontal +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-horiz.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-horiz-prelight.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-horiz.png" +- overlay_stretch = FALSE +- orientation = HORIZONTAL +- } +- +- # Vertical +- +- image +- { +- function = SLIDER +- state = NORMAL +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-vert.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- image +- { +- function = SLIDER +- state = PRELIGHT +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-vert-prelight.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- image +- { +- function = SLIDER +- state = INSENSITIVE +- file = "Others/null.png" +- border = { 0, 0, 0, 0 } +- stretch = TRUE +- overlay_file = "Range/slider-vert.png" +- overlay_stretch = FALSE +- orientation = VERTICAL +- } +- # Function below removes ugly boxes +- +- image +- { +- function = BOX +- file = "Others/null.png" +- border = { 3, 3, 3, 3 } +- stretch = TRUE +- } +- +- } +-} +- +-style "progressbar" { +- xthickness = 0 +- ythickness = 0 +- +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "trough" +- file = "ProgressBar/trough.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "bar" +- file = "ProgressBar/bar.png" +- stretch = TRUE +- border = { 4, 4, 4, 4 } +- orientation = HORIZONTAL +- } +- image +- { +- function = BOX +- detail = "trough" +- file = "ProgressBar/trough.png" +- border = { 4, 4, 4, 4 } +- stretch = TRUE +- orientation = VERTICAL +- } +- image +- { +- function = BOX +- detail = "bar" +- file = "ProgressBar/bar.png" +- stretch = TRUE +- border = { 4, 4, 4, 4 } +- orientation = VERTICAL +- } +- } +-} +- +-style "separator_menu_item" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Lines/menu-line-h.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- } +- } +-} +- +-style "treeview" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Others/tree-header.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- } +- } +-} +- +-style "scrolled_window" +-{ +- engine "pixmap" +- { +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 5, 5, 5, 5 } +- stretch = TRUE +- } +- } +-} +- +-style "frame" +-{ +- xthickness = 1 +- ythickness = 1 +- +- engine "pixmap" +- { +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = IN +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = IN +- } +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = OUT +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = OUT +- } +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = ETCHED_IN +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = ETCHED_IN +- } +- image +- { +- function = SHADOW +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- shadow = ETCHED_OUT +- } +- image +- { +- function = SHADOW_GAP +- file = "Shadows/frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- gap_start_file = "Shadows/frame-gap-start.png" +- gap_start_border = { 1, 0, 0, 0 } +- gap_end_file = "Shadows/frame-gap-end.png" +- gap_end_border = { 0, 1, 0, 0 } +- shadow = ETCHED_OUT +- } +- } +-} +- +-style "tooltips" +-{ +- xthickness = 8 +- ythickness = 4 +- +- bg[NORMAL] = @tooltip_bg_color +- fg[NORMAL] = @tooltip_fg_color +- bg[SELECTED] = @tooltip_bg_color +-} +- +-# Chromium +- +-style "chrome-gtk-frame" +-{ +- ChromeGtkFrame::frame-color = @bg_color +- ChromeGtkFrame::inactive-frame-color = @bg_color +- +- ChromeGtkFrame::frame-gradient-size = 16 +- ChromeGtkFrame::frame-gradient-color = @bg_color +- +- ChromeGtkFrame::incognito-frame-color = lighter (@bg_color) +- ChromeGtkFrame::incognito-inactive-frame-color = lighter (@bg_color) +- +- ChromeGtkFrame::incognito-frame-gradient-size = 16 +- ChromeGtkFrame::incognito-frame-gradient-color = @bg_color +- +- ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) +- ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) +- ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +-} +- +-# Firefox/Thunderbird +- +-style "mozilla" +-{ +- bg[ACTIVE] = @bg_color +-} +- +-style "null" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- file = "Others/null.png" +- stretch = TRUE +- } +- } +-} +- +-style "menu_framed_box" +-{ +- engine "pixmap" +- { +- image +- { +- function = BOX +- detail = "menu" +- file = "Menubar/menu-frame.png" +- border = { 1, 1, 1, 1 } +- stretch = TRUE +- } +- } +-} +- +-class "GtkWidget" style "default" +-class "GtkScrollbar" style "scrollbar" +-class "GtkButton" style "button" +-class "GtkEntry" style "entry" +-class "GtkOldEditable" style "entry" +-class "GtkSpinButton" style "spinbutton" +-class "GtkNotebook" style "notebook" +-class "GtkRange" style "range" +-class "GtkProgressBar" style "progressbar" +-class "GtkSeparatorMenuItem" style "separator_menu_item" +-class "GtkScrolledWindow" style "scrolled_window" +-class "GtkFrame" style "frame" +- +-class "ChromeGtkFrame" style "chrome-gtk-frame" +- +-widget_class "*<GtkMenuBar>*" style "menubar" +-widget_class "*<GtkMenu>*" style "menu" +-widget_class "*<GtkMenu>*" style "menu_framed_box" +-widget_class "*<GtkMenuItem>*" style "menu_item" +-widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +-widget_class "*Nautilus*ToolBar*" style "toolbar" +-widget_class "*HandleBox" style "toolbar" +-widget_class "*BonoboDockItem" style "toolbar" +-widget_class "*HandleBox" style "toolbar" +-widget_class "*<GtkToolbar>" style "toolbar" +-widget_class "*.<GtkTreeView>*" style "treeview" +-widget_class "*Tool*GtkButton" style "toolbuttons" +-widget_class "*Tool*GtkToggleButton" style "tooltoggle_buttons" +-widget_class "*<GtkFileChooserDialog>*GtkToggleButton*" style "toolbuttons" +-widget_class "*<GtkFileChooserDialog>*GtkComboBox*" style "button" +-widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" +-widget "gtk-tooltip*" style "tooltips" +- +-# Xchat special cases +-widget "*xchat-inputbox" style "entry" +- +-# Chrome/Chromium +-widget_class "*Chrom*Button*" style "button" +-widget "*swt*toolbar*" style "null" +- +-# Firefox/Thunderbird +-widget "MozillaGtkWidget*" style "mozilla" ++# Theme: Breeze-gtk ++# Description: Breeze theme for GTK+2.0 ++ ++gtk-color-scheme = "text_color:#31363b" ++gtk-color-scheme = "base_color:#fcfcfc" ++gtk-color-scheme = "insensitive_base_color:#e5e5e5" ++gtk-color-scheme = "fg_color:#31363b" ++gtk-color-scheme = "bg_color:#eff0f1" ++gtk-color-scheme = "selected_fg_color:#eff0f1" ++gtk-color-scheme = "selected_bg_color:#3daee9" ++gtk-color-scheme = "button_fg_color:#31363b" ++gtk-color-scheme = "tooltip_fg_color:#eff0f1" ++gtk-color-scheme = "tooltip_bg_color:#31363b" ++gtk-color-scheme = "insensitive_fg_color:#aaadaf" ++gtk-color-scheme = "insensitive_text_color:#b3b4b6" ++gtk-color-scheme = "button_insensitive_fg_color:#aaadaf" ++gtk-color-scheme = "button_active:#3daee9" ++gtk-color-scheme = "border_color:#bfc1c3" ++ ++include "widgets/default" ++include "widgets/buttons" ++include "widgets/menu" ++include "widgets/entry" ++include "widgets/notebook" ++include "widgets/range" ++include "widgets/scrollbar" ++include "widgets/toolbar" ++include "widgets/progressbar" ++include "widgets/misc" ++include "widgets/styles" +diff --git a/Breeze-gtk/gtk-2.0/render-assets.sh b/Breeze-gtk/gtk-2.0/render-assets.sh +deleted file mode 100644 +index ef2a6ff..0000000 +--- a/Breeze-gtk/gtk-2.0/render-assets.sh ++++ /dev/null +@@ -1,28 +0,0 @@ +-#! /bin/bash +- +-INKSCAPE="/usr/bin/inkscape" +-OPTIPNG="/usr/bin/optipng" +- +-SRC_FILE="assets.svg" +-INDEX="assets.txt" +- +-for i in `cat $INDEX` +-do +-ASSETS_DIR=`echo $i | cut -f1 -d '/'` +- if [ '!' -d $ASSETS_DIR ]; +- then mkdir $ASSETS_DIR; +- fi +- i=`echo $i | cut -f2 -d '/'` +- +-if [ -f $ASSETS_DIR/$i.png ]; then +- echo $ASSETS_DIR/$i.png exists. +-else +- echo +- echo Rendering $ASSETS_DIR/$i.png +- $INKSCAPE --export-id=$i \ +- --export-id-only \ +- --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\ +- # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +-fi +-done +-exit 0 +diff --git a/Breeze-gtk/gtk-2.0/widgets/buttons b/Breeze-gtk/gtk-2.0/widgets/buttons +new file mode 100644 +index 0000000..37eb221 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/buttons +@@ -0,0 +1,385 @@ ++style "button" ++{ ++ xthickness = 4 ++ ythickness = 5 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/button.png" ++ border = {4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/button-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/button-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/button-insensitive.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ ++ ++ ++ # Arrows ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-up-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-left-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-right-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ ++ ++ ++ ++ image ++ { ++ function = TAB ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ } ++} ++ ++style "togglebutton" ++{ ++ xthickness = 4 ++ ythickness = 5 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/togglebutton.png" ++ border = {4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/togglebutton-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/togglebutton-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/togglebutton-insensitive.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "spinbutton" = "default" ++{ ++ #bg[NORMAL] = @bg_color ++ ++ xthickness = 3 ++ ythickness = 3 ++ GtkWidget::interior_focus = 1 ++ ++engine "pixmap" ++ { ++ image ++ { ++ function = ARROW ++ } ++ ++ #Spin-up ++ image ++ { ++ function = BOX ++ state = NORMAL ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up-insensitive.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ detail = "spinbutton_up" ++ file = "../assets/spinbutton-up.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-up-active.png" ++ overlay_stretch = FALSE ++ } ++ ++ # Spin-Down ++ image ++ { ++ function = BOX ++ state = NORMAL ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down-insensitive.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ detail = "spinbutton_down" ++ file = "../assets/spinbutton-down.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ overlay_file = "../assets/arrow-small-down-hover.png" ++ overlay_stretch = FALSE ++ } ++ } ++} ++ ++style "button_label" { ++ fg[NORMAL] = @button_fg_color ++ fg[ACTIVE] = @button_fg_color ++ fg[INSENSITIVE] = @button_insensitive_fg_color ++} ++ ++style "combobox_separator" ++{ ++ xthickness = 0 ++ ythickness = 0 ++ GtkWidget::wide-separators = 1 ++} +diff --git a/Breeze-gtk/gtk-2.0/widgets/default b/Breeze-gtk/gtk-2.0/widgets/default +new file mode 100644 +index 0000000..d714d83 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/default +@@ -0,0 +1,542 @@ ++gtk-auto-mnemonics = 1 ++ ++style "default" ++{ ++ xthickness = 1 ++ ythickness = 1 ++ ++ # Style Properties ++ ++ GtkScrollbar::activate-slider = 1 ++ GtkWidget::focus-line-width = 0 ++ GtkWidget::new-tooltip-style = 1 ++ GtkWidget::tooltip-alpha = 230 ++ GtkWidget::tooltip-radius = 2 ++ GtkMenuBar::window-dragging = 1 ++ GtkToolbar::window-dragging = 1 ++ GtkToolbar::internal-padding = 5 ++ GtkToolButton::icon-spacing = 4 ++ ++ GtkSeparatorMenuItem::horizontal-padding = 3 ++ GtkSeparatorMenuItem::wide-separators = 1 ++ GtkSeparatorMenuItem::separator-height = 1 ++ ++ GtkCheckMenuItem::indicator-size = 18 ++ GtkRadioMenuItem::indicator-size = 18 ++ ++ GtkButton::child-displacement-y = 0 ++ GtkButton::default-border = { 0, 0, 0, 0 } ++ GtkButton::default-outside_border = { 0, 0, 0, 0 } ++ ++ GtkScrollbar::trough-border = 0 ++ GtkScrollbar::slider-width = 20 ++ GtkRange::trough-border = 0 ++ GtkRange::slider-width = 7 ++ GtkRange::stepper-size = 0 ++ ++ GtkScrollbar::has-backward-stepper = 1 ++ GtkScrollbar::has-forward-stepper = 1 ++ GtkScrollbar::stepper-size = 15 ++ GtkScrollbar::stepper-spacing = 0 ++ GtkScrolledWindow ::scrollbar-spacing = 0 ++ GtkScrolledWindow ::scrollbars-within-bevel = 1 ++ ++ GtkVScale::slider_length = 20 ++ GtkVScale::slider_width = 20 ++ GtkHScale::slider_length = 20 ++ GtkHScale::slider_width = 20 ++ ++ GtkStatusbar::shadow_type = GTK_SHADOW_NONE ++ GtkSpinButton::shadow_type = GTK_SHADOW_NONE ++ GtkMenuBar::shadow-type = GTK_SHADOW_NONE ++ GtkMenuBar::internal-padding = 3 ++ GtkMenu::horizontal-padding = 0 ++ GtkMenu::vertical-padding = 0 ++ ++ GtkNotebook::tab-overlap = 1 ++ GtkNotebook::tab-curvature = 3 ++ ++ GtkCheckButton::indicator_spacing = 3 ++ #GtkOptionMenu::indicator_spacing = { 0, 0, 0, 0 } ++ ++ GtkTreeView::row_ending_details = 0 ++ GtkTreeView::expander-size = 12 ++ GtkTreeView::vertical-separator = 1 ++ GtkTreeView::horizontal-separator = 4 ++ GtkTreeView::allow-rules = 1 ++ ++ GtkProgressBar::min-horizontal-bar-height = 8 ++ GtkProgressBar::min-vertical-bar-width = 8 ++ ++ GtkEntry::state-hint = 1 ++ ++ # Colors ++ ++ bg[NORMAL] = @bg_color ++ bg[PRELIGHT] = @bg_color ++ bg[SELECTED] = @selected_bg_color ++ bg[INSENSITIVE] = @bg_color ++ bg[ACTIVE] = @bg_color ++ ++ fg[NORMAL] = @fg_color ++ fg[PRELIGHT] = @fg_color ++ fg[SELECTED] = @selected_fg_color ++ fg[INSENSITIVE] = @insensitive_fg_color ++ fg[ACTIVE] = @fg_color ++ ++ text[NORMAL] = @text_color ++ text[PRELIGHT] = @text_color ++ text[SELECTED] = @selected_fg_color ++ text[INSENSITIVE] = @insensitive_text_color ++ text[ACTIVE] = @selected_fg_color ++ ++ base[NORMAL] = @base_color ++ base[PRELIGHT] = @base_color ++ base[SELECTED] = @selected_bg_color ++ base[INSENSITIVE] = @bg_color ++ base[ACTIVE] = @selected_bg_color ++ ++ # All pixmap options are consolidated below this point ++ ++ engine "pixmap" ++ { ++ ++ # Check Buttons ++ ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = SELECTED ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/check-checked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = SELECTED ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ ++ # Radio Buttons ++ ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = SELECTED ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/radio-checked-hover.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = SELECTED ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ ++ # Arrows ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-up.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-up-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-up-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-up-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = UP ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-down-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = DOWN ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-left.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-left-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-left-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-left-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = LEFT ++ } ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/arrow-right.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-right-hover.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = ACTIVE ++ overlay_file = "../assets/arrow-right-active.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-right-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ ++ ++ # Option Menu ../assets ++ ++ image ++ { ++ function = TAB ++ state = INSENSITIVE ++ overlay_file = "../assets/arrow-down-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = NORMAL ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = TAB ++ state = PRELIGHT ++ overlay_file = "../assets/arrow-down.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ } ++ ++ #Lines ++ ++ image ++ { ++ function = VLINE ++ file = "../assets/handle-v.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = HLINE ++ file = "../assets/line-h.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ } ++ ++ # Handles ++ ++ image ++ { ++ function = HANDLE ++ overlay_file = "../assets/handle-h.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = HANDLE ++ overlay_file = "../assets/handle-v.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ ++ # Expanders ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = COLLAPSED ++ file = "../assets/arrow-right.png" ++ } ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = EXPANDED ++ file = "../assets/arrow-down.png" ++ } ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = SEMI_EXPANDED ++ file = "../assets/arrow-down.png" ++ } ++ ++ image ++ { ++ function = EXPANDER ++ expander_style = SEMI_COLLAPSED ++ file = "../assets/arrow-right.png" ++ } ++ ++ image ++ { ++ function = RESIZE_GRIP ++ state = NORMAL ++ detail = "statusbar" ++ overlay_file = "../assets/null.png" ++ overlay_border = { 0,0,0,0 } ++ overlay_stretch = FALSE ++ } ++ ++ # Shadows ( this area needs help :P ) ++ ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} +diff --git a/Breeze-gtk/gtk-2.0/widgets/entry b/Breeze-gtk/gtk-2.0/widgets/entry +new file mode 100644 +index 0000000..ab81f42 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/entry +@@ -0,0 +1,214 @@ ++style "entry" ++{ ++ xthickness = 4 ++ ythickness = 4 ++ ++ base[NORMAL] = @base_color ++ base[ACTIVE] = @base_color ++ base[INSENSITIVE] = @insensitive_base_color ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = SHADOW ++ detail = "entry" ++ state = NORMAL ++ shadow = IN ++ file = "../assets/entry.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = SHADOW ++ detail = "entry" ++ state = INSENSITIVE ++ shadow = IN ++ file = "../assets/entry-insensitive.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = SHADOW ++ detail = "entry" ++ state = ACTIVE ++ file = "../assets/entry-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = FLAT_BOX ++ detail = "entry_bg" ++ state = ACTIVE ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "combobox_entry" ++{ ++ xthickness = 3 ++ ythickness = 4 ++ ++ engine "pixmap" { ++ ++ # LTR version ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = NORMAL ++ shadow = IN ++ file = "../assets/combo-entry.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = INSENSITIVE ++ shadow = IN ++ file = "../assets/combo-entry-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = ACTIVE ++ file = "../assets/combo-entry-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ # RTL version ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = NORMAL ++ shadow = IN ++ file = "../assets/combo-entry-button.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = INSENSITIVE ++ shadow = IN ++ file = "../assets/combo-entry-button-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = SHADOW ++ detail = "entry" ++ state = ACTIVE ++ file = "../assets/combo-entry-button-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ } ++} ++ ++style "combobox_entry_button" ++{ ++ xthickness = 6 ++ ++ fg[ACTIVE] = @text_color ++ ++ engine "pixmap" { ++ ++ # LTR version ++ ++ image { ++ function = BOX ++ state = NORMAL ++ file = "../assets/combo-entry-button.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/combo-entry-button.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/combo-entry-button-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ image { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/combo-entry-button-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = LTR ++ } ++ ++ # RTL version ++ image { ++ function = BOX ++ state = NORMAL ++ file = "../assets/combo-entry.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/combo-entry.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/combo-entry-insensitive.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ ++ image { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/combo-entry-active.png" ++ border = { 4, 4, 5, 4 } ++ stretch = TRUE ++ direction = RTL ++ } ++ } ++} ++ +diff --git a/Breeze-gtk/gtk-2.0/widgets/menu b/Breeze-gtk/gtk-2.0/widgets/menu +new file mode 100644 +index 0000000..aaff5b1 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/menu +@@ -0,0 +1,277 @@ ++style "menubar" ++{ ++ #bg[SELECTED] = @selected_fg_color ++ ++ fg[NORMAL] = @fg_color ++ fg[SELECTED] = @selected_fg_color ++ ++ text[PRELIGHT] = @fg_color ++ ++ xthickness = 0 ++ ythickness = 0 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ recolorable = TRUE ++ state = PRELIGHT ++ file = "../assets/menubar-button.png" ++ ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "menu" ++{ ++ xthickness = 0 ++ ythickness = 0 ++ ++ #GtkMenuItem::arrow-scaling = 0.4 ++ ++ engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator ++ ++ image { ++ function = HLINE ++ file = "../assets/line-h.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "menu_item" ++{ ++ xthickness = 2 ++ ythickness = 4 ++ ++ bg[PRELIGHT] = @button_active ++ fg[PRELIGHT] = @selected_fg_color ++ text[PRELIGHT] = @selected_fg_color ++ ++ GtkMenuItem::toggle-spacing = 10 ++ GtkMenuItem::arrow-spacing = 10 ++ ++ engine "pixmap" ++ { ++ ++ # Check Buttons ++ ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = TRUE #needed for LibreOffice ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/check-unchecked-insensitive.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = CHECK ++ recolorable = TRUE ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/check-checked-insensitive.png" ++ overlay_stretch = TRUE ++ } ++ ++ # Radio Buttons ++ ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = OUT ++ overlay_file = "../assets/radio-unchecked-insensitive.png" ++ overlay_stretch = FALSE ++ } ++ image ++ { ++ function = OPTION ++ state = NORMAL ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = PRELIGHT ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = ACTIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-active.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = OPTION ++ state = INSENSITIVE ++ shadow = IN ++ overlay_file = "../assets/radio-checked-insensitive.png" ++ overlay_stretch = TRUE ++ } ++ image ++ { ++ function = SHADOW # This fixes boxy Qt menu items ++ file = "../assets/null.png" ++ border = { 10, 10, 10, 10 } ++ stretch = TRUE ++ } ++ ++ # Arrow Buttons ++ ++ image ++ { ++ function = ARROW ++ state = NORMAL ++ overlay_file = "../assets/menu-arrow.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = PRELIGHT ++ overlay_file = "../assets/menu-arrow-selected.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ image ++ { ++ function = ARROW ++ state = INSENSITIVE ++ overlay_file = "../assets/menu-arrow-insensitive.png" ++ overlay_border = { 0, 0, 0, 0 } ++ overlay_stretch = FALSE ++ arrow_direction = RIGHT ++ } ++ } ++} ++ ++style "menubar_item" ++{ ++ xthickness = 2 ++ ythickness = 2 ++ bg[PRELIGHT] = @selected_fg_color ++ fg[PRELIGHT] = @selected_fg_color ++} ++ ++style "menu_framed_box" #this is not needed in Gnome ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "menu" ++ file = "../assets/frame.png" ++ border = { 3, 3, 3, 3 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "separator_menu_item" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/line-h.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ } ++ } ++} +diff --git a/Breeze-gtk/gtk-2.0/widgets/misc b/Breeze-gtk/gtk-2.0/widgets/misc +new file mode 100644 +index 0000000..b8c303a +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/misc +@@ -0,0 +1,168 @@ ++style "treeview" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/tree-header.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "scrolled_window" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "frame" ++{ ++ xthickness = 1 ++ ythickness = 1 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = IN ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = IN ++ } ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = OUT ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = OUT ++ } ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = ETCHED_IN ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = ETCHED_IN ++ } ++ image ++ { ++ function = SHADOW ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ shadow = ETCHED_OUT ++ } ++ image ++ { ++ function = SHADOW_GAP ++ file = "../assets/frame.png" ++ border = { 1, 1, 1, 1 } ++ stretch = TRUE ++ gap_start_file = "../assets/frame-gap-start.png" ++ gap_start_border = { 1, 0, 0, 0 } ++ gap_end_file = "../assets/frame-gap-end.png" ++ gap_end_border = { 0, 1, 0, 0 } ++ shadow = ETCHED_OUT ++ } ++ } ++} ++ ++style "tooltips" ++{ ++ xthickness = 8 ++ ythickness = 4 ++ ++ bg[NORMAL] = @tooltip_bg_color ++ fg[NORMAL] = @tooltip_fg_color ++ bg[SELECTED] = @tooltip_bg_color ++} ++ ++# Chromium ++ ++style "chrome-gtk-frame" ++{ ++ ChromeGtkFrame::frame-color = @bg_color ++ ChromeGtkFrame::inactive-frame-color = @bg_color ++ ++ ChromeGtkFrame::frame-gradient-size = 100 ++ ChromeGtkFrame::frame-gradient-color = @bg_color ++ ++ ChromeGtkFrame::incognito-frame-color = @bg_color ++ ChromeGtkFrame::incognito-inactive-frame-color = @bg_color ++ ++ ChromeGtkFrame::incognito-frame-gradient-size = 100 ++ ChromeGtkFrame::incognito-frame-gradient-color = @bg_color ++ ++ ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) ++ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) ++ ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color ++} ++ ++style "null" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/null.png" ++ stretch = TRUE ++ } ++ } ++} ++ ++style "toplevel_hack" { ++ ++ engine "adwaita" { ++ } ++} ++ +diff --git a/Breeze-gtk/gtk-2.0/widgets/notebook b/Breeze-gtk/gtk-2.0/widgets/notebook +new file mode 100644 +index 0000000..15d7ccf +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/notebook +@@ -0,0 +1,138 @@ ++style "notebook_tab_label" ++{ ++ fg[ACTIVE] = @fg_color ++} ++ ++ ++style "notebook" ++{ ++ ++ xthickness = 5 ++ ythickness = 2 ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-bottom-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = TOP ++ } ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-top-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = BOTTOM ++ } ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-left-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = RIGHT ++ } ++ image ++ { ++ function = EXTENSION ++ state = ACTIVE ++ file = "../assets/tab-right-inactive.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = LEFT ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-top-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = BOTTOM ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-bottom-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = TOP ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-left-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = RIGHT ++ } ++ image ++ { ++ function = EXTENSION ++ file = "../assets/tab-right-active.png" ++ border = { 3,3,3,3 } ++ stretch = TRUE ++ gap_side = LEFT ++ } ++ ++# How to draw boxes with a gap on one side (ie the page of a notebook) ++ ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-top.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-horizontal.png" ++ gap_border = { 1, 1, 0, 0 } ++ gap_side = TOP ++ } ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-bottom.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-horizontal.png" ++ gap_border = { 1, 1, 0, 0 } ++ gap_side = BOTTOM ++ } ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-top.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-vertical.png" ++ gap_border = { 0, 0, 1, 1 } ++ gap_side = LEFT ++ } ++ image ++ { ++ function = BOX_GAP ++ file = "../assets/notebook-frame-right.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ gap_file = "../assets/notebook-gap-vertical.png" ++ gap_border = { 0, 0, 1, 1 } ++ gap_side = RIGHT ++ } ++ ++# How to draw the box of a notebook when it isnt attached to a tab ++ ++ image ++ { ++ function = BOX ++ file = "../assets/frame.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ +diff --git a/Breeze-gtk/gtk-2.0/widgets/progressbar b/Breeze-gtk/gtk-2.0/widgets/progressbar +new file mode 100644 +index 0000000..f10e9d7 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/progressbar +@@ -0,0 +1,47 @@ ++style "progressbar" { ++ xthickness = 0 ++ ythickness = 0 ++ ++ fg[PRELIGHT] = @selected_fg_color ++ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/progressbar-trough.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "bar" ++ file = "../assets/progressbar-bar.png" ++ stretch = TRUE ++ border = { 4, 4, 4, 4 } ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/progressbar-trough.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ orientation = VERTICAL ++ } ++ image ++ { ++ function = BOX ++ detail = "bar" ++ file = "../assets/progressbar-bar.png" ++ stretch = TRUE ++ border = { 4, 4, 4, 4 } ++ orientation = VERTICAL ++ } ++ } ++} ++ +diff --git a/Breeze-gtk/gtk-2.0/widgets/range b/Breeze-gtk/gtk-2.0/widgets/range +new file mode 100644 +index 0000000..d29a85b +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/range +@@ -0,0 +1,108 @@ ++style "range" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scale-trough-horizontal.png" ++ border = { 4, 4, 0, 0 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scale-trough-vertical.png" ++ border = { 0, 0, 4, 4 } ++ stretch = TRUE ++ orientation = VERTICAL ++ } ++ ++ # Horizontal ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider-active.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = HORIZONTAL ++ } ++ ++ # Vertical ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider-active.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 0, 0, 0, 0 } ++ stretch = TRUE ++ overlay_file = "../assets/scale-slider.png" ++ overlay_stretch = FALSE ++ orientation = VERTICAL ++ } ++ # Function below removes ugly boxes ++ ++ image ++ { ++ function = BOX ++ file = "../assets/null.png" ++ border = { 3, 3, 3, 3 } ++ stretch = TRUE ++ } ++ ++ } ++} ++ +diff --git a/Breeze-gtk/gtk-2.0/widgets/scrollbar b/Breeze-gtk/gtk-2.0/widgets/scrollbar +new file mode 100644 +index 0000000..903e447 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/scrollbar +@@ -0,0 +1,110 @@ ++style "scrollbar" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scrollbar-trough-horizontal.png" ++ border = { 25,25, 5, 5 } #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1 ++ stretch = TRUE ++ orientation = HORIZONTAL ++ } ++ image ++ { ++ function = BOX ++ detail = "trough" ++ file = "../assets/scrollbar-trough-vertical.png" ++ border = { 5, 5, 25, 25 } ++ stretch = TRUE ++ orientation = VERTICAL ++ } ++ ++# Sliders ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/scrollbar-slider-horizontal.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = ACTIVE ++ file = "../assets/scrollbar-slider-horizontal-active.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/scrollbar-slider-horizontal-hover.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/scrollbar-slider-horizontal.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = HORIZONTAL ++ ++ } ++ ++# X Verticals ++ ++ image ++ { ++ function = SLIDER ++ state = NORMAL ++ file = "../assets/scrollbar-slider-vertical.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = ACTIVE ++ file = "../assets/scrollbar-slider-vertical-active.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = PRELIGHT ++ file = "../assets/scrollbar-slider-vertical-hover.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ image ++ { ++ function = SLIDER ++ state = INSENSITIVE ++ file = "../assets/scrollbar-slider-vertical.png" ++ border = { 5, 5, 5, 5 } ++ stretch = TRUE ++ orientation = VERTICAL ++ ++ } ++ } ++} +diff --git a/Breeze-gtk/gtk-2.0/widgets/styles b/Breeze-gtk/gtk-2.0/widgets/styles +new file mode 100644 +index 0000000..c800b66 +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/styles +@@ -0,0 +1,52 @@ ++class "GtkWidget" style "default" ++class "GtkScrollbar" style "scrollbar" ++class "GtkButton" style "button" ++class "GtkEntry" style "entry" ++class "GtkOldEditable" style "entry" ++class "GtkSpinButton" style "spinbutton" ++class "GtkNotebook" style "notebook" ++class "GtkRange" style "range" ++class "GtkProgressBar" style "progressbar" ++class "GtkSeparatorMenuItem" style "separator_menu_item" ++class "GtkScrolledWindow" style "scrolled_window" ++class "GtkFrame" style "frame" ++class "GtkToolButton" style "toolbuttons" ++class "ChromeGtkFrame" style "chrome-gtk-frame" ++class "GtkToggleButton" style "togglebutton" ++ ++widget_class "*<GtkMenuBar>*" style "menubar" ++widget_class "*<GtkMenu>*" style "menu" ++widget_class "*<GtkMenu>*" style "menu_framed_box" ++widget_class "*<GtkMenuItem>*" style "menu_item" ++widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" ++widget_class "*Nautilus*ToolBar*" style "toolbar" ++widget_class "*HandleBox" style "toolbar" ++widget_class "*BonoboDockItem" style "toolbar" ++widget_class "*HandleBox" style "toolbar" ++widget_class "*<GtkToolbar>" style "toolbar" ++widget_class "*.<GtkTreeView>*" style "treeview" ++widget_class "*Tool*GtkButton" style "toolbuttons" ++widget_class "*Tool*GtkToggleButton" style "tooltoggle_buttons" ++widget_class "*<GtkToggleToolButtton>*" style "tooltoggle_buttons" ++widget_class "*<GtkButton>*<GtkLabel>" style "button_label" ++widget_class "*.<GtkComboBox>.<GtkCellView>" style "button_label" ++widget_class "*<GtkComboBox>*" style "button" ++widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" ++widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "combobox_separator" ++widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" ++widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" ++widget_class "*<GtkCombo>*" style "combobox_entry" ++widget_class "*<GtkCombo>.<GtkButton>" style "combobox_entry_button" ++widget_class "*<GtkFileChooserDialog>*GtkToggleButton*" style "toolbuttons" ++widget_class "*<GtkFileChooserDialog>*GtkComboBox*" style "button" ++widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" ++widget "gtk-tooltip*" style "tooltips" ++ ++# Xchat special cases ++widget "*xchat-inputbox" style "entry" ++ ++# Chrome/Chromium ++widget_class "*Chrom*Button*" style "button" ++widget "*swt*toolbar*" style "null" ++ ++class "GtkWindow" style "toplevel_hack" +diff --git a/Breeze-gtk/gtk-2.0/widgets/toolbar b/Breeze-gtk/gtk-2.0/widgets/toolbar +new file mode 100644 +index 0000000..ef67c7a +--- /dev/null ++++ b/Breeze-gtk/gtk-2.0/widgets/toolbar +@@ -0,0 +1,94 @@ ++style "toolbar" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ file = "../assets/toolbar-background.png" ++ stretch = TRUE ++ } ++ } ++} ++ ++style "toolbuttons" ++{ ++ xthickness = 2 ++ ythickness = 2 ++ GtkWidget::focus_padding = 2 ++ ++ engine "pixmap" { ++ ++image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/toolbutton-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/toolbutton-active.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} ++ ++style "tooltoggle_buttons" ++{ ++ engine "pixmap" ++ { ++ image ++ { ++ function = BOX ++ state = NORMAL ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = PRELIGHT ++ file = "../assets/toolbutton-hover.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = ACTIVE ++ file = "../assets/toolbutton-toggled.png" ++ border = { 4, 4, 4, 4} ++ stretch = TRUE ++ } ++ image ++ { ++ function = BOX ++ state = INSENSITIVE ++ file = "../assets/null.png" ++ border = { 4, 4, 4, 4 } ++ stretch = TRUE ++ } ++ } ++} +diff --git a/Breeze-gtk/gtk-3.0/_colors-public.scss b/Breeze-gtk/gtk-3.0/_colors-public.scss +deleted file mode 100755 +index d65a128..0000000 +--- a/Breeze-gtk/gtk-3.0/_colors-public.scss ++++ /dev/null +@@ -1,119 +0,0 @@ +-//apps rely on some named colors to be exported +-/* GTK NAMED COLORS +- ---------------- +- use responsibly! */ +- +-// Sass thinks we're using the colors in the variables as strings and may shoot +-// warning, it's innocuous and can be defeated by using "" + $var +-/* +-widget text/foreground color */ +-@define-color theme_fg_color #{"" +$fg_color}; +- +-/* +-text color for entries, views and content in general */ +-@define-color theme_text_color #{"" +$text_color}; +- +-/* +-widget base background color */ +-@define-color theme_bg_color #{"" +$bg_color}; +- +-/* +-text widgets and the like base background color */ +-@define-color theme_base_color #{"" +$base_color}; +- +-/* +-base background color of selections */ +-@define-color theme_selected_bg_color #{"" +$selected_bg_color}; +- +-/* +-text/foreground color of selections */ +-@define-color theme_selected_fg_color #{"" +$selected_fg_color}; +- +-/* +-base background color of insensitive widgets */ +-@define-color insensitive_bg_color #{"" +$insensitive_bg_color}; +- +-/* +-text foreground color of insensitive widgets */ +-@define-color insensitive_fg_color #{"" +$insensitive_fg_color}; +- +-/* +-insensitive text widgets and the like base background color */ +-@define-color insensitive_base_color #{"" +$base_color}; +- +-/* +-widget text/foreground color on backdrop windows */ +-@define-color theme_unfocused_fg_color #{"" +$backdrop_fg_color}; +- +-/* +-text color for entries, views and content in general on backdrop windows */ +-@define-color theme_unfocused_text_color #{"" +$text_color}; +- +-/* +-widget base background color on backdrop windows */ +-@define-color theme_unfocused_bg_color #{"" +$backdrop_bg_color}; +- +-/* +-text widgets and the like base background color on backdrop windows */ +-@define-color theme_unfocused_base_color #{"" +$backdrop_base_color}; +- +-/* +-base background color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_bg_color #{"" +$selected_bg_color}; +- +-/* +-text/foreground color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color}; +- +-/* +-widgets main borders color */ +-@define-color borders #{"" +$borders_color}; +- +-/* +-widgets main borders color on backdrop windows */ +-@define-color unfocused_borders #{"" +$backdrop_borders_color}; +- +-/* +-these are pretty self explicative */ +-@define-color warning_color #{"" +$warning_color}; +-@define-color error_color #{"" +$error_color}; +-@define-color success_color #{"" +$success_color}; +-@define-color icon_red #{"" +$icon_red}; +-//@define-color destructive_color #{$destructive_color} +- +-/* +-titlebar colors */ +-@define-color titlebar_bg_color #{"" +$titlebar_bg_color}; +-@define-color titlebar_fg_color #{"" +$titlebar_fg_color}; +- +-@define-color hover_color #{"" + $hover_color}; +-//WM +- +-$_wm_highlight: if($variant=='light', $top_hilight, // Sass gets mad if this is +- transparentize(black,1)); // done directly in the +- // color definition +- +-/* +-these colors are exported for the window manager and shouldn't be used in applications, +-read if you used those and something break with a version upgrade you're on your own... */ +-@define-color wm_title #{$titlebar_fg_color}; +-@define-color wm_unfocused_title #{$backdrop_fg_color}; +-@define-color wm_highlight #{"" + $_wm_highlight}; +-@define-color wm_borders_edge #{"" + $borders_edge}; +- +-@define-color wm_bg_a #{$titlebar_bg_color}; +-@define-color wm_bg_b #{$titlebar_bg_color}; +- +-@define-color wm_shadow alpha(black, 0.35); +-@define-color wm_border alpha(black, 0.18); +- +-@define-color wm_button_hover_color_a shade(#{$bg_color}, 1.3); +-@define-color wm_button_hover_color_b #{$bg_color}; +-@define-color wm_button_active_color_a shade(#{$bg_color}, 0.85); +-@define-color wm_button_active_color_b shade(#{$bg_color}, 0.89); +-@define-color wm_button_active_color_c shade(#{$bg_color}, 0.9); +- +-//FIXME this is really an API +- +-@define-color content_view_bg #{"" + $base_color}; +- +diff --git a/Breeze-gtk/gtk-3.0/_colors.scss b/Breeze-gtk/gtk-3.0/_colors.scss +deleted file mode 100755 +index 0039a1a..0000000 +--- a/Breeze-gtk/gtk-3.0/_colors.scss ++++ /dev/null +@@ -1,59 +0,0 @@ +-// When color definition differs for dark and light variant, +-// it gets @if ed depending on $variant +- +- +-$base_color: if($variant == 'light', #fcfcfc, #232629); +-$text_color: if($variant == 'light', #31363b, #EEEFF0); +-$bg_color: if($variant == 'light', #eff0f1, #31363B); +-$fg_color: if($variant == 'light', #31363b, #EEEFF0); +- +-$selected_fg_color: if($variant == 'light', #fcfcfc, #EEEFF0); +-$selected_bg_color: if($variant == 'light', #3daee9, #3DADE8); +-$selected_borders_color: if($variant== 'light', $selected_bg_color, $selected_bg_color); +-$titlebar_bg_color: if($variant == 'light',#475057 , #31363B); // add to public +-$titlebar_fg_color: if($variant == 'light', #fcfcfc, #EEEFF0); // add to public +-$hover_color: if($variant == 'light', #93cee9, #3DADE8); +- +-// todo +-$borders_color: if($variant == 'light', #bdc3c7, #696D71); +-$borders_edge: if($variant == 'light', white, transparentize($fg_color, 0.9)); +-$link_color: if($variant == 'light', darken($selected_bg_color,10%), lighten($selected_bg_color,20%)); +-$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); +-$top_hilight: $borders_edge; +- +-$scrollbar_bg_color: darken($bg_color, 7%); +- +-$warning_color: #f67400; +-$error_color: #ed1515; +-$success_color: if($variant == 'light', #11d116, darken(#73d216,10%)); +-$destructive_color: if($variant == 'light', #ef2929, darken(#ef2929,10%)); +-$icon_red: #da4453; +- +-$osd_fg_color: if($variant == 'light', #31363b, #EEEFF0); +-$osd_text_color: if($variant == 'light', #31363b, #EEEFF0); +-$osd_bg_color: transparentize($base_color, 0.2); +-$osd_insensitive_bg_color: shade($osd_fg_color, 0.3); +-$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 50%); +-$osd_borders_color: transparentize(black, 0.3); +- +-$sidebar_bg_color: $bg_color; +- +-$tooltip_borders_color: transparentize(white, 0.9); +- +-//insensitive state derived colors +-$insensitive_fg_color: mix($fg_color, $bg_color, 50%); +-$insensitive_bg_color: mix($bg_color, $fg_color, 95%); +-$insensitive_borders_color: $borders_color; +- +-//colors for the backdrop state, derived from the main colors. +-$backdrop_base_color: if($variant ==' light', $base_color, lighten($base_color, 1%)); +-$backdrop_text_color: $text_color; +-$backdrop_bg_color: $bg_color; +-$backdrop_fg_color: mix($fg_color, $backdrop_bg_color, 25%); +-$backdrop_insensitive_color: if($variant == 'light', darken($backdrop_bg_color, 15%), lighten($backdrop_bg_color, 15%)); +-$backdrop_selected_fg_color: $selected_fg_color; +-$backdrop_borders_color: mix($borders_color, $bg_color, 90%); +-$backdrop_dark_fill: mix($backdrop_borders_color, $backdrop_bg_color, 35%); +-$backdrop_sidebar_bg_color: lighten($backdrop_bg_color,5%); +- +-$backdrop_scrollbar_bg_color: darken($backdrop_bg_color, 3%); +diff --git a/Breeze-gtk/gtk-3.0/_common.scss b/Breeze-gtk/gtk-3.0/_common.scss +deleted file mode 100755 +index b034a5f..0000000 +--- a/Breeze-gtk/gtk-3.0/_common.scss ++++ /dev/null +@@ -1,3400 +0,0 @@ +-@function gtkalpha($c,$a) { +- @return unquote("alpha(#{$c},#{$a})"); +-} +- +-$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94); +- +-* { +- padding: 0; +- -GtkToolButton-icon-spacing: 4; +- -GtkTextView-error-underline-color: $error_color; +- +- -GtkCheckButton-indicator-size: 16; +- -GtkCheckMenuItem-indicator-size: 16; +- +- // The size for scrollbars. The slider is 2px smaller, but we keep it +- // up so that the whole area is sensitive to button presses for the +- // slider. The stepper button is larger in both directions, the slider +- // only in the width +- +- -GtkScrolledWindow-scrollbar-spacing: 0; +- -GtkScrolledWindow-scrollbars-within-bevel: 1; +- +- -GtkToolItemGroup-expander-size: 11; +- -GtkExpander-expander-size: 16; +- -GtkTreeView-expander-size: 11; +- +- -GtkTreeView-horizontal-separator: 4; +- +- -GtkMenu-horizontal-padding: 0; +- -GtkMenu-vertical-padding: 0; +- +- -GtkWidget-link-color: $link_color; +- -GtkWidget-visited-link-color: $link_visited_color; +- +- -GtkWidget-focus-padding: 2; // FIXME: do we still need these? +- -GtkWidget-focus-line-width: 1; // +- +- -GtkWidget-text-handle-width: 20; +- -GtkWidget-text-handle-height: 20; +- +- -GtkDialog-button-spacing: 4; +- -GtkDialog-action-area-border: 0; +- +- -GtkStatusbar-shadow-type: none; +- +- // We use the outline properties to signal the focus properties +- // to the adwaita engine: using real CSS properties is faster, +- // and we don't use any outlines for now. +- +- outline-width: 0px; +-} +- +- +-/*************** +- * Base States * +- ***************/ +- +-.background { +- color: $fg_color; +- background-color: if($variant == 'light', $bg_color, $bg_color); +- +- &:backdrop { +- text-shadow: none; +- icon-shadow: none; +- color: $fg_color; +- background-color: $backdrop_bg_color; +- } +-} +- +-/* +- These wildcard seems unavoidable, need to investigate. +- Wildcards are bad and troublesome, use them with care, +- or better, just don't. +- Everytime a wildcard is used a kitten dies, painfully. +-*/ +- +-*:insensitive { +- -gtk-image-effect: dim; +-} +- +-.gtkstyle-fallback { +- background-color: $bg_color; +- color: $fg_color; +- &:prelight { +- background-color: lighten($bg_color, 10%); +- color: $fg_color; +- } +- &:active { +- background-color: darken($bg_color, 10%); +- color: $fg_color; +- } +- &:insensitive { +- background-color: $insensitive_bg_color; +- color: $insensitive_fg_color; +- } +- &:selected { +- background-color: $selected_bg_color; +- color: $selected_fg_color; +- } +-} +- +-.view { +- color: $text_color; +- background-color: $base_color; +- +-// &:backdrop { +-// color: $backdrop_text_color; +-// background-color: $backdrop_base_color; +-// } +- +- &:selected { +- border-radius: 3px; +- @extend %selected_items; +- } +-} +- +-.rubberband { +- border: 1px solid $selected_bg_color; +- background-color: transparentize($selected_bg_color,0.8); +-} +- +-.label { +- &.separator { +- color: $fg_color; +- @extend .dim-label; +-// &:backdrop { color: $backdrop_fg_color; } +- } +- &:selected, +- &:selected:focus, +- &:selected:hover { +- @extend %selected_items; +- } +- &:insensitive { +- color: $insensitive_fg_color; +-// &:backdrop { color: $backdrop_insensitive_color; } +- } +-} +- +-.dim-label { +- opacity: 0.55; +- text-shadow: none; +-} +- +-GtkAssistant { +- .sidebar { +- background-color: $base_color; +- border-top: 1px solid $borders_color; +- &:dir(ltr) { border-right: 1px solid $borders_color; } +- &:dir(rtl) { border-left: 1px solid $borders_color; } +- &:backdrop { +- background-color: $backdrop_base_color; +- border-color: $backdrop_borders_color; +- } +- } +- &.csd .sidebar { border-top-style: none; } +- .sidebar .label { +- padding: 6px 12px; +- } +- .sidebar .label.highlight { +- background-color: mix($bg_color, $fg_color, 80%); +- } +-} +- +-GtkTextView { // This will get overridden by .view, needed by gedit line numbers +- background-color: mix($bg_color, $base_color, 50%); +-// &:backdrop { background-color: mix($backdrop_bg_color, +-// $backdrop_base_color, 50%); } +-} +- +-.grid-child { +- padding: 3px; +- border-radius: 3px; +- &:selected { +- @extend %selected_items; +- } +-} +- +-%osd, .osd { +- color: $osd_fg_color; +- border: 1px solid $bg_color; +- background-color: $osd_bg_color; +- background-clip: padding-box; +- outline-color: transparentize($osd_fg_color, 0.7); +- //box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- &:backdrop { text-shadow: none; } +-} +- +-/********************* +- * Spinner Animation * +- *********************/ +- +-@keyframes spin { +- to { -gtk-icon-transform: rotate(1turn); } +-} +- +-.spinner { +- background-image: none; +- background-color: blue; +- opacity: 0; // non spinning spinner makes no sense +- -gtk-icon-source: -gtk-icontheme('process-working-symbolic'); +- &:active { +- opacity: 1; +- animation: spin 1s linear infinite; +- &:insensitive { +- opacity: 0.5; +- } +- } +-} +- +-/**************** +- * Text Entries * +- ****************/ +- +-.entry { +- border: 1px solid; +- padding: 5px 8px 6px; +- +- &.image { // icons inside the entry +- &.left { padding-left: 0; } +- &.right { padding-right: 0; } +- } +- +- border-radius: 3px; +- transition: all 200ms $ease-out-quad; +- @include entry(normal); +- +- &.flat, &.flat:focus { +- padding: 2px; +- @include entry(normal, $edge:none); +- border: none; +- border-radius: 0; +- } +- +- &:focus { @include entry(focus); } +- &:insensitive { @include entry(insensitive); } +- &:backdrop { @include entry(backdrop); } +- &:backdrop:insensitive { @include entry(backdrop-insensitive); } +- +- &:selected, +- &:selected:focus { +- @extend %selected_items; +- } +- +- &.progressbar { +- margin: 1px; +- border-radius: 0; +- border-width: 0 0 2px; +- border-color: $selected_bg_color; +- border-style: solid; +- background-image: none; +- background-color: transparent; +- box-shadow: none; +- &:backdrop { background-color: transparent; } +- } +- +- .linked > & { //FIXME: use same buttons linking logic and template +- border-radius: 0; +- &:first-child { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; +- &:dir(rtl) { border-right-style: none;} +- } +- &:last-child { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- border-left-style: none; +- &:dir(rtl) { border-left-style: solid; } +- } +- } +- +- // entry error and warning style +- @each $e_type, $e_color in (error, $error_color), +- (warning, $warning_color) { +- &.#{$e_type} { +- color: $e_color; +- border-color: entry_focus_border($e_color); +- &:focus { @include entry(focus, $e_color); } +- &:selected, &:selected:focus { background-color: $e_color; } +- } +- } +- +- &.image { // entry icons colors +- color: mix($fg_color, $base_color, 80%); +- &:hover { color: $fg_color; } +- &:active { color: $selected_bg_color; } +- &:backdrop { color: mix($backdrop_fg_color, $backdrop_base_color, 80%); } +- } +- +- .osd & { +- @include entry(osd); +- &:focus { @include entry(osd-focus); } +- &:backdrop { @include entry(osd-backdrop); } +- &:insensitive { @include entry(osd-insensitive); } +- } +-} +- +-// Vertically linked entries +-// FIXME: take care of "colored" entries +-.linked.vertical { +- > .entry { @extend %linked_vertical; } +- +- // remove the edge hilight and the focus shadow (unfortunatelly) +- > .entry:not(:last-child) { box-shadow: none; } +- // add back the focus shadow +- > .entry:focus:not(:last-child) { box-shadow: entry_focus_shadow(); } +- +- // brighter border between linked entries +- > .entry:not(:insensitive) + .entry:not(:insensitive) { +- border-top-color: mix($borders_color, $base_color, 30%); +- background-image: linear-gradient(to bottom, $base_color); +- &:backdrop { +- border-top-color: mix($backdrop_borders_color, $backdrop_base_color, 30%); +- background-image: linear-gradient(to bottom, $backdrop_base_color); +- } +- } +- +- // color back the top border of a linked focused entry following another entry and add back the focus shadow. +- > .entry + .entry:focus:not(:last-child) { +- border-top-color: entry_focus_border(); +- box-shadow: entry_focus_shadow(); +- } +- // just recolor the top border on the last focused entry, since we don't reset the shadow here letting that be +- // inherited by the entry styling. +- > .entry + .entry:focus:last-child { +- border-top-color: entry_focus_border(); +- } +- +- // this takes care of coloring the top border of the focused entry subsequent widget. +- // :not(:only-child) is a specificity bump hack. +- > .entry:focus:not(:only-child) + .entry, +- > .entry:focus:not(:only-child) + .button, +- > .entry:focus:not(:only-child) + GtkComboBox > .button, +- > .entry:focus:not(:only-child) + GtkComboBoxText > .button { border-top-color: entry_focus_border(); } +-} +- +- +-/*********** +- * Buttons * +- ***********/ +- +-// stuff for .needs-attention +-$_dot_color: if($variant=='light', $selected_bg_color, +- lighten($selected_bg_color,15%)); +-@keyframes needs_attention { +- from { +- background-image: -gtk-gradient(radial, +- center center, 0, +- center center, 0.01, +- to($_dot_color), +- to(transparent)); +- } +- to { +- background-image: -gtk-gradient(radial, +- center center, 0, +- center center, 0.5, +- to($selected_bg_color), +- to(transparent)); +- } +-} +- +- +-.button { +- +- $_button_transition: all 200ms $ease-out-quad; +- +- border: 1px solid; +- border-radius: 3px; +- padding: 5px 8px 6px; +- //transition: $_button_transition; +- @include button(normal); +- &.flat { +- @include button(undecorated); +- // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set +- // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but +- // it won't fade out when the pointer leave the button allocation area. To make the transition more evident +- // in this case the duration is increased. +- transition: none; +- &:hover { +- transition: $_button_transition; +- transition-duration: 500ms; +- &:active { transition: $_button_transition; } +- } +- } +- &:hover { +- @include button(hover); +- -gtk-image-effect: highlight; +- } +- &:active, &:checked { +- @include button(active); +- transition-duration: 50ms; +- &:hover { +- @include button(active-hover); +- } +- } +-// &:backdrop, &.flat:backdrop { +-// @include button(backdrop); +-// -gtk-image-effect: none; +-// &:active, &:checked { +-// @include button(backdrop-active); +-// } +-// &:insensitive { +-// @include button(backdrop-insensitive); +-// } +-// &:insensitive:active, &:insensitive:checked { +-// @include button(backdrop-insensitive-active); +-// } +-// } +- &.flat:backdrop, &.flat:insensitive, &.flat:backdrop:insensitive { +- @include button(undecorated); +- } +- &:insensitive { +- @include button(insensitive); +- &:active, &:checked { +- @include button(insensitive-active); +- } +- } +- // big standalone buttons like in Documents pager +- &.osd { +- &.image-button { padding: 13px; } +- color: $osd_fg_color; +- border-radius: 5px; +- outline-color: transparentize($osd_fg_color, 0.7); //FIXME: define a color var? +- @include button(osd); +- border: none; +- box-shadow: none; +- &:hover { +- @include button(osd-hover); +- border: none; +- box-shadow: none; +- } +- &:active, &:checked { +- @include button(osd-active); +- border: none; +- box-shadow: none; +- } +- &:insensitive, &:backdrop:insensitive { +- @include button(osd-insensitive); +- border: none; +- } +- &:backdrop { +- @include button(osd-backdrop); +- border: none; +- } +- } +- //overlay / OSD style +- .osd & { +- @include button(osd); +- // there's a problem with sass which prevents it to extend the linked +- // placeholder as expected, it should just be "@extend %linked;", the +- // placeholder is basically replicated here +- // +- // Workaround START +- border-radius: 3px; +- border-style: solid; +- &:dir(rtl) { +- border-radius: 3px; +- } +- &:first-child { +- border-radius: 3px 3px 3px 3px; +- } +- &:last-child { +- border-radius: 3px 3px 3px 3px; +- &:dir(rtl) { border-right-style: solid; } +- } +- &:only-child { +- border-radius: 3px; +- border-style: solid; +- } +- // Workaround END +- &:hover { +- @include button(osd-hover); +- @extend %linked; +- } +- &:active, &:checked, &:backdrop:active, &:backdrop:checked { +- @include button(osd-active); +- @extend %linked; +- } +- &:insensitive, &:backdrop:insensitive { +- @include button(osd-insensitive); +- @extend %linked; +- } +- &:backdrop { +- @include button(osd-backdrop); +- @extend %linked; +- } +- &.flat { +- @include button(undecorated); +- box-shadow: none; //FIXME respect no edge on the button mixin +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; +- &:hover { +- @include button(osd-hover); +- background-clip: padding-box; +- box-shadow: none; +- } +- &:insensitive { +- @include button(osd-insensitive); +- background-image: none; +- border-color: transparent; +- box-shadow: none; +- } +- &:backdrop { @include button(undecorated); } +- &:active, &:checked { +- @include button(osd-active); +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; +- } +- } +- } +- +- // Suggested and Destructive Action buttons +- @each $b_type, $b_color in (suggested-action, $selected_bg_color), +- (destructive-action, $destructive_color) { +- &.#{$b_type} { +- @include button(normal, $b_color, $base_color); +- &.flat { +- @include button(undecorated); +- color: $b_color; //FIXME: does it work on the dark variant? +- } +- &:hover { @include button(hover, $b_color, white); } +- &:active, &:checked { @include button(active, $b_color, white); } +- &:backdrop, &.flat:backdrop { +- @include button(backdrop, $b_color, white); +- &:active, &:checked { +- @include button(backdrop-active, $b_color, white); +- } +- &:insensitive { +- @include button(backdrop-insensitive); +- &:active, &:checked { +- @include button(backdrop-insensitive-active, $b_color, white); +- } +- } +- } +- &.flat:backdrop, &.flat:insensitive, &.flat:backdrop:insensitive { +- @include button(undecorated); +- color: transparentize($b_color, 0.2); +- } +- &:insensitive { +- //@include button(insensitive); +- background-color: transparent; +- color: shade($titlebar_fg_color,0.5); +- &:active, &:checked { +- //@include button(insensitive-active, $b_color, white); +- background-color: transparent; +- color: shade($titlebar_fg_color,0.5); +- } +- } +- .osd & { +- @include button(osd, $b_color); +- @extend %linked; +- &:hover { +- @include button(osd-hover, $b_color); +- @extend %linked; +- } +- &:active, &:checked, &:backdrop:active, &:backdrop:checked { +- @include button(osd-active, $b_color); +- @extend %linked; +- } +- &:insensitive, &:backdrop:insensitive { +- @include button(osd-insensitive, $b_color); +- @extend %linked; +- } +- &:backdrop { +- @include button(osd-backdrop, $b_color); +- @extend %linked; +- } +- } +- } +- } +- +- &.image-button { padding: 8px; } +- +- &.text-button { +- padding-left: 16px; +- padding-right: 16px; +- } +- +- &.text-button.image-button { +- // those buttons needs uneven horizontal padding, we want the icon side +- // to have the image-button padding, while the text side the text-button +- // one, so we're adding the missing padding to the label depending on +- // its position inside the button +- padding: 5px 8px 6px; // same as .button +- .label:first-child { padding-left: 8px; } +- .label:last-child { padding-right: 8px; } +- } +- +- .stack-switcher > & { +- // to position the needs attention dot, padding is added to the button +- // child, a label needs just lateral padding while an icon needs vertical +- // padding added too. +- +- outline-offset: -3px; // needs to be set or it gets overriden by GtkRadioButton outline-offset +- +- > .label { +- padding-left: 6px; // label padding +- padding-right: 6px; // +- } +- > GtkImage { +- padding-left: 6px; // image padding +- padding-right: 6px; // +- padding-top: 3px; // +- padding-bottom: 3px; // +- } +- &.text-button { +- padding: 5px 10px 6px; // needed or it will get overridden +- } +- &.image-button { +- // we want image buttons to have a 1:1 aspect ratio, so compensation +- // of the padding added to the GtkImage is needed +- padding: 5px 2px; +- } +- &.needs-attention > .label, +- &.needs-attention > GtkImage { @extend %needs_attention; } +- &.needs-attention:active > .label, +- &.needs-attention:active > GtkImage, +- &.needs-attention:checked > .label, +- &.needs-attention:checked > GtkImage { +- animation: none; +- background-image: none; +- } +- } +- +- //inline-toolbar buttons +- .inline-toolbar &, .inline-toolbar &:backdrop { +- border-radius: 2px; +- border-width: 1px; +- @extend %linked; +- } +- +- .primary-toolbar & { icon-shadow: none; } // tango icons don't need shadows +- +- .linked > &, +- .linked > &:hover, +- .linked > &:active, +- .linked > &:checked, +- .linked > &:backdrop { @extend %linked; } +- +- .linked.vertical > &, +- .linked.vertical > &:hover, +- .linked.vertical > &:active, +- .linked.vertical > &:checked, +- .linked.vertical > &:backdrop { @extend %linked_vertical; } +-} +- +-%needs_attention { +- animation: needs_attention 150ms ease-in; +- $_dot_shadow: _text_shadow_color(); +- $_dot_shadow_r: if($variant=='light',0.5,0.45); +- background-image: -gtk-gradient(radial, +- center center, 0, +- center center, 0.5, +- to($_dot_color), +- to(transparent)), +- -gtk-gradient(radial, +- center center, 0, +- center center, $_dot_shadow_r, +- to($_dot_shadow), +- to(transparent)); +- background-size: 6px 6px, 6px 6px; +- background-repeat: no-repeat; +- @if $variant == 'light' { background-position: right 3px, right 4px; } +- @else { background-position: right 3px, right 2px; } +- &:backdrop { background-size: 6px 6px, 0 0;} +- &:dir(rtl) { +- @if $variant == 'light' { background-position: left 3px, left 4px; } +- @else { background-position: left 3px, left 2px; } +- } +-} +- +- +-// all the following is for the +|- buttons on inline toolbars, that way +-// should really be deprecated... +-.inline-toolbar GtkToolButton > .button { // redefining the button look is +- // needed since those are flat... +- @include button(normal); +- &:hover { @include button(hover); } +- &:active, +- &:checked{ @include button(active); } +- &:insensitive { @include button(insensitive); } +- &:insensitive:active, +- &:insensitive:checked { @include button(insensitive-active); } +- &:backdrop { @include button(backdrop); }; +- &:backdrop:active, +- &:backdrop:checked { @include button(backdrop-active); } +- &:backdrop:insensitive { @include button(backdrop-insensitive); } +- &:backdrop:insensitive:active, +- &:backdrop:insensitive:checked { +- @include button(backdrop-insensitive-active); } +-} +- +-// More inline toolbar buttons +-.inline-toolbar.toolbar GtkToolButton, +-.inline-toolbar.toolbar GtkToolButton:backdrop { +- & > .button.flat { @extend %linked_middle; } +- &:dir(rtl) > .button.flat { @extend %linked_middle:dir(rtl); } +- &:first-child > .button.flat { @extend %linked:first-child; } +- &:last-child > .button.flat { @extend %linked:last-child; } +- &:last-child:dir(rtl) > .button.flat { @extend %linked:last-child:dir(rtl); } +- &:only-child > .button.flat { @extend %linked:only-child; } +-} +- +-%linked_middle { +- //border-radius: 0; +- //border-left-style: none; +- &:dir(rtl) { +- border-radius: 3px; // needed when including %linked_middle:dir(rtl) +- //border-right-style: none; +- //border-left-style: solid +- } +-} +- +-%linked { +- @extend %linked_middle; +- &:first-child { +- border-radius: 3px 3px 3px 3px; +- border-left-style: solid; +- } +- &:last-child { +- border-radius: 3px 3px 3px 3px; +- &:dir(rtl) { border-right-style: solid; } +- } +- &:only-child { +- border-radius: 3px; +- border-style: solid; +- } +-} +- +-%linked_vertical_middle { +- border-left-style: solid; +- border-bottom-style: none; +- border-radius: 3px; +-} +- +-%linked_vertical{ +- @extend %linked_vertical_middle; +- &:first-child { +- border-radius: 3px 3px 3px 3px; +- } +- &:last-child { +- border-radius: 3px 3px 3px 3px; +- border-style: solid; +- } +- &:only-child { +- border-radius: 3px; +- border-style: solid; +- } +-} +- +-%undecorated_button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px transparentize(white,1), +- 0 1px transparentize(white, 1); +- text-shadow: none; +- icon-shadow: none; +-} +- +-/* menu buttons */ +-.menuitem.button.flat { +- @extend %undecorated_button; +- outline-offset: -1px; +- &:hover { background-color: mix($fg_color, $bg_color, 10%); } +- &:selected { @extend %selected_items; } +- &:backdrop, &:backdrop:hover { +- @extend %undecorated_button; +- } +-} +- +- +-GtkColorButton.button { +- padding: 5px; // Uniform padding on the GtkColorButton +- +- GtkColorSwatch:first-child:last-child { // :first-child:last-child for a specificity bump, it gets overridden by the +- // colorpicker style, otherwise +- border-radius: 0; +- box-shadow: inset 0 1px 1px transparentize(black, 0.9), +- _widget_edge(); +- &:insensitive, +- &:backdrop { box-shadow: none; } +- } +-} +- +-/********* +- * Links * +- *********/ +- +-*:link { +- color: $link_color; +- &:visited { +- color: $link_visited_color; +- *:selected & { color: mix($selected_fg_color, $selected_bg_color, 60%); } +- } +- &:hover { +- color: lighten($link_color,10%); +- *:selected & { color: mix($selected_fg_color, $selected_bg_color, 90%); } +- } +- &:active { +- color: $link_color; +- *:selected & { color: mix($selected_fg_color, $selected_bg_color, 80%); } +- } +- &:backdrop, &:backdrop:hover, &:backdrop:hover:selected { +- color: $selected_bg_color; +- } +- &:selected, *:selected & { +- color: mix($selected_fg_color, $selected_bg_color, 80%); +- } +-} +- +-.button:link, .button:visited { +- @extend %undecorated_button; +- @extend *:link; +- text-shadow: none; +- &:hover, &:active, &:checked { +- @extend %undecorated_button; +- text-shadow: none; +- } +- &:backdrop { +- @extend %undecorated_button; //This shouldn't be needed but avoids +- //a weird transition which for some reason +- //makes borders blink on hover +- } +-} +- +-/***************** +- * GtkSpinButton * +- *****************/ +- +-.spinbutton { +- .button { +- background-image: none; +- border-style: none none none solid; +- border-color: transparentize($borders_color, 0.7); +- color: mix($fg_color, $base_color, 90%); +- border-radius: 0; +- box-shadow: none; +- // padding-left: 6px; +- // padding-right: 6px; +- &:dir(rtl) { border-style: none solid none none; } +- &:hover { +- color: $fg_color; +- background-color: transparentize($fg_color, 0.95); +- } +- &:insensitive { +- color: transparentize($insensitive_fg_color, 0.7); +- } +- &:active { +- box-shadow: inset 0 2px 3px -1px transparentize(black, 0.8); +- background-color: transparentize(black, 0.9); +- } +- &:backdrop { +- color: mix($backdrop_fg_color, $backdrop_base_color, 90%); +- border-color: transparentize($backdrop_borders_color, 0.7); +- background-color: transparent; +- } +- &:backdrop:insensitive { +- background-image: none; +- color: transparentize($backdrop_insensitive_color,0.7); +- border-style: none none none solid; // It is needed or it gets overridden +- &:dir(rtl) { border-style: none solid none none; } +- } +- } +- .osd & { +- .button { +- @include button(undecorated); +- color: $osd_fg_color; +- border-style: none none none solid; +- border-color: transparentize($osd_borders_color, 0.3); +- border-radius: 0; +- box-shadow: none; +- icon-shadow: 0 1px black; +- &:dir(rtl) { border-style: none solid none none; } +- &:hover { +- @include button(undecorated); +- color: $osd_fg_color; +- border-color: transparentize(opacify($osd_borders_color, 1), 0.5); +- background-color: transparentize($osd_fg_color, 0.9); +- icon-shadow: 0 1px black; +- box-shadow: none; +- } +- &:backdrop { +- @include button(undecorated); +- color: $osd_fg_color; +- border-color: transparentize(opacify($osd_borders_color, 1), 0.5); +- icon-shadow: none; +- box-shadow: none; +- } +- &:insensitive { +- @include button(undecorated); +- color: $osd_insensitive_fg_color; +- border-color: transparentize(opacify($osd_borders_color, 1), 0.5); +- icon-shadow: none; +- box-shadow: none; +- } +- &:last-child { border-radius: 0 3px 3px 0; } +- &:dir(rtl):first-child { border-radius: 3px 0 0 3px; } +- } +- } +- &.vertical, &.vertical:dir(rtl) { //FIXME: try using linking templates for vertically linked stuff +- .button { +- padding-top: 8px; // Same vertical padding as image-buttons +- padding-bottom: 8px; // +- &:first-child { +- @extend %top_button; +- @include button(normal, $edge:none); +- &:active { +- @extend %top_button; +- @include button(active, $edge:none); +- } +- &:hover { +- @extend %top_button; +- @include button(hover, $edge:none); +- } +- &:insensitive { +- @extend %top_button; +- @include button(insensitive, $edge:none); +- } +- &:backdrop { +- @extend %top_button; +- @include button(backdrop, $edge:none); +- } +- } +- &:last-child { +- @extend %bottom_button; +- @include button(normal); +- &:active { +- @extend %bottom_button; +- @include button(active); +- } +- &:hover { +- @extend %bottom_button; +- @include button(hover); +- } +- &:insensitive { +- @extend %bottom_button; +- @include button(insensitive); +- } +- &:backdrop { +- @extend %bottom_button; +- @include button(backdrop); +- } +- } +- &:backdrop:insensitive { +- @include button(backdrop-insensitive); +- } +- } +- &.entry { +- // we should remove the bottom edge hilight here, but seems +- // like buttons are on top of it so it doesn't show up +- border-radius: 0; +- padding-left: 3px; +- padding-right: 3px; +- } +- %top_button { +- border-radius: 3px 3px 0 0; +- border-style: solid solid none solid; +- } +- %bottom_button { +- border-radius: 0 0 3px 3px; +- border-style: none solid solid solid; +- } +- } +- GtkTreeView & { +- &.entry, &.entry:focus { +- padding: 1px; +- border-width: 1px 0; +- border-color: $selected_bg_color; +- border-radius: 0; +- box-shadow: none; +- +- } +- } +-} +- +-/************** +- * ComboBoxes * +- **************/ +-GtkComboBox { +- > .button { padding-top: 3px; padding-bottom: 4px; } // Otherwise combos +- // are bigger then +- // buttons +- -GtkComboBox-arrow-scaling: 0.5; +- -GtkComboBox-shadow-type: none; +- +- box-shadow: 0 1px $borders_edge; +- +- +- &:insensitive { +- color: $insensitive_fg_color; +- text-shadow: none; +- icon-shadow: none; +- } +- &:backdrop { +- color: $backdrop_fg_color; +- text-shadow: none; +- icon-shadow: none; +- } +- &:backdrop:insensitive { +- color: $backdrop_insensitive_color; +- } +- .menuitem { text-shadow: none; } +- .separator.vertical { +- // always disable separators +- -GtkWidget-wide-separators: true; +- } +- &.combobox-entry .entry { @extend %linked; } +- &.combobox-entry .button, &.combobox-entry .button:backdrop { +- // It is needed to specify the backdrop button or it gets overridden +- @extend %linked; +- } +-} +- +-.linked > GtkComboBox > .button { +- // the combo is a composite widget so the way we do button linkind doesn't +- // work, special case needed. See +- // https://bugzilla.gnome.org/show_bug.cgi?id=733979 +- &:dir(ltr) { @extend %linked_middle; } // specificity bump +- &:dir(rtl) { @extend %linked_middle:dir(rtl); } +-} +-.linked > GtkComboBox:first-child > .button { +- @extend %linked:first-child; +-} +-.linked > GtkComboBox:last-child > .button { +- @extend %linked:last-child; +-} +-.linked > GtkComboBox:only-child > .button { +- @extend %linked:only-child; +-} +-.linked.vertical > GtkComboBoxText > .button, +-.linked.vertical > GtkComboBox > .button { @extend %linked_vertical_middle; } +-.linked.vertical > GtkComboBoxText:first-child > .button, +-.linked.vertical > GtkComboBox:first-child > .button { @extend %linked_vertical:first-child; } +-.linked.vertical > GtkComboBoxText:last-child > .button, +-.linked.vertical > GtkComboBox:last-child > .button { @extend %linked_vertical:last-child; } +-.linked.vertical > GtkComboBoxText:only-child > .button, +-.linked.vertical > GtkComboBox:only-child > .button { @extend %linked_vertical:only-child; } +- +-/************ +- * Toolbars * +- ************/ +-.toolbar { +- -GtkWidget-window-dragging: true; +- padding: 4px; +- background-color: $bg_color; +- .osd &, &.osd { +- padding: 13px; +- border: none; +- border-radius: 5px; +- background-color: $osd_bg_color; +- } +-} +- +-//searchbar, location-bar & inline-toolbar +-.inline-toolbar { +- @extend .toolbar; +- @extend %inset-bar; +- border-width: 0 1px 1px; +- padding: 3px; +- border-radius: 0 0 3px 3px; +-} +-.search-bar, .location-bar { +- @extend .toolbar; +- @extend %inset-bar; +- border-width: 0 0 1px; +- padding: 3px; +-} +- +-%inset-bar { +- border-style: solid; +- border-color: $borders_color; +- //$_bg: mix($bg_color, $borders_color, 70%); +- text-shadow: none; +- background-color: $bg_color; +- //box-shadow: inset 0 2px 3px -1px mix($borders_color, $_bg, 60%), +- // _widget_edge(); +- //FIXME edge would be nice, but doesn't work +- &:backdrop { +- border-color: $backdrop_borders_color; +- background-color: $backdrop_dark_fill; +- box-shadow: none; +- } +-} +- +-/*************** +- * Header bars * +- ***************/ +- +-.titlebar, +-.header-bar { +- padding: 2px 6px; +- border-width: 0px 0px 2px 0px; +- border-style: solid; +- border-color: $selected_bg_color; +- //border-radius: 0; +- color: $titlebar_fg_color; +- +- @include headerbar_fill; +- +- &:backdrop { +- border-color: transparent; +- background-color: $bg_color; +- background-image: none; +- box-shadow: none; +- color: $backdrop_fg_color; +- } +-.path-bar .button { +- color: $titlebar_fg_color; +- } +-.button { +- background-color: $titlebar_bg_color; +- color: $titlebar_fg_color; +- background-image: none; +- border-color: transparent; +- box-shadow: none; +- +- &.flat { @include button(undecorated,$titlebar_bg_color); } +- &:hover { +- border-color: $selected_bg_color; +- } +- &:active, &:checked { +- @include button(active); +- border-color: $titlebar_bg_color; +- box-shadow: none; +- &:hover { +- @include button(active-hover); +- border-color: $titlebar_bg_color; +- box-shadow: none; +- } +- &:backdrop { +- background-image: none; +- background-color: $backdrop_bg_color; +- border-color: $backdrop_bg_color; +- } +- } +- +- &.suggested-action { +- background-color: shade($selected_bg_color,1.1); +- &:hover { +- background-color: $selected_bg_color; +- } +- &:insensitive { +- background-color: $titlebar_bg_color; +- color: shade($titlebar_fg_color,0.5); +- &:active, &:checked { +- background-color: $titlebar_bg_color; +- color: shade($titlebar_fg_color,0.5); +- } +- } +- } +- +- &:backdrop { +- background-color: $bg_color; +- color: $backdrop_fg_color; +- } +- +- &.flat:backdrop, &.flat:backdrop:insensitive, &:insensitive:backdrop { +- background-image: none; +- background-color: $backdrop_bg_color; +- color: $backdrop_fg_color; +- } +- &.flat:insensitive { +- @include button(undecorated); +- } +- &:insensitive { +- background-color: $titlebar_bg_color; +- color: shade($titlebar_fg_color,0.5); +- &:active, &:checked { +- @include button(insensitive-active,$titlebar_bg_color); +- } +- } +- } +- .title { +- font-weight: normal; +- padding: 0px 12px; +- } +- +- .subtitle { +- font-size: smaller; +- padding: 0 12px; +- @extend .dim-label; +- } +- +- .header-bar-separator, +- & > GtkBox > .separator.vertical { +- -GtkWidget-wide-separators: true; +- -GtkWidget-separator-width: 1px; +- border-width: 0 1px; +- border-image: linear-gradient(to bottom, +- transparentize($borders_color,1), +- $borders_color 30%, +- $borders_color 70%, +- transparentize($borders_color,1) 100%) +- 0 1 / 0 1px stretch; //FIXME use a proper color +- +- &:backdrop { +- border-image: linear-gradient(to bottom, transparentize($backdrop_borders_color, 0.5)) +- 0 1 / 1px 1px; //FIXME use a proper color +- } +- } +- +- &.selection-mode { +- +- color: $selected_fg_color; +- text-shadow: none; +- border-color: $selected_borders_color; +- background-image: none; +- background-color: $titlebar_bg_color; +- box-shadow: none; +- +- &:backdrop { +- background-image: none; +- background-color: $bg_color; +- box-shadow: none; +- } +- +- .subtitle:link { @extend *:link:selected; } +- +- .button { +- @include button(normal, $selected_bg_color, $selected_fg_color); +- +- &.flat { @include button(undecorated); } +- +- &:hover { @include button(hover, $selected_bg_color, $selected_fg_color); } +- +- &:active, &:checked { @include button(active, $selected_bg_color, $selected_fg_color); } +- +- &:backdrop, +- &.flat:backdrop { +- @include button(backdrop, $selected_bg_color, $selected_fg_color); +- -gtk-image-effect: none; +- border-color: $selected_borders_color; +- +- &:active, +- &:checked { +- @include button(backdrop-active, $selected_bg_color, $selected_fg_color); +- border-color: $selected_borders_color; +- } +- +- &:insensitive { +- @include button(backdrop-insensitive, $selected_bg_color, $selected_fg_color); +- border-color: $selected_borders_color; +- } +- +- &:insensitive:active, +- &:insensitive:checked { +- @include button(backdrop-insensitive-active, $selected_bg_color, +- $selected_fg_color); +- border-color: $selected_borders_color; +- } +- } +- +- &.flat:backdrop, +- &.flat:insensitive, +- &.flat:insensitive:backdrop { +- @include button(undecorated); +- } +- +- &:insensitive { +- @include button(insensitive, $selected_bg_color, $selected_fg_color); +- +- &:active, &:checked { @include button(insensitive-active, $selected_bg_color, $selected_fg_color); } +- } +- +- &.suggested-action { +- @include button(normal); +- border-color: $selected_borders_color; +- +- &:hover { +- @include button(hover); +- border-color: $selected_borders_color; +- } +- +- &:active { +- @include button(active); +- border-color: $selected_borders_color; +- } +- +- &:insensitive { +- @include button(insensitive); +- border-color: $selected_borders_color; +- } +- +- &:backdrop { +- @include button(backdrop); +- border-color: $selected_borders_color; +- } +- +- &:backdrop:insensitive { +- @include button(backdrop-insensitive); +- border-color: $selected_borders_color; +- } +- } +- } +- +- .selection-menu { +- border-color: transparentize($selected_bg_color, 1); +- background-image: linear-gradient(to bottom, transparentize($selected_bg_color, 1)); +- box-shadow: none; +- padding-left: 10px; +- padding-right: 10px; +- +- GtkArrow { -GtkArrow-arrow-scaling: 1; } +- +- .arrow { +- -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); +- color: transparentize($selected_fg_color,0.5); +- icon-shadow: none; +- } +- +- &:backdrop { @extend .selection-menu }; +- } +- } +- +- .tiled &, .maximized & { +- border-radius: 0; // squared corners when the window is max'd or tiled +- } +- +- &.default-decoration { +- padding: 4px; +- .button { padding: 5px; } +- } +-} +- +-/************ +- * Pathbars * +- ************/ +- +-.path-bar .button { +- padding: 5px 6px 6px; +- @include button(undecorated); +- color: $fg_color; +- &:hover {border-color: $selected_bg_color; } +- &:active, &:checked { +- background-color: $borders_color; +- } +- &:first-child { padding-left: 8px; } +- &:last-child { padding-right: 8px; } +- &:only-child { +- padding-left: 12px; +- padding-right: 12px; +- } +- +- // the following is for spacing the icon and the label inside the home button +- .label:last-child { padding-left: 2px; } +- .label:first-child { padding-right: 2px; } +- .label:only-child { padding-right: 0; padding-left: 0; } +- GtkImage { padding-top: 1px; } +-} +- +-/************** +- * Tree Views * +- **************/ +-GtkTreeView.view { +- -GtkTreeView-grid-line-width: 1; +- -GtkTreeView-grid-line-pattern: ''; +- -GtkTreeView-tree-line-width: 1; +- -GtkTreeView-tree-line-pattern: ''; +- -GtkTreeView-expander-size: 16; +- +- border-left-color: mix($fg_color, $base_color, 50%); // this is actually the tree lines color, +- border-top-color: $bg_color; // while this is the grid lines color, better then nothing +- +- &:selected { border-radius: 0; } // rest border radius in lists +- +- &:selected, &:backdrop:selected { +- border-left-color: mix($selected_fg_color, $selected_bg_color, 50%); +- border-top-color: transparentize($fg_color, 0.9); // doesn't work unfortunatelly +- } +- +- &:insensitive { +- color: $insensitive_fg_color; +- &:selected { +- color: mix($selected_fg_color, $selected_bg_color, 40%); +- &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 30%); } +- } +- &:backdrop { color: $backdrop_insensitive_color; } +- } +- +- &.separator:backdrop { +- color: transparentize(black, 0.9); +- } +- +- &:backdrop { +- border-left-color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); +- border-top: $backdrop_bg_color; +- } +- +- &.dnd { +- border-style: solid none; +- border-width: 1px; +- border-color: mix($fg_color, $selected_bg_color, 50%); +- } +- +- &.expander { +- -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); +- &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } +- color: mix($fg_color, $base_color, 70%); +- &:hover { color: $fg_color; } +- &:selected { +- color: mix($selected_fg_color, $selected_bg_color, 70%); +- &:hover { color: $selected_fg_color; } +- &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 70%); } +- } +- +- &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } +- +- &:backdrop { color: mix($backdrop_fg_color, $backdrop_base_color, 70%); } +- } +- +- &.progressbar { // progress bar in treeviews +- @if $variant == light { color: $base_color; } +- +- border: 1px solid $selected_borders_color; +- border-radius: 4px; +- background-image: linear-gradient(to bottom, +- $selected_bg_color, +- darken($selected_bg_color,10%)); +- box-shadow: inset 0 1px if($variant=='light', transparentize(white,0.7), +- transparentize(white,0.85)), +- 0 1px if($variant=='light', transparentize(black, 0.8), +- transparentize(black,0.9)); +- +- &:selected { +- @if $variant == 'light' { +- color: $selected_bg_color; +- box-shadow: none; +- } +- +- @else { box-shadow: inset 0 1px transparentize(white, 0.95); } +- +- background-image: linear-gradient(to bottom, +- $base_color, +- darken($base_color,10%)); +- +- &:backdrop { +- @if $variant == 'light' { +- color: $selected_bg_color; +- border-color: $selected_borders_color; // otherwise it gets inherited by .view(?!?) +- } +- @else { border-color: $backdrop_base_color; } +- background-color: $backdrop_base_color; +- } +- } +- +- &:backdrop { +- @if $variant == 'light' { color: $backdrop_base_color; } +- @else { border-color: $backdrop_base_color; } +- background-image: none; +- box-shadow: none; +- } +- } +- +- &.trough { // progress bar trough in treeviews +- background-color: transparentize($fg_color,0.9); +- border-radius: 4px; +- +- &:selected { +- background-color: if($variant == 'light', +- transparentize($selected_fg_color, 0.7), +- darken($selected_bg_color, 10%)); +- @if $variant == 'light' { +- border-width: 1px 0; +- border-style: solid; +- border-color: $selected_bg_color; +- } +- } +- } +-} +- +-column-header { +- .button { +- @extend %column_header_button; +- $_column_header_color: mix($fg_color, $base_color, 50%); +- color: $_column_header_color; +- background-color: $base_color; +- font-weight: bold; +- text-shadow: none; +- box-shadow: none; +- &:hover { +- @extend %column_header_button; +- color: mix($_column_header_color, $fg_color, 50%); +- box-shadow: none; +- transition: none; //I shouldn't need this +- } +- &:active { +- @extend %column_header_button; +- color: $fg_color; +- transition: none; //I shouldn't need this +- } +- &.dnd { +- @extend column-header.button.dnd; +- } +- } +- &:last-child .button, +- &:last-child .button:backdrop, // set :backdrop too or the border will be visibile there +- &:last-child.button, +- &:last-child.button:backdrop { //treeview-like derived widgets in Banshee and Evolution +- border-right-style: none; +- } +-} +- +-column-header.button.dnd { // for treeview-like derive widgets +- transition: none; +- color: $selected_bg_color; +- box-shadow: inset 1px 1px 0 1px $selected_bg_color, +- inset -1px 0 0 1px $selected_bg_color, +- inset 1px 1px $base_color, inset -1px 0 $base_color;; +- &:active { @extend column-header.button.dnd; } +- &:selected { @extend column-header.button.dnd; } +- &:hover { @extend column-header.button.dnd; } +-} +- +-%column_header_button { +- padding: 3px 6px; +- border-style: none solid solid none; +- border-radius: 0; +- background-image: none; +- border-color: $bg_color; +- text-shadow: none; +- &:insensitive { +- border-color: $bg_color; +- background-image: none; +- } +- &:backdrop { +- border-color: $backdrop_bg_color; +- border-style: none solid solid none; +- color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); +- background-image: none; +- background-color: $backdrop_base_color; +- &:insensitive { +- border-color: $backdrop_bg_color; +- background-image: none; +- } +- } +-} +- +- +-/********* +- * Menus * +- *********/ +-.menubar { +- -GtkWidget-window-dragging: true; +- padding: 2px; +- box-shadow: none; +- &:backdrop { background-color: $backdrop_bg_color; } +- & > .menuitem { +- padding: 4px 8px; +- &:hover { //Seems like it :hover even with keyboard focus +- background-color: $selected_bg_color; +- color: $selected_fg_color; +- } +- &:insensitive { +- color: $insensitive_fg_color; +- box-shadow: none; +- } +- } +-} +- +-.menu { +- padding: 0px; +- background-color: $bg_color; +- border: 1px solid $borders_color; // adds borders in a non composited env +- border-radius: 3px; +- .csd & { border: 1px solid $borders_color; } // axes borders in a composited env +- .menuitem { +- text-shadow: none; +- padding: 6px 6px; +- &:hover { +- color: $selected_fg_color; +- background-color: $selected_bg_color; +- background-clip: padding-box; +- border-style: solid; +- border-width: 2px; +- border-color: transparent; +- } +- &:insensitive { +- color: $insensitive_fg_color; +- &:backdrop { color: $backdrop_insensitive_color; } +- } +- &:backdrop, &:backdrop:hover { +- color: $fg_color; +- background-color: $bg_color; +- } +- //submenu indicators +- &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } +- &.arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); } +- } +- +- &.button { // overlow buttons +- @extend %undecorated_button; +- border-style: none; +- border-radius: 0; +- &.top { border-bottom: 1px solid mix($fg_color, $base_color, 10%); } +- &.bottom { border-top: 1px solid mix($fg_color, $base_color, 10%); } +- &:hover { background-color: mix($fg_color, $base_color, 10%); } +- &:insensitive { +- color: transparent; +- background-color: transparent; +- border-color: transparent ; +- } +- } +-} +- +-.menuitem .accelerator { color: gtkalpha(currentColor,0.55); } +- +- +-/*************** +- * Popovers * +- ***************/ +- +-.popover { +- padding: 2px; +- border: 1px solid $borders_color; +- border-radius: 2px; +- background-color: $bg_color; +- +- box-shadow: 0 2px 3px transparentize(black, 0.5); +- +- &:backdrop { +- box-shadow: none; +- } +- +- > .list, +- > .view, +- > .toolbar, +- &.osd > .toolbar { +- border-style: none; +- background-color: transparent; +- } +- +- .button.flat { +- color: $fg_color; +- } +- +- .button.flat:hover { +- background-color: transparentize($selected_bg_color, 0.8); +- color: $fg_color; +- text-shadow: none; +- transition: none; +- } +- +- &.osd { @extend %osd; } +-} +- +-//touch selection handlebars for the Popover.osd above +-.entry.cursor-handle, +-.cursor-handle { +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- border-style: none; +- &.top { -gtk-icon-source: -gtk-icontheme('selection-start-symbolic'); } +- &.bottom { -gtk-icon-source: -gtk-icontheme('selection-end-symbolic'); } +-} +- +-/***************** +- * Notebooks and * +- * Tabs * +- *****************/ +- +-.notebook { +- // Through me you go to the grief wracked city; +- // Through me you go to everlasting pain; +- // Through me you go a pass among lost souls. +- // ... +- // Abandon all hope — Ye Who Enter Here +- background-color: $bg_color; +- -GtkNotebook-initial-gap: 0; +- -GtkNotebook-arrow-spacing: 5; +- -GtkNotebook-tab-curvature: 0; +- -GtkNotebook-tab-overlap: 0; +- -GtkNotebook-has-tab-gap: false; +- -GtkWidget-focus-padding: 0; +- -GtkWidget-focus-line-width: 0; +- transition: all 200ms $ease-out-quad; +- //padding: 6px; +- +- +- &.frame { +- border: 1px solid $borders_color; +- // FIXME doesn't work +- &.top { border-top-width: 0; } +- &.bottom { border-bottom-width: 0; } +- &.right { border-right-width: 0; } +- &.left { border-left-width: 0; } +- //&:backdrop { border-color: $borders_color; } +- } +- &.header { +- // FIXME: double borders in some case, can't fix it w/o a class tho +- // FIXME: doesn't work on dark var +- background-color: $bg_color; +- padding-top: 4px; +- +- // this is the shading of the header behind the tabs +- &.frame { +- border-style: solid; +- border-color: $borders_color; +- &.top { border-width: 0px; } +- &.bottom { border-width: 0px; } +- &.right { border-width: 0px; } +- &.left { border-width: 0px; } +- &:backdrop { border-color: $borders_color; } +- } +- &.top { +- box-shadow: inset 0 -1px $borders_color; // border +- +- } +- &.bottom { +- box-shadow: inset 0 1px $borders_color; +- +- } +- &.right { +- box-shadow: inset 1px 0 $borders_color; +- +- } +- &.left { +- box-shadow: inset -1px 0 $borders_color; +- +- } +- } +- +- tab { +- border-width: 1px; +- border-style: solid; +- border-color: if($variant == 'light', shade($borders_color,1.1), transparentize($borders_color, 0.8)); +- background-color: if($variant == 'light', shade($borders_color,1.1), transparentize($borders_color, 0.8)); +- +- outline-offset: 0; +- +- $tab_indicator_size: 3px; +- //vertical tab sizing +- $vt_vpadding: 6px; +- $vt_hpadding: 8px; +- // horizontal tab sizing +- $ht_vpadding: 6px; +- $ht_hpadding: 8px; +- +- //FIXME: we get double border in some cases, not considering the broken +- //notebook content frame... +- &.top, &.bottom { padding: $vt_vpadding $vt_hpadding; } +- &.left, &.right { padding: $ht_vpadding $ht_hpadding; } +- +- +- /* works for testnotebookdnd, but there's a superfluous border +- in gedit or web, commented out for now, needs gtk fixes +- &.reorderable-page { +- &.top { +- padding-top: ($vt_vpadding - 1px); +- border-top-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.bottom { +- padding-bottom: ($vt_vpadding - 1px); +- border-bottom-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.left { +- padding-left: ($ht_hpadding - 1px); +- border-left-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- &.right { +- padding-right: ($ht_hpadding - 1px); +- border-right-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- } +- */ +- &.reorderable-page { +- background-color: $bg_color; +- &.top, &.bottom { +- padding-left: 12px; // for a nicer close button +- padding-right: 6px; // placement +- padding-bottom: 8px; +- } +- } +- &.top { +- //padding-bottom: ($vt_vpadding -$tab_indicator_size); +- border-radius: 3px 3px 0px 0px; +- &:active, &.active-page, &:backdrop:active { +- border-color: $borders_color; +- border-bottom-color: $bg_color; +- background-color: $bg_color; +- &:hover, &.prelight-page { +- border-color: $borders_color; +- border-bottom-color: $bg_color; +- } +- } +- } +- &.bottom { +- border-radius: 0px 0px 3px 3px; +- &:active, &.active-page, &:backdrop:active { +- border-color: $borders_color; +- border-top-color: $bg_color; +- background-color: $bg_color; +- &:hover, &.prelight-page { +- border-color: $borders_color; +- border-top-color: $bg_color; +- } +- } +- } +- &.left { +- border-radius: 3px 0px 0px 3px; +- &:active, &.active-page, &:backdrop:active { +- border-color: $borders_color; +- border-right-color: $bg_color; +- background-color: $bg_color; +- &:hover, &.prelight-page { +- border-color: $borders_color; +- border-right-color: $bg_color; +- } +- } +- } +- &.right { +- border-radius: 0px 3px 3px 0px; +- &:active, &.active-page, &:backdrop:active { +- border-color: $borders_color; +- border-left-color: $bg_color; +- background-color: $bg_color; +- &:hover, &.prelight-page { +- border-color: $borders_color; +- border-left-color: $bg_color; +- } +- } +- } +- +- //here's the interesting stuff +- &:hover, &.prelight-page { +- background-color: transparentize($hover_color, 0.8); +- border-color: transparentize($hover_color, 0.8); +- } +- +- // &:backdrop { +-// background-color: $borders_color; +-// } +- +- @each $_tab, $_border, $_shadow1 in (top, right, -3px 0px 0px 0px), +- (bottom, right, -3px 0px 0px 0px), +- (left, bottom, 0px -3px 0px 0px), +- (right, bottom, 0px -3px 0px 0px) { +- &.reorderable-page.#{$_tab} { +- border-width: 3px; +- border-style: solid; +- border-color: $bg_color; +- background-color: $bg_color; +- border-#{$_border}-width: 1px; +- border-#{$_border}-color: $borders_color; +- box-shadow: inset #{$_shadow1} $bg_color; +- &:hover, &.prelight-page { +- box-shadow: inset 0px -3px 0px 0px transparentize($selected_bg_color,0.7), inset $_shadow1 $bg_color; +- } +- &:active, &.active-page { +- box-shadow: inset 0px -3px 0px 0px $selected_bg_color, inset $_shadow1 $bg_color; +- &:hover { +- background-color: $bg_color; +- border-color: $bg_color; +- border-#{$_border}-color: $borders_color; +- } +- &:backdrop { +- background-color: $bg_color; +- border-color: $bg_color; +- border-#{$_border}-color: $borders_color; +- } +- } +- &:backdrop { +- background-color: $bg_color; +- border-color: $bg_color; +- border-#{$_border}-color: $borders_color; +- } +- } +- } +- .label { //tab text +- padding: 0 2px; // needed for a nicer focus ring +- color: $fg_color; +- +- } +- .prelight-page .label, .label.prelight-page { +- // prelight tab text +- color: $fg_color; +- +- } +- .active-page .label, .label.active-page { +- // active tab text +- color: $fg_color; +- +- } +- .button { //tab close button +- padding: 0px; +- border: 1px solid transparent; +- border-radius: 50%; +- background-image: none; +- background-color: $borders_color; +- box-shadow: none; +- icon-shadow: none; +- transition: none; +- color: $bg_color; +- &:hover { +- background-color: $icon_red; +- border-color: transparent; +- background-image: none; +- box-shadow: none; +- } +- &:active { +- color: $bg_color; +- border-color: transparent; +- background-image: none; +- box-shadow: none; +- } +- &:backdrop { +- color: $bg_color; +- border-color: transparent; +- } +- & > GtkImage { +- padding: 0px; +- } +- } +- .button .active-page, .button.active-page { //not working +- background-color: $icon_red; +- } +- } +- &.arrow { +- color: $insensitive_fg_color; +- &:hover { color: $hover_color; } +- &:active { color: $selected_bg_color; } +- &:insensitive { +- color: transparentize($insensitive_fg_color,0.7); +- } +- &:backdrop { +- color: $insensitive_fg_color; +- &:insensitive { +- color: transparentize($insensitive_fg_color,0.7); +- } +- } +- } +-} +- +-/************** +- * Scrollbars * +- **************/ +- +-.scrollbar { +- -GtkRange-trough-border: 0; +- -GtkScrollbar-has-backward-stepper: true; +- -GtkScrollbar-has-forward-stepper: true; +- -GtkRange-slider-width: 16; +- -GtkScrollbar-min-slider-length: 64; +- -GtkRange-stepper-spacing: 1; +- -GtkRange-trough-under-steppers: 0; +- +- .button { +- border: none; +- background-image:none; +- background-color: transparent; +- box-shadow: none; +- &:hover { +- color: $hover_color; +- background-image:none; +- background-color: transparent; +- } +- &:insensitive { color: $insensitive_fg_color; } +- } +- +- // Overlay Scrollbars +- &.dragging, // if this isn't set, the scrollbars don't update their size correctly +- &.hovering { opacity: 0.998; } // probably a gtk bug +- &.overlay-indicator:not(.dragging):not(.hovering) { opacity: 0.999; } // +- +- +- &.overlay-indicator:not(.dragging):not(.hovering) { +- -GtkRange-slider-width: 8px; +- -GtkScrollbar-has-backward-stepper: false; +- -GtkScrollbar-has-forward-stepper: false; +- +- .slider { @include _border(scrollbar-slider-overlay, $prefix:assets, $radius: 0, $width: 5px 4px 5px 4px, $image-width: 6 4 6 4 / 6px 4px 6px 4px); } +- &.horizontal .slider { @include _border(scrollbar-slider-horizontal-overlay, $prefix:assets, $radius: 0, $width: 4px 6px 4px 6px, $image-width: 4 6 4 6 / 4px 6px 4px 6px); } +- +- .trough { +- border: none; +- background: none; +- } +- } +- // Normal Scrollbars / Overlay Scrollbars on Mouseover +- &.trough { +- @include _border(scrollbar-trough, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); +- +- &:dir(rtl) { @include _border(scrollbar-trough-rtl, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- &.horizontal { @include _border(scrollbar-trough-horizontal, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- } +- &.slider { +- @include _border(scrollbar-slider, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); +- +- &:dir(rtl) { @include _border(scrollbar-slider-rtl, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- +- &:hover, &:insensitive { +- @include _border(scrollbar-slider-hover, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); +- +- &:dir(rtl) { @include _border(scrollbar-slider-rtl-hover, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- } +- &:active { +- @include _border(scrollbar-slider-active, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); +- +- &:dir(rtl) { @include _border(scrollbar-slider-rtl-active, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- } +- +- &.horizontal { +- @include _border(scrollbar-slider-horizontal, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); +- +- &:hover, &:insensitive { @include _border(scrollbar-slider-horizontal-hover, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- &:active { @include _border(scrollbar-slider-horizontal-active, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } +- } +- } +-} +- +- +-.scrollbars-junction, +-.scrollbars-junction.frame { // the small square between two scrollbars +- border-color: transparent; +- // the border image is used to add the missing dot between the borders, details, details, details... +- border-image: linear-gradient(to bottom, $borders_color 1px, transparent 1px) 0 0 0 1 / 0 1px stretch; +- background-color: $scrollbar_bg_color; +- +- &:dir(rtl) { border-image-slice: 0 1 0 0; } +- +- &:backdrop { +- border-image-source: linear-gradient(to bottom, $backdrop_borders_color 1px, transparent 1px); +- background-color: $backdrop_scrollbar_bg_color; +- } +-} +- +- +-/********** +- * Switch * +- **********/ +- +-GtkSwitch { +- -GtkSwitch-slider-width: 30px; // 55px is the right value to make it as tall +- // as buttons, not doing that for now +- font-weight: bold; +- font-size: smaller; +- outline-offset: 0px; +- box-shadow: inset 0 1px transparentize(white, 1); // needs to be set here +- // otherwise it gets +- // clipped +- &.trough { +- // similar to the .scale +- border: 1px solid $borders_color; +- border-radius: 3px; +- color: $fg_color; +- background-image: none; +- background-color: $bg_color; +- text-shadow: none; +- &:active { +- color: $selected_bg_color; +- border-color: $selected_bg_color; +- box-shadow: none; +- text-shadow: none; +- &:hover { border-color: $hover_color} +- } +- &:hover { +- border-color: $selected_bg_color; +- } +- &:insensitive { +- color: $insensitive_fg_color; +- border-color: $borders_color; +- background-image: none; +- background-color: $insensitive_bg_color; +- box-shadow: none; +- text-shadow: none; +- } +- +- } +- +- &.slider { +- padding: 3px; +- border: 3px solid; +- border-radius: 3px; +- border-color:transparentize(white,1); +- box-shadow: none; +- background-color: $borders_color; +- &:hover { +- box-shadow: none; +- } +- &:active { +- background-color: $selected_bg_color; +- &:hover { background-color: $hover_color} +- } +- &:insensitive { background-color: $insensitive_bg_color; } +- +- } +- .list-row:selected & { +- @if $variant == 'light' { +- box-shadow: none; +- border-color: $selected_borders_color; +- &:backdrop { border-color: $selected_borders_color; } +- &.slider:dir(rtl) { border-left-color: $borders_color; } +- &.slider:dir(ltr) { border-right-color: $borders_color; } +- &.slider, +- &.slider:active { border-color: $selected_borders_color; } +- } +- } +- +-} +- +-/************************* +- * Check and Radio items * +- *************************/ +- +-// draw regular check and radio items using our PNG assets +-// all assets are rendered from assets.svg. never add pngs directly +- +-$asset_suffix: if($variant=='dark', '-dark', ''); +-@each $w,$a in ('check', 'checkbox'), +- ('radio','radio') { +- +- //standard checks and radios +- @each $s,$as in ('','-unchecked'), +- (':hover', '-unchecked-hover'), +- (':active', '-unchecked-active'), +- (':insensitive','-unchecked-insensitive'), +- (':backdrop', '-unchecked-backdrop'), +- (':backdrop:insensitive', '-unchecked-backdrop-insensitive'), +- (':inconsistent', '-mixed'), +- (':inconsistent:hover', '-mixed-hover'), +- (':inconsistent:selected', '-mixed-active'), +- (':inconsistent:backdrop', '-mixed-backdrop'), +- (':inconsistent:insensitive', '-mixed-insensitive'), +- (':inconsistent:insensitive:backdrop', '-mixed-backdrop-insensitive'), +- (':checked', '-checked'), +- (':checked:insensitive','-checked-insensitive'), +- (':checked:hover', '-checked-hover'), +- (':checked:active', '-checked-active'), +- (':backdrop:checked', '-checked-backdrop'), +- (':backdrop:checked:insensitive', '-checked-backdrop-insensitive') { +- .#{$w}#{$s} { +- -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}#{$asset_suffix}.png"), +- url("assets/#{$a}#{$as}#{$asset_suffix}@2.png")); +- icon-shadow: if(str-index($s,"backdrop"), none, 0 1px 0 $borders_edge); //no edge highlight for :backdrop +- &.button.flat { icon-shadow: none; } +- } +- @if $variant == 'light' { +- // the borders of the light variant versions of checks and radios are +- // too similar in luminosity to the selected background color, hence +- // we need special casing. +- .view.#{$w}#{$s}:selected, +- .list-row:selected .#{$w}#{$s} { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-#{$a}#{$as}#{$asset_suffix}.png"), +- url("assets/selected-#{$a}#{$as}#{$asset_suffix}@2.png")); +- } +- } +- } +- +- //menu +- .menu .menuitem.#{$w} { +- -gtk-icon-source: -gtk-icontheme('#{$a}-symbolic'); +- color: mix($fg_color, $bg_color, 60%); +- icon-shadow: none; +- &:active, &:checked { +- -gtk-icon-source: -gtk-icontheme('#{$a}-checked-symbolic'); +- color: $selected_bg_color; +- } +- &:inconsistent { +- -gtk-icon-source: -gtk-icontheme('#{$a}-mixed-symbolic'); +- } +- &:hover { color: $selected_fg_color; } +- &:insensitive { color: mix($insensitive_fg_color, $bg_color, 50%); } +- } +-} +- +-//treeview and list-rows +-.view.check, .view.radio, +-.list-row .check, list-row .radio { +- icon-shadow: none; +- &:selected, &:hover { icon-shadow: none; } +-} +- +-//content view (grid/list) +- +-.content-view { +- background-color: darken($bg_color,7%); +- &:backdrop { background-color: darken($bg_color,7%); } +-} +- +-//selection-mode +-@each $s,$as in ('','-selectionmode'), +- (':hover', '-hover-selectionmode'), +- (':active', '-active-selectionmode'), +- (':backdrop', '-backdrop-selectionmode'), +- (':checked', '-checked-selectionmode'), +- (':checked:hover', '-checked-hover-selectionmode'), +- (':checked:active', '-checked-active-selectionmode'), +- (':backdrop:checked', '-checked-backdrop-selectionmode') { +- .view.content-view.check#{$s} { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox#{$as}.png"), +- url("assets/checkbox#{$as}@2.png")); +- background-color: transparent; +- } +-} +- +-GtkCheckButton.text-button, GtkRadioButton.text-button { +- // this is for a nice focus on check and radios text +- padding: 1px 2px 4px; +- outline-offset: 0; +- &:insensitive, +- &:insensitive:active, +- &:insensitive:inconsistent { +- // set insensitive color, which is overriden otherwise +- color: $insensitive_fg_color; +- &:backdrop { color: $backdrop_insensitive_color; } +- } +-} +- +-/************ +- * GtkScale * +- ************/ +-.scale, +-.scale.scale-has-marks-above.scale-has-marks-below, +-.scale.vertical.scale-has-marks-above.scale-has-marks-below { +- // FIXME: rationalize +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 20; +- -GtkRange-trough-border: 2; +- outline-offset: -9px; +- outline-radius: 4px; +- +- &.fine-tune { +- outline-offset: -7px; +- outline-radius: 6px; +- &.trough { +- margin: 8px; +- border-radius: 4px; +- } +- } +- +- &.slider { +- //FIXME: better gradient on the slider and hover state +- @include button(normal); +- border: 1px solid; +- border-radius: 50%; +- border-color: $selected_bg_color; +- box-shadow: inset 0 1px if($variant=='light', white, +- transparentize(white,0.85)), +- inset 0 #{-2px} $bg_color, +- inset 0 #{-1px} mix($bg_color, $borders_color, 50%); +- &:hover { +- border-width: 2px; +- @include button(hover); +- border-color: $hover_color; +- border-radius: 50%; // needed for double marks scales +- box-shadow: inset 0 1px if($variant=='light', white, +- transparentize(white, 0.85)), +- inset 0 #{-2px} if($variant=='light', white, +- transparentize(white, 0.86)), +- inset 0 #{-1px} mix($bg_color, $borders_color, 70%); +- } +- &:insensitive { +- border-style: solid; // needed for double marks scales or they'll get +- border-radius: 50%; // overridden +- background-image: linear-gradient(to bottom, $insensitive_bg_color); +- box-shadow: none; +- } +- +- &:active { +- border: 2px solid if($variant=='light',$selected_bg_color, +- darken($selected_bg_color,15%)); +- } +- //OSD sliders +- .osd & { +- @include button(osd); +- background-color: $titlebar_bg_color; +- &:hover { @include button(osd-hover); } +- &:active { @include button(osd-active); } +- &:backdrop { @include button(osd-backdrop); } +- } +- } +- &.trough { +- margin: 9px; +- border: 1px solid transparent; +- border-radius: 4px; +- background-color: $borders_color; +- box-shadow: none; +- &.highlight { +- background-color: $selected_bg_color; +- border-color: transparent; +- box-shadow: none; +- &.vertical { background-color: $selected_bg_color; } +- +- } +- &:insensitive, &.vertical:insensitive { +- border-color: transparent; +- background-image: none; +- background-color: $insensitive_bg_color; +- box-shadow: none; +- } +- +- //OSD troughs +- .osd & { +- border-color: transparent; +- box-shadow: none; +- margin: 9px; +- &.fine-tune { margin: 7px; } +- background-color: $borders_color; +- outline-color: transparentize($osd_fg_color, 0.8); +- outline-offset: -8px; +- &.highlight { +- background-image: none; +- background-color: $selected_bg_color; +- } +- &:insensitive, &:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- } +- &:backdrop { +- border-color: transparent; +- background-image: none; +- } +- } +- } +-} +- +-$asset_suffix: if($variant=='dark', '-dark', ''); +-@each $d,$dn in ('', 'horz'), +- ('.vertical', 'vert') { +- @each $w,$we in ('scale-has-marks-below','scale_marks_below'), +- ('scale-has-marks-above','scale_marks_above') { +- .scale#{$d}.#{$w} { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; +- +- @extend %#{$we}_#{$dn}; +- +- @each $s,$as in ('',''), +- (':hover','-hover'), +- (':active','-active'), +- (':insensitive','-insensitive'), +- (':backdrop','-backdrop'), +- (':backdrop:insensitive','-backdrop-insensitive') { +- &.slider#{$s} { +- $_url: 'assets/slider-#{$dn}-#{$w}#{$as}#{$asset_suffix}'; +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url('#{$_url}.png'), +- url('#{$_url}@2.png')); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; +- } +- } +- } +- } +-} +- +-%scale_marks_above_horz { +- .trough { margin: 14px 10px 10px; } +- &.fine-tune .trough { margin: 12px 8px 8px; } +-} +-%scale_marks_below_horz { +- .trough { margin: 10px 10px 14px; } +- &.fine-tune .trough { margin: 8px 8px 12px; } +-} +-%scale_marks_above_vert { +- .trough { margin: 10px 10px 10px 14px; } +- &.fine-tune .trough { margin: 8px 8px 8px 12px; } +-} +-%scale_marks_below_vert { +- .trough { margin: 10px 14px 10px 10px; } +- &.fine-tune .trough { margin: 8px 12px 8px 8px; } +-} +- +-/***************** +- * Progress bars * +- *****************/ +- +-GtkProgressBar { +- padding: 0; +- font-size: smaller; +- color: transparentize($fg_color, 0.6); +- box-shadow: none; // here ot it gets +- // clipped +- +- &.osd { +- -GtkProgressBar-xspacing: 0; +- -GtkProgressBar-yspacing: 0; +- -GtkProgressBar-min-horizontal-bar-height: 3; +- } +- &.trough { // background +- border: 1px solid transparent; +- border-radius: 3px; +- background-color: $borders_color; +- &.osd { +- border-style: none; +- background-color: transparent; +- box-shadow: none; +- } +- } +-} +- +-// moving bit +-.progressbar { +- background-color: $selected_bg_color; +- border: 1px solid $selected_bg_color; +- border-radius: 0px; +- box-shadow: none; //needed for clipping +- &.left { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; +- } +- &.right { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- } +- &.left.right { +- box-shadow: none; +- } +- &.vertical { +- +- &.bottom { +- border-bottom-left-radius: 3px; +- border-bottom-right-radius: 3px; +- box-shadow: none; +- } +- &.top { +- border-top-left-radius: 3px; +- border-top-right-radius: 3px; +- } +- } +- +- &.osd { +- background-image: none; +- background-color: $selected_bg_color; +- border-style: none; +- border-radius: 0; +- } +-} +- +- +-/************* +- * Level Bar * +- *************/ +- +-.level-bar.vertical { +- -GtkLevelBar-min-block-width: 6; +- -GtkLevelBar-min-block-height: 34; +-} +- +-.level-bar { +- box-shadow: none; // needs to be set here to avoid clipping +- -GtkLevelBar-min-block-width: 34; +- -GtkLevelBar-min-block-height: 6; +- &.vertical { +- -GtkLevelBar-min-block-width: 6; +- -GtkLevelBar-min-block-height: 34; +- } +- &.trough { +- border: 1px solid transparent; +- padding: 2px; +- border-radius: 2px; +- background-color: transparent; +- } +- &.fill-block { +- // FIXME: it would be nice to set make fill blocks bigger, but we'd need +- // :nth-child working on discrete indicators +- border: 1px solid if($variant=='light', $selected_bg_color, +- $selected_bg_color); +- background-color: $selected_bg_color; +- box-shadow: none; +- border-radius: 2px; +- +- &.indicator-discrete { +- &.horizontal { margin: 0 1px; } +- &.vertical { margin: 1px 0; } +- } +- &.level-high { +- border-color: $success_color; +- background-color: $success_color; +- &:backdrop { border-color: $success_color; } +- } +- &.level-low { +- border-color: $warning_color; +- background-color: $warning_color; +- &:backdrop { border-color: $warning_color; }; +- } +- &.empty-fill-block { +- background-color: $borders_color; +- border-color: transparent; +- box-shadow: none; +- +- } +- } +-} +- +- +-/********** +- * Frames * +- **********/ +-.frame { +- border: 1px solid $borders_color; +- &.flat { border-style: none; } +- padding: 0; +- &.action-bar { +- padding: 6px; +- border-width: 1px 0 0; +- } +-} +- +-GtkScrolledWindow { +- GtkViewport.frame { // avoid double borders when viewport inside +- // scrolled window +- border-style: none; +- } +-} +- +-//vbox and hbox separators +-.separator { +- // always disable separators +- // -GtkWidget-wide-separators: true; +- color: transparentize(black, 0.9); +- +- // Font and File button separators +- GtkFileChooserButton &.vertical, +- GtkFontButton &.vertical { +- // always disable separators +- -GtkWidget-wide-separators: true; +- } +-} +- +-/********* +- * Lists * +- *********/ +- +-.list, .list-row { +- background-color: $bg_color; +- border-width: 0px; +- border-color: $selected_bg_color; +-} +- +-.list-row, +-.grid-child { +- padding: 0px 2px; +- border-style: solid; +- border-width: 0px; +- border-color: $selected_bg_color; +-} +- +-.list-row.button, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked { +- // reset button inherited stuff +- @extend %undecorated_button; +- background-color: transparentize($base_color,1); // for the transition +- border-style: none; // I need no borders here +- border-radius: 0; // and no rounded corners +- box-shadow: none; // and no box-shadow +- +-} +- +-.list-row.button { +- // let's take care of background colors +- &:hover { +- background-color: transparentize($hover_color, 0.8); +- } +- &:active { +- box-shadow: none; +- } +- &:selected { +- &:active { box-shadow: inset 0 2px 3px -1px transparentize(black, 0.5); } +- &:hover { +- background-color: mix($fg_color, $selected_bg_color, 10%); +- } +- &:backdrop { background-color: $selected_bg_color; } +- } +- &:backdrop:hover { background-color: transparent; } +-} +- +-.list-row:selected { +- @extend %selected_items; +- .button { +- @include button(normal, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- &.flat { +- @include button(undecorated, $edge:none); +- color: $selected_fg_color; +- } +- &:hover { +- @include button(hover, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- } +- &:active, &:checked { +- @include button(active, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- } +- &:backdrop, &.flat:backdrop { +- @include button(backdrop, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- &:active, &:checked { +- @include button(backdrop-active, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- } +- &:insensitive { +- @include button(backdrop-insensitive, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- &:active, &:checked { +- @include button(backdrop-insensitive-active, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- } +- } +- } +- &.flat:backdrop { +- @include button(undecorated); +- color: if($variant=='light', $backdrop_base_color, $backdrop_fg_color); +- } +- &:insensitive { +- @include button(insensitive, $edge:none); +- @if $variant == 'light' { border-color: $selected_borders_color; } +- &:active, &:checked { @include button(insensitive-active, $edge:none); } +- } +- //FIXME: make placeholder with buttons w/o edge to be extended around +- // istead of repeating everytime this stuff. +- } +-} +- +-// transition +-.list-row, list-row.button { +- transition: all 300ms $ease-out-quad; +- &:hover { transition: none; } +-} +- +- +-/********************* +- * App Notifications * +- *********************/ +- +-.app-notification, +-.app-notification.frame { +- @extend %osd; +- padding: 10px; +- border: none; +- border-radius: 0 0 3px 3px; +- background-color: $osd_bg_color; +- background-image: none; +- background-clip: padding-box; +- &:backdrop { background-image: none; } +- .button { +- @include button(osd); +- &.flat { +- @extend %undecorated_button; +- icon-shadow: 0 1px black; +- text-shadow: 0 1px black; +- &:backdrop, +- &:insensitive, +- &:backdrop:insensitive { @extend %undecorated_button; } +- } +- &:hover { @include button(osd-hover); } +- &:active, +- &:checked, +- &:backdrop:active, +- &:backdrop:checked { +- @include button(osd-active); +- } +- &:insensitive, +- &:backdrop:insensitive { +- @include button(osd-insensitive); +- } +- &:backdrop { @include button(osd-backdrop); } +- } +-} +- +-/************* +- * Expanders * +- *************/ +- +-.expander { +- -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); +- &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } +- &:hover { color: lighten($fg_color,30%); } //only lightens the arrow +- &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } +-} +- +-/************ +- * Calendar * +- ***********/ +-GtkCalendar { +- color: $text_color; +- border: 1px solid $borders_color; +- +- &:selected { +- @extend .view:selected; +- } +- +- &.header { +- border: 1px solid transparentize(black, 0.9); +- border-radius: 0; +- +- &:backdrop { border-color: transparentize(black, 0.9); } +- } +- +- &.button { +- @extend %undecorated_button; +- color: transparentize($fg_color, 0.55); +- +- &:hover { +- @extend %undecorated_button; +- color: $fg_color; +- } +- +- &:backdrop { +- @extend %undecorated_button; +- color: transparentize($backdrop_fg_color,0.55); +- } +- } +- +- &:inconsistent, &:inconsistent:backdrop, +- &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); } +- +- +- &:backdrop { +- color: $backdrop_text_color; +- border-color: $backdrop_borders_color; +- } +-} +- +-/*********** +- * Dialogs * +- ***********/ +- +-.message-dialog .dialog-action-area .button { +- //padding: 8px; +-} +- +-.message-dialog { // Message Dialog styling +- -GtkDialog-button-spacing: 8; +- -GtkDialog-action-area-border: 8; +- +- @if $variant==light { +- // the bright variant as a slightly darker bg which in this case clashes with the window decoration, overriding +- &.background { background-color: $bg_color; } +- } +- +- .titlebar { +- //border-style: none; +- box-shadow: none; +- } +- &.csd { // rounded bottom border styling for csd version +- &.background { +- // bigger radius for better antialiasing +- border-bottom-left-radius: 0px; +- border-bottom-right-radius: 0px; +- } +- .dialog-action-area .button { +- //padding: 12px; +- border-radius: 0; +- @include button(normal, $edge:none); +- //@extend %middle_button; +- &:hover { +- @include button(hover, $edge:none); +- //@extend %middle_button; +- } +- &:active { +- @include button(active, $edge:none); +- //@extend %middle_button; +- } +- &:insensitive { +- @include button(insensitive, $edge:none); +- //@extend %middle_button; +- } +- &:backdrop { +- @include button(backdrop, $edge:none); +- //@extend %middle_button; +- } +- &:backdrop:insensitive { +- @include button(backdrop-insensitive, $edge:none); +- //@extend %middle_button; +- } +- @each $b_type, $b_color in (suggested-action, $selected_bg_color), +- (destructive-action, $destructive_color) { +- &.#{$b_type} { +- @include button(normal, $b_color, white, $edge:none); +- //@extend %middle_button; +- &:hover { +- @include button(hover, $b_color, white, $edge:none); +- //@extend %middle_button; +- } +- &:active { +- @include button(active, $b_color, white, $edge:none); +- //@extend %middle_button; +- } +- &:backdrop { +- @include button(backdrop, $b_color, white, $edge:none); +- //@extend %middle_button; +- &:insensitive { +- @include button(backdrop-insensitive, $edge:none); +- //@extend %middle_button; +- } +- } +- &:insensitive { +- //@include button(insensitive, $edge:none); +- //@extend %middle_button; +- background-color: $titlebar_bg_color; +- color: shade($titlebar_fg_color,0.5); +- } +- } +- } +- &:first-child{ }//@extend %first_button; } +- &:last-child { }//@extend %last_button; } +- } +- %middle_button { +- border-left-style: solid; +- border-right-style: none; +- border-bottom-style: none; +- } +- %last_button { +- border-bottom-right-radius: 7px; +- outline-bottom-right-radius: 5px; +- } +- %first_button { +- border-left-style: none; +- border-bottom-left-radius: 7px; +- outline-bottom-left-radius: 5px; +- } +- } +-} +- +-GtkFileChooserDialog { +- .search-bar { +- background-color: $bg_color; +- border-color: $bg_color; +- box-shadow: none; +- &:backdrop { +- background-color: $backdrop_base_color; +- border-color: $backdrop_bg_color; +- } +- } +- .dialog-action-box { +- border-top: 1px solid $borders_color; +- &:backdrop { border-top-color: $backdrop_borders_color; } +- } +-} +- +-/*********** +- * Sidebar * +- ***********/ +- +-.sidebar { +- border: none; +- background-color: $bg_color; +- +- &:selected { +- @extend %selected_items; +- } +-} +- +-// Places sidebar is a special case, since the view here have to look like chrome not content, so we override text color +-GtkPlacesSidebar.sidebar .view { +- +- color: $fg_color; +- background-color: transparent; +- +- .separator, +- .separator:backdrop { @extend .separator; } +- +- .image { // icons color +- color: mix($fg_color, $sidebar_bg_color, 70%); +- +- &:selected { +- color: mix($selected_fg_color, $selected_bg_color, 90%); +- +- &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 90%); } +- } +- +- &:insensitive { color: mix($insensitive_fg_color, $sidebar_bg_color, 70%); } +- +- &:backdrop { +- color: mix($backdrop_fg_color, $sidebar_bg_color, 70%); +- +- &:insensitive { color: mix($backdrop_insensitive_color, $sidebar_bg_color, 70%); } +- } +- } +- +- &:insensitive { color: $insensitive_fg_color; } +- +- &:backdrop { +- color: $backdrop_fg_color; +- +- &:insensitive { color: $backdrop_insensitive_color; } +- } +- +- &:selected { +- @extend %selected_items; +- } +-} +- +- +-.sidebar-item { +- padding: 10px 4px; +- > .label { +- padding-left: 6px; +- padding-right: 6px; +- } +- &.needs-attention > .label { +- @extend %needs_attention; +- background-size: 6px 6px, 0 0; +- } +-} +- +- +-/********* +- * Paned * +- *********/ +- +-GtkPaned { // this is for the standard paned separator +- +- -GtkPaned-handle-size: 1; // sets separator width +- +- -gtk-icon-source: none; // removes handle decoration +- margin: 0 8px 8px 0; // drag area of the separator, not a real margin +- &:dir(rtl) { +- margin-right: 0; +- margin-left: 8px; +- } +- .pane-separator { +- background-color: $borders_color; +- &:backdrop { +- background-color: $backdrop_borders_color; +- } +- } +-} +- +-GtkPaned.wide { // this is for the paned with wide separator +- -GtkPaned-handle-size: 5; // wider separator here +- margin: 0; // no need of the invisible drag area so, reset margin +- .pane-separator { +- background-color: transparent; +- border-style: none solid; +- border-color: $borders_color; +- border-width: 1px; +- } +- &.vertical .pane-separator { border-style: solid none;} +- .pane-separator:backdrop { border-color: $backdrop_borders_color; } +-} +- +- +-/************** +- * GtkInfoBar * +- **************/ +-GtkInfoBar { +- border-style: none; +-} +- +-.info, +-.question, +-.warning, +-.error { +- background-color: $titlebar_bg_color; +- color: $selected_fg_color; +- text-shadow: none; +- border-color: darken($selected_bg_color, 10%); +- .button { +- // FIXME: extend selection mode buttons +- @include button(normal, $selected_bg_color, $selected_fg_color, none); +- &:hover { +- @include button(hover, $selected_bg_color, $selected_fg_color, none); } +- &:active { +- @include button(active, $selected_bg_color, $selected_fg_color, none); } +- &:insensitive { +- @include button(insensitive,$selected_bg_color,$selected_fg_color,none); } +- &:backdrop { +- @include button(backdrop, $selected_bg_color, $selected_fg_color, none); +- border-color: _border_color($selected_bg_color); +- &:insensitive { +- @include button(backdrop-insensitive, $selected_bg_color, +- $selected_fg_color, none); +- border-color: _border_color($selected_bg_color); +- } +- } +- } +- .label:selected, +- .label:selected:focus, +- .label:selected:hover { +- background-color: darken($selected_bg_color, 10%); +- } +-} +- +-/************ +- * Tooltips * +- ************/ +- +-.tooltip { +- &.background { +- // background-color needs to be set this way otherwise it gets drawn twice +- // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. +- background-color: transparentize(black, 0.2); +- background-clip: padding-box; +- border: 1px solid $tooltip_borders_color; // this suble border is meant to +- // not make the tooltip melt with +- // very dark backgrounds +- } +- +- color: white; +- padding: 4px; /* not working */ +- border-radius: 5px; +- box-shadow: none; // otherwise it gets inherited by windowframe.csd +- text-shadow: 0 1px black; +- // FIXME: we need a border or tooltips vanish on black background. +- &.window-frame.csd { +- background-color: transparent; +- } +-} +- +-.tooltip * { //Yeah this is ugly +- padding: 4px; +- background-color: transparent; +- color: inherit; // just to be sure +-} +- +-/***************** +- * Color Chooser * +- *****************/ +- +-GtkColorSwatch { +- // This widget is made of two boxes one on top of the other, the lower box is GtkColorSwatch {} the other one +- // is GtkColorSwatch > .overlay {}, GtkColorSwatch has the programmatically set background, so most of the style +- // is applied to the overlay box. +- +- $_colorswatch_shadow: inset 0 1px transparentize(black, 0.9), _widget_edge(); +- +- $_colorswatch_radius: 5px; +- +- box-shadow: $_colorswatch_shadow; +- +- // take care of colorswatches on selected elements +- :selected & { +- box-shadow: none; +- &.overlay, &.overlay:hover { +- border-color: $selected_fg_color; +- } +- } +- +- // we need to re-set the shadow here since it get axed by the previous bit +- &:selected { box-shadow: $_colorswatch_shadow; } +- +- // base color corners rounding +- // to avoid the artifacts caused by rounded corner anti-aliasing the base color +- // sports a bigger radius. +- // nth-child is needed by the custom color strip. +- // The :not() madness is needed since actually the overlay is selectable by GtkColorSwatch > .overlay +- // and GtkColorSwatch.overlay, I know it's weird, but this is gtk+, not a browser. +- &.top { +- border-top-left-radius: $_colorswatch-radius + 1px; +- border-top-right-radius: $_colorswatch-radius + 1px; +- } +- &.bottom { +- border-bottom-left-radius: $_colorswatch-radius + 1px; +- border-bottom-right-radius: $_colorswatch-radius + 1px; +- } +- &.left, &:first-child:not(.overlay):not(.top) { +- border-top-left-radius: $_colorswatch-radius + 1px; +- border-bottom-left-radius: $_colorswatch-radius + 1px; +- } +- &.right, &:last-child:not(.overlay):not(.bottom) { +- border-top-right-radius: $_colorswatch-radius + 1px; +- border-bottom-right-radius: $_colorswatch-radius + 1px; +- } +- &:only-child:not(.overlay) { border-radius: $_colorswatch-radius + 1px; } +- +- // overlay corner rounding +- &.top > .overlay { +- border-top-left-radius: $_colorswatch-radius; +- border-top-right-radius: $_colorswatch-radius; +- } +- &.bottom > .overlay { +- border-bottom-left-radius: $_colorswatch-radius; +- border-bottom-right-radius: $_colorswatch-radius; +- } +- &:first-child:not(.top) > .overlay { +- border-top-left-radius: $_colorswatch-radius; +- border-bottom-left-radius: $_colorswatch-radius; +- } +- &:last-child:not(.bottom) > .overlay { +- border-top-right-radius: $_colorswatch-radius; +- border-bottom-right-radius: $_colorswatch-radius; +- } +- &:only-child > .overlay { border-radius: $_colorswatch-radius; } +- +- // hover effect +- &:hover, +- &:hover:selected { +- background-image: linear-gradient(135deg, transparentize(white, 0.3), +- transparentize(white, 1) 50%); +- box-shadow: inset 0 1px transparentize(white, 0.6), +- inset 0 -1px if($variant == 'light', transparentize(black, 0.9), transparentize(black, 0.6)); +- &.color-dark { // swatches with colors with luminosity lower than 50% get the color-dark class +- background-image: linear-gradient(135deg, transparentize(white, 0.5), +- transparentize(white, 1) 50%); +- } +- } +- &:backdrop, +- &:backdrop:selected +- &.color-dark:backdrop, +- &.color-dark:backdrop:selected { +- background-image: none; +- box-shadow: none; +- } +- +- // no hover effect for the colorswatch in the color editor +- GtkColorEditor & { +- border-radius: 3px; // same radius as the entry +- &:hover { +- background-image: none; +- box-shadow: inset 0 1px transparentize(black, 0.9), _widget_edge(); +- } +- &:backdrop { box-shadow: none; } +- } +- +- // indicator and keynav outline colors +- &.color-dark { +- color: white; +- outline-color: transparentize(black, 0.7); +- &:backdrop { color: transparentize(white, 0.7); } +- } +- &.color-light { +- color: black; +- outline-color: transparentize(white, 0.5); +- &:backdrop { color: transparentize(black, 0.7); } +- } +- +- // border color +- &.overlay, +- &.overlay:selected { +- border: 1px solid if($variant == 'light', transparentize(black, 0.7), $borders_color); +- &:hover { border-color: if($variant == 'light', transparentize(black, 0.5), black); } +- } +- +- // make the add color button looks like, well, a button +- &#add-color-button { +- border-style: solid; // the borders are drawn by the overlay for standard colorswatches to have them semi +- border-width: 1px; // translucent on the colored background, here it's not necessary so they need to be set +- @include button(normal); +- &:hover { @include button(hover); } +- &:backdrop { @include button(backdrop); } +- .overlay { @include button(undecorated); } // reset the overlay to not cover the button style underneat +- } +-} +- +- +-/******** +- * Misc * +- ********/ +- +-.scale-popup .button { // +/- buttons on GtkVolumeButton popup +- padding: 6px; +- &:hover { +- @extend %undecorated_button; +- background-color: transparentize($fg_color,0.9); +- border-radius: 5px; +- } +- &:backdrop, +- &:backdrop:hover, +- &:backdrop:insensitive { @extend %undecorated_button; } +-} +- +-GtkVolumeButton.button { padding: 8px; } +- +-/********************** +- * Window Decorations * +- *********************/ +- +-.window-frame { +- +- border-width: 0px; +- +- // this needs to be transparent +- // see bug #722563 +- $_wm_border: if($variant=='light', transparentize(black, 0.77), transparentize($borders_color, 0.1)); +- $_wm_border_backdrop: if($variant=='light', transparentize(black, 0.82), transparentize($borders_color, 0.1)); +- +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); +- +- // FIXME rationalize window-frame shadows +- +- /* this is used for the resize cursor area */ +- margin: 10px; +- +- &:backdrop { +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); +- } +- &.tiled { +- border-radius: 0; +- } +- &.popup { +- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1) +- } +- // server-side decorations as used by mutter +- &.ssd { +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); +- } +- &.csd { +- &.popup { +- border-radius: 0; +- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1) +- } +- &.tooltip { +- border-radius: 5px; +- box-shadow: none; +- } +- &.message-dialog { +- border-radius: 7px; +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5) +- } +- } +- &.solid-csd { +- border-radius: 0; +- margin: 4px; +- background-color: $backdrop_bg_color; +- border: solid 1px $backdrop_borders_color; +- box-shadow: none; +- } +-} +- +-// Window Close button +-.header-bar .button.titlebutton, +-.titlebar .button.titlebutton { +- @extend .button; +- @extend .button.flat; +- @extend .image-button; +- //@include _button_text_shadow; +- padding: 2px; +- &:backdrop { icon-shadow: none; } +- +- &.close { +- color: transparent; +- border-image: none; +- box-shadow: none; +- background-position: center; +- background-repeat: no-repeat; +- +- background-image: -gtk-scaled(url('assets/titlebutton-close.png'),url('assets/titlebutton-close@2.png')); +- +- } +- &.close:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-close-hover.png'), +- url('assets/titlebutton-close-hover@2.png')); +- } +- &.close:active { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-close-active.png'), +- url('assets/titlebutton-close-active@2.png')); +- } +- &.close:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-close-backdrop.png'), +- url('assets/titlebutton-close-backdrop@2.png')); +- } +- +- &.maximize { +- +- color: transparent; +- border-image: none; +- box-shadow: none; +- background-position: center; +- background-repeat: no-repeat; +- +- background-image: -gtk-scaled(url('assets/titlebutton-maximize.png'),url('assets/titlebutton-maximize@2.png')); +- +- } +- &.maximize:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-maximize-hover.png'), +- url('assets/titlebutton-maximize-hover@2.png')); +- } +- &.maximize:active { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-maximize-active.png'), +- url('assets/titlebutton-maximize-active@2.png')); +- } +- &.maximize:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-maximize-backdrop.png'), +- url('assets/titlebutton-maximize-backdrop@2.png')); +- } +- +- &.minimize { +- +- color: transparent; +- border-image: none; +- box-shadow: none; +- background-position: center; +- background-repeat: no-repeat; +- +- background-image: -gtk-scaled(url('assets/titlebutton-minimize.png'),url('assets/titlebutton-minimize@2.png')); +- } +- &.minimize:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-minimize-hover.png'), +- url('assets/titlebutton-minimize-hover@2.png')); +- } +- &.minimize:active { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-minimize-active.png'), +- url('assets/titlebutton-minimize-active@2.png')); +- } +- &.minimize:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url('assets/titlebutton-minimize-backdrop.png'), +- url('assets/titlebutton-minimize-backdrop@2.png')); +- } +-} +- +-.header-bar.selection-mode .button.titlebutton, +-.titlebar.selection-mode .button.titlebutton { +- text-shadow: none; +- &:backdrop { icon-shadow: none; } +-} +- +- +-// catch all extend :) +- +-%selected_items { +- background-color: $selected_bg_color; +- color: $selected_fg_color; +- @if $variant == 'light' { +- outline-color: transparentize($selected_fg_color, 0.7); +- } +-} +- +-/* Decouple the font of context menus from their entry/textview */ +-.touch-selection, +-.context-menu { +- font: initial; +-} +- +-.monospace { +- font: Monospace; +-} +- +-// This is used by GtkScrolledWindow, when content is touch-dragged past boundaries. +-// This draws a box on top of the content, the size changes programmatically. +-.overshoot { +- &.top { +- @include overshoot(top); +- &:backdrop { @include overshoot(top, backdrop); } +- } +- &.bottom { +- @include overshoot(bottom); +- &:backdrop { @include overshoot(bottom, backdrop); } +- } +- &.left { +- @include overshoot(left); +- &:backdrop { @include overshoot(left, backdrop); } +- } +- &.right { +- @include overshoot(right); +- &:backdrop { @include overshoot(right, backdrop); } +- } +-} +- +-// Overflow indication, works similarly to the overshoot, the size if fixed tho. +-.undershoot { +- &.top { +- @include undershoot(top); +- } +- +- &.bottom { +- @include undershoot(bottom); +- } +- +- &.left { +- @include undershoot(left); +- } +- +- &.right { +- @include undershoot(right); +- } +-} +diff --git a/Breeze-gtk/gtk-3.0/_drawing.scss b/Breeze-gtk/gtk-3.0/_drawing.scss +deleted file mode 100755 +index 8f065cf..0000000 +--- a/Breeze-gtk/gtk-3.0/_drawing.scss ++++ /dev/null +@@ -1,619 +0,0 @@ +-// Drawing mixins +- +-// generic drawing of more complex things +- +-@function _widget_edge($c:$borders_edge) { +-// outer highlight "used" on most widgets +- @return 0 1px $c; +-} +- +-@mixin _shadows($shadow1, $shadow2:none, $shadow3:none, $shadow4:none) { +-// +-// Helper function to stack up to 4 box-shadows; +-// +- @if $shadow4!=none { box-shadow: $shadow1, $shadow2, $shadow3, $shadow4; } +- @else if $shadow3!=none { box-shadow: $shadow1, $shadow2, $shadow3; } +- @else if $shadow2!=none { box-shadow: $shadow1, $shadow2; } +- @else { box-shadow: $shadow1; } +-} +- +- $asset_suffix: if($variant=='dark', '-dark', ''); +- +-@mixin _border($name, $radius: 2px, $width: 1px 1px 2px 1px, $image-width: 2 2 3 2 / 2px 2px 3px 2px, $prefix:borders) { +- border-image: -gtk-scaled(url("#{$prefix}/#{$name}#{$asset_suffix}.png"),url("#{$prefix}/#{$name}#{$asset_suffix}@2.png")) $image-width stretch; +- border-radius: $radius; +- border-width: $width; +- border-style: solid; +- border-color: transparent; +-} +- +-// entries +- +-@function entry_focus_border($fc:$selected_bg_color) { +- @if $variant == 'light' { @return $fc; } +- @else { @return if($fc==$selected_bg_color, $selected_borders_color, darken($fc,35%)); } +-} +- +-@function entry_focus_shadow($fc:$selected_bg_color) { +- @return inset 0 0 0 1px $fc; +-} +- +-@function entry_gradient($c) { +- @if $variant=='light' { @return linear-gradient(to bottom, mix($borders_color, $c, 35%), +- mix($borders_color, $c, 7%) 3px, +- $c 90%); } +- @else { @return linear-gradient(to bottom, mix($borders_color, $c, 95%), +- mix($borders_color, $c, 40%) 3px, +- $c 90%); } +-} +- +-@mixin entry($t, $fc:$selected_bg_color, $edge: $borders_edge) { +-// +-// Entries drawing function +-// +-// $t: entry type +-// $fc: focus color +-// $edge: set to none to not draw the bottom edge or specify a color to not +-// use the default one +-// +-// possible $t values: +-// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop; +-// +- +- background-color: $base_color; +- background-image: none; +- //$_blank_edge: if($edge == none, none, 0 1px transparentize($edge,1)); +- //$_entry_edge: if($edge == none, none, _widget_edge($edge)); +- +- @if $t==normal { +- color: $text_color; +- border-color: $borders_color; +- //@include _shadows(entry_focus_shadow(transparentize($fc,1)), $_entry_edge); +- // for the transition to work the number of shadows in different states needs to match, hence the transparent shadow here. +- } +- @if $t==focus { +- //@include _shadows(entry_focus_shadow($fc), $_entry_edge); +- border-color: entry_focus_border($fc); +- } +- @if $t==insensitive { +- color: $insensitive_fg_color; +- border-color: $borders_color; +- background-color: $insensitive_bg_color; +- box-shadow: none; +- +- } +- @if $t==backdrop { +- color: $text_color; +- border-color: $borders_color; +- background-color: $base_color; +- box-shadow: none; +- } +- @if $t==backdrop-insensitive { +- color: $insensitive_fg_color; +- border-color: $borders_color; +- background-color: $insensitive_bg_color; +- box-shadow: none; +- } +- @if $t==osd { +- color: $osd_text_color; +- border-color: $osd_borders_color; +- background-color: $osd_bg_color; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- } +- @if $t==osd-focus { +- color: $osd_text_color; +- border-color: $selected_bg_color; +- background-color: $osd_bg_color; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- } +- @if $t==osd-insensitive { +- color: $osd_insensitive_fg_color; +- border-color: $osd_borders_color; +- background-color: $osd_insensitive_bg_color; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- } +- @if $t==osd-backdrop { +- color: $osd_text_color; +- border-color: $osd_borders_color; +- background-color: $osd_borders_color; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- } +-} +- +-// buttons +- +-@function _border_color ($c) { @return $c; } // colored buttons want +- // the border form the +- // base color +- +-@function _text_shadow_color ($tc:$fg_color, $bg:$bg_color) { +-// +-// calculate the color of text shadows +-// +-// $tc is the text color +-// $bg is the background color +-// +- $_lbg: lightness($bg)/100%; +- @if lightness($tc)<50% { @return transparentize(white,1-$_lbg/($_lbg*1.3)); } +- @else { @return transparentize(black,$_lbg*0.8); } +-} +- +-@function _button_hilight_color($c) { +-// +-// calculate the right top hilight color for buttons +-// +-// $c: base color; +-// +- @if lightness($c)>90% { @return white; } +- @else if lightness($c)>80% { @return transparentize(white, 0.3); } +- @else if lightness($c)>50% { @return transparentize(white, 0.5); } +- @else if lightness($c)>40% { @return transparentize(white, 0.7); } +- @else { @return transparentize(white, 0.9); } +-} +- +-@mixin _button_text_shadow ($tc:$fg_color, $bg:$bg_color) { +-// +-// helper function for the text emboss effect +-// +-// $tc is the optional text color, not the shadow color +-// +-// TODO: this functions needs a way to deal with special cases +-// +- +- $_shadow: _text_shadow_color($tc, $bg); +- +- @if lightness($tc)<50% { +- text-shadow: 0 1px $_shadow; +- icon-shadow: 0 1px $_shadow; +- } +- @else { +- text-shadow: 0 -1px $_shadow; +- icon-shadow: 0 -1px $_shadow; +- } +-} +- +-@mixin button($t, $c:$bg_color, $tc:$fg_color, $edge: $borders_edge) { +-// +-// Button drawing function +-// +-// $t: button type, +-// $c: base button color for colored* types +-// $tc: optional text color for colored* types +-// $edge: set to none to not draw the bottom edge or specify a color to not +-// use the default one +-// +-// possible $t values: +-// normal, hover, active, insensitive, insensitive-active, +-// backdrop, backdrop-active, backdrop-insensitive, backdrop-insensitive-active, +-// osd, osd-hover, osd-active, osd-insensitive, osd-backdrop, undecorated +-// +- +- $_hilight_color: _button_hilight_color($c); +- $_button_edge: if($edge == none, none, _widget_edge($edge)); +- $_blank_edge: if($edge == none, none, _widget_edge(transparentize($edge,1))); +- +- @if $t==normal { +- // +- // normal button +- // +- box-shadow: 1px 1px 1px rgba(0,0,0,0.2); +- +- color: $tc; +- border-color: if($c!=$bg_color, _border_color($c), $borders_color); +- background-image: linear-gradient(to bottom, +- lighten($c,2%), +- lighten($c,0%) +- ); +- +- } +- +- @else if $t==hover { +- // +- // hovered button +- // +- color: $tc; +- border-color: if($c!=$bg_color, _border_color($c), $selected_bg_color); +- background-image: linear-gradient(to bottom, +- lighten($c,0%), +- lighten($c,0%)); +- +- +- } +- +- @else if $t==active { +- // +- // pushed button +- // +- color: if($tc==$fg_color,if($variant == 'light',$selected_fg_color, $bg_color), $tc); +- border-color: if($c!=$bg_color, _border_color($c), $borders_color); +- background-image: if($c!=$bg_color, linear-gradient(to bottom, +- $c, +- shade($c, 0.8)), +- linear-gradient(to bottom, +- $selected_bg_color, +- shade($selected_bg_color,0.8))); +- } +- +- @else if $t==active-hover { +- // +- // +- // +- color: if($tc!=$fg_color, $tc, if($variant == 'light', $tc, $bg_color)); +- border-color: if($c!=$bg_color, _border_color($c), $borders_color); +- background-image: if($c!=$bg_color, linear-gradient(to bottom, +- lighten($c, 10%), +- $c), +- linear-gradient(to bottom, +- #96CDF1, +- #86B7D7)); +- } +- +- @else if $t==insensitive { +- // +- // insensitive button +- // +- $_bg: if($c!=$bg_color, mix($c,$base_color,85%), $insensitive_bg_color); +- +- color: if($tc!=$fg_color, mix($tc,$_bg,50%), $insensitive_fg_color); +- border-color: if($c!=$bg_color, _border_color($c), +- $insensitive_borders_color); +- background-image: linear-gradient(to bottom, $_bg); +- text-shadow: none; +- icon-shadow: none; +- // white with 0 alpha to avoid an ugly transition, since no color means +- // black with 0 alpha +- @include _shadows(inset 0 1px transparentize(white,1), $_button_edge); +- > .label { color: inherit; } +- } +- @else if $t==insensitive-active { +- // +- // insensitive pushed button +- // +- $_bg: if($c!=$bg_color, darken(mix($c,$base_color,85%),5%), +- $insensitive_bg_color); +- $_bc: if($c!=$bg_color, _border_color($c), $insensitive_borders_color); +- +- color: if($c!=$bg_color, mix($tc,$_bg,60%), $insensitive_fg_color); +- border-color: $_bc; +- background-image: linear-gradient(to bottom, mix($_bc, $_bg, 10%), $_bg); +- // white with 0 alpha to avoid an ugly transition, since no color means +- // black with 0 alpha +- //@include _shadows(inset 0 1px transparentize(white,1), $_button_edge); +- > .label { color: inherit; } +- } +- +- @else if $t==backdrop { +- // +- // backdrop button +- // +- $_bg: if($c!=$bg_color,$c,$backdrop_bg_color); +- $_bc: if($variant=='light',$c,_border_color($c)); +- +- color: if($tc!=$fg_color,$tc,$fg_color); +- border-color: if($c!=$bg_color, $_bc, $borders_color); +- background-image: linear-gradient(to bottom, $_bg); +- text-shadow: none; +- icon-shadow: none; +- @include _shadows(inset 0 1px transparentize(white,1), +- $_blank_edge); +- } +- +- @else if $t==backdrop-active { +- // +- // backdrop pushed button FIXME no colors here! +- // +- $_bg: if($c!=$bg_color, darken($c,10%), $backdrop_dark_fill); +- $_bc: if($variant=='light',$_bg,_border_color($c)); +- +- color: if($tc!=$fg_color, mix($tc,$_bg,80%), $backdrop_fg_color); +- border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color); +- background-image: linear-gradient(to bottom, $_bg); +- @include _shadows(inset 0 1px transparentize(white,1), +- $_blank_edge); +- } +- +- @else if $t==backdrop-insensitive { +- // +- // backdrop insensitive button +- // +- +- $_bg: if($c!=$bg_color, mix($c,$base_color,85%), $insensitive_bg_color); +- $_bc: if($variant=='light',$_bg,_border_color($c)); +- +- color: if($c!=$bg_color, mix($tc,$_bg,35%), $backdrop_insensitive_color); +- border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color); +- background-image: linear-gradient(to bottom, $_bg); +- text-shadow: none; +- icon-shadow: none; +- // white with 0 alpha to avoid an ugly transition, since no color means +- // black with 0 alpha +- @include _shadows(inset 0 1px transparentize(white,1)); +- > .label { color: inherit; } +- } +- +- @else if $t==backdrop-insensitive-active { +- // +- // backdrop insensitive pushed button +- // +- +- $_bg: if($c!=$bg_color, darken(mix($c,$base_color,85%),5%), +- darken($insensitive_bg_color,5%)); +- $_bc: if($variant=='light',$_bg,_border_color($c)); +- +- color: if($c!=$bg_color, mix($tc,$_bg,35%), $backdrop_insensitive_color); +- border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color); +- background-image: linear-gradient(to bottom, $_bg); +- +- > .label { color: inherit; } +- } +- +- @else if $t==osd { +- // +- // normal osd button +- // +- $_bg: if($c!=$bg_color, transparentize($c, 0.5), +- $osd_bg_color); +- +- color: $fg_color; +- border-color: $borders_color; +- background-image: none; +- background-color: $bg_color; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; +- +- } +- @else if $t==osd-hover { +- // +- // active osd button +- // +- color: $fg_color; +- border-color: $selected_bg_color; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- +- } +- @else if $t==osd-active { +- // +- // active osd button +- // +- $_bg: if($c!=$bg_color, $c, $osd_borders_color); +- +- color: $selected_fg_color; +- border-color: $osd_bg_color; +- background-image: if($c!=$bg_color, linear-gradient(to bottom, +- $c, +- shade($c, 0.8)), +- linear-gradient(to bottom, +- $selected_bg_color, +- shade($selected_bg_color,0.8))); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- +- } +- @else if $t==osd-insensitive { +- // +- // insensitive osd button +- // +- color: $insensitive_fg_color; +- border-color: $insensitive_bg_color; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- } +- @else if $t==osd-backdrop { +- // +- // backdrop osd button +- // +- +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- } +- @else if $t==undecorated { +- // +- // reset +- // +- border-color: transparentize(white,1); +- background-color: transparent; +- background-image: none; +- box-shadow:none; +- +- text-shadow: none; +- icon-shadow: none; +- } +-} +- +-@mixin trough($flat:false, $c:$bg_color, $tc:$fg_color, $noedge:false) { +- color: mix($tc,$bg_color,80%); +- @if $flat { background-image: linear-gradient(to bottom,$c); } +- @else { +- background-image: linear-gradient(to bottom, +- mix(black,$c,15%) 5%, +- mix(black,$c,10%) 20%, +- mix(black,$c,10%) 90%, +- $c); +- } +- +- border-color: if($c!=$bg_color, _border_color($c), $border_color); +- +- @if not($noedge) { +- @if lightness($c) > 60% { +- box-shadow: inset 0 -1px $borders_edge, +- 0 1px $borders_edge; +- } +- @else { +- box-shadow: inset 0 -1px transparentize($borders_edge,0.5), +- 0 1px transparentize($borders_edge,0.5); +- } +- } +- @else { box-shadow: none; } +-} +- +-@mixin progressbar_fill($d:horizontal) { +- $dir: if($d==vertical,right,bottom); +- background-image: linear-gradient(to $dir, $selected_bg_color 2px, +- lighten($selected_bg_color,6%)); +-} +- +-@function headerbar_gradient($c, $tc:lighten($c,4%)) { +-// +-// headerbar gradient helper function +-// +-// $c: base color +-// $tc: top color +-// +- @return linear-gradient(to bottom, $tc, $c); +-} +- +-@mixin headerbar_fill($c:$bg_color, $tc:lighten($c,4%), $hc:$top_hilight) { +-// +-// headerbar fill +-// +-// $c: base color +-// $tc: top color +-// $hc: top highlight color +-// +- background-image: none; +- background-color: $titlebar_bg_color; +- box-shadow: none; +- +-} +- +-@mixin overshoot($p, $t:normal, $c:$fg_color) { +-// +-// overshoot +-// +-// $p: position +-// $t: type +-// $c: base color +-// +-// possible $p values: +-// top, bottom, right, left +-// +-// possible $t values: +-// normal, backdrop +-// +- +- $_small_gradient_length: 5%; +- $_big_gradient_length: 100%; +- +- $_position: center top; +- $_small_gradient_size: 100% $_small_gradient_length; +- $_big_gradient_size: 100% $_big_gradient_length; +- +- @if $p==bottom { +- $_position: center bottom; +- $_linear_gradient_direction: to top; +- } +- +- @else if $p==right { +- $_position: right center; +- $_small_gradient_size: $_small_gradient_length 100%; +- $_big_gradient_size: $_big_gradient_length 100%; +- } +- +- @else if $p==left { +- $_position: left center; +- $_small_gradient_size: $_small_gradient_length 100%; +- $_big_gradient_size: $_big_gradient_length 100%; +- } +- +- $_small_gradient_color: $c; +- $_big_gradient_color: $c; +- +- @if $c==$fg_color { +- $_small_gradient_color: darken($borders_color, 10%); +- $_big_gradient_color: $fg_color; +- +- @if $t==backdrop { $_small_gradient_color: $backdrop_borders_color; } +- } +- +- $_small_gradient: -gtk-gradient(radial, +- $_position, 0, +- $_position, 0.5, +- to($_small_gradient_color), +- to(transparentize($_small_gradient_color, 1))); +- +- $_big_gradient: -gtk-gradient(radial, +- $_position, 0, +- $_position, 0.6, +- from(transparentize($_big_gradient_color, 0.93)), +- to(transparentize($_big_gradient_color, 1))); +- +- @if $t==normal { +- background-image: $_small_gradient, $_big_gradient; +- background-size: $_small_gradient_size, $_big_gradient_size; +- } +- +- @else if $t==backdrop { +- background-image: $_small_gradient; +- background-size: $_small_gradient_size; +- } +- +- background-repeat: no-repeat; +- background-position: $_position; +- +- background-color: transparent; // reset some properties to be sure to not inherit them somehow +- border: none; // +- box-shadow: none; // +-} +- +-@mixin undershoot($p) { +-// +-// undershoot +-// +-// $p: position +-// +-// possible $p values: +-// top, bottom, right, left +-// +- +- $_undershoot_color_dark: transparentize(black, 0.8); +- $_undershoot_color_light: transparentize(white, 0.8); +- +- $_gradient_dir: left; +- $_dash_bg_size: 10px 1px; +- $_gradient_repeat: repeat-x; +- $_bg_pos: center $p; +- +- background-color: transparent; // shouldn't be needed, but better to be sure; +- +- @if ($p == left) or ($p == right) { +- $_gradient_dir: top; +- $_dash_bg_size: 1px 10px; +- $_gradient_repeat: repeat-y; +- $_bg_pos: $p center; +- } +- +- background-image: linear-gradient(to $_gradient_dir, // this is the dashed line +- $_undershoot_color_light 50%, +- $_undershoot_color_dark 50%); +- +- padding-#{$p}: 1px; +- background-size: $_dash_bg_size; +- background-repeat: $_gradient_repeat; +- background-origin: content-box; +- background-position: $_bg_pos; +-} +diff --git a/Breeze-gtk/gtk-3.0/assets.svg b/Breeze-gtk/gtk-3.0/assets.svg +deleted file mode 100755 +index 4d3bcb3..0000000 +--- a/Breeze-gtk/gtk-3.0/assets.svg ++++ /dev/null +@@ -1,5049 +0,0 @@ +-<?xml version="1.0" encoding="UTF-8" standalone="no"?> +-<!-- Created with Inkscape (http://www.inkscape.org/) --> +- +-<svg +- xmlns:dc="http://purl.org/dc/elements/1.1/" +- xmlns:cc="http://creativecommons.org/ns#" +- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" +- xmlns:svg="http://www.w3.org/2000/svg" +- xmlns="http://www.w3.org/2000/svg" +- xmlns:xlink="http://www.w3.org/1999/xlink" +- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" +- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" +- width="1000" +- height="1052.3622" +- id="svg9892" +- version="1.1" +- inkscape:version="0.91 r13725" +- sodipodi:docname="assets.svg"> +- <defs +- id="defs9894"> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7"> +- <stop +- id="stop5583-0-92-8-0-7-6" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9" /> +- <stop +- id="stop5587-6-7-2-0-3-1" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-38"> +- <stop +- id="stop5583-0-92-8-0-7-6-2" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-14" /> +- <stop +- id="stop5587-6-7-2-0-3-1-05" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1" +- offset="0" +- style="stop-color:#454c4c;stop-opacity:1;" /> +- <stop +- style="stop-color:#393f3f;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-23"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-35" +- offset="0" +- style="stop-color:#212424;stop-opacity:1" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-72" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-50"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-0" +- offset="0" +- style="stop-color:#454c4c;stop-opacity:1;" /> +- <stop +- style="stop-color:#393f3f;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-55" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-0" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-23-74"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-35-8" +- offset="0" +- style="stop-color:#212424;stop-opacity:1" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-72-27" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-38-7"> +- <stop +- id="stop5583-0-92-8-0-7-6-2-3" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-14-97" /> +- <stop +- id="stop5587-6-7-2-0-3-1-05-6" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-38-7-2"> +- <stop +- id="stop5583-0-92-8-0-7-6-2-3-3" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-14-97-6" /> +- <stop +- id="stop5587-6-7-2-0-3-1-05-6-5" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-38-7-6"> +- <stop +- id="stop5583-0-92-8-0-7-6-2-3-4" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-14-97-1" /> +- <stop +- id="stop5587-6-7-2-0-3-1-05-6-59" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-38-7-6-4"> +- <stop +- id="stop5583-0-92-8-0-7-6-2-3-4-7" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-14-97-1-8" /> +- <stop +- id="stop5587-6-7-2-0-3-1-05-6-59-5" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-1"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-7" +- offset="0" +- style="stop-color:#454c4c;stop-opacity:1;" /> +- <stop +- style="stop-color:#393f3f;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-4" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-74" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-1-1"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-7-8" +- offset="0" +- style="stop-color:#454c4c;stop-opacity:1;" /> +- <stop +- style="stop-color:#393f3f;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-4-6" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-74-2" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-1-4"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-7-1" +- offset="0" +- style="stop-color:#454c4c;stop-opacity:1;" /> +- <stop +- style="stop-color:#393f3f;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-4-8" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-74-0" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-1-8"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-7-3" +- offset="0" +- style="stop-color:#454c4c;stop-opacity:1;" /> +- <stop +- style="stop-color:#393f3f;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-4-1" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-74-22" +- offset="1" +- style="stop-color:#2d3232;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-0"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-5" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-7" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-6" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-3"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-4" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-77" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-7" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-34"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-3" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-5" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-71" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7-2"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1-1" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75-3" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1-1" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7-46"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1-9" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75-0" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1-6" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7-3"> +- <stop +- id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1-2" +- offset="0" +- style="stop-color:#5b6464;stop-opacity:1;" /> +- <stop +- style="stop-color:#434a4a;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75-64" /> +- <stop +- id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1-85" +- offset="1" +- style="stop-color:#393f3f;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-0"> +- <stop +- id="stop5583-0-92-8-0-7-6-4" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-69" /> +- <stop +- id="stop5587-6-7-2-0-3-1-9" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- <linearGradient +- id="linearGradient5581-5-2-4-6-8-7-38-6"> +- <stop +- id="stop5583-0-92-8-0-7-6-2-0" +- offset="0" +- style="stop-color:#ffffff;stop-opacity:1" /> +- <stop +- style="stop-color:#ededed;stop-opacity:1;" +- offset="0.40000001" +- id="stop5585-4-7-2-7-9-9-14-6" /> +- <stop +- id="stop5587-6-7-2-0-3-1-05-4" +- offset="1" +- style="stop-color:#d3d3d3;stop-opacity:1;" /> +- </linearGradient> +- </defs> +- <sodipodi:namedview +- id="base" +- pagecolor="#ffffff" +- bordercolor="#666666" +- borderopacity="1.0" +- inkscape:pageopacity="0.0" +- inkscape:pageshadow="2" +- inkscape:zoom="1.4142136" +- inkscape:cx="424.47824" +- inkscape:cy="1236.1751" +- inkscape:document-units="px" +- inkscape:current-layer="layer3" +- showgrid="false" +- showborder="false" +- inkscape:window-width="1366" +- inkscape:window-height="709" +- inkscape:window-x="0" +- inkscape:window-y="27" +- inkscape:window-maximized="1" +- inkscape:snap-nodes="true" +- inkscape:snap-bbox="true" +- inkscape:bbox-paths="true" +- inkscape:snap-global="false" +- showguides="false" +- inkscape:guide-bbox="true" +- inkscape:bbox-nodes="true" +- inkscape:object-nodes="true"> +- <inkscape:grid +- type="xygrid" +- id="grid10919" +- empspacing="5" +- visible="true" +- enabled="true" +- snapvisiblegridlinesonly="true" /> +- <sodipodi:guide +- orientation="1,0" +- position="371.875,774.25" +- id="guide8384" /> +- </sodipodi:namedview> +- <metadata +- id="metadata9897"> +- <rdf:RDF> +- <cc:Work +- rdf:about=""> +- <dc:format>image/svg+xml</dc:format> +- <dc:type +- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> +- <dc:title /> +- </cc:Work> +- </rdf:RDF> +- </metadata> +- <g +- inkscape:groupmode="layer" +- id="layer3" +- inkscape:label="superbackdrop" +- style="display:inline"> +- <rect +- style="color:#000000;fill:#393f3f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" +- id="rect18026" +- width="350" +- height="470" +- x="-7" +- y="155.36218" +- rx="0" +- ry="0" /> +- <rect +- ry="0" +- rx="0" +- y="-155.36218" +- x="-7" +- height="440" +- width="350" +- id="rect18028" +- style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" +- transform="scale(1,-1)" /> +- <rect +- ry="0" +- rx="0" +- y="155.36218" +- x="342" +- height="470" +- width="350" +- id="rect8047" +- style="color:#000000;fill:#3daee9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +- <rect +- ry="0" +- rx="0" +- y="-284.63782" +- x="343" +- height="440" +- width="349" +- id="rect8047-5" +- style="color:#000000;fill:#3daee9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-close" +- inkscape:label="#g5540"> +- <g +- transform="translate(-0.45049286,0.38292074)" +- id="g5335"> +- <circle +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#fcfcfc;stroke-width:0.99710011;stroke-opacity:1" +- id="path5248" +- cx="-99.165039" +- cy="10.151445" +- r="7.5014501" /> +- <path +- style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m -102.2014,7.1417186 6.072723,6.0194534" +- id="path5317" +- inkscape:connector-curvature="0" /> +- <path +- inkscape:connector-curvature="0" +- id="path5319" +- d="m -102.2014,13.161172 6.072723,-6.0194534" +- style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-maximize" +- inkscape:label="#g5535"> +- <g +- transform="translate(-0.80316925,-0.38292074)" +- id="g5340"> +- <circle +- r="7.5014501" +- cy="10.917287" +- cx="-118.89671" +- id="circle5321" +- style="opacity:0;fill:#31363b;fill-opacity:1;stroke:#31363b;stroke-width:0.99710011;stroke-opacity:1" /> +- <path +- style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m -124.02959,13.634953 5.13288,-5.1328752 5.13287,5.1328752" +- id="path5329" +- inkscape:connector-curvature="0" /> +- </g> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-minimize" +- inkscape:label="#g5530"> +- <g +- transform="translate(-0.45049286,0.29602385)" +- id="g5344"> +- <circle +- style="opacity:0;fill:#31363b;fill-opacity:1;stroke:#31363b;stroke-width:0.99710011;stroke-opacity:1" +- id="circle5333" +- cx="-139.33374" +- cy="10.238342" +- r="7.5014501" /> +- <path +- inkscape:connector-curvature="0" +- id="path5331" +- d="m -144.46661,7.5206753 5.13287,5.1328757 5.13288,-5.1328757" +- style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-close-hover" +- inkscape:label="#g5524"> +- <circle +- style="opacity:1;fill:#ff98a2;fill-opacity:1;stroke:#ff98a2;stroke-width:0.99710011;stroke-opacity:1" +- id="circle5350" +- cx="-99.615532" +- cy="30.35615" +- r="7.5014501" /> +- <g +- transform="translate(-0.09009552,-0.18019676)" +- style="stroke:#fcfcfc;stroke-opacity:1" +- id="g5424"> +- <path +- inkscape:connector-curvature="0" +- id="path5352" +- d="m -102.5618,27.52662 6.072727,6.019453" +- style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m -102.5618,33.546073 6.072727,-6.019453" +- id="path5354" +- inkscape:connector-curvature="0" /> +- </g> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-maximize-hover" +- inkscape:label="#g5520"> +- <circle +- r="7.5014501" +- cy="30.35615" +- cx="-119.69988" +- id="circle5358" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#fcfcfc;stroke-width:0.99710011;stroke-opacity:1" /> +- <path +- style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m -124.83276,33.073816 5.13288,-5.132875 5.13287,5.132875" +- id="path5360" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-minimize-hover" +- inkscape:label="#g5516"> +- <circle +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#fcfcfc;stroke-width:0.99710011;stroke-opacity:1" +- id="circle5364" +- cx="-139.78423" +- cy="30.35615" +- r="7.5014501" /> +- <path +- inkscape:connector-curvature="0" +- id="path5366" +- d="m -144.91711,27.638482 5.13287,5.132876 5.13288,-5.132876" +- style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-close-active" +- inkscape:label="#g5511"> +- <circle +- r="7.5014501" +- cy="50.177929" +- cx="-99.61554" +- id="circle5370" +- style="opacity:1;fill:#da4453;fill-opacity:1;stroke:#da4453;stroke-width:0.99710011;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path5372" +- d="m -102.65189,47.168204 6.07272,6.019453" +- style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- <path +- style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m -102.65189,53.187657 6.07272,-6.019453" +- id="path5374" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-maximize-active" +- inkscape:label="#g5507"> +- <circle +- style="opacity:1;fill:#798085;fill-opacity:1;stroke:#798085;stroke-width:0.99710011;stroke-opacity:1" +- id="circle5378" +- cx="-119.69989" +- cy="50.177933" +- r="7.5014501" /> +- <path +- inkscape:connector-curvature="0" +- id="path5380" +- d="m -124.83276,52.895597 5.13288,-5.132875 5.13287,5.132875" +- style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(388.69988,-115.99397)" +- id="titlebutton-minimize-active" +- inkscape:label="#g5503"> +- <circle +- r="7.5014501" +- cy="50.177929" +- cx="-139.78423" +- id="circle5384" +- style="opacity:1;fill:#798085;fill-opacity:1;stroke:#798085;stroke-width:0.99710011;stroke-opacity:1" /> +- <path +- style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m -144.9171,47.460263 5.13287,5.132876 5.13288,-5.132876" +- id="path5386" +- inkscape:connector-curvature="0" /> +- </g> +- <path +- style="opacity:1;fill:#bfc1c3;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 289.58203,-132.9596 a 7.9999948,7.9999948 0 0 0 -8,8 7.9999948,7.9999948 0 0 0 8,8 7.9999948,7.9999948 0 0 0 8,-8 7.9999948,7.9999948 0 0 0 -8,-8 z m -2.74219,4.69336 2.74219,2.71874 2.74219,-2.71874 0.58789,0.59374 -2.73633,2.7129 2.73633,2.71289 -0.58789,0.59375 -2.74219,-2.71875 -2.74219,2.71875 -0.58789,-0.59375 2.73633,-2.71289 -2.73633,-2.7129 0.58789,-0.59374 z" +- id="titlebutton-close-backdrop" +- inkscape:connector-curvature="0" +- inkscape:label="#circle5241" /> +- <g +- id="g5289" /> +- <g +- id="titlebutton-maximize-backdrop" +- inkscape:label="#g5284"> +- <circle +- r="7.5014501" +- cy="-124.9596" +- cx="269" +- id="circle5251" +- style="opacity:0;fill:#41484f;fill-opacity:1;stroke:#41484f;stroke-width:0.99710011;stroke-opacity:1" /> +- <path +- style="fill:none;fill-rule:evenodd;stroke:#bfc1c3;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" +- d="m 263.86712,-122.24194 5.13288,-5.13287 5.13287,5.13287" +- id="path5253" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="titlebutton-minimize-backdrop" +- inkscape:label="#g5280"> +- <circle +- style="opacity:0;fill:#41484f;fill-opacity:1;stroke:#41484f;stroke-width:0.99710011;stroke-opacity:1" +- id="circle5259" +- cx="248.91565" +- cy="-124.95961" +- r="7.5014501" /> +- <path +- inkscape:connector-curvature="0" +- id="path5261" +- d="m 243.78278,-127.67727 5.13287,5.13287 5.13288,-5.13287" +- style="fill:none;fill-rule:evenodd;stroke:#bfc1c3;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-unchecked-active" +- transform="translate(39.593252,-1021.6703)" +- inkscape:label="#g4281"> +- <path +- inkscape:connector-curvature="0" +- id="rect6623" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect6640" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-unchecked-hover" +- transform="translate(39.593252,-1021.6703)" +- inkscape:label="#g4285"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -3.077716,1054.7156 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.29455,0 -0.570945,-0.066 -0.822265,-0.1797 0.312228,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4135" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.899982,1053.5339 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- id="path4137" /> +- </g> +- <g +- id="checkbox-unchecked" +- transform="translate(39.593252,-1020.9105)" +- inkscape:label="#g4241"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4139" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- id="path4141" /> +- </g> +- <g +- id="checkbox-checked" +- transform="translate(40.83559,-1021.1815)" +- inkscape:label="#g4230"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4147"> +- <path +- inkscape:connector-curvature="0" +- id="path4143" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4145" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4202" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-mixed" +- transform="translate(39.593252,-1021.6703)" +- inkscape:label="#g4236"> +- <path +- inkscape:connector-curvature="0" +- id="path4206" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4208" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4210" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- transform="translate(40.921313,-1004.6348)" +- id="checkbox-checked-hover" +- inkscape:label="#g4245"> +- <g +- id="g4247" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4249" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4251" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4253" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- id="checkbox-mixed-hover" +- transform="translate(40.396825,-1005.1236)" +- inkscape:label="#g4255"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4257" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4259" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect4261" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-checked-active" +- transform="translate(40.969336,-987.3359)" +- inkscape:label="#g4263"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4265"> +- <path +- inkscape:connector-curvature="0" +- id="path4267" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4269" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4271" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(40.396825,-987.8247)" +- id="checkbox-mixed-active" +- inkscape:label="#g4273"> +- <path +- inkscape:connector-curvature="0" +- id="path4275" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4277" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4279" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="checkbox-unchecked-insensitive" +- transform="translate(39.593252,-1004.5275)" +- inkscape:label="#g4289"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4291" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4293" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(40.969336,-970.193)" +- id="checkbox-checked-insensitive" +- inkscape:label="#g4295"> +- <g +- id="g4297" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4299" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4301" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4303" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- id="checkbox-mixed-insensitive" +- transform="translate(40.396825,-970.6818)" +- inkscape:label="#g4305"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4307" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4309" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect4311" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(40.307537,-952.3391)" +- id="checkbox-unchecked-backdrop" +- inkscape:label="#g7092"> +- <path +- id="path7094" +- d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7096" +- d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(41.549875,-952.61)" +- id="checkbox-checked-backdrop" +- inkscape:label="#g7098"> +- <g +- id="g7100" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path7102" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path7104" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7106" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- id="checkbox-mixed-backdrop" +- transform="translate(40.307537,-953.0989)" +- inkscape:label="#g7108"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path7110" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path7112" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect7114" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(40.128966,-969.5274)" +- id="checkbox-unchecked-backdrop-insensitive" +- inkscape:label="#g7116"> +- <path +- inkscape:connector-curvature="0" +- id="path7118" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7120" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="checkbox-checked-backdrop-insensitive" +- transform="translate(41.50505,-935.193)" +- inkscape:label="#g7122"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g7124"> +- <path +- inkscape:connector-curvature="0" +- id="path7126" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7128" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect7130" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(40.932539,-935.6818)" +- id="checkbox-mixed-backdrop-insensitive" +- inkscape:label="#g7132"> +- <path +- inkscape:connector-curvature="0" +- id="path7134" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7136" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7138" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="radio-unchecked" +- transform="translate(86.426011,-1040.8812)" +- inkscape:label="#g7194"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7151" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7153" /> +- </g> +- <g +- id="radio-checked" +- transform="translate(86.11034,-1040.8812)" +- inkscape:label="#g7189"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7163" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7165" /> +- <circle +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7167" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- id="radio-mixed" +- transform="translate(86.426011,-1040.3761)" +- inkscape:label="#g7184"> +- <path +- inkscape:connector-curvature="0" +- id="path7140" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="circle7147" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect4210-1" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(86.426011,-1023.4561)" +- id="radio-unchecked-hover" +- inkscape:label="#g7198"> +- <path +- id="path7200" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7202" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(86.11034,-1023.4561)" +- id="radio-checked-hover" +- inkscape:label="#g7204"> +- <path +- id="path7206" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7208" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7210" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(86.426011,-1022.951)" +- id="radio-mixed-hover" +- inkscape:label="#g7212"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7214" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7216" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7218" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="radio-unchecked-active" +- transform="translate(86.426011,-1005.7784)" +- inkscape:label="#g7220"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7222" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7224" /> +- </g> +- <g +- id="radio-checked-active" +- transform="translate(86.11034,-1005.7784)" +- inkscape:label="#g7226"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7228" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7230" /> +- <circle +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7232" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- id="radio-mixed-active" +- transform="translate(86.426011,-1005.2733)" +- inkscape:label="#g7234"> +- <path +- inkscape:connector-curvature="0" +- id="path7236" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7238" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect7240" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(86.426011,-988.6058)" +- id="radio-unchecked-insensitive" +- inkscape:label="#g7242"> +- <path +- id="path7244" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7246" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(86.11034,-988.6058)" +- id="radio-checked-insensitive" +- inkscape:label="#g7248"> +- <path +- id="path7250" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7252" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7254" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(86.426011,-988.1007)" +- id="radio-mixed-insensitive" +- inkscape:label="#g7256"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7258" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7260" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7262" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="radio-unchecked-backdrop" +- transform="translate(86.426011,-971.4332)" +- inkscape:label="#g7264"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7266" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7268" /> +- </g> +- <g +- id="radio-checked-backdrop" +- transform="translate(86.11034,-971.4332)" +- inkscape:label="#g7270"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7272" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7274" /> +- <circle +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7276" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- id="radio-mixed-backdrop" +- transform="translate(86.426011,-970.9281)" +- inkscape:label="#g7278"> +- <path +- inkscape:connector-curvature="0" +- id="path7280" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7282" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect7284" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(86.426011,-952.2403)" +- id="radio-unchecked-backdrop-insensitive" +- inkscape:label="#g7286"> +- <path +- id="path7288" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7290" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(86.11034,-952.2403)" +- id="radio-checked-backdrop-insensitive" +- inkscape:label="#g7292"> +- <path +- id="path7294" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7296" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7298" +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(86.426011,-951.7352)" +- id="radio-mixed-backdrop-insensitive" +- inkscape:label="#g7300"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7302" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7304" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7306" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-rtl" +- inkscape:label="#g4242"> +- <rect +- y="1021.3723" +- x="-70.205605" +- height="32" +- width="16" +- id="rect4136" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="1025.3723" +- x="-66.205605" +- height="24" +- width="8" +- id="rect4138" +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-rtl-hover" +- inkscape:label="#g4246"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4140" +- width="16" +- height="32" +- x="-50.760166" +- y="1021.1198" /> +- <rect +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4142" +- width="8" +- height="24" +- x="-46.760166" +- y="1025.1198" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-rtl-active" +- inkscape:label="#g4250"> +- <rect +- y="1021.1198" +- x="-29.294424" +- height="32" +- width="16" +- id="rect4144" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="1025.1198" +- x="-25.294424" +- height="24" +- width="8" +- id="rect4146" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="scrollbar-trough-rtl" +- transform="translate(91.737694,-1119.5273)" +- inkscape:label="#g4218"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4148" +- width="16" +- height="32" +- x="-51.012703" +- y="1060.5157" /> +- <rect +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4150" +- width="8" +- height="24" +- x="-47.012703" +- y="1064.5157" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider" +- inkscape:label="#g4226"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4152" +- width="16" +- height="32" +- x="-70.205605" +- y="985.25934" /> +- <rect +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4154" +- width="8" +- height="24" +- x="-66.205605" +- y="989.25934" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-hover" +- inkscape:label="#g4230"> +- <rect +- y="985.00677" +- x="-50.760166" +- height="32" +- width="16" +- id="rect4156" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="989.00677" +- x="-46.760166" +- height="24" +- width="8" +- id="rect4158" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-active" +- inkscape:label="#g4234"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4160" +- width="16" +- height="32" +- x="-29.294424" +- y="985.00677" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4162" +- width="8" +- height="24" +- x="-25.294424" +- y="989.00677" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- id="scrollbar-trough" +- transform="translate(92.202164,-1119.2748)" +- inkscape:label="#g4214"> +- <rect +- y="1060.2632" +- x="-70.710678" +- height="32" +- width="16" +- id="rect4164" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="1064.2632" +- x="-66.710678" +- height="24" +- width="8" +- id="rect4166" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="scrollbar-trough-horizontal" +- transform="translate(92.202162,-1119.1035)" +- inkscape:label="#g4222"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="0.24366502" +- x="1076.0919" +- height="32" +- width="16" +- id="rect4168" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="3.6923077" +- rx="4" +- y="4.2436652" +- x="1080.0919" +- height="24" +- width="8" +- id="rect4170" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-overlay" +- inkscape:label="#g4238"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4176" +- width="8" +- height="32" +- x="-0.25253814" +- y="983.9967" /> +- <rect +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4178" +- width="4" +- height="24" +- x="1.7474619" +- y="987.9967" +- rx="2" +- ry="2" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-horizontal" +- inkscape:label="#g4254"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="-60.406197" +- x="982.86475" +- height="32" +- width="16" +- id="rect4180" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="3.6923077" +- rx="4" +- y="-56.406197" +- x="986.86475" +- height="24" +- width="8" +- id="rect4182" +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-horizontal-hover" +- inkscape:label="#g4258"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4184" +- width="16" +- height="32" +- x="1002.3102" +- y="-60.65876" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4186" +- width="8" +- height="24" +- x="1006.3102" +- y="-56.65876" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-horizontal-active" +- inkscape:label="#g4262"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="-60.65876" +- x="1023.7759" +- height="32" +- width="16" +- id="rect4188" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="3.6923077" +- rx="4" +- y="-56.65876" +- x="1027.7759" +- height="24" +- width="8" +- id="rect4190" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(92.202164,-1119.5273)" +- id="scrollbar-slider-horizontal-overlay" +- inkscape:label="#g4266"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="-61.668831" +- x="1052.8177" +- height="32" +- width="8" +- id="rect4192" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="2" +- rx="2" +- y="-57.668831" +- x="1054.8177" +- height="24" +- width="4" +- id="rect4194" +- style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-rtl-dark" +- inkscape:label="#g4242"> +- <rect +- y="1021.3723" +- x="-70.205605" +- height="32" +- width="16" +- id="rect4136-3" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="1025.3723" +- x="-66.205605" +- height="24" +- width="8" +- id="rect4138-6" +- style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-rtl-hover-dark" +- inkscape:label="#g4246"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4140-1" +- width="16" +- height="32" +- x="-50.760166" +- y="1021.1198" /> +- <rect +- style="opacity:1;fill:#86b7d7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4142-0" +- width="8" +- height="24" +- x="-46.760166" +- y="1025.1198" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-rtl-active-dark" +- inkscape:label="#g4250"> +- <rect +- y="1021.1198" +- x="-29.294424" +- height="32" +- width="16" +- id="rect4144-5" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="1025.1198" +- x="-25.294424" +- height="24" +- width="8" +- id="rect4146-5" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="scrollbar-trough-rtl-dark" +- transform="translate(96.562548,-626.42532)" +- inkscape:label="#g4218"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4148-8" +- width="16" +- height="32" +- x="-51.012703" +- y="1060.5157" /> +- <rect +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4150-4" +- width="8" +- height="24" +- x="-47.012703" +- y="1064.5157" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-dark" +- inkscape:label="#g4226"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4152-1" +- width="16" +- height="32" +- x="-70.205605" +- y="985.25934" /> +- <rect +- style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4154-5" +- width="8" +- height="24" +- x="-66.205605" +- y="989.25934" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-hover-dark" +- inkscape:label="#g4230-1"> +- <rect +- y="985.00677" +- x="-50.760166" +- height="32" +- width="16" +- id="rect4156-3" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="989.00677" +- x="-46.760166" +- height="24" +- width="8" +- id="rect4158-3" +- style="opacity:1;fill:#86b7d7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-active-dark" +- inkscape:label="#g4234"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4160-2" +- width="16" +- height="32" +- x="-29.294424" +- y="985.00677" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4162-2" +- width="8" +- height="24" +- x="-25.294424" +- y="989.00677" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- id="scrollbar-trough-dark" +- transform="translate(97.027018,-626.17282)" +- inkscape:label="#g4214"> +- <rect +- y="1060.2632" +- x="-70.710678" +- height="32" +- width="16" +- id="rect4164-8" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="3.6923077" +- rx="4" +- y="1064.2632" +- x="-66.710678" +- height="24" +- width="8" +- id="rect4166-4" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="scrollbar-trough-horizontal-dark" +- transform="translate(97.027016,-626.00152)" +- inkscape:label="#g4222"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="0.24366502" +- x="1076.0919" +- height="32" +- width="16" +- id="rect4168-1" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="3.6923077" +- rx="4" +- y="4.2436652" +- x="1080.0919" +- height="24" +- width="8" +- id="rect4170-0" +- style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-overlay-dark" +- inkscape:label="#g4238"> +- <rect +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4176-8" +- width="8" +- height="32" +- x="-0.25253814" +- y="983.9967" /> +- <rect +- style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4178-2" +- width="4" +- height="24" +- x="1.7474619" +- y="987.9967" +- rx="2" +- ry="2" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-horizontal-dark" +- inkscape:label="#g4254"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="-60.406197" +- x="982.86475" +- height="32" +- width="16" +- id="rect4180-1" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="3.6923077" +- rx="4" +- y="-56.406197" +- x="986.86475" +- height="24" +- width="8" +- id="rect4182-7" +- style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-horizontal-hover-dark" +- inkscape:label="#g4258"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4184-6" +- width="16" +- height="32" +- x="1002.3102" +- y="-60.65876" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- style="opacity:1;fill:#86b7d7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4186-0" +- width="8" +- height="24" +- x="1006.3102" +- y="-56.65876" +- rx="4" +- ry="3.6923077" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-horizontal-active-dark" +- inkscape:label="#g4262"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="-60.65876" +- x="1023.7759" +- height="32" +- width="16" +- id="rect4188-3" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="3.6923077" +- rx="4" +- y="-56.65876" +- x="1027.7759" +- height="24" +- width="8" +- id="rect4190-5" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(97.027018,-626.42532)" +- id="scrollbar-slider-horizontal-overlay-dark" +- inkscape:label="#g4266"> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- y="-61.668831" +- x="1052.8177" +- height="32" +- width="8" +- id="rect4192-0" +- style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- transform="matrix(0,1,-1,0,0,0)" +- ry="2" +- rx="2" +- y="-57.668831" +- x="1054.8177" +- height="24" +- width="4" +- id="rect4194-6" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- </g> +- <g +- inkscape:label="assets" +- inkscape:groupmode="layer" +- id="layer1" +- style="display:inline"> +- <g +- inkscape:label="#g10801" +- transform="matrix(1.9947791,0,0,1.9939719,354.38167,165.09433)" +- id="sjhgfjsgf" /> +- <g +- style="display:inline" +- id="selected-checkbox-unchecked-active" +- transform="translate(375.36995,-1021.4417)" +- inkscape:label="#g4281"> +- <path +- inkscape:connector-curvature="0" +- id="rect6623-4" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect6640-7" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-unchecked-hover" +- transform="translate(375.36995,-1021.4417)" +- inkscape:label="#g4285"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -3.077716,1054.7156 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.29455,0 -0.570945,-0.066 -0.822265,-0.1797 0.312228,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4135-2" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.899982,1053.5339 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- id="path4137-4" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-unchecked" +- transform="translate(375.36995,-1020.6819)" +- inkscape:label="#g4241"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4139-3" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- id="path4141-1" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-checked" +- transform="translate(376.61229,-1020.9529)" +- inkscape:label="#g4230"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4147-5"> +- <path +- inkscape:connector-curvature="0" +- id="path4143-9" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4145-9" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4202-5" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-mixed" +- transform="translate(375.36995,-1021.4417)" +- inkscape:label="#g4236"> +- <path +- inkscape:connector-curvature="0" +- id="path4206-2" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4208-1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4210-8" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(376.69801,-1004.4062)" +- id="selected-checkbox-checked-hover" +- inkscape:label="#g4245"> +- <g +- id="g4247-1" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4249-4" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4251-0" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4253-6" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-mixed-hover" +- transform="translate(376.17352,-1004.895)" +- inkscape:label="#g4255"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4257-6" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4259-1" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect4261-6" +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-checked-active" +- transform="translate(376.74603,-987.1073)" +- inkscape:label="#g4263"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4265-3"> +- <path +- inkscape:connector-curvature="0" +- id="path4267-1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4269-7" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4271-0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(376.17352,-987.5961)" +- id="selected-checkbox-mixed-active" +- inkscape:label="#g4273"> +- <path +- inkscape:connector-curvature="0" +- id="path4275-6" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4277-5" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4279-9" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-unchecked-insensitive" +- transform="translate(375.36995,-1004.2989)" +- inkscape:label="#g4289"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4291-6" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4293-3" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(376.74603,-969.9643)" +- id="selected-checkbox-checked-insensitive" +- inkscape:label="#g4295"> +- <g +- id="g4297-8" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4299-8" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4301-2" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4303-7" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-mixed-insensitive" +- transform="translate(376.17352,-970.4531)" +- inkscape:label="#g4305"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4307-0" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4309-1" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect4311-9" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(376.08423,-952.1104)" +- id="selected-checkbox-unchecked-backdrop" +- inkscape:label="#g7092"> +- <path +- id="path7094-8" +- d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7096-0" +- d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(377.32657,-952.3813)" +- id="selected-checkbox-checked-backdrop" +- inkscape:label="#g7098"> +- <g +- id="g7100-0" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path7102-9" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path7104-4" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7106-6" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-mixed-backdrop" +- transform="translate(376.08423,-952.8702)" +- inkscape:label="#g7108"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path7110-2" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path7112-6" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect7114-3" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(375.90566,-969.2987)" +- id="selected-checkbox-unchecked-backdrop-insensitive" +- inkscape:label="#g7116"> +- <path +- inkscape:connector-curvature="0" +- id="path7118-5" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7120-4" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="selected-checkbox-checked-backdrop-insensitive" +- transform="translate(377.28175,-934.9643)" +- inkscape:label="#g7122"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g7124-1"> +- <path +- inkscape:connector-curvature="0" +- id="path7126-1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7128-1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect7130-1" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(376.70924,-935.4531)" +- id="selected-checkbox-mixed-backdrop-insensitive" +- inkscape:label="#g7132"> +- <path +- inkscape:connector-curvature="0" +- id="path7134-4" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7136-4" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7138-5" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-unchecked" +- transform="translate(422.20271,-1040.6526)" +- inkscape:label="#g7194"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7151-7" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7153-4" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-checked" +- transform="translate(421.88704,-1040.6526)" +- inkscape:label="#g7189"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7163-9" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7165-7" /> +- <circle +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7167-1" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-mixed" +- transform="translate(422.20271,-1040.1475)" +- inkscape:label="#g7184"> +- <path +- inkscape:connector-curvature="0" +- id="path7140-7" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="circle7147-1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect4210-1-3" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(422.20271,-1023.2275)" +- id="selected-radio-unchecked-hover" +- inkscape:label="#g7198"> +- <path +- id="path7200-0" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7202-9" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(421.88704,-1023.2275)" +- id="selected-radio-checked-hover" +- inkscape:label="#g7204"> +- <path +- id="path7206-2" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7208-4" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7210-4" +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(422.20271,-1022.7224)" +- id="selected-radio-mixed-hover" +- inkscape:label="#g7212"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7214-0" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7216-9" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7218-4" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-unchecked-active" +- transform="translate(422.20271,-1005.5498)" +- inkscape:label="#g7220"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7222-0" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7224-5" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-checked-active" +- transform="translate(421.88704,-1005.5498)" +- inkscape:label="#g7226"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7228-3" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7230-4" /> +- <circle +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7232-8" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-mixed-active" +- transform="translate(422.20271,-1005.0447)" +- inkscape:label="#g7234"> +- <path +- inkscape:connector-curvature="0" +- id="path7236-1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7238-3" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect7240-7" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(422.20271,-988.3772)" +- id="selected-radio-unchecked-insensitive" +- inkscape:label="#g7242"> +- <path +- id="path7244-5" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7246-6" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(421.88704,-988.3772)" +- id="selected-radio-checked-insensitive" +- inkscape:label="#g7248"> +- <path +- id="path7250-6" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7252-7" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7254-2" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(422.20271,-987.8721)" +- id="selected-radio-mixed-insensitive" +- inkscape:label="#g7256"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7258-2" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7260-4" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7262-2" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-unchecked-backdrop" +- transform="translate(422.20271,-971.2045)" +- inkscape:label="#g7264"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7266-0" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7268-4" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-checked-backdrop" +- transform="translate(421.88704,-971.2045)" +- inkscape:label="#g7270"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7272-7" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7274-4" /> +- <circle +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7276-8" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- style="display:inline" +- id="selected-radio-mixed-backdrop" +- transform="translate(422.20271,-970.6994)" +- inkscape:label="#g7278"> +- <path +- inkscape:connector-curvature="0" +- id="path7280-8" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7282-1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect7284-9" +- style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(422.20271,-952.0116)" +- id="selected-radio-unchecked-backdrop-insensitive" +- inkscape:label="#g7286"> +- <path +- id="path7288-4" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7290-4" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(421.88704,-952.0116)" +- id="selected-radio-checked-backdrop-insensitive" +- inkscape:label="#g7292"> +- <path +- id="path7294-4" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7296-2" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7298-0" +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(422.20271,-951.5065)" +- id="selected-radio-mixed-backdrop-insensitive" +- inkscape:label="#g7300"> +- <path +- style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7302-9" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7304-7" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7306-2" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-below" +- inkscape:label="#g5468" +- transform="translate(-246.39811,-1087.5425)"> +- <circle +- inkscape:tile-y0="1090.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1100.5741" +- inkscape:tile-cx="444.0683" +- r="10" +- cy="1100.5741" +- cx="444.0683" +- id="path5314" +- style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:tile-y0="1090.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1100.5741" +- inkscape:tile-cx="444.0683" +- inkscape:connector-curvature="0" +- id="path5316" +- d="m 444.0683,1090.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <use +- id="use5387" +- xlink:href="#path5316" +- inkscape:tiled-clone-of="#path5316" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-above" +- inkscape:label="#g5473" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5351" +- transform="translate(24,0)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5389" +- transform="translate(24,0)" +- xlink:href="#path5316" +- inkscape:tiled-clone-of="#path5316" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-above" +- inkscape:label="#g5477" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5363" +- transform="translate(48,0)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5391" +- transform="translate(48,0)" +- xlink:href="#path5316" +- inkscape:tiled-clone-of="#path5316" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-below" +- inkscape:label="#g5497" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5375" +- transform="translate(72,0)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5393" +- transform="translate(72,0)" +- xlink:href="#path5316" +- inkscape:tiled-clone-of="#path5316" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-below-insensitive" +- inkscape:label="#g5533" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5345" +- transform="translate(0,72)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:tile-y0="1162.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1172.5741" +- inkscape:tile-cx="444.0683" +- inkscape:connector-curvature="0" +- id="path5395" +- d="m 444.0683,1162.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#bfc1c3;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-below-backdrop-insensitive" +- inkscape:label="#g5561" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5347" +- transform="translate(0,96)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5399" +- transform="translate(0,24)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-above-insensitive" +- inkscape:label="#g5537" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5357" +- transform="translate(24,72)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5403" +- transform="translate(24,0)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-above-backdrop-insensitive" +- inkscape:label="#g5557" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5359" +- transform="translate(24,96)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5405" +- transform="translate(24,24)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-above-insensitive" +- inkscape:label="#g5541" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5369" +- transform="translate(48,72)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5409" +- transform="translate(48,0)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-above-backdrop-insensitive" +- inkscape:label="#g5553" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5371" +- transform="translate(48,96)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5411" +- transform="translate(48,24)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-below-insensitive" +- inkscape:label="#g5545" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5381" +- transform="translate(72,72)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5415" +- transform="translate(72,0)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-below-backdrop-insensitive" +- inkscape:label="#g5549" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5383" +- transform="translate(72,96)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5417" +- transform="translate(72,24)" +- xlink:href="#path5395" +- inkscape:tiled-clone-of="#path5395" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-below-hover" +- inkscape:label="#g5501" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5341" +- transform="translate(0,24)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:tile-y0="1114.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1124.5741" +- inkscape:tile-cx="444.0683" +- id="path5332" +- d="m 444.0683,1114.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-above-hover" +- inkscape:label="#g5505" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5353" +- transform="translate(24,24)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- style="fill:#96cdf1" +- id="use5425" +- transform="translate(24,0)" +- xlink:href="#path5332" +- inkscape:tiled-clone-of="#path5332" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-above-hover" +- inkscape:label="#g5509" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5365" +- transform="translate(48,24)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- style="fill:#96cdf1" +- id="use5429" +- transform="translate(48,0)" +- xlink:href="#path5332" +- inkscape:tiled-clone-of="#path5332" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-below-hover" +- inkscape:label="#g5513" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5377" +- transform="translate(72,24)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- style="fill:#96cdf1" +- id="use5433" +- transform="translate(72,0)" +- xlink:href="#path5332" +- inkscape:tiled-clone-of="#path5332" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-below-backdrop" +- inkscape:label="#g5565" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5349" +- transform="translate(0,120)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:connector-curvature="0" +- id="use5452" +- d="m 444.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-above-backdrop" +- inkscape:label="#g5569" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5361" +- transform="translate(24,120)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:connector-curvature="0" +- id="use5454" +- d="m 468.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-above-backdrop" +- inkscape:label="#g5573" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5373" +- transform="translate(48,120)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:connector-curvature="0" +- id="use5456" +- d="m 492.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-below-backdrop" +- inkscape:label="#g5577" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5385" +- transform="translate(72,120)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:connector-curvature="0" +- id="use5458" +- d="m 516.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-below-active" +- inkscape:label="#g5855" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5343" +- transform="translate(0,48)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:tile-y0="1138.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1148.5741" +- inkscape:tile-cx="444.0683" +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 444.0683,1138.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path5326-1" /> +- <use +- id="use5835" +- xlink:href="#path5326-1" +- inkscape:tiled-clone-of="#path5326-1" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-horz-scale-has-marks-above-active" +- inkscape:label="#g5851" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5355" +- transform="translate(24,48)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5837" +- transform="translate(24,0)" +- xlink:href="#path5326-1" +- inkscape:tiled-clone-of="#path5326-1" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-above-active" +- inkscape:label="#g5847" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5367" +- transform="translate(48,48)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5839" +- transform="translate(48,0)" +- xlink:href="#path5326-1" +- inkscape:tiled-clone-of="#path5326-1" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- id="slider-vert-scale-has-marks-below-active" +- inkscape:label="#g5843" +- transform="translate(-246.39811,-1087.5425)"> +- <use +- id="use5379" +- transform="translate(72,48)" +- xlink:href="#path5314" +- inkscape:tiled-clone-of="#path5314" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- id="use5841" +- transform="translate(72,0)" +- xlink:href="#path5326-1" +- inkscape:tiled-clone-of="#path5326-1" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-below-dark" +- inkscape:label="#g5468"> +- <circle +- inkscape:tile-y0="1090.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1100.5741" +- inkscape:tile-cx="444.0683" +- r="10" +- cy="1100.5741" +- cx="444.0683" +- id="path5314-5" +- style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:tile-y0="1090.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1100.5741" +- inkscape:tile-cx="444.0683" +- inkscape:connector-curvature="0" +- id="path5316-0" +- d="m 444.0683,1090.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <use +- height="100%" +- width="100%" +- id="use5387-3" +- xlink:href="#path5316-0" +- inkscape:tiled-clone-of="#path5316-0" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-above-dark" +- inkscape:label="#g5473"> +- <use +- height="100%" +- width="100%" +- id="use5351-9" +- transform="translate(24,0)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5389-6" +- transform="translate(24,0)" +- xlink:href="#path5316-0" +- inkscape:tiled-clone-of="#path5316-0" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-above-dark" +- inkscape:label="#g5477"> +- <use +- height="100%" +- width="100%" +- id="use5363-4" +- transform="translate(48,0)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5391-6" +- transform="translate(48,0)" +- xlink:href="#path5316-0" +- inkscape:tiled-clone-of="#path5316-0" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-below-dark" +- inkscape:label="#g5497"> +- <use +- height="100%" +- width="100%" +- id="use5375-2" +- transform="translate(72,0)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5393-6" +- transform="translate(72,0)" +- xlink:href="#path5316-0" +- inkscape:tiled-clone-of="#path5316-0" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-below-insensitive-dark" +- inkscape:label="#g5533"> +- <use +- height="100%" +- width="100%" +- id="use5345-5" +- transform="translate(0,72)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <path +- inkscape:tile-y0="1162.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1172.5741" +- inkscape:tile-cx="444.0683" +- inkscape:connector-curvature="0" +- id="path5395-9" +- d="m 444.0683,1162.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:0.3;fill:#bfc1c3;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-below-backdrop-insensitive-dark" +- inkscape:label="#g5561"> +- <use +- height="100%" +- width="100%" +- id="use5347-2" +- transform="translate(0,96)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5399-2" +- transform="translate(0,24)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-above-insensitive-dark" +- inkscape:label="#g5537"> +- <use +- height="100%" +- width="100%" +- id="use5357-2" +- transform="translate(24,72)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5403-8" +- transform="translate(24,0)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-above-backdrop-insensitive-dark" +- inkscape:label="#g5557"> +- <use +- height="100%" +- width="100%" +- id="use5359-8" +- transform="translate(24,96)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5405-9" +- transform="translate(24,24)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-above-insensitive-dark" +- inkscape:label="#g5541"> +- <use +- height="100%" +- width="100%" +- id="use5369-0" +- transform="translate(48,72)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5409-6" +- transform="translate(48,0)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-above-backdrop-insensitive-dark" +- inkscape:label="#g5553"> +- <use +- height="100%" +- width="100%" +- id="use5371-2" +- transform="translate(48,96)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5411-1" +- transform="translate(48,24)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-below-insensitive-dark" +- inkscape:label="#g5545"> +- <use +- height="100%" +- width="100%" +- id="use5381-3" +- transform="translate(72,72)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5415-6" +- transform="translate(72,0)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-below-backdrop-insensitive-dark" +- inkscape:label="#g5549"> +- <use +- height="100%" +- width="100%" +- id="use5383-7" +- transform="translate(72,96)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- id="use5417-4" +- transform="translate(72,24)" +- xlink:href="#path5395-9" +- inkscape:tiled-clone-of="#path5395-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-below-hover-dark" +- inkscape:label="#g5501"> +- <use +- height="100%" +- width="100%" +- id="use5341-9" +- transform="translate(0,24)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <path +- inkscape:tile-y0="1114.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1124.5741" +- inkscape:tile-cx="444.0683" +- id="path5332-5" +- d="m 444.0683,1114.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-above-hover-dark" +- inkscape:label="#g5505"> +- <use +- height="100%" +- width="100%" +- id="use5353-6" +- transform="translate(24,24)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- style="fill:#96cdf1" +- id="use5425-6" +- transform="translate(24,0)" +- xlink:href="#path5332-5" +- inkscape:tiled-clone-of="#path5332-5" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-above-hover-dark" +- inkscape:label="#g5509"> +- <use +- height="100%" +- width="100%" +- id="use5365-6" +- transform="translate(48,24)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- style="fill:#96cdf1" +- id="use5429-0" +- transform="translate(48,0)" +- xlink:href="#path5332-5" +- inkscape:tiled-clone-of="#path5332-5" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-below-hover-dark" +- inkscape:label="#g5513"> +- <use +- height="100%" +- width="100%" +- id="use5377-1" +- transform="translate(72,24)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <use +- height="100%" +- width="100%" +- style="fill:#96cdf1" +- id="use5433-8" +- transform="translate(72,0)" +- xlink:href="#path5332-5" +- inkscape:tiled-clone-of="#path5332-5" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-below-backdrop-dark" +- inkscape:label="#g5565"> +- <use +- height="100%" +- width="100%" +- id="use5349-3" +- transform="translate(0,120)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <path +- inkscape:connector-curvature="0" +- id="use5452-0" +- d="m 444.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-above-backdrop-dark" +- inkscape:label="#g5569"> +- <use +- height="100%" +- width="100%" +- id="use5361-5" +- transform="translate(24,120)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <path +- inkscape:connector-curvature="0" +- id="use5454-7" +- d="m 468.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-above-backdrop-dark" +- inkscape:label="#g5573"> +- <use +- height="100%" +- width="100%" +- id="use5373-8" +- transform="translate(48,120)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <path +- inkscape:connector-curvature="0" +- id="use5456-7" +- d="m 492.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-below-backdrop-dark" +- inkscape:label="#g5577"> +- <use +- height="100%" +- width="100%" +- id="use5385-5" +- transform="translate(72,120)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" /> +- <path +- inkscape:connector-curvature="0" +- id="use5458-9" +- d="m 516.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:tile-x0="434.0683" +- inkscape:tile-y0="1210.5741" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-below-active-dark" +- inkscape:label="#g5855"> +- <use +- id="use5343-8" +- transform="translate(0,48)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <path +- inkscape:tile-y0="1138.5741" +- inkscape:tile-x0="434.0683" +- inkscape:tile-h="20" +- inkscape:tile-w="20" +- inkscape:tile-cy="1148.5741" +- inkscape:tile-cx="444.0683" +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 444.0683,1138.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" +- id="path5326-1-9" /> +- <use +- height="100%" +- width="100%" +- id="use5835-1" +- xlink:href="#path5326-1-9" +- inkscape:tiled-clone-of="#path5326-1-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-horz-scale-has-marks-above-active-dark" +- inkscape:label="#g5851"> +- <use +- id="use5355-6" +- transform="translate(24,48)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- height="100%" +- width="100%" +- id="use5837-7" +- transform="translate(24,0)" +- xlink:href="#path5326-1-9" +- inkscape:tiled-clone-of="#path5326-1-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-above-active-dark" +- inkscape:label="#g5847"> +- <use +- id="use5367-0" +- transform="translate(48,48)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- height="100%" +- width="100%" +- id="use5839-8" +- transform="translate(48,0)" +- xlink:href="#path5326-1-9" +- inkscape:tiled-clone-of="#path5326-1-9" +- y="0" +- x="0" /> +- </g> +- <g +- transform="translate(-249.87644,-916.44724)" +- id="slider-vert-scale-has-marks-below-active-dark" +- inkscape:label="#g5843"> +- <use +- id="use5379-6" +- transform="translate(72,48)" +- xlink:href="#path5314-5" +- inkscape:tiled-clone-of="#path5314-5" +- y="0" +- x="0" +- width="100%" +- height="100%" /> +- <use +- height="100%" +- width="100%" +- id="use5841-5" +- transform="translate(72,0)" +- xlink:href="#path5326-1-9" +- inkscape:tiled-clone-of="#path5326-1-9" +- y="0" +- x="0" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-unchecked-active-dark" +- transform="translate(39.203424,-838.94358)" +- inkscape:label="#g4281"> +- <path +- inkscape:connector-curvature="0" +- id="rect6623-1" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="rect6640-5" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-unchecked-hover-dark" +- transform="translate(39.203424,-838.94358)" +- inkscape:label="#g4285"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -3.077716,1054.7156 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.29455,0 -0.570945,-0.066 -0.822265,-0.1797 0.312228,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4135-1" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.899982,1053.5339 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- id="path4137-7" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-unchecked-dark" +- transform="translate(39.203424,-838.18378)" +- inkscape:label="#g4241"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4139-1" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- id="path4141-7" /> +- </g> +- <g +- style="display:inline;fill:#96cdf1" +- id="checkbox-checked-dark" +- transform="translate(40.445762,-838.45478)" +- inkscape:label="#g4230"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4147-8" +- style="fill:#96cdf1"> +- <path +- inkscape:connector-curvature="0" +- id="path4143-4" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#96cdf1;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4145-4" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4202-1" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-mixed-dark" +- transform="translate(39.203424,-838.94358)" +- inkscape:label="#g4236"> +- <path +- inkscape:connector-curvature="0" +- id="path4206-2-6" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4208-2" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4210-5" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(40.531485,-821.90808)" +- id="checkbox-checked-hover-dark" +- inkscape:label="#g4245"> +- <g +- id="g4247-4" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4249-0" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4251-2" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4253-2" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-mixed-hover-dark" +- transform="translate(40.006997,-822.39688)" +- inkscape:label="#g4255"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4257-5" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4259-0" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect4261-2" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-checked-active-dark" +- transform="translate(40.579508,-804.60918)" +- inkscape:label="#g4263"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4265-5"> +- <path +- inkscape:connector-curvature="0" +- id="path4267-4" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4269-9" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4271-4" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(40.006997,-805.09798)" +- id="checkbox-mixed-active-dark" +- inkscape:label="#g4273"> +- <path +- inkscape:connector-curvature="0" +- id="path4275-6-8" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path4277-5-1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4279-4" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline;opacity:0.175" +- id="checkbox-unchecked-insensitive-dark" +- transform="translate(39.203424,-821.80078)" +- inkscape:label="#g4289"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4291-2" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4293-5" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(40.579508,-787.46626)" +- id="checkbox-checked-insensitive-dark" +- inkscape:label="#g4295"> +- <g +- id="g4297-4" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4299-9" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4301-6" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4303-0" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-mixed-insensitive-dark" +- transform="translate(40.006997,-787.95506)" +- inkscape:label="#g4305"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path4307-2" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path4309-5" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect4311-1" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(39.917709,-769.61236)" +- id="checkbox-unchecked-backdrop-dark" +- inkscape:label="#g7092"> +- <path +- id="path7094-9" +- d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7096-3" +- d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(41.160048,-769.88326)" +- id="checkbox-checked-backdrop-dark" +- inkscape:label="#g7098"> +- <g +- id="g7100-7" +- transform="translate(-0.22411079,0.21904445)"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path7102-5" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path7104-4-4" +- inkscape:connector-curvature="0" /> +- </g> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7106-9" +- width="9" +- height="9" +- x="3.2308738" +- y="1039.4983" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-mixed-backdrop-dark" +- transform="translate(39.917709,-770.37216)" +- inkscape:label="#g7108"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- id="path7110-9" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="path7112-2" +- inkscape:connector-curvature="0" /> +- <rect +- ry="1" +- rx="1" +- y="1042.9872" +- x="23.714291" +- height="3" +- width="9" +- id="rect7114-3-4" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(39.739138,-786.80066)" +- id="checkbox-unchecked-backdrop-insensitive-dark" +- inkscape:label="#g7116"> +- <path +- inkscape:connector-curvature="0" +- id="path7118-0" +- d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7120-6" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- id="checkbox-checked-backdrop-insensitive-dark" +- transform="translate(41.115223,-752.46626)" +- inkscape:label="#g7122"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g7124-8"> +- <path +- inkscape:connector-curvature="0" +- id="path7126-7" +- d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7128-8" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect7130-2" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(40.542711,-752.95506)" +- id="checkbox-mixed-backdrop-insensitive-dark" +- inkscape:label="#g7132"> +- <path +- inkscape:connector-curvature="0" +- id="path7134-5" +- d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7136-2" +- d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7138-2" +- width="9" +- height="3" +- x="23.714291" +- y="1042.9872" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="radio-unchecked-dark" +- transform="translate(86.036183,-858.15448)" +- inkscape:label="#g7194"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7151-9" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7153-8" /> +- </g> +- <g +- style="display:inline" +- id="radio-checked-dark" +- transform="translate(85.720512,-858.15448)" +- inkscape:label="#g7189"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7163-9-8" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7165-5" /> +- <circle +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7167-2" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- style="display:inline" +- id="radio-mixed-dark" +- transform="translate(86.036183,-857.64938)" +- inkscape:label="#g7184"> +- <path +- inkscape:connector-curvature="0" +- id="path7140-4" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="circle7147-0" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect4210-1-3-8" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(86.036183,-840.72938)" +- id="radio-unchecked-hover-dark" +- inkscape:label="#g7198"> +- <path +- id="path7200-2" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7202-2" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(85.720512,-840.72938)" +- id="radio-checked-hover-dark" +- inkscape:label="#g7204"> +- <path +- id="path7206-6" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7208-9" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7210-5" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(86.036183,-840.22428)" +- id="radio-mixed-hover-dark" +- inkscape:label="#g7212"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7214-7" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7216-2" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7218-3" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="radio-unchecked-active-dark" +- transform="translate(86.036183,-823.05168)" +- inkscape:label="#g7220"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7222-3" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7224-9" /> +- </g> +- <g +- style="display:inline" +- id="radio-checked-active-dark" +- transform="translate(85.720512,-823.05168)" +- inkscape:label="#g7226"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7228-4" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7230-4-4" /> +- <circle +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7232-3" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- style="display:inline" +- id="radio-mixed-active-dark" +- transform="translate(86.036183,-822.54658)" +- inkscape:label="#g7234"> +- <path +- inkscape:connector-curvature="0" +- id="path7236-8" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7238-6" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect7240-1" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(86.036183,-805.87908)" +- id="radio-unchecked-insensitive-dark" +- inkscape:label="#g7242"> +- <path +- id="path7244-8" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7246-6-0" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(85.720512,-805.87908)" +- id="radio-checked-insensitive-dark" +- inkscape:label="#g7248"> +- <path +- id="path7250-0" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7252-0" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7254-1" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(86.036183,-805.37398)" +- id="radio-mixed-insensitive-dark" +- inkscape:label="#g7256"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7258-2-1" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7260-4-0" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7262-2-7" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- style="display:inline" +- id="radio-unchecked-backdrop-dark" +- transform="translate(86.036183,-788.70646)" +- inkscape:label="#g7264"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7266-1" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7268-3" /> +- </g> +- <g +- style="display:inline" +- id="radio-checked-backdrop-dark" +- transform="translate(85.720512,-788.70646)" +- inkscape:label="#g7270"> +- <path +- inkscape:connector-curvature="0" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7272-0" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7274-5" /> +- <circle +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="circle7276-9" +- cx="26.819166" +- cy="1062.4237" +- r="4.4999943" /> +- </g> +- <g +- style="display:inline" +- id="radio-mixed-backdrop-dark" +- transform="translate(86.036183,-788.20136)" +- inkscape:label="#g7278"> +- <path +- inkscape:connector-curvature="0" +- id="path7280-0" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- id="path7282-9" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- ry="1" +- rx="1" +- y="1060.4178" +- x="40.880722" +- height="3" +- width="9" +- id="rect7284-1" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(86.036183,-769.51356)" +- id="radio-unchecked-backdrop-insensitive-dark" +- inkscape:label="#g7286"> +- <path +- id="path7288-4-1" +- d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7290-7" +- d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- </g> +- <g +- style="display:inline" +- transform="translate(85.720512,-769.51356)" +- id="radio-checked-backdrop-insensitive-dark" +- inkscape:label="#g7292"> +- <path +- id="path7294-0" +- d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <path +- id="path7296-9" +- d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- inkscape:connector-curvature="0" /> +- <circle +- r="4.4999943" +- cy="1062.4237" +- cx="26.819166" +- id="circle7298-4" +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <g +- style="display:inline" +- transform="translate(86.036183,-769.00846)" +- id="radio-mixed-backdrop-insensitive-dark" +- inkscape:label="#g7300"> +- <path +- style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" +- id="path7302-5" +- inkscape:connector-curvature="0" /> +- <path +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" +- id="path7304-2" +- inkscape:connector-curvature="0" /> +- <rect +- style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect7306-9" +- width="9" +- height="3" +- x="40.880722" +- y="1060.4178" +- rx="1" +- ry="1" /> +- </g> +- <g +- id="checkbox-selectionmode" +- inkscape:label="#g4673" +- transform="translate(88.492004,-935.59099)"> +- <rect +- ry="2.25" +- rx="2.25" +- y="1119.9636" +- x="275.07709" +- height="30" +- width="30" +- id="rect6555" +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 282.74375,1124.9636 c -1.47732,0 -2.66666,1.1894 -2.66666,2.6666 l 0,14.6668 c 0,1.4772 1.18934,2.6666 2.66666,2.6666 l 14.66667,0 c 1.47732,0 2.66666,-1.1894 2.66666,-2.6666 l 0,-14.6668 c 0,-1.4772 -1.18934,-2.6666 -2.66666,-2.6666 l -14.66667,0 z m 0.97657,1.3334 12.71353,0 c 1.28037,0 2.30989,1.0321 2.30989,2.3125 l 0,12.7109 c 0,1.2804 -1.02952,2.3098 -2.30989,2.3098 l -12.71353,0 c -1.28035,0 -2.30989,-1.0294 -2.30989,-2.3098 l 0,-12.7109 c 0,-1.2804 1.02954,-2.3125 2.30989,-2.3125 z" +- id="path4141-71" /> +- </g> +- <g +- id="checkbox-checked-selectionmode" +- inkscape:label="#g4677" +- transform="translate(88.492004,-935.59099)"> +- <rect +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4500" +- width="30" +- height="30" +- x="309.8985" +- y="1119.9636" +- rx="2.25" +- ry="2.25" /> +- <g +- transform="matrix(1.3333324,0,0,1.3333324,-158.95831,-369.42306)" +- id="g4573"> +- <path +- inkscape:connector-curvature="0" +- id="path4145-43" +- d="m 357.39286,1120.7908 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.73242,1 9.53516,0 c 0.96026,0 1.73242,0.7741 1.73242,1.7344 l 0,9.5332 c 0,0.9603 -0.77216,1.7324 -1.73242,1.7324 l -9.53516,0 c -0.96026,0 -1.73242,-0.7721 -1.73242,-1.7324 l 0,-9.5332 c 0,-0.9603 0.77216,-1.7344 1.73242,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4202-3" +- width="9" +- height="9" +- x="358.39285" +- y="1123.7908" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- </g> +- <g +- id="checkbox-hover-selectionmode" +- inkscape:label="#g4690" +- transform="translate(88.492004,-935.59099)"> +- <rect +- ry="2.25" +- rx="2.25" +- y="1154.9934" +- x="275.07709" +- height="30" +- width="30" +- id="rect4502" +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 282.74376,1159.9934 c -1.47734,0 -2.66667,1.1893 -2.66667,2.6667 l 0,14.6666 c 0,1.4774 1.18933,2.6667 2.66667,2.6667 l 14.66665,0 c 1.47734,0 2.66667,-1.1893 2.66667,-2.6667 l 0,-14.6666 c 0,-1.4774 -1.18933,-2.6667 -2.66667,-2.6667 l -14.66665,0 z m 0.97656,1.3333 12.71353,0 c 1.28035,0 2.3099,1.0322 2.3099,2.3126 l 0,12.7109 c 0,1.2804 -1.02955,2.3099 -2.3099,2.3099 l -12.71353,0 c -1.28036,0 -2.3099,-1.0295 -2.3099,-2.3099 l 0,-12.7109 c 0,-1.2804 1.02954,-2.3126 2.3099,-2.3126 z" +- id="path4137-8" /> +- </g> +- <g +- id="checkbox-checked-hover-selectionmode" +- transform="translate(88.492004,-935.59099)" +- inkscape:label="#g4683"> +- <rect +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4504" +- width="30" +- height="30" +- x="309.8985" +- y="1154.9934" +- rx="2.25" +- ry="2.25" /> +- <g +- id="g4245-7" +- transform="matrix(1.3333324,0,0,1.3333324,314.59067,-222.00341)"> +- <g +- transform="translate(-0.22411079,0.21904445)" +- id="g4247-6"> +- <path +- inkscape:connector-curvature="0" +- id="path4251-21" +- d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- <rect +- ry="1.1002449" +- rx="1.100245" +- y="1039.4983" +- x="3.2308738" +- height="9" +- width="9" +- id="rect4253-1" +- style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- </g> +- </g> +- <g +- id="checkbox-active-selectionmode" +- inkscape:label="#g4700" +- transform="translate(88.492004,-935.59099)"> +- <rect +- ry="2.25" +- rx="2.25" +- y="1190.0232" +- x="275.07709" +- height="30" +- width="30" +- id="rect4506" +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <g +- transform="matrix(1.3333324,0,0,1.3333324,303.81566,-232.75287)" +- id="g4281-8"> +- <path +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" +- id="rect6640-1" +- inkscape:connector-curvature="0" /> +- </g> +- </g> +- <g +- id="checkbox-backdrop-selectionmode" +- inkscape:label="#g4711" +- transform="translate(88.492004,-935.59099)"> +- <rect +- ry="2.25" +- rx="2.25" +- y="1225.053" +- x="275.07709" +- height="30" +- width="30" +- id="rect4510" +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <path +- inkscape:connector-curvature="0" +- style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- d="m 282.74375,1230.053 c -1.47732,0 -2.66666,1.1894 -2.66666,2.6666 l 0,14.6668 c 0,1.4772 1.18934,2.6666 2.66666,2.6666 l 14.66667,0 c 1.47732,0 2.66666,-1.1894 2.66666,-2.6666 l 0,-14.6668 c 0,-1.4772 -1.18934,-2.6666 -2.66666,-2.6666 l -14.66667,0 z m 0.97657,1.3334 12.71353,0 c 1.28037,0 2.30989,1.0321 2.30989,2.3125 l 0,12.7109 c 0,1.2804 -1.02952,2.3098 -2.30989,2.3098 l -12.71353,0 c -1.28035,0 -2.30989,-1.0294 -2.30989,-2.3098 l 0,-12.7109 c 0,-1.2804 1.02954,-2.3125 2.30989,-2.3125 z" +- id="path4141-71-9" /> +- </g> +- <g +- id="checkbox-checked-backdrop-selectionmode" +- inkscape:label="#g4705" +- transform="translate(88.492004,-935.59099)"> +- <rect +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4512" +- width="30" +- height="30" +- x="309.8985" +- y="1225.053" +- rx="2.25" +- ry="2.25" /> +- <g +- transform="matrix(1.3333324,0,0,1.3333324,-158.95831,-264.3337)" +- id="g4573-8"> +- <path +- inkscape:connector-curvature="0" +- id="path4145-43-9" +- d="m 357.39286,1120.7908 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.73242,1 9.53516,0 c 0.96026,0 1.73242,0.7741 1.73242,1.7344 l 0,9.5332 c 0,0.9603 -0.77216,1.7324 -1.73242,1.7324 l -9.53516,0 c -0.96026,0 -1.73242,-0.7721 -1.73242,-1.7324 l 0,-9.5332 c 0,-0.9603 0.77216,-1.7344 1.73242,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4202-3-9" +- width="9" +- height="9" +- x="358.39285" +- y="1123.7908" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- </g> +- <g +- id="checkbox-checked-active-selectionmode" +- inkscape:label="#g4694" +- transform="translate(88.492004,-935.59099)"> +- <rect +- style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4508" +- width="30" +- height="30" +- x="309.8985" +- y="1190.0232" +- rx="2.25" +- ry="2.25" /> +- <g +- transform="matrix(1.3333324,0,0,1.3333324,-158.95831,-299.36349)" +- id="g4573-1"> +- <path +- inkscape:connector-curvature="0" +- id="path4145-43-1" +- d="m 357.39286,1120.7908 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.73242,1 9.53516,0 c 0.96026,0 1.73242,0.7741 1.73242,1.7344 l 0,9.5332 c 0,0.9603 -0.77216,1.7324 -1.73242,1.7324 l -9.53516,0 c -0.96026,0 -1.73242,-0.7721 -1.73242,-1.7324 l 0,-9.5332 c 0,-0.9603 0.77216,-1.7344 1.73242,-1.7344 z" +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +- <rect +- style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" +- id="rect4202-3-1" +- width="9" +- height="9" +- x="358.39285" +- y="1123.7908" +- rx="1.100245" +- ry="1.1002449" /> +- </g> +- </g> +- </g> +-</svg> +diff --git a/Breeze-gtk/gtk-3.0/assets.txt b/Breeze-gtk/gtk-3.0/assets.txt +deleted file mode 100755 +index e2183ef..0000000 +--- a/Breeze-gtk/gtk-3.0/assets.txt ++++ /dev/null +@@ -1,204 +0,0 @@ +-titlebutton-close +-titlebutton-close-hover +-titlebutton-close-active +-titlebutton-maximize +-titlebutton-maximize-hover +-titlebutton-maximize-active +-titlebutton-minimize +-titlebutton-minimize-hover +-titlebutton-minimize-active +-titlebutton-close-backdrop +-titlebutton-minimize-backdrop +-titlebutton-maximize-backdrop +-scrollbar-slider +-scrollbar-slider-hover +-scrollbar-slider-active +-scrollbar-slider-overlay +-scrollbar-slider-rtl +-scrollbar-slider-rtl-hover +-scrollbar-slider-rtl-active +-scrollbar-slider-horizontal +-scrollbar-slider-horizontal-hover +-scrollbar-slider-horizontal-active +-scrollbar-slider-horizontal-overlay +-scrollbar-trough +-scrollbar-trough-horizontal +-scrollbar-trough-rtl +-scrollbar-slider-dark +-scrollbar-slider-hover-dark +-scrollbar-slider-active-dark +-scrollbar-slider-overlay-dark +-scrollbar-slider-rtl-dark +-scrollbar-slider-rtl-hover-dark +-scrollbar-slider-rtl-active-dark +-scrollbar-slider-horizontal-dark +-scrollbar-slider-horizontal-hover-dark +-scrollbar-slider-horizontal-active-dark +-scrollbar-slider-horizontal-overlay-dark +-scrollbar-trough-dark +-scrollbar-trough-horizontal-dark +-scrollbar-trough-rtl-dark +-checkbox-checked +-checkbox-checked-hover +-checkbox-checked-active +-checkbox-checked-insensitive +-checkbox-checked-backdrop +-checkbox-checked-backdrop-insensitive +-checkbox-unchecked +-checkbox-unchecked-hover +-checkbox-unchecked-active +-checkbox-unchecked-insensitive +-checkbox-unchecked-backdrop +-checkbox-unchecked-backdrop-insensitive +-checkbox-mixed +-checkbox-mixed-hover +-checkbox-mixed-active +-checkbox-mixed-insensitive +-checkbox-mixed-backdrop +-checkbox-mixed-backdrop-insensitive +-radio-checked +-radio-checked-hover +-radio-checked-active +-radio-checked-insensitive +-radio-checked-backdrop +-radio-checked-backdrop-insensitive +-radio-unchecked +-radio-unchecked-hover +-radio-unchecked-active +-radio-unchecked-insensitive +-radio-unchecked-backdrop +-radio-unchecked-backdrop-insensitive +-radio-mixed +-radio-mixed-hover +-radio-mixed-active +-radio-mixed-insensitive +-radio-mixed-backdrop +-radio-mixed-backdrop-insensitive +-selected-checkbox-checked +-selected-checkbox-checked-hover +-selected-checkbox-checked-active +-selected-checkbox-checked-insensitive +-selected-checkbox-checked-backdrop +-selected-checkbox-checked-backdrop-insensitive +-selected-checkbox-unchecked +-selected-checkbox-unchecked-hover +-selected-checkbox-unchecked-active +-selected-checkbox-unchecked-insensitive +-selected-checkbox-unchecked-backdrop +-selected-checkbox-unchecked-backdrop-insensitive +-selected-checkbox-mixed +-selected-checkbox-mixed-hover +-selected-checkbox-mixed-active +-selected-checkbox-mixed-insensitive +-selected-checkbox-mixed-backdrop +-selected-checkbox-mixed-backdrop-insensitive +-selected-radio-checked +-selected-radio-checked-hover +-selected-radio-checked-active +-selected-radio-checked-insensitive +-selected-radio-checked-backdrop +-selected-radio-checked-backdrop-insensitive +-selected-radio-unchecked +-selected-radio-unchecked-hover +-selected-radio-unchecked-active +-selected-radio-unchecked-insensitive +-selected-radio-unchecked-backdrop +-selected-radio-unchecked-backdrop-insensitive +-selected-radio-mixed +-selected-radio-mixed-hover +-selected-radio-mixed-active +-selected-radio-mixed-insensitive +-selected-radio-mixed-backdrop +-selected-radio-mixed-backdrop-insensitive +-checkbox-checked-dark +-checkbox-checked-hover-dark +-checkbox-checked-active-dark +-checkbox-checked-insensitive-dark +-checkbox-checked-backdrop-dark +-checkbox-checked-backdrop-insensitive-dark +-checkbox-unchecked-dark +-checkbox-unchecked-hover-dark +-checkbox-unchecked-active-dark +-checkbox-unchecked-insensitive-dark +-checkbox-unchecked-backdrop-dark +-checkbox-unchecked-backdrop-insensitive-dark +-checkbox-selectionmode +-checkbox-hover-selectionmode +-checkbox-active-selectionmode +-checkbox-backdrop-selectionmode +-checkbox-checked-selectionmode +-checkbox-checked-hover-selectionmode +-checkbox-checked-active-selectionmode +-checkbox-checked-backdrop-selectionmode +-checkbox-mixed-dark +-checkbox-mixed-hover-dark +-checkbox-mixed-active-dark +-checkbox-mixed-insensitive-dark +-checkbox-mixed-backdrop-dark +-checkbox-mixed-backdrop-insensitive-dark +-radio-checked-dark +-radio-checked-hover-dark +-radio-checked-active-dark +-radio-checked-insensitive-dark +-radio-checked-backdrop-dark +-radio-checked-backdrop-insensitive-dark +-radio-unchecked-dark +-radio-unchecked-hover-dark +-radio-unchecked-active-dark +-radio-unchecked-insensitive-dark +-radio-unchecked-backdrop-dark +-radio-unchecked-backdrop-insensitive-dark +-radio-mixed-dark +-radio-mixed-hover-dark +-radio-mixed-active-dark +-radio-mixed-insensitive-dark +-radio-mixed-backdrop-dark +-radio-mixed-backdrop-insensitive-dark +-slider-horz-scale-has-marks-below +-slider-horz-scale-has-marks-below-hover +-slider-horz-scale-has-marks-below-active +-slider-horz-scale-has-marks-below-insensitive +-slider-horz-scale-has-marks-below-backdrop +-slider-horz-scale-has-marks-below-backdrop-insensitive +-slider-vert-scale-has-marks-below +-slider-vert-scale-has-marks-below-hover +-slider-vert-scale-has-marks-below-active +-slider-vert-scale-has-marks-below-insensitive +-slider-vert-scale-has-marks-below-backdrop +-slider-vert-scale-has-marks-below-backdrop-insensitive +-slider-horz-scale-has-marks-above +-slider-horz-scale-has-marks-above-hover +-slider-horz-scale-has-marks-above-active +-slider-horz-scale-has-marks-above-insensitive +-slider-horz-scale-has-marks-above-backdrop +-slider-horz-scale-has-marks-above-backdrop-insensitive +-slider-vert-scale-has-marks-above +-slider-vert-scale-has-marks-above-hover +-slider-vert-scale-has-marks-above-active +-slider-vert-scale-has-marks-above-insensitive +-slider-vert-scale-has-marks-above-backdrop +-slider-vert-scale-has-marks-above-backdrop-insensitive +-slider-horz-scale-has-marks-below-dark +-slider-horz-scale-has-marks-below-hover-dark +-slider-horz-scale-has-marks-below-active-dark +-slider-horz-scale-has-marks-below-insensitive-dark +-slider-horz-scale-has-marks-below-backdrop-dark +-slider-horz-scale-has-marks-below-backdrop-insensitive-dark +-slider-vert-scale-has-marks-below-dark +-slider-vert-scale-has-marks-below-hover-dark +-slider-vert-scale-has-marks-below-active-dark +-slider-vert-scale-has-marks-below-insensitive-dark +-slider-vert-scale-has-marks-below-backdrop-dark +-slider-vert-scale-has-marks-below-backdrop-insensitive-dark +-slider-horz-scale-has-marks-above-dark +-slider-horz-scale-has-marks-above-hover-dark +-slider-horz-scale-has-marks-above-active-dark +-slider-horz-scale-has-marks-above-insensitive-dark +-slider-horz-scale-has-marks-above-backdrop-dark +-slider-horz-scale-has-marks-above-backdrop-insensitive-dark +-slider-vert-scale-has-marks-above-dark +-slider-vert-scale-has-marks-above-hover-dark +-slider-vert-scale-has-marks-above-active-dark +-slider-vert-scale-has-marks-above-insensitive-dark +-slider-vert-scale-has-marks-above-backdrop-dark +-slider-vert-scale-has-marks-above-backdrop-insensitive-dark +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-active-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-active-selectionmode.png +deleted file mode 100755 +index a115b38ecf49bed92c466671b2e7b3e5655f145b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~zYI?bf|c0znW5@R=Kq3x&-E3IjnzAmJmTg;<#Q1n>kr +z1JpJah6-DJ27LhO?XRK`3IqZPg$WlL3vwUp*hr%0NVp>$iQ!-FCG)%8on#izF0a$b +z_6-6aGXugFg9yw3BSvb{VKjCRj3)rwMVB@Js0f^s5FqIT_*YL#+df{WFat_{qss)G +z7NrAKRx0%jMYAddWb#zmwuG4W=0>~K|NNL+Yr#sTo}r`Dh?sPBG0=3j4B^H^Ss_Z5 +z!jvdRlyVIgPj}t5V2Wl{G3n}y$J<vo;IC-U@1bg=K(U<a^x65212Tz$rh7)eBi=N9 +z)m5!*F1N?)w#Lr7dJpg6J-mni5sb3pZ4Upe5nNrv8MZA!=~8%8m{O%M*rwy4aGb|t +z+M83N7ztGy1u@WcHeEghg5M8;cs?w~o!Q#3(QfsXat$b!Qz@SJwsYGQV%(V-?T5bO +z&z)afy?83TVRqNmh`@fMh`<s9jQoZfU?ee86A*@e>>Lpo5Qc2p%`fFTfrUuXOuGO8 +N002ovPDHLkV1mCb*(Lx0 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-active-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-active-selectionmode@2.png +deleted file mode 100755 +index dbed7509f1f674349f1a847e86812f16511c0d8f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 988 +zcmV<210(#2P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H116fH#K~!jg?VCMJQ&AMh&pD62e$Y}r<U<lr!b4zF0}kqjMh8cA +zaL~cTkJZgMI_P3taljEjh;c*{h>JR?s|vL^G*+;I7W#qk=)1?^QDR)Ym(V_PdB5qU +zd8hCH>%D#NruP&904&Q2Hng-|5)7vipdA<qbO2c}-~u5}<(D$!$z*aJEz1f<o7x^C +z;Goy}stE&sDdsY_jDvjxmx1w=*MX`H0=9<2^@0S$X|Kc73IRAm2+;0zkXnJr`$?M{ +zlnjitcVsv5g>`4o3D>C>7+r%=^Z5C0?Cfi#P}HnOsQ)3>iZ-Vc%l5m8l#`w<s?_3< +z;S+CUPd10nwVS7|3;-Ia9<vGvA?)d~S^LxEFWD055jMI8qyNgX;|N|#<+-%7p_+AD +zMB*mx>yDvexL-vgGDoiVJM-U5vLh`mY#u+~{kLp6@nOM!Jvt|f%e9f+gksHs(An#~ +zWDR$?FAxPzUhHz7-Tf+6FMXlTLyeW=a^l0n+Kc-$wUz|{5QXf<>cqX7a`NNWG^S3g +zNw!{E7=sZLz@5hS>(M#2m^+XC>QRy%M*sj&Q2ypA|5!qIHuF*{@5RXeizs9_U@=ty +zfURsYC_jgJwMI863B>OeTeU`g;lauk)ngl3_S{O#7uFqLSa*D3-SLHW#~0QeUs!j1 +zVcqeCb;lRh9bZ^?d|};D7v3Ekr7qjZqAZM&ctHI!)q%os<qdgxVRnD!$CmB}iZy#K +zO|j+xwjPK9z*aV?I@uG&ddUU=K*J#O%(Y(CfIE$O=7t62wq1$!qVyh<v@oX=%a!B0 +zzGEGc3%3Wn7-@<%2SOL_4A%7xZFLZeABmi7y>thF{ca)^?m4`#@~M(F+!4Ncv<((h +z1+l8Wi?<yp5;w8+K&+Ahz}>Gdzki;ReGh42Cp}xVr^jZ^k*occ3!-5VwD-gfwcI-f +zJC3lYAJ3H2-%7GIN^MK_r^#Q={P$Ae<i##ye{U0p8$4-S;@^4OnV-v*-#$&L$O0&~ +zE$M*2($XDYSa%4Jh1Vf!2C^UqT<|(atzgD^BIGHrgVYKFo}&CxW}Jb)cpawNFu>=0 +zF7w35X0uK-5}Xc&>jfjWB67V_FW+v){VU#20)AP@WgaAx$@M?`i6p2iUiLiz0000< +KMNUMnLSTY3^vnqW + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode.png +deleted file mode 100755 +index 2587e9fcbaf9eed65588bdd4d68ac365e16be164..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~zYI?bc07!$1@V@b~h8yAndW5M4B_$--oz3vnTMjFKE7 +z^a5U??xoTTRC@_guaGPZO|lgXrFEy1@Z4A^bt+AyDM<dy$?$$;=D{00IlnZJvMU7C +zi2z}XK?EXzm{9DC`v-^DK-dA;F1oM*Kt-Tq0Rh?-fUA02*!J=ALIfyOjV>bb78Ru- +zJFaWC^p+|~vRI~Yma#lelIeJK7tUtyY$MolUGvB=nv*C>13ySJ_K_DsC3#P@Y)dl@ +zv)OeW7!HQPMsQ1Ssgo#5Z*K;E5pX%rk58{&&$HXQuJXQf?^u##G4O-5EV_vA2kE-2 +zTH9PjkGE)zopp5$*KiHj@IQhjd9TzQUXJ`r4KAEzEVpe-`zvhOmc|(44hrr(j+10+ +z8fMe$d3N9jDJwXs<nM<-r_<5G@a2uS2T#u~9#$6>r6G4+$876*>8B54EKibndOsS6 +z^ZES8(}xRJk==DQB2d*RB9K4;an&#Z!~&t%2ZX4KKSu-tgor+~{ufF>i8+mH7@PnA +N002ovPDHLkV1kx>*6aWP + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png +deleted file mode 100755 +index 1b59d8fc4fbdfb01d3d8ed893f2989e9f3511220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1006 +zcmV<K0}=d*P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H118Ye{K~!jg?VC?e8bKI`-x&%b|4pkvj98HhVlO@P)YuDfYeS-* +zdT1K$C+PQR`T<(?W}8N$^jI)GG=70rtQu@!F=b1tA}kOw&h&t2<HZ>YtQq$??O|W` +z_v}n&HklU$0O0fadTh4`o)HQW1mFaUFo*!6gaVQ=qRG;JVJV$XA0wa7*JJ4$c!L0q +ztDUctP@tR2Vd0hT?!CZspeU?%piYAT^&5N51QQAowZn7^0w{zLfK%-t-2x%%#=<O6 +zEKr1Rj_etlu;|=4;aj`~Uhjw{6b^ZYJRXP1WHNLj)Kyfg)w-0Giit!*%4V_(Pc3@z +z@X;66n;%b3I-f+J1~A5mKW6(OgphbVzP<i+{Woh3^9XyrBbLjur-Tq$mP<-mIpGc4 +z3Ra8R;B>pKI^5V@Fvd6<jr#X;dllA^W)=>GL!N(SQyVFHITqV3AC<Zy+r)0S>!)X? +zM}reV7eGTg9El9gzkT<ErJi}w@_2?F&Fj=gN?u%8-0HS00Kn1F(aFO6!d7ZCbv}(f +z!$W<n^~}P?UZVk^F^!jFv0c8H?Pp~<mOdqf005YJ*%wb{VT2m9S(fFJ8Y6p|VzG2m +z$mh!d7ui_g-iIqnS#{Ya<%&}0t>G4?^jhpl0MJ^N8~3H935$*<EIOL7=xD;CqX~<S +zCM-Idu;^&QqN53mjwUQRny~0_3nN53k)tJA$-*scwpjJtPw5a=vxWOWo>`dE#@lqc +zTsFJiuDZ0tVbeR^ZY#h=HWrwLYqeS(06>Q^o}Qi><xbdUre<b*`0QZ3TB|ajF)<5E +zS*h5(4&I+|&CbmR)EH@p!=|5mIX4~*2G2VPrHpjQTF=}8kVqt?G5^?|=35O;1YQ2| +zz(66NFPD@G_bFa0*v?uWni&8Z=hbV;&l2lzFbiihStTBiZ%3n1fAfJljIn!g(C+5T +z-8N1MA)i)Pw=$Vrg|$ZK9`w9my*Vf4Dmyzn`!<_hXEGTL27^J@QqupVQc>!=yFdSY +z{IIn3{adPdb;Si-ZA&7ceQAk~CM-G_5G87d=o*L;OaaMi=jaxcqCCckCe;qoEilj| +zF6|eVD9}x{!*m)7kSZM(-s=ty4o)qmo;72ynNWoK5u#=Qj$Xd&OyjS3zcA31@?qh1 +cI-NfL3tX!#ix@%Z`v3p{07*qoM6N<$f<@%Po&W#< + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-dark.png +deleted file mode 100755 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-dark@2.png +deleted file mode 100755 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode.png +deleted file mode 100755 +index f18420c89a3d5bb32ba4bf0eeec43bc8d00edfec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 611 +zcmV-p0-XJcP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pLkQK~zYI?Up}J+fWq6&-IP57+9=iK#3^jpG1g&4o!zjt<*Vu +z0=@z;cVR$GVWr|Dv>%|6m{4|4pf(I?5`pBQ5>}QD$gy883qdq`LC=AN0nTVk=jZdD +z&wY>9KYUswiN6x)tq2Gs6cI##mJpYDI-5Iy&^$0&XparRB}m>PU~UY+e)^m>>gCl* +z1Z0gH+EYsR(3)~>XJcoHv&$}0HV@?-M@sqU?XYrK@BV8?Mqp=SXNljeX4GXZPz^7T +zC{#(9WIN0Y#Wc^ZWt`GBu7B*+jKG{-cGYDqxc<KTI|=YVc|ZS7ZtfR2mv?oq^?RJM +zSv9<1Xy~ofA1@fRRocV=aDRE7($>6P_?!dr!wnE6(OK0GkB^%D9{n=<tBs%lKuq@P +zm#m4WS)ELvcaD~k=d<<r75oZ*sbEoJ?AYygp9~zGRedA4D2aca_$HnMXEoW*-Ea?& +zkD9&tn?y9>3_Q#AiQ`D|VlkZ*)GuBrrV)3v2Zc7V^3U5myOx>U+%Kqx7f2`JMPTCg +zA~3U(Ru`vN#^A7WSa(X>;9TD2nU&#^#~r0EPOrksx4QP@-o5`=9m@ETdcGbL!MvkS +xBqE3<Kx^D!0a}(2mqBQbBRLTSgr;=j@(sRPrpmAHb=&{|002ovPDHLkV1k$c5RCu; + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png +deleted file mode 100755 +index ae19f082d599fd0bfe7431b0f6982a17bb71b892..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1143 +zcmV--1c>{IP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11N2EmK~!jg?VCSr8&w>~f4_J3`G4G`jgv-AN}DrHqz-@*hEl0R +zT7`kJ?Z7~XN)Xm=h>-yngu10e8Oxstu~aHSiC8E@@k&XYiw6sn)N1V1e^TGY_kJC& +zj!>ZGz3}Wqm-|eo)BS$;{rWw>=lk8y2moLhMx^g(=3P#32?2(HkbxgS;sm(Kkd|s& +z<vXTnT4)$XB-x+&0s$wz*4Ir4=wYK;zM;L6op=ujFM2Jg+aTazG?w6u6I}9IOt0X8 +zGYkQSycW_c5a~Gc%>pF?Av-)~pA#7NJBQA2NH#zlolNTIE|1|z_6Un6^=^pzH+ZXI +zQz^e~-(M&?rPYQ^EWSSd)=#1r>r?Lx=@+j}0BR^NvkP#}?d996cJAII(GcMg)<!3j +z`^}Q$aM~)?sQF}9R_lR?r*(F0EQOlpeia#G`poq+&PJgrI?}?1^>dfU{%W?Jf3RsU +z&ad;vc5lo+houI>(YHSsXU6ofdxEj>`KzPOH=q126fb<Ekynp&j@$VMo2~CYTj{k~ +z003UE?Cvaly3#g(-J8a2#ON1|7dDKMxDMb>V|#IaT~4NY>>qBK<TxAvfJMX?Pw{OD +z-PufA#hMo*yB}V!?84(>9RT*Ui6FfX(@u{TC;|A>C$?;i^gayq&!<t3u*mG(Y0a3* +zU^Jm*f2LN`cFbJaTAVMCZE;a8FGJq&3y93loerJ7a6(l+004|8^w8N0Cx`&7yEjc0 +zIhFmi)QqW&s$BaCW!2?YW?0oU?so1&_wW!H_B(-LzY`etJAq-p6Bzb8fnmQB81_4X +zVZWoyFtwV}6+}^ZtD!8nGQ;h)Tv=7F{Wzw&+{&t!_K))g0Jq?#vP|1v%a!fLTLl&Q +z01jgK1x0?cEpFYtX<7hE%BlZF%gd0S(il&N<!{p+SS&3)lf(^^Tjs~3V|^?&;JIm* +z8VKXy$rJ$WX%mVQy^ve(DvX-O^x5~vWd*86pPe&+xoub65?{rI4O1z<-8l|r-yDu# +z`Dnt6k!GoZaP-Q@lcDU?UI!unBVQGb7hbgN`wPX`sn?EmK2>H+563=yBLk0%b-pA2 +z7VjXicv{E7lc|md0QY@$`<HKvqB(>OJEhfzy?lFBpSgafb3@cL21BRPnw)NBkmGQB +z`OB4dX{{+5BegBrxqFYCjY2bg{_3c9e7qlHeV()}(bJmkY^+z?KYv}6F$*Bsw&Vwb +zhX=nC81_31kpA8*;#ZJ3Bfw3sb@U1%++Yl8$!j6Kf&neD+E)1v0X_6uOt&F`-)hzJ +zS6Zb~agy=Kax|9UggA&u38`Mb|1<7i@&05$-`A_<&rQ>`o&iiUV*#l{1;qdW002ov +JPDHLkV1iwlAsqk! + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active.png +deleted file mode 100755 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-active@2.png +deleted file mode 100755 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark.png +deleted file mode 100755 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png +deleted file mode 100755 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png +deleted file mode 100755 +index 7b86887b54e82dac9fc0d63d3a99b8d517dbb0f3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^u7&>&2DxOnDezK<OMqm%S4X7^Iyk*bf0>_@ynkF8eHscd*3#{^uA>x_UlIFoVhda +zwl3WFem;Z9nLUTy3_e?WP70ou8oWox`{0@2$Z5KQt<`CQojry-i{CLk&<*o?+qLLM +z3LAqGm(r!E?C%V5kNkxgW-Y5!U35G;?fu_1TkV7bGj5A9gp^FJyUfFoIje4_`+d&( +z=Kl@*`99n`Z{O+6aoJRyIoq~VBV%oU^tLXKl(n(?3C}hgs)<kZeSf8NZCm1r<App7 +z0_vVcMdxJKZ2j$R`+m{uT>+t2c^Y0GvSp}XTVSTTCV}C-e88gI6*byho&$Z(;OXk; +Jvd$@?2>{Z`kwgFh + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 07d10df2f0b6713cad65a17b8db319f1a5b68419..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 578 +zcmV-I0=@l-P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l!H^K~z|U?UzAs+CUJ6-^}8Y;=rkC1X|@#$-jm_&kYHr9MIO_ +zrd6vtOW0c8=^?n<SRk6%&dKkznw|Cg)@!e32msdW^)Qa(TOzt9B1Q)i5icT-*4ivd +z5?96PX#RznRTsu}dGAYW?R^C?h~xOSGWXv9F3a*kYkeRhX~R%N$QW~_l)7Q&2{Wtx +zem?`S0Z<Nz=(;kW&1Rc6OhX+v@&sU$rs*9sPe!BB2*4)*Ke#&c>2&(7ZS%UyvU~u5 +z@pw!C7{ECE;M~boElO*BsD(ZZs!{#SMdYI~Mn_RJe2ZC86i#bxi0CQw*zI;<8lU~; +znwSGX6h%X0jJ}k27NCjwYo5``rSlr~06jnt&;#@UJ-}Ijq9_^{D9l_hK>i;<Yi*i9 +zF!RAV_w`cVzlumiD6EQ(mCX9B0H-7(lx5jV&|uuS0J$V%%vC+cBH{sHyWM{78bB#^ +z0|3rBU&RI@@<>DzW}c*Jde?Ph0szb9@=rDY?yXs#=Q5wqf2~$44?s9c5@)Tw&$7(s +zdEUyd&lxWki$h=z0FHtjh39tZy)GvY;CuMm1<&1)IzrH?RV}FU`3a!>3#I(YYXOIC +Q0RR9107*qoM6N<$f+&Uk-T(jq + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png +deleted file mode 100755 +index 267905e7855617f89a3f78d494528517d9ac83ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 335 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs|x;Tbd +z^uC?sm~|*XqGkVbr@J%s<V1wt2kY2&*gEJZ@+W*$3e}(Nsyx}XqH))${S%%a%Trpy +z`Doo{nY4ZL<&RBG{VA1vhoSh_>j!h9mu3EHUE*|U*Q!;K^V2vKCw|d<DP7?Z#G|Of +zyzak~(gzd95BKC5Ro*r}?|Y|rdXxD3zkxyrDz0#qOl1_yUCb-7rv88|!*2Uex3!-i +zQ(dO~AR%q_z6rb5$)A10tihmmZf9ywVRBmj^vbeTnNkf(=RcP}c%t`D#G~P3gTLQ_ +a^O7HCrV8{cf8hlBi^0>?&t;ucLK6T%Jc8B$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png +deleted file mode 100755 +index a2ab2752b54920e17a8cf8ca8a0f786bde76fa9f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 586 +zcmV-Q0=4~#P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mn&1K~z|U?UzAr(@+qGzj;l%Yegg^lK23WhOWAxYs4N{aDj3O +zq^LU(y+p|gT6zGw2G(s<^#GX!2^5;Hid7GbzE@cxwIyR`<$q<(d!Fxmwq%V3Kvg$@ +zec(B;Mm4ztPR#6G6h#-IC?5V5cu)~|KEKUuCrC87J$Zm10UtV@&Z&sRWzfv5IUbL< +zfIZ-qXMF_T05_=WOjS))56b{%MO8n0)+O)=XgK^kH?#Lu3jl$!4me=Vg_Ul%dsa1l +zI-Q=*l~x<!YW|&1CX;7Ll6(R-3$P40ch2p$+wJe6*z5KFsA_tjbN}4x^B-^k0XCB) +zImp|1uK@6*AUvJi17rzE2?Du2vILfrTA&uF1!{p>AWOhX=%3poOW?c&fni|*=iIJu +zP~=G%a3&&e^ETd1L}u1ZPep!`d0GH|Z-&F+>U{0)38-qRutjOLT3d?*t^h=2uWA8q +z{|x{x(*h^{`n9Sasp__wHOnHJSyNTFRrMHn2@uEem#{9Q(de;=d}DdPX1@l5!Ha&s +z{{t`=MbU+s?U>myFsl$ei{tn(1qZlJ4~;9pLzee-On{#&se%F5Uc^z(RJ<sGGX-w` +Y0&-`k-OUr^CIA2c07*qoM6N<$f;as06#xJL + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png +deleted file mode 100755 +index f18420c89a3d5bb32ba4bf0eeec43bc8d00edfec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 611 +zcmV-p0-XJcP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pLkQK~zYI?Up}J+fWq6&-IP57+9=iK#3^jpG1g&4o!zjt<*Vu +z0=@z;cVR$GVWr|Dv>%|6m{4|4pf(I?5`pBQ5>}QD$gy883qdq`LC=AN0nTVk=jZdD +z&wY>9KYUswiN6x)tq2Gs6cI##mJpYDI-5Iy&^$0&XparRB}m>PU~UY+e)^m>>gCl* +z1Z0gH+EYsR(3)~>XJcoHv&$}0HV@?-M@sqU?XYrK@BV8?Mqp=SXNljeX4GXZPz^7T +zC{#(9WIN0Y#Wc^ZWt`GBu7B*+jKG{-cGYDqxc<KTI|=YVc|ZS7ZtfR2mv?oq^?RJM +zSv9<1Xy~ofA1@fRRocV=aDRE7($>6P_?!dr!wnE6(OK0GkB^%D9{n=<tBs%lKuq@P +zm#m4WS)ELvcaD~k=d<<r75oZ*sbEoJ?AYygp9~zGRedA4D2aca_$HnMXEoW*-Ea?& +zkD9&tn?y9>3_Q#AiQ`D|VlkZ*)GuBrrV)3v2Zc7V^3U5myOx>U+%Kqx7f2`JMPTCg +zA~3U(Ru`vN#^A7WSa(X>;9TD2nU&#^#~r0EPOrksx4QP@-o5`=9m@ETdcGbL!MvkS +xBqE3<Kx^D!0a}(2mqBQbBRLTSgr;=j@(sRPrpmAHb=&{|002ovPDHLkV1k$c5RCu; + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png +deleted file mode 100755 +index ae19f082d599fd0bfe7431b0f6982a17bb71b892..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1143 +zcmV--1c>{IP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11N2EmK~!jg?VCSr8&w>~f4_J3`G4G`jgv-AN}DrHqz-@*hEl0R +zT7`kJ?Z7~XN)Xm=h>-yngu10e8Oxstu~aHSiC8E@@k&XYiw6sn)N1V1e^TGY_kJC& +zj!>ZGz3}Wqm-|eo)BS$;{rWw>=lk8y2moLhMx^g(=3P#32?2(HkbxgS;sm(Kkd|s& +z<vXTnT4)$XB-x+&0s$wz*4Ir4=wYK;zM;L6op=ujFM2Jg+aTazG?w6u6I}9IOt0X8 +zGYkQSycW_c5a~Gc%>pF?Av-)~pA#7NJBQA2NH#zlolNTIE|1|z_6Un6^=^pzH+ZXI +zQz^e~-(M&?rPYQ^EWSSd)=#1r>r?Lx=@+j}0BR^NvkP#}?d996cJAII(GcMg)<!3j +z`^}Q$aM~)?sQF}9R_lR?r*(F0EQOlpeia#G`poq+&PJgrI?}?1^>dfU{%W?Jf3RsU +z&ad;vc5lo+houI>(YHSsXU6ofdxEj>`KzPOH=q126fb<Ekynp&j@$VMo2~CYTj{k~ +z003UE?Cvaly3#g(-J8a2#ON1|7dDKMxDMb>V|#IaT~4NY>>qBK<TxAvfJMX?Pw{OD +z-PufA#hMo*yB}V!?84(>9RT*Ui6FfX(@u{TC;|A>C$?;i^gayq&!<t3u*mG(Y0a3* +zU^Jm*f2LN`cFbJaTAVMCZE;a8FGJq&3y93loerJ7a6(l+004|8^w8N0Cx`&7yEjc0 +zIhFmi)QqW&s$BaCW!2?YW?0oU?so1&_wW!H_B(-LzY`etJAq-p6Bzb8fnmQB81_4X +zVZWoyFtwV}6+}^ZtD!8nGQ;h)Tv=7F{Wzw&+{&t!_K))g0Jq?#vP|1v%a!fLTLl&Q +z01jgK1x0?cEpFYtX<7hE%BlZF%gd0S(il&N<!{p+SS&3)lf(^^Tjs~3V|^?&;JIm* +z8VKXy$rJ$WX%mVQy^ve(DvX-O^x5~vWd*86pPe&+xoub65?{rI4O1z<-8l|r-yDu# +z`Dnt6k!GoZaP-Q@lcDU?UI!unBVQGb7hbgN`wPX`sn?EmK2>H+563=yBLk0%b-pA2 +z7VjXicv{E7lc|md0QY@$`<HKvqB(>OJEhfzy?lFBpSgafb3@cL21BRPnw)NBkmGQB +z`OB4dX{{+5BegBrxqFYCjY2bg{_3c9e7qlHeV()}(bJmkY^+z?KYv}6F$*Bsw&Vwb +zhX=nC81_31kpA8*;#ZJ3Bfw3sb@U1%++Yl8$!j6Kf&neD+E)1v0X_6uOt&F`-)hzJ +zS6Zb~agy=Kax|9UggA&u38`Mb|1<7i@&05$-`A_<&rQ>`o&iiUV*#l{1;qdW002ov +JPDHLkV1iwlAsqk! + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop.png +deleted file mode 100755 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-backdrop@2.png +deleted file mode 100755 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-dark.png +deleted file mode 100755 +index 83644add17a870ae9771428aa0c93260f6462f3b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 409 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#JAEJY5_^ +zEPCHg+V6EZK;+o|;ws@JP0onygY~n|UwE0P6ve*KV%K$cfmbi0+?Rh7WihrmV#V3z +zJpbUqg|SX6FK7u({t_p?+r?vj^X&USKK`vMcram)oUFjgb!^uX=P7Dt*~zSBV_ISr +z_1KLw&sH|<p4h~#32$x%-nzENYWn%A*^D_yydRxmVQZ+{Ytt)xktyTyuZr(S_OLL# +zY%gahEB<jWdGW6M>!&Zj#D9=e+`{-oGh>2&bPDVKbNe6gv+Uht$hh6!>SeoCS&MnS +z+T@!3pPy8$-g1ngt!&D+?1MK<8_U<l*=l>~GuSdPICjmNReHVelJLuRZr1r84i}mi +zJqS)+Dam-?=ilz&*tkN=hfOafPX%pW5;3cWaq6)|(JhA`Bm;wy!PC{xWt~$(6995Y +BrDy;E + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-dark@2.png +deleted file mode 100755 +index a509451c5047c7cd3ddbb57cd99bd02fbad569d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 668 +zcmV;N0%QG&P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10vSm}K~z|U?U&DP(?Af1e=~7hK?n_y1YQ6rEk!~_q7nol#61Co +zj~vQ@SK!hc6}&<Z<pCmU%AMX?0jjvrL{T505^fzqQ-#!|-r*42ilY3HjGa^F<Q=c) +z`*v5dW(fcuez0d;cHaSb1R#xg;uwNWrSa?SVs6h*k_Z0+AQKa~H-4)GFZvRixAF`C +z2w;-%${#zs`~4NQqo6IUO7d*ho(I%22qgfSgsa|`MV=c(E)`6x0U#}ax%Kq&vnZg0 +zqOfj#^duTDuBNW-+dFlJcjm0<O`LE55N4loUOB{h?RJ{|m(6;v61Tvw_Q7uVIGNFO +z%^&oh`TdQbcS+HE0J9-j0-z==OIxKY-~43NnEP8WtzeRJh`Ha_0Pr7h03ZOfq-br_ +z#DM|;ZiIw)$H)Z?6QBqLM%EZ6FqW7IOavwZ6M>1qFae36{>U1`1Zok`tDyyiWeJ@E +zVRk|Us1T`_qb3F&(ZZ@EySpN<lerlJJ}~CWRlPSC>_F<$VWhBraUq$X?<a8Fd6MP0 +z1xS?7IP!BE1e+j~1bFhmv`j_3(mKfgi1K1`CU4*J;KhyzJ_l0wJ{?|XSAE6!u4eU_ +zbNb^u7j^4YHHEi}xjmKOMJ8+jXv7F^kYL@10{}U?6Euxwk;GA@nN<#r<?qN-qNZyp +zJAfHP?!LWKcU$cfo)Q%o_*6B;ZM9FPYbo0>$o&VUU&BR_Z6GfI0000<MNUMnLSTYb +COdHbx + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-dark.png +deleted file mode 100755 +index 4201834a6a23e877cc653a67088bbf80c58232c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 375 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr6&x;Tbd +z^uC?6(d%%5K>L1gy%$q>jyhhss4lRud9#LHn{&6b`oeuqvc@gXOl7w0b8LIYJ10k7 +z@zDMzXHSdiWt|h$nrH9-__*$VVZo#`cX^XEPYCKNt9ctr^PFFtE}D{c=<>bqRW;Rx +zAGWTRNq1ebO8D~(rseZGWv9RXw9r>F;mZ59r#8tjt2-=-=9uv0o#>977w6xdTl6|` +z|8}n;_6OBl8<!a!2$j9UI`^~w59Wh8$N!wxpY-J1qct46b9y%``4pueSg5Y%9XfZ* +z)Fq$KpWttDPheb-Wagl9)uDa%_Z%Nqj%`0G>UXni-TY9i!19N0dPu`>MvkyRrS=Vr +Rb_4y-;OXk;vd$@?2>`6JnFIg; + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-dark@2.png +deleted file mode 100755 +index f683fd7bfb496ccd0a1998b5a302ef8aea8c5b62..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 641 +zcmV-{0)G98P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10scuuK~z|U?Uylb6G0S)zc+R)8hc%&;s7WFLgPfFM2MbP2o4Ym +zq!l$v<BmWM0G3>Y1At<30HR1V2+3|ptSCo7a)fuVD1W;eD>Y@=m2mH%q>W_G@B +zXQb5|0cf<s1&3~_@DM1HO-@1gaAw0_DILc}X|%!xEBXy6X9ONi4=1a!MBbrW1GqMw +zvN?x$@M2lc)1Wn4I(JU6WP}>X8c<fTZ-J+Pm3lh}fg)(ruauvp0UeimyZ1Sg2>pt8 +z3pg=EXD&`(X9<rIGfIE~iY6X0Qa;R@K7YeI7%3I<@zdy;ziS2ejqm|jOu$m$$SLbD +zm%Z<C@!1{uU2g}&^NjiH)p#U196*3Y1KZOkjuilICxj1cO#OgK0`lJi|FFg+fosW3 +zU?wmVm<h}TCJAT?>rY){lE6_4{7zy4r>vuNNVXFSdMHkwPn#(9cAx+`Efv!0gvaG$ +zM+@Dvun*u@yqhqz15SH)vxEb5&w{1VngLD$oRM1A0-~3U%f>Jdx(Bi*NcDZY*A&>y +zsrMtzi;0!so~YDRcno0e#g~DAGaDFv0F(u(0#z#^Bi(D_SVBP1L34KUb$2_yAE@zH +zO2;@^Rdu^Sm<sjkgw|f{?C&%leR}iiXH@GCH;p-9p6mNNI-r{yDk#v8L=5S4#aAWf +b`~vJBuBxnq3d~z^00000NkvXXu0mjfxAz8) + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png +deleted file mode 100755 +index e07fecd79e0c893bb6a0f68fc1c28dac948f0712..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 642 +zcmV-|0)737P)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10sl!vK~zYI?Uv6=8$lGu-<!!Q!ILoo(+I(Yq|!*59?DV*jR@ZS +zAL74Ia}oanQ|J%;4_f~KFXAPXqL+|U>9#4Db_0P(gl?l3Deh+Wd60-~CuKI6^-#aZ +znc@54y_xssVL^Y9LF#WH;5-o^j8TX{1kfVn6&_E_y#m5Cz<8kpHULBr=n+GJQ~*FP +zJ;lbIUYUphS<ujdLbAoF=^1Tlt(=`r<swYe_$bD%<A|===pDR&-8?`2?I?kl*2>uj +z4-2vGkzuusy4AP;2tUx!M3^V@dNi?6h!sm^*nhX#Py)}Ua*^(lVeP%$_~r+AQ(r&s +zo~*8KEymNih-_ba$4t|B+o)TkLI-MpsawOYN*XZ$z|Hg)OE1$IeR&QU|7Qh|E2vqk +zb`E#8O|OSnO0QZ43IKqNW9HdPLd8=FtOC6@WL(Mf&g%Fcd=LIl!Q={3HFRC!-Ws@B +zt9Df2<O=#xt9Dd8hxY2wMEJV7AMR|MgZ}GBp~>*jzg!xz>o_9$SdaPzd6mrTQDNKC +zk3t%8*KG6>3x(L~`qpCGs9XIDpM${U)gTbh=A*~oKmU@Q!6#3jfATI)P0wh>QaKw> +zk3RYc+ZHE38@+=MZ<^<4e~&&=a1gq?Iz|NL8oezc0x<$;1q~*E79->pKrn-d91#c* +cOtSlxOCD#k>-<fm@&Et;07*qoM6N<$f+t!ZR{#J2 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png +deleted file mode 100755 +index 8b09c96808d07ab5ce0006ee412b49f9f6702e88..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1187 +zcmV;U1YG-xP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11RzO7K~!jg?VHVS8$}q0-<kFI+QzPl<2J36CL5BHVzmgIqVyD~ +zs`kQ#s^A0SfO=@lg+HJYaE>_86e*{k9HbmLAW=X;MW`V%mo!l*8)}Ez2RGT^*!4$Z +z$MFmY*9~fvcGewx(Pp31%G&qc-{T$4dS}-N06>x?tJ~*~5DI4yKqpXyK@T8GD4-RL +z=yX1#MC0*z1xb=*b$b0@B0$Hq&euvP(0j$K@~P0%KlmX~^p4hnS`7l!VY7<_6AEXv +z4%03Optmss=+rt$yFiE@#JZWFSfB{+AKAwk!g^=l37gaw1f(J7iE|f&9lZk{o84t; +zMX2Xd-YjgbCFI=Pt;y7CLN2PQMJL}Jxy`!sYoqUW4!`&DAi@GtACo_X)JSY<VrlXA +zcdM*5%x5?t4LP5dCADpmO(*l4g?v?Q*k-W1+!pVlZWk6z7ytlc0S{leG_aPsUt&Ge +z%)%$mT@3zLHaS1Lawj^T*m$(w7TE@($7enrxzZO5oeBWdrB9xZ9Qom^Yk#uTGf!In +zql2Etc5;4p<)^Q|klQT_08q+hsz2WNTuv^;o($uTqpx^b>zRcucF_V*AI5j0;|X;! +z`7<+lJx*%d1OULQV)A4bMyNiTv*~1Bi!=K)rEI2}OD78eJK0!JeH|{hX@X*5vyk6X +zTci3qO!xTQY_s8!$kpE9@vz_OaB{gmS2l`Usm0%wndtT9YPn2Uvpfsc!h10ix!T(w +z9zD#f9{_;W;k5LJM-Ky`@XO7yIFFv(ep&{PhyA>I?dlyG=GL2=Ft1_U>fZbA=D`rw +zJBF~{F@*JwA*^={VZCDr>m5T_?-;^*hnsL^qo{fXk(Kghfm?5G!l{Lr!mHP=-t+u= +zb6d5X`DT0>puXV7b(wY{ru-JYvCN|%Koi1yt?^gOW%76_mCJJKi)48gs)w}A<u*5Q +zoR(mBxmAxOW?@R}>-^qB-EPt2(_C8g`pllL9v8q)HWrwLE9Lquj0F=OiCpeeoscu9 +zKlnt#Sik@P6&15Mv+!C%&Na5XLvIDnUcNS{#hDhpKJ(ctpB)Q^!cX2HR1!;B)_Uei +zYwp%$s_WI)Uv7M>!O*F|`$KQ|bLnJZqlu?@&ERmkEuO9(S0e*J{dx7>@1rT!9?Zh4 +z3Aq@XnphgXaA}}%KrEQ>fg^n{9Z;8>8>F^PW~V0P)xVcYtTn>HuHZ+kJ1Y<VDy8MQ +zjKkv-tfFW!S!_a6Nnen1>Cx81`-}hldUH&EaCbKM{E8h^y|$zWjGG6&V+iXV42bS} +zSwy!WN-zbqqIHgTK`DBOF{0C22Wb}==rqn}lqdyyPwOzPh64PN&nlC``ucj!>9GE6 +zvx|fx)PWEc0aU!p_kX7TSG+U^`fVYrjK$;e%D*NJWrM<=&Lsc<002ovPDHLkV1kiH +BI|Kj# + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover.png +deleted file mode 100755 +index 4201834a6a23e877cc653a67088bbf80c58232c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 375 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr6&x;Tbd +z^uC?6(d%%5K>L1gy%$q>jyhhss4lRud9#LHn{&6b`oeuqvc@gXOl7w0b8LIYJ10k7 +z@zDMzXHSdiWt|h$nrH9-__*$VVZo#`cX^XEPYCKNt9ctr^PFFtE}D{c=<>bqRW;Rx +zAGWTRNq1ebO8D~(rseZGWv9RXw9r>F;mZ59r#8tjt2-=-=9uv0o#>977w6xdTl6|` +z|8}n;_6OBl8<!a!2$j9UI`^~w59Wh8$N!wxpY-J1qct46b9y%``4pueSg5Y%9XfZ* +z)Fq$KpWttDPheb-Wagl9)uDa%_Z%Nqj%`0G>UXni-TY9i!19N0dPu`>MvkyRrS=Vr +Rb_4y-;OXk;vd$@?2>`6JnFIg; + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-hover@2.png +deleted file mode 100755 +index f683fd7bfb496ccd0a1998b5a302ef8aea8c5b62..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 641 +zcmV-{0)G98P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10scuuK~z|U?Uylb6G0S)zc+R)8hc%&;s7WFLgPfFM2MbP2o4Ym +zq!l$v<BmWM0G3>Y1At<30HR1V2+3|ptSCo7a)fuVD1W;eD>Y@=m2mH%q>W_G@B +zXQb5|0cf<s1&3~_@DM1HO-@1gaAw0_DILc}X|%!xEBXy6X9ONi4=1a!MBbrW1GqMw +zvN?x$@M2lc)1Wn4I(JU6WP}>X8c<fTZ-J+Pm3lh}fg)(ruauvp0UeimyZ1Sg2>pt8 +z3pg=EXD&`(X9<rIGfIE~iY6X0Qa;R@K7YeI7%3I<@zdy;ziS2ejqm|jOu$m$$SLbD +zm%Z<C@!1{uU2g}&^NjiH)p#U196*3Y1KZOkjuilICxj1cO#OgK0`lJi|FFg+fosW3 +zU?wmVm<h}TCJAT?>rY){lE6_4{7zy4r>vuNNVXFSdMHkwPn#(9cAx+`Efv!0gvaG$ +zM+@Dvun*u@yqhqz15SH)vxEb5&w{1VngLD$oRM1A0-~3U%f>Jdx(Bi*NcDZY*A&>y +zsrMtzi;0!so~YDRcno0e#g~DAGaDFv0F(u(0#z#^Bi(D_SVBP1L34KUb$2_yAE@zH +zO2;@^Rdu^Sm<sjkgw|f{?C&%leR}iiXH@GCH;p-9p6mNNI-r{yDk#v8L=5S4#aAWf +b`~vJBuBxnq3d~z^00000NkvXXu0mjfxAz8) + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark.png +deleted file mode 100755 +index 7b86887b54e82dac9fc0d63d3a99b8d517dbb0f3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^u7&>&2DxOnDezK<OMqm%S4X7^Iyk*bf0>_@ynkF8eHscd*3#{^uA>x_UlIFoVhda +zwl3WFem;Z9nLUTy3_e?WP70ou8oWox`{0@2$Z5KQt<`CQojry-i{CLk&<*o?+qLLM +z3LAqGm(r!E?C%V5kNkxgW-Y5!U35G;?fu_1TkV7bGj5A9gp^FJyUfFoIje4_`+d&( +z=Kl@*`99n`Z{O+6aoJRyIoq~VBV%oU^tLXKl(n(?3C}hgs)<kZeSf8NZCm1r<App7 +z0_vVcMdxJKZ2j$R`+m{uT>+t2c^Y0GvSp}XTVSTTCV}C-e88gI6*byho&$Z(;OXk; +Jvd$@?2>{Z`kwgFh + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png +deleted file mode 100755 +index 07d10df2f0b6713cad65a17b8db319f1a5b68419..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 578 +zcmV-I0=@l-P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l!H^K~z|U?UzAs+CUJ6-^}8Y;=rkC1X|@#$-jm_&kYHr9MIO_ +zrd6vtOW0c8=^?n<SRk6%&dKkznw|Cg)@!e32msdW^)Qa(TOzt9B1Q)i5icT-*4ivd +z5?96PX#RznRTsu}dGAYW?R^C?h~xOSGWXv9F3a*kYkeRhX~R%N$QW~_l)7Q&2{Wtx +zem?`S0Z<Nz=(;kW&1Rc6OhX+v@&sU$rs*9sPe!BB2*4)*Ke#&c>2&(7ZS%UyvU~u5 +z@pw!C7{ECE;M~boElO*BsD(ZZs!{#SMdYI~Mn_RJe2ZC86i#bxi0CQw*zI;<8lU~; +znwSGX6h%X0jJ}k27NCjwYo5``rSlr~06jnt&;#@UJ-}Ijq9_^{D9l_hK>i;<Yi*i9 +zF!RAV_w`cVzlumiD6EQ(mCX9B0H-7(lx5jV&|uuS0J$V%%vC+cBH{sHyWM{78bB#^ +z0|3rBU&RI@@<>DzW}c*Jde?Ph0szb9@=rDY?yXs#=Q5wqf2~$44?s9c5@)Tw&$7(s +zdEUyd&lxWki$h=z0FHtjh39tZy)GvY;CuMm1<&1)IzrH?RV}FU`3a!>3#I(YYXOIC +Q0RR9107*qoM6N<$f+&Uk-T(jq + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive.png +deleted file mode 100755 +index 267905e7855617f89a3f78d494528517d9ac83ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 335 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs|x;Tbd +z^uC?sm~|*XqGkVbr@J%s<V1wt2kY2&*gEJZ@+W*$3e}(Nsyx}XqH))${S%%a%Trpy +z`Doo{nY4ZL<&RBG{VA1vhoSh_>j!h9mu3EHUE*|U*Q!;K^V2vKCw|d<DP7?Z#G|Of +zyzak~(gzd95BKC5Ro*r}?|Y|rdXxD3zkxyrDz0#qOl1_yUCb-7rv88|!*2Uex3!-i +zQ(dO~AR%q_z6rb5$)A10tihmmZf9ywVRBmj^vbeTnNkf(=RcP}c%t`D#G~P3gTLQ_ +a^O7HCrV8{cf8hlBi^0>?&t;ucLK6T%Jc8B$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-insensitive@2.png +deleted file mode 100755 +index a2ab2752b54920e17a8cf8ca8a0f786bde76fa9f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 586 +zcmV-Q0=4~#P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mn&1K~z|U?UzAr(@+qGzj;l%Yegg^lK23WhOWAxYs4N{aDj3O +zq^LU(y+p|gT6zGw2G(s<^#GX!2^5;Hid7GbzE@cxwIyR`<$q<(d!Fxmwq%V3Kvg$@ +zec(B;Mm4ztPR#6G6h#-IC?5V5cu)~|KEKUuCrC87J$Zm10UtV@&Z&sRWzfv5IUbL< +zfIZ-qXMF_T05_=WOjS))56b{%MO8n0)+O)=XgK^kH?#Lu3jl$!4me=Vg_Ul%dsa1l +zI-Q=*l~x<!YW|&1CX;7Ll6(R-3$P40ch2p$+wJe6*z5KFsA_tjbN}4x^B-^k0XCB) +zImp|1uK@6*AUvJi17rzE2?Du2vILfrTA&uF1!{p>AWOhX=%3poOW?c&fni|*=iIJu +zP~=G%a3&&e^ETd1L}u1ZPep!`d0GH|Z-&F+>U{0)38-qRutjOLT3d?*t^h=2uWA8q +z{|x{x(*h^{`n9Sasp__wHOnHJSyNTFRrMHn2@uEem#{9Q(de;=d}DdPX1@l5!Ha&s +z{{t`=MbU+s?U>myFsl$ei{tn(1qZlJ4~;9pLzee-On{#&se%F5Uc^z(RJ<sGGX-w` +Y0&-`k-OUr^CIA2c07*qoM6N<$f;as06#xJL + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-selectionmode.png +deleted file mode 100755 +index f18420c89a3d5bb32ba4bf0eeec43bc8d00edfec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 611 +zcmV-p0-XJcP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pLkQK~zYI?Up}J+fWq6&-IP57+9=iK#3^jpG1g&4o!zjt<*Vu +z0=@z;cVR$GVWr|Dv>%|6m{4|4pf(I?5`pBQ5>}QD$gy883qdq`LC=AN0nTVk=jZdD +z&wY>9KYUswiN6x)tq2Gs6cI##mJpYDI-5Iy&^$0&XparRB}m>PU~UY+e)^m>>gCl* +z1Z0gH+EYsR(3)~>XJcoHv&$}0HV@?-M@sqU?XYrK@BV8?Mqp=SXNljeX4GXZPz^7T +zC{#(9WIN0Y#Wc^ZWt`GBu7B*+jKG{-cGYDqxc<KTI|=YVc|ZS7ZtfR2mv?oq^?RJM +zSv9<1Xy~ofA1@fRRocV=aDRE7($>6P_?!dr!wnE6(OK0GkB^%D9{n=<tBs%lKuq@P +zm#m4WS)ELvcaD~k=d<<r75oZ*sbEoJ?AYygp9~zGRedA4D2aca_$HnMXEoW*-Ea?& +zkD9&tn?y9>3_Q#AiQ`D|VlkZ*)GuBrrV)3v2Zc7V^3U5myOx>U+%Kqx7f2`JMPTCg +zA~3U(Ru`vN#^A7WSa(X>;9TD2nU&#^#~r0EPOrksx4QP@-o5`=9m@ETdcGbL!MvkS +xBqE3<Kx^D!0a}(2mqBQbBRLTSgr;=j@(sRPrpmAHb=&{|002ovPDHLkV1k$c5RCu; + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked-selectionmode@2.png +deleted file mode 100755 +index ae19f082d599fd0bfe7431b0f6982a17bb71b892..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1143 +zcmV--1c>{IP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11N2EmK~!jg?VCSr8&w>~f4_J3`G4G`jgv-AN}DrHqz-@*hEl0R +zT7`kJ?Z7~XN)Xm=h>-yngu10e8Oxstu~aHSiC8E@@k&XYiw6sn)N1V1e^TGY_kJC& +zj!>ZGz3}Wqm-|eo)BS$;{rWw>=lk8y2moLhMx^g(=3P#32?2(HkbxgS;sm(Kkd|s& +z<vXTnT4)$XB-x+&0s$wz*4Ir4=wYK;zM;L6op=ujFM2Jg+aTazG?w6u6I}9IOt0X8 +zGYkQSycW_c5a~Gc%>pF?Av-)~pA#7NJBQA2NH#zlolNTIE|1|z_6Un6^=^pzH+ZXI +zQz^e~-(M&?rPYQ^EWSSd)=#1r>r?Lx=@+j}0BR^NvkP#}?d996cJAII(GcMg)<!3j +z`^}Q$aM~)?sQF}9R_lR?r*(F0EQOlpeia#G`poq+&PJgrI?}?1^>dfU{%W?Jf3RsU +z&ad;vc5lo+houI>(YHSsXU6ofdxEj>`KzPOH=q126fb<Ekynp&j@$VMo2~CYTj{k~ +z003UE?Cvaly3#g(-J8a2#ON1|7dDKMxDMb>V|#IaT~4NY>>qBK<TxAvfJMX?Pw{OD +z-PufA#hMo*yB}V!?84(>9RT*Ui6FfX(@u{TC;|A>C$?;i^gayq&!<t3u*mG(Y0a3* +zU^Jm*f2LN`cFbJaTAVMCZE;a8FGJq&3y93loerJ7a6(l+004|8^w8N0Cx`&7yEjc0 +zIhFmi)QqW&s$BaCW!2?YW?0oU?so1&_wW!H_B(-LzY`etJAq-p6Bzb8fnmQB81_4X +zVZWoyFtwV}6+}^ZtD!8nGQ;h)Tv=7F{Wzw&+{&t!_K))g0Jq?#vP|1v%a!fLTLl&Q +z01jgK1x0?cEpFYtX<7hE%BlZF%gd0S(il&N<!{p+SS&3)lf(^^Tjs~3V|^?&;JIm* +z8VKXy$rJ$WX%mVQy^ve(DvX-O^x5~vWd*86pPe&+xoub65?{rI4O1z<-8l|r-yDu# +z`Dnt6k!GoZaP-Q@lcDU?UI!unBVQGb7hbgN`wPX`sn?EmK2>H+563=yBLk0%b-pA2 +z7VjXicv{E7lc|md0QY@$`<HKvqB(>OJEhfzy?lFBpSgafb3@cL21BRPnw)NBkmGQB +z`OB4dX{{+5BegBrxqFYCjY2bg{_3c9e7qlHeV()}(bJmkY^+z?KYv}6F$*Bsw&Vwb +zhX=nC81_31kpA8*;#ZJ3Bfw3sb@U1%++Yl8$!j6Kf&neD+E)1v0X_6uOt&F`-)hzJ +zS6Zb~agy=Kax|9UggA&u38`Mb|1<7i@&05$-`A_<&rQ>`o&iiUV*#l{1;qdW002ov +JPDHLkV1iwlAsqk! + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked.png +deleted file mode 100755 +index e90998b617c077cba88a2357b7b073eb141100e5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 369 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIEx;Tbd +z^uC?6(d%%6NbCOJ=4{I?M6@s6Oh54@-*pQg>qpsF%pA3C-#BlD3(PvGxOVlU3(E^K +zG+8<mTsvm`yS_BI<%Ysto5v65yf1p#A-g}OW5-0N$#1s`sNZd0?e<17Z^fy(pMBo1 +zEdKE?+PLTPf%BjCNtv_wZ3tYHIEPJio$#^DgvBn6ZR`fw*TWgiyxuilp7id^$4@V6 +zuB}_2Glk)bk77U=n}xQNt3&Ev<}!vE(^^^8?9bTieZ0ZIZGZarZKtU1>)ER#?HJ}V +zS3Fv>+ReRgT73Sq$W{LP1WNvGtl7tSZPUl^jSMS7f28p4sbzNa2~$~+s<ayDa|TaW +KKbLh*2~7YI(3YJ5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-checked@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-checked@2.png +deleted file mode 100755 +index 7c12e8f03342417d7fe51f510eeaeeb6b79fc6ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 630 +zcmV-+0*U>JP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10rN>jK~z|U?Uzq$6G0e<pP3{Dl}N;-^%MA~wO)F#pb-)8i52|- +z_24%UFTGjxD-==iDt22>UhK&h_29)el;RiYwi~J`DmB@8J#;55G0DQZo74VI!@INd +zJTn8!y9(gu8}Fj8{b#@}ph!A7L|8L<{dl8R*|9|xz&`?|l)%0DZgP6oO5}r`mjDDD +zC3^9fSKj>cP_>hw%`8dbWZ9brvw)%wlvKxm3fu#HRdw7JP!w?1=O*qZ0Uea;vbz#U +zv_8yDoClhk;Lf#CPtt?~h}M>I8qh#d+lN1!m94Y|4%&O0J*Ba{9rfP%_0`?0%BYvX +zWDJ%7+oENDy?*YqEjI2?{i!-`c%Ih(yc*;`-~bAkR7SmsnmAAZxD*o}PUHrL38(}F +zBG(uuFp^{fnLs9x31kAp1SEm=Bi9%vu$=(C5nDjC%yYazoRbiNEv3wZsEOT<Xl6+Y +z;jSp?WG=^m56sl-##nEydjhA<?k5WCmotU&>3#x-$0J!tTR@4ij32g^M_5Bq7r1l7 +zaUG-d;_tok*Cc;TPK<k30(cF;blUH`QrF(@U(mk!#OQv_n!E2_-TwCckqe04s8x1M +zPR}B;3baxLw@jzK9D)NJg`374P-b*rM+11dP(gsBKtz*FSKKd_a{%~%0ZVnMnxmcs +QTL1t607*qoM6N<$g3YQIP5=M^ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-hover-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-hover-selectionmode.png +deleted file mode 100755 +index 0fec1f88c8d5e00b2a0054aaf6bea40a8331f9ca..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 543 +zcmV+)0^t3LP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10h~!hK~zYI?bgjo0#OtP@N;GyMO>*PXa<s!Ns8GbTm<O@_zwCE +zx{;nhgFarNUZ731i*PxsXv#oI!9^%ESsRIF98Zf7%C6uTju7)--npC~bMJwBFqPh0 +zM;ew9aE%BM78pbz0%#NRRXz}0JpjT8z+%y{4FDbl+T;)*Yyvo`hq*-`FDpcVoZ09& +zHrArc?G>_xQq&)gdpJSh=P5kWG`-uZ_iLwz&B5!7HWQpJl%gveDPOlCD;-%<hU&X+ +z1hv_nd?=X~gRzt^lP|&L$$ot%*dLC2x(!*mI4<8C0l(+&>b#dLRuX|o+{60Lykkxf +z_>L?o^P=N)ZY5>fRZVR!qsMEs#?rdlf-TsBE%+b7HoJ4KclbvQ$MhOZc%*51Xe%xL +z6%HlSqOPjUhl2SYcU$#-FqZP=ij_o1mXzU#!9l?BH3$TvN%867=9#qzw|920Cl_6A +zuaL=?qJhZ#qmQntdhfB`ubmw=2XDVeA0})@me<vYKxU(eKpX+I&4vk}%@OidKxmoq +h=ZHXn&?0qM{RCHGiALQ?d{O`a002ovPDHLkV1kG+<fH%q + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-hover-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-hover-selectionmode@2.png +deleted file mode 100755 +index d3ab71500e9a706e6671186fcb5cc5be170e31a7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1031 +zcmV+i1o-=jP)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11B6LLK~!jg?VHU{6G0e<-<d7_U}<fsK!I3LRso3wj0y%$DlvNT +zB0)JA4~B!ri+=!#dL|weO*nZf2M!)gL=A?-U<fC`pf1uz%Ar89w6>J*&Uh#V!-bhj +zyJXnsw1<7Wzo#>q-RwJy000z4G1;7j?Sw)L0w@BCFo*!6gaVqwhz>+UL66t#T|<hZ +znDQKj&k&$$t@C9P3iSI@IQU2^KUsALD7vC`piF}R6__nD!GuDK)?u;*0dyH7fFiAf +zWDA67F&1WlVu2!jcx1QGg+=Gk2^)9|TuMz|-L*D%!HG({*<v+jBGg{2uEf?Cd}?I0 +zzjtQdr!Mi-qWbeqgRCc?xpbqb;pV+6geAlubN?YEK}Py|CMO2p&a>7qkFZOr$=fYU +z5}PC(@JCl-(GA|P>0q(ijE<5rE0zox003hNH?($CF3e2DSx1^#xb9k;`(IiA`0(72 +zr`xyuXE7_XDP+4dr@8$>g}b)V1(1}kzutcA{qxQrEcMKbR^jm~d+OLfK0NpF)l)Uw +zvH$?_NND53%O|S;>&W&rE;xS5!CKEOY_!NmfaEkD@^t(7V(vd*dS7@+Vv_&>m^c<s +zW?_VqvpF2_N3|H)-NeJ8jYz;B1K7#N0{4A*HA@Q=3oEhcI&TfPFy$@CAn9Z|bWd8k +zu;}Q*qN59ojxH=Zy0GZz!lI)Ki;gZVI=Zmv=)$6-3yTi7@PX))ZjnwFZeg?4mXpSH +zGJ?fw<8H_^3sahW&+jNHv&nX+=F+mmnPV?4w*u^BV}V(CZFOlK002t{+|+)*f;-_p +z(|r4(g0X}F0M=Gw%snP%;RT->NgbEfUUXf(-&v)_NXrgq&eaExtKGF1ws#N)eUo9< +zdgdJfqy4=zrKisxP5rCx+D6x{nsbGbfIqgJMi(y~a;-L_y|mn#$^ek;SC75(%&`6j +zv+%r6T^i}@nQUn7s7zfDO9q^Otl~&MU+#T_BsR%#UynNfYckGSBNdmr@3Nj8oc<XP +zsH34=yHhgBve95POKBzjPgdi9)@P?Cet&-5rB06xNA|ARfot262<T5*qN59o4hBSt +z)*-S6q6AYwb6V%f7L=k{j1e8sI!Ly_KnHL%6!cJ_-?a{tX(+(AXgJs_EiNu5@^Vd| +z%odqYgbEO%G62V3zJpBiQ@j8M`X&|*c6q(twZHoTD74+S7&-s|002ovPDHLkV1nr` +B)Q<oF + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active-dark.png +deleted file mode 100755 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active-dark@2.png +deleted file mode 100755 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active.png +deleted file mode 100755 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-active@2.png +deleted file mode 100755 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png +deleted file mode 100755 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png +deleted file mode 100755 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png +deleted file mode 100755 +index 416dbba54af9d3739191b8b756ef7194d9098fe6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 360 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp`ax;Tbd +z^d1d5opsniV9r#TK(0*1gdCTem-l~#{|Vg5(e#8}X$i}l4Pktqiu%iqY)kTXTN|I* +z<n4P|hcP29PC@8QO^8?SWs|$=hYd2)?uol5c4qwXm2na{Hsen9ezpysOQvwIEuA94 +z(2>ET81eiL*Ma3fGLIeG|Jd8m{RdCIna4Wr=Xb(69@cjGxU}n>Hk-^D*SY+eIh#vK +zMe2p`e-HmjYyDke_~XAe$Adrfie0YP96aNm>?4;Q6goBMw%Pk#c`OYsnp?l#TR*p0 +zJ3BX|Y1g{rn{@Uw8pKxRGuSblkeqGMaF?^nHj81?I{8+hhZ#Iw{an^LB{Ts5%yWv} + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 7f8a4692c7afb0ae817b5f44900249e7af7aa4a1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~z|U?Uzq$+dvS--^@Bnup*zT1PhTvL7&E7-ZxVlaxg;1 +zRZB}ZaxIzJ=^<7Tu9ZKIloslD+#SvP?d}X{2mls~#ij52w?uSJM2sG!s!mlOilSI2 +zNmAD9v^W3A%%%_HLpkT9D2n?UV&MD!ZEfzH`ynEE9LHNC(k={DmC`i5GRB0=JYr_E +z*=!;JO8_z;qU+i`ilSu~rcLb+@)N)^%d$IW9u0@XA%G76zH<HM<MH@&*XD;3ksJVm +zARqt?AZQj`dGxCe702=RV9EOp(AAqir6V5POUu1RXMi)nplu`1^8i33A{VD57LlFj +zd07~S_Nlnm8>p)4WOD#8##~fY6+IW%3Sf*m+59y*{(23x0*J`&t;t`KqZPpOyzDIy +zBC@mAX3xd7cEP@SKb;EjQvJI%a0dAQ092LwHaq6gyn)NU0n#+R`U5~!9RRFWtDC+7 +zj4>eqlx6AawSlTW5YdR4M_HEL^*xvXz-%_F>iu^g&8)RLnM}UV=W_=@IZ2YTD2n^_ +zdR<s+d;2xF*6MUR-8Retplnv9!Q;5}Uajc>d}&_0;&D1Mdx*Z;viA7~Kz;#<R?H#6 +S;C|Qu0000<MNUMnLSTX+zyEXq + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png +deleted file mode 100755 +index 8450a226594809d5f6304a7e0b683f6800fb3bb0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 351 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs&Tx;Tbd +z^d6mL=y%vb#O1!##03XMrYYUL!?MGXPl)e;>H~%aF)hLmvUhYWE=*jzG~lQB#UO@B +z8<mc0b1l1l@yzZ2TVKyw7TGSa?EvrRt>x!(KiSkf2kE|CntOY-rSJP%t(T#f_;xr1 +zeYm$=aQlA;rVU;Un{<A6F!FrrR#{fzRnMl=&hDvNU_DX4d(n>hvl3SE6quVGYxu<T +zpf=}ERHDs2nZN(FRX%*(oaA-5hUv}OH<@}%Uhm2_u4c<>SX!JX>~v$+&E_SW8}_|t +re6?zoT;t;3-}D<rB3yEcSor4edl6mKvM=ut(4P#Ru6{1-oD!M<uN;nj + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png +deleted file mode 100755 +index 35ec3f84e5db7f5538116cbef044aaf6662577ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 563 +zcmV-30?hr1P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kBC#K~z|U?U%7`(@+$KzvCv|iW&(CIW99uX{Roo5gP+A@C<zg +zq^MgFeFT{D1TCGI=nQ+w(7DaAkf=h_saWmL(CaFS5+l`ighc+yy7&5gpMCBft^v6F +zQ(zBx2CPs|E`cLSZ<8cB$p<aKzXGc@fhY4z(pE0f;P%UN_yO=Pj^kr9%c`JBYNlzr +z0qg*;0_#2S2DrxENA50n->(8#6nFm=SQo$}pb-&zE@`)J0U&2Q03u)|%4gc`_V>E! +z!{P9FVrcnJpsJo1rPJyBo*0UvsVnE0g}_3fF>4}C(-)FH0?9pVpPAWq9LJxF7R~$v +zl0KAx1FVG_g(+&mS_ycb$7KZOk|Ke#3hJNUTfoe=OG=!E8ikp83c~LFYY)rjpWXut +zf&WZEQnPMYzu#Y;Dd6twbqlmwt&M2{mjGtAQ?~%OcLRWnae<@o{My|Q+<mjkc1UWv +z`=+}e0xtowEc=qr+h8zwVrJi%-_`8A*Xup+cDp|SMM;vJNZOKg2#jh3kFqS=AA<v2 +z+1P?5;34xnnm54DrLh44S3x8KY}#8DB<Bo)>pz#wpAu+(BJ}_O002ovPDHLkV1i)C +B^)LVc + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop.png +deleted file mode 100755 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-backdrop@2.png +deleted file mode 100755 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark.png +deleted file mode 100755 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-dark@2.png +deleted file mode 100755 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark.png +deleted file mode 100755 +index 82cabe5d0f4285fc7862037232df6111da278a30..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=*1i;;(GpfWpmg}Cmk2vyA28*Y3zE3l@1>A^4KQe-L1HpmplAHgKHXlnA+3@ +zA4GKy$<J%mRAct6+w!68|EF_L?e0y_d803I+VNZGlo>up*W9-Dln<FOk@I_W{N{hD +z>EDZGYrcQE7It-^rQ3mt#v7XrxSJ&;9{ehKuH15gov(4qnlEC}d)HZRe_qFY{p)jv +zwf37Xi66LmDRbctD?jViQabI7J)f6tl~54TW`3|SQ)kVEHR6l^?{8|J|9&TD$o%po +zqtL5~IUaU({?VRA+&&B;XLfZwnU$fh{r6S_mq5;^U!Q82LyW#}Z#27bD`7I%hx;lG +WzVYcw#ah5nVDNPHb6Mw<&;$UjBbY@1 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png +deleted file mode 100755 +index 5cd807b4a88b81eedec94ec9558d46eebab268ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 621 +zcmV-z0+RiSP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10qRLaK~z|U?U%7`6G0G$zggQ6jeRcC5n2=pLK7^dM2L=pSO{Lh +z$Pa+hxFe7kz{(Z804OFE6%i5*&AA~^q)r;7MEEWZA=w?8JIAtov9RwfB>b1NbNhX| +z*)3K8{2*F(=#~oifin5z6m$<~Hk!4{K~fYyh?cGB7oeIGcsM<rtR)gfhi+ZMwd0h{ +z65f8}uAFB<^8+oN6RsGc1+orQRqQL^31Fq&4I`io+G(y<A7=qgOS{{9A4^2dRqrNn +zVu)uhPG95+kCQMefC0)TSus-mmN$LznzuhxTIdU8HS??T^p^Y{Dj74fbB37<%ms>R +z3+*6$h^P;8eUgnu<w#T;&uZR>tNK#^fFRqG!U0rt$r-lC^`#1^=+dO{f!vr_U{*;V +zfyz+^`yWmrpp7Xd4iOsTno@5;e0s;uaN7L4XJ9Vy{|Wekmhy(Z{jLkC0#19k^A<S% +z6|RgDI0bM<T6qhI_8DPPD}wHUtP4_q-R*S*HVf)~&GKPlCA=dlEfpRCSbOpDQoxxF +zjNSvPg4BV!m56pXOxg19Vu=7jrC&Pvy!$43AE;^8DhD`OQ+2yQlnHfoB5N;pKJEAq +z-o1SOBd(pvKtlmoWOi560mp@bf&yo;hyi5OR~aPX`~>VDCl{lM^Mr4L00000NkvXX +Hu0mjfM9czp + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover.png +deleted file mode 100755 +index 82cabe5d0f4285fc7862037232df6111da278a30..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=*1i;;(GpfWpmg}Cmk2vyA28*Y3zE3l@1>A^4KQe-L1HpmplAHgKHXlnA+3@ +zA4GKy$<J%mRAct6+w!68|EF_L?e0y_d803I+VNZGlo>up*W9-Dln<FOk@I_W{N{hD +z>EDZGYrcQE7It-^rQ3mt#v7XrxSJ&;9{ehKuH15gov(4qnlEC}d)HZRe_qFY{p)jv +zwf37Xi66LmDRbctD?jViQabI7J)f6tl~54TW`3|SQ)kVEHR6l^?{8|J|9&TD$o%po +zqtL5~IUaU({?VRA+&&B;XLfZwnU$fh{r6S_mq5;^U!Q82LyW#}Z#27bD`7I%hx;lG +WzVYcw#ah5nVDNPHb6Mw<&;$UjBbY@1 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-hover@2.png +deleted file mode 100755 +index 5cd807b4a88b81eedec94ec9558d46eebab268ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 621 +zcmV-z0+RiSP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10qRLaK~z|U?U%7`6G0G$zggQ6jeRcC5n2=pLK7^dM2L=pSO{Lh +z$Pa+hxFe7kz{(Z804OFE6%i5*&AA~^q)r;7MEEWZA=w?8JIAtov9RwfB>b1NbNhX| +z*)3K8{2*F(=#~oifin5z6m$<~Hk!4{K~fYyh?cGB7oeIGcsM<rtR)gfhi+ZMwd0h{ +z65f8}uAFB<^8+oN6RsGc1+orQRqQL^31Fq&4I`io+G(y<A7=qgOS{{9A4^2dRqrNn +zVu)uhPG95+kCQMefC0)TSus-mmN$LznzuhxTIdU8HS??T^p^Y{Dj74fbB37<%ms>R +z3+*6$h^P;8eUgnu<w#T;&uZR>tNK#^fFRqG!U0rt$r-lC^`#1^=+dO{f!vr_U{*;V +zfyz+^`yWmrpp7Xd4iOsTno@5;e0s;uaN7L4XJ9Vy{|Wekmhy(Z{jLkC0#19k^A<S% +z6|RgDI0bM<T6qhI_8DPPD}wHUtP4_q-R*S*HVf)~&GKPlCA=dlEfpRCSbOpDQoxxF +zjNSvPg4BV!m56pXOxg19Vu=7jrC&Pvy!$43AE;^8DhD`OQ+2yQlnHfoB5N;pKJEAq +z-o1SOBd(pvKtlmoWOi560mp@bf&yo;hyi5OR~aPX`~>VDCl{lM^Mr4L00000NkvXX +Hu0mjfM9czp + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png +deleted file mode 100755 +index 416dbba54af9d3739191b8b756ef7194d9098fe6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 360 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp`ax;Tbd +z^d1d5opsniV9r#TK(0*1gdCTem-l~#{|Vg5(e#8}X$i}l4Pktqiu%iqY)kTXTN|I* +z<n4P|hcP29PC@8QO^8?SWs|$=hYd2)?uol5c4qwXm2na{Hsen9ezpysOQvwIEuA94 +z(2>ET81eiL*Ma3fGLIeG|Jd8m{RdCIna4Wr=Xb(69@cjGxU}n>Hk-^D*SY+eIh#vK +zMe2p`e-HmjYyDke_~XAe$Adrfie0YP96aNm>?4;Q6goBMw%Pk#c`OYsnp?l#TR*p0 +zJ3BX|Y1g{rn{@Uw8pKxRGuSblkeqGMaF?^nHj81?I{8+hhZ#Iw{an^LB{Ts5%yWv} + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png +deleted file mode 100755 +index 7f8a4692c7afb0ae817b5f44900249e7af7aa4a1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~z|U?Uzq$+dvS--^@Bnup*zT1PhTvL7&E7-ZxVlaxg;1 +zRZB}ZaxIzJ=^<7Tu9ZKIloslD+#SvP?d}X{2mls~#ij52w?uSJM2sG!s!mlOilSI2 +zNmAD9v^W3A%%%_HLpkT9D2n?UV&MD!ZEfzH`ynEE9LHNC(k={DmC`i5GRB0=JYr_E +z*=!;JO8_z;qU+i`ilSu~rcLb+@)N)^%d$IW9u0@XA%G76zH<HM<MH@&*XD;3ksJVm +zARqt?AZQj`dGxCe702=RV9EOp(AAqir6V5POUu1RXMi)nplu`1^8i33A{VD57LlFj +zd07~S_Nlnm8>p)4WOD#8##~fY6+IW%3Sf*m+59y*{(23x0*J`&t;t`KqZPpOyzDIy +zBC@mAX3xd7cEP@SKb;EjQvJI%a0dAQ092LwHaq6gyn)NU0n#+R`U5~!9RRFWtDC+7 +zj4>eqlx6AawSlTW5YdR4M_HEL^*xvXz-%_F>iu^g&8)RLnM}UV=W_=@IZ2YTD2n^_ +zdR<s+d;2xF*6MUR-8Retplnv9!Q;5}Uajc>d}&_0;&D1Mdx*Z;viA7~Kz;#<R?H#6 +S;C|Qu0000<MNUMnLSTX+zyEXq + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive.png +deleted file mode 100755 +index 8450a226594809d5f6304a7e0b683f6800fb3bb0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 351 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs&Tx;Tbd +z^d6mL=y%vb#O1!##03XMrYYUL!?MGXPl)e;>H~%aF)hLmvUhYWE=*jzG~lQB#UO@B +z8<mc0b1l1l@yzZ2TVKyw7TGSa?EvrRt>x!(KiSkf2kE|CntOY-rSJP%t(T#f_;xr1 +zeYm$=aQlA;rVU;Un{<A6F!FrrR#{fzRnMl=&hDvNU_DX4d(n>hvl3SE6quVGYxu<T +zpf=}ERHDs2nZN(FRX%*(oaA-5hUv}OH<@}%Uhm2_u4c<>SX!JX>~v$+&E_SW8}_|t +re6?zoT;t;3-}D<rB3yEcSor4edl6mKvM=ut(4P#Ru6{1-oD!M<uN;nj + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed-insensitive@2.png +deleted file mode 100755 +index 35ec3f84e5db7f5538116cbef044aaf6662577ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 563 +zcmV-30?hr1P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kBC#K~z|U?U%7`(@+$KzvCv|iW&(CIW99uX{Roo5gP+A@C<zg +zq^MgFeFT{D1TCGI=nQ+w(7DaAkf=h_saWmL(CaFS5+l`ighc+yy7&5gpMCBft^v6F +zQ(zBx2CPs|E`cLSZ<8cB$p<aKzXGc@fhY4z(pE0f;P%UN_yO=Pj^kr9%c`JBYNlzr +z0qg*;0_#2S2DrxENA50n->(8#6nFm=SQo$}pb-&zE@`)J0U&2Q03u)|%4gc`_V>E! +z!{P9FVrcnJpsJo1rPJyBo*0UvsVnE0g}_3fF>4}C(-)FH0?9pVpPAWq9LJxF7R~$v +zl0KAx1FVG_g(+&mS_ycb$7KZOk|Ke#3hJNUTfoe=OG=!E8ikp83c~LFYY)rjpWXut +zf&WZEQnPMYzu#Y;Dd6twbqlmwt&M2{mjGtAQ?~%OcLRWnae<@o{My|Q+<mjkc1UWv +z`=+}e0xtowEc=qr+h8zwVrJi%-_`8A*Xup+cDp|SMM;vJNZOKg2#jh3kFqS=AA<v2 +z+1P?5;34xnnm54DrLh44S3x8KY}#8DB<Bo)>pz#wpAu+(BJ}_O002ovPDHLkV1i)C +B^)LVc + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed.png +deleted file mode 100755 +index ddec1f325ee067c9d1b95708f8a07030d3685c58..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 381 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQo*3x;Tbd +z^d6mL=yfDO#P$4d;pR}CBO5oA@iKlb4~yb>BzKIJV_jm*!82klo{1A#S7^qx9_4YG +zz@g=I<V<~VhG4Vbr;Q)V-WR>EegA3yjgyZTc1UaIT$D8~G}>YJayjE8w^cDa56nq- +zmtLQH&O&$5hBa+jcQ|ewQ`>ngQ?N2e-LLzE+D@ig=7RDK{~iekT>jqE|55#qrNRpS +zvPtP2*4|%kp8fdj-g|K!bLKZ@ooTIWR3B{ftXX}*W<B@6|DrrK|8(SoWAhs#Bf<`^ +zQ~W*MKU+Jsl+lWn<H$*e-oC?|thRdIllpLuy~*#s+`ID)J8M3!c3}BpGwV#_bJh#3 +V{{P}mT?Pd-gQu&X%Q~loCIC?Lo8<ri + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-mixed@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-mixed@2.png +deleted file mode 100755 +index f4d4f519df55e2a20d5b42035867fe40c9d6687a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~z|U?Uz4q(?A%9pZ85t2~bcFNjgwgKq_VFQV9hi#Kw?P +z{(Oae1H{se3O+(3CRRjDSzw_{O9cxHr9;Ko4y18ZNCl`QzGJ|yq9{(J+K!OOZ?fKd +zea~ax-EabM{e^qUQ|}3I1IUt04zR46v_9M@7q)|<`0)2YE+KGlzL}KH1rllh%X0u0 +z9I?9e)6H*wtVlZ!+HBQkPUhViFpCKDKu$W|W8fa(Ny(|VfUE`Q-NNLZIG|xE)#@*O +ziPrkU<OQIq_-n349wi9}u&M#$G@w9MgTWuo!sny~_S<`#J*9~wfw<OuP`2(*|L!TN +z_U#;D#sXu3bl5<t*0?2Nsus>2bM9R+QdzrOd_AZs{11p(jsORkvTBxxH4R#VsR(dC +zaz2W{NHR!ZH~RE;=hy;bq!LZS?ikU^u&&Tk;P2j{YZx{E^d1-s{AU8QRhvl~HvN2S +zB2?hi*~aCh1<quOGyMb({yy2oqy@y9fbl)3rLn9c%v-p9&8a&^bm`Y#{!^S6lM_Yv +ziVrUXm`?lck<`^!jf?7;4~*_=*8KYB+08FcAJhS>8|A{bN$DKct^lnB!7bBi*Sg>U +zhtk!M0`iRRXd1vxbrmdd=!+;I{oaZp0cRiZ{s4M@p>%%dP!|9I002ovPDHLkV1l7n +B67v86 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-selectionmode.png b/Breeze-gtk/gtk-3.0/assets/checkbox-selectionmode.png +deleted file mode 100755 +index 2587e9fcbaf9eed65588bdd4d68ac365e16be164..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~zYI?bc07!$1@V@b~h8yAndW5M4B_$--oz3vnTMjFKE7 +z^a5U??xoTTRC@_guaGPZO|lgXrFEy1@Z4A^bt+AyDM<dy$?$$;=D{00IlnZJvMU7C +zi2z}XK?EXzm{9DC`v-^DK-dA;F1oM*Kt-Tq0Rh?-fUA02*!J=ALIfyOjV>bb78Ru- +zJFaWC^p+|~vRI~Yma#lelIeJK7tUtyY$MolUGvB=nv*C>13ySJ_K_DsC3#P@Y)dl@ +zv)OeW7!HQPMsQ1Ssgo#5Z*K;E5pX%rk58{&&$HXQuJXQf?^u##G4O-5EV_vA2kE-2 +zTH9PjkGE)zopp5$*KiHj@IQhjd9TzQUXJ`r4KAEzEVpe-`zvhOmc|(44hrr(j+10+ +z8fMe$d3N9jDJwXs<nM<-r_<5G@a2uS2T#u~9#$6>r6G4+$876*>8B54EKibndOsS6 +z^ZES8(}xRJk==DQB2d*RB9K4;an&#Z!~&t%2ZX4KKSu-tgor+~{ufF>i8+mH7@PnA +N002ovPDHLkV1kx>*6aWP + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-selectionmode@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-selectionmode@2.png +deleted file mode 100755 +index 1b59d8fc4fbdfb01d3d8ed893f2989e9f3511220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1006 +zcmV<K0}=d*P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H118Ye{K~!jg?VC?e8bKI`-x&%b|4pkvj98HhVlO@P)YuDfYeS-* +zdT1K$C+PQR`T<(?W}8N$^jI)GG=70rtQu@!F=b1tA}kOw&h&t2<HZ>YtQq$??O|W` +z_v}n&HklU$0O0fadTh4`o)HQW1mFaUFo*!6gaVQ=qRG;JVJV$XA0wa7*JJ4$c!L0q +ztDUctP@tR2Vd0hT?!CZspeU?%piYAT^&5N51QQAowZn7^0w{zLfK%-t-2x%%#=<O6 +zEKr1Rj_etlu;|=4;aj`~Uhjw{6b^ZYJRXP1WHNLj)Kyfg)w-0Giit!*%4V_(Pc3@z +z@X;66n;%b3I-f+J1~A5mKW6(OgphbVzP<i+{Woh3^9XyrBbLjur-Tq$mP<-mIpGc4 +z3Ra8R;B>pKI^5V@Fvd6<jr#X;dllA^W)=>GL!N(SQyVFHITqV3AC<Zy+r)0S>!)X? +zM}reV7eGTg9El9gzkT<ErJi}w@_2?F&Fj=gN?u%8-0HS00Kn1F(aFO6!d7ZCbv}(f +z!$W<n^~}P?UZVk^F^!jFv0c8H?Pp~<mOdqf005YJ*%wb{VT2m9S(fFJ8Y6p|VzG2m +z$mh!d7ui_g-iIqnS#{Ya<%&}0t>G4?^jhpl0MJ^N8~3H935$*<EIOL7=xD;CqX~<S +zCM-Idu;^&QqN53mjwUQRny~0_3nN53k)tJA$-*scwpjJtPw5a=vxWOWo>`dE#@lqc +zTsFJiuDZ0tVbeR^ZY#h=HWrwLYqeS(06>Q^o}Qi><xbdUre<b*`0QZ3TB|ajF)<5E +zS*h5(4&I+|&CbmR)EH@p!=|5mIX4~*2G2VPrHpjQTF=}8kVqt?G5^?|=35O;1YQ2| +zz(66NFPD@G_bFa0*v?uWni&8Z=hbV;&l2lzFbiihStTBiZ%3n1fAfJljIn!g(C+5T +z-8N1MA)i)Pw=$Vrg|$ZK9`w9my*Vf4Dmyzn`!<_hXEGTL27^J@QqupVQc>!=yFdSY +z{IIn3{adPdb;Si-ZA&7ceQAk~CM-G_5G87d=o*L;OaaMi=jaxcqCCckCe;qoEilj| +zF6|eVD9}x{!*m)7kSZM(-s=ty4o)qmo;72ynNWoK5u#=Qj$Xd&OyjS3zcA31@?qh1 +cI-NfL3tX!#ix@%Z`v3p{07*qoM6N<$f<@%Po&W#< + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark.png +deleted file mode 100755 +index 5d234a42ee817d0ac5c264f506947de126eb9292..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 337 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs}x;Tbd +z^uE1hn02T?<oL(;ztwsDUMiFpe&d<B$@1lerR5vgHNNn?<ov?bBx&`BU%}#wh^$g; +zKv00@5|f|%_4xRlgxp`|*X;RTX;UGz-fp>4-a>;Vwc8%0Y^#%qkS{C_jhmZ4&-{CN +z`?8ZK#1aF-I;G6n-Hv3go2Yw;?{;U7;IYhg2M#do@%{B%?||q2^j$pjPTLpQ9#EZM +z!Ijgz$?KNV<EPi(`bO?;NMqP%F>~cb*MPA8!dd1__J5QzzWx39kL60yn(qw)AFN`6 +bn0MO;wYpFC4am&_`i#NT)z4*}Q$iB}3%7!| + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png +deleted file mode 100755 +index 6e5068919c66d1b033ad4e8545a3ea45ccc83416..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 521 +zcmV+k0`~ohP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ftFLK~z|U?U&Ck13?_eKl5uVK`Iq3Z-Aug;vx|u;$DBkD|iEO +zantY$jgzaeIJs~_xVWH)#tSIhpn}lujDy{#Y07E0r~RHL-<iqhGnvd`6u|VJJ?x0H +z1<U|(g2@|(QyrDHi)^asmCA)*0*QdY&3Vxg8TTZj?#UAX1}tSH_hBb*uUAyn587DX +z#JZAp2J||LIUu2G&L*$~IBL==Re-nw>wIBg(GTcfncOcOxDu7Kg@Hk!EVy?rT5SXg +z2QVTYqX!TmF5cvOIdvDbz;pHSwyEl<3;1>C|D~{;{%)#7TCQwkLV-{q6bJ=Eflwe6 +z2nFf_V|fz`8kXKIbo?pM-S;#Sv_NmHKhsL!?RR9>gBDOmdyH4Fi()uMF=t?Y$|_k} +zN$&G8dE@8Dq_f{1b>Ue6U8|ndr6!J^hQ!fVwC`(HemLHlz29Cf0Y)yesiKa^IK~_T +zl>osNU90XlzyZEg!-5Eqq<v3Q19qgLFu<29B7kbO%ZGTJXTbRZHerZ(ptuuy00000 +LNkvXXu0mjfd%xQd + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active.png +deleted file mode 100755 +index 5d234a42ee817d0ac5c264f506947de126eb9292..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 337 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQrs}x;Tbd +z^uE1hn02T?<oL(;ztwsDUMiFpe&d<B$@1lerR5vgHNNn?<ov?bBx&`BU%}#wh^$g; +zKv00@5|f|%_4xRlgxp`|*X;RTX;UGz-fp>4-a>;Vwc8%0Y^#%qkS{C_jhmZ4&-{CN +z`?8ZK#1aF-I;G6n-Hv3go2Yw;?{;U7;IYhg2M#do@%{B%?||q2^j$pjPTLpQ9#EZM +z!Ijgz$?KNV<EPi(`bO?;NMqP%F>~cb*MPA8!dd1__J5QzzWx39kL60yn(qw)AFN`6 +bn0MO;wYpFC4am&_`i#NT)z4*}Q$iB}3%7!| + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-active@2.png +deleted file mode 100755 +index 6e5068919c66d1b033ad4e8545a3ea45ccc83416..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 521 +zcmV+k0`~ohP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ftFLK~z|U?U&Ck13?_eKl5uVK`Iq3Z-Aug;vx|u;$DBkD|iEO +zantY$jgzaeIJs~_xVWH)#tSIhpn}lujDy{#Y07E0r~RHL-<iqhGnvd`6u|VJJ?x0H +z1<U|(g2@|(QyrDHi)^asmCA)*0*QdY&3Vxg8TTZj?#UAX1}tSH_hBb*uUAyn587DX +z#JZAp2J||LIUu2G&L*$~IBL==Re-nw>wIBg(GTcfncOcOxDu7Kg@Hk!EVy?rT5SXg +z2QVTYqX!TmF5cvOIdvDbz;pHSwyEl<3;1>C|D~{;{%)#7TCQwkLV-{q6bJ=Eflwe6 +z2nFf_V|fz`8kXKIbo?pM-S;#Sv_NmHKhsL!?RR9>gBDOmdyH4Fi()uMF=t?Y$|_k} +zN$&G8dE@8Dq_f{1b>Ue6U8|ndr6!J^hQ!fVwC`(HemLHlz29Cf0Y)yesiKa^IK~_T +zl>osNU90XlzyZEg!-5Eqq<v3Q19qgLFu<29B7kbO%ZGTJXTbRZHerZ(ptuuy00000 +LNkvXXu0mjfd%xQd + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png +deleted file mode 100755 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png +deleted file mode 100755 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png +deleted file mode 100755 +index 8c8b56a9653e1dd5150cdbc27e4468eaba41b486..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 310 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMIx;Tbd +z^uF!)<vL^_(xUDueP>00#*_<kJHlTsyu;#kNxtby=;_nNixre+<Q<LVGnO|_k~yx- +z;Ot^4<mxi}+AjUmMJKP7n!0Q;@qOGP@G*Mk%%xkmaVcJ5(3=^gWqwR$Dx(93;LMwq +z@3|S$f0_h8-~V*#o!~!9>>rdfoY}+uW!7|;Es@!)Lp-jRX3bibHSakG!^~^D_!Y0* +z`+dlA`j!NVwj0~t@-lR`mopSFEhw{5WVmj<rz!L!+s&&cK<6`fy85}Sb4q9e05Mc^ +AbN~PV + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index cf7df78b00473bffa05931231ac5b52555ddb4e9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 486 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?$(}Bb +zArY-_rytBZ<RH-Yf96!J&XX&{cn&%%`aeEhEi7W=(XnLPmXg?PuHBcL-I}I4DZbYH +zUwG(K?ajN5vP=zEv##<VF7R=2R!XYq=&%sHDV=;u=k%&we(67qjkV<;yta70#xO0` +z`^zB%nd=45?=0V1HhtO4i5*LL7jy*7d(OP{O2^FPw6ONWii{f=6RKTI);#o_lyj@W +ztoYwVeTLbKG?tx_VRsZ@s9^bU?CVT_waL@BJ-oj0+B*h?E+wV|42zz%uFhMRWtcfj +zZoL=3c;mKnf7ahg*f4$CZ-1*szXifCSfG?1lakZE#O)GiWncUjJMp>ZgSUf=3`5TL +z+v@k3yjBV_goHkQ73J^p%|*nxI7Z~?mG22m4BbZ`?fzHy{i08{?&h0sl6S^fF&v7V +z7J6((Y2-Aw?6+?-*KM8lv!*WR0ONwJdtR-Vca*HZR>BZB`?j8iulp;VhpTn7&sj74 +aW|rT%AoiWRdI&I17(8A5T-G@yGywqLw#^#= + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png +deleted file mode 100755 +index 1c9aba707cec6a385c58fc76c2ddc474572b0bf3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnXox;Tbd +z^uE1h$aTm;p!H#W?}FZq92^IgD<@Pi=r3ds*wb;`Gx5n%4(SV8!7W<@Hwc`G>RK<8 +zwl6UuCiePjfkT23MmFNlV<tZT$>}+DN$q8m&5D!n{SLY0cu8`Gf@a10%N=k1RT#Pj +z9j2vjmw2$$Uh*i<zSHtQWFO4-uVK|o+a}w!CD+<~vuprk&)i~Hj)xg(*`D%^>s~Xg +q+N5Ld@Luk#<^(3sBdWFqdzlvt1V4Lczk(m=Yz9wPKbLh*2~7aJ?`<vs + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png +deleted file mode 100755 +index 09b1085d7757e6ac4000a7041a54575f6b2a9cf6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl50znjpzgfTzBZ-NDJ%A=iMMG`u)xx`&5IT+C +zf)juoKx*xgf&=h~iDm^V+~BidhinK^?NH5MP2QWy_f1}=7y}?8XTTG10TgkQInY<t +zyD$t#wrCRgD{$lpyqRxRZCHsstD9SR7kDU_%L8LfoCQr)3zNyD2DE_dg!KsA0!u_> +zCL$^#oh*R6A|lTTYYLnI`G92Rs(SBQ0I-ZhAOMPi?Nln2ch~eNiUu2{gS9|bGvAeJ +zwfeJB3WBXW_ZTnW1-yV4@B&`I3wVLGfT|W;!-m7*!M_3`a_(B7R4UcB3CsbEF)h~u +zto{Z7)3iW8S>K3AS48Srjzd)oB2pKT9&iN^$MK8poAG#jYK(bfe_yk&cDsGqY&Jgt +z4Z<)SscJ)2d%(;gcoxTTCj|#snAC<GaLoRm<}dJ>OBEDYBq9M|ww=l#mJ<QXKe{o9 +U^dy$iApigX07*qoM6N<$f{1guTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop.png +deleted file mode 100755 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png +deleted file mode 100755 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-dark.png +deleted file mode 100755 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-dark@2.png +deleted file mode 100755 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark.png +deleted file mode 100755 +index dca05b584cd92ab11854e5abbdb82a9922c37546..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 333 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd +z^uFy^%wtLvaJ#?#%(4}+jsi<ui&%tQ@-HNZG^|ou7`{MgW8(V82Rs}*7`Xy`6>gfX +zRQR7}&{3*0)p!1!Gu1N#x9P=Ac)q|rOX<4fyTgI@v9m7RIr`|~bDPTAy!!i-(pM)Z +zr3LrTVBUM;ssBTnd#_J0<Tqan=SXBKX`GT1TygjE>X^NLU!-@Qs(<jFC2e(bQGdwY +z{wG#5Zf?m_iJyPTO{Siqnql&90nP0<+-@%0A*sRm@b~$<Wjs@Moty2zWb*FE5|%FR +YC<m7^q3`E^0DZ;a>FVdQ&MBb@0GC&UHvj+t + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png +deleted file mode 100755 +index 710b356df1644ab60122badc04a202e2871adfac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 530 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?{hlt4 +zArY-_r(1h52a2@qFHSz9c2Z=WBa3`5*EFSXQZCySQWz(x&0WtcG2;-ghMV{T4l^^) +z$BR!0u^c^fL*nbbWMg4fl_rB^)B2zHkAFY-P%NC`PnyNc3(TU^8kt@`5&a^RzG`Y~ +zlC|E^{I<zqU)VkbF@0a&Jo#uu(vgMi_X~0@QqBEe=4Hp(O<M5N_iVku8Ht5#o7gI} +z%H(e_tho~H$RXk&J=HSbmh;7iE75Z|dnm0rGgYl2-PxqLaMxrt8?Q4OOl%r6DvoxP +z&o`^BSyOU7y!RW+q**`nZ_b(Yec!1Wjn@ASXF8}&;7nnHQnrlySN`0Rc%0wLD&#<B +zx>auD^6d#}6AoxM7zcSrJ8U`5@hFewi%^R1gind9FALl_oB7i0WPj(>gs_k-tu;&$ +zzbilLKJXD;?A@U5A*m6~xpI4xV)#GZX#xTvRaZZM{TcYjJ|H+!V_V^-6|c@U8VJ66 +z&~mMAUfkSY+UnJ}`vb2}m6t9$VDbOEiR_0dzXLTc^t$jUH2bMenDLqEhJN$wPWG~N +S<tM=SWAJqKb6Mw<&;$VUh}RDQ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover.png +deleted file mode 100755 +index dca05b584cd92ab11854e5abbdb82a9922c37546..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 333 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd +z^uFy^%wtLvaJ#?#%(4}+jsi<ui&%tQ@-HNZG^|ou7`{MgW8(V82Rs}*7`Xy`6>gfX +zRQR7}&{3*0)p!1!Gu1N#x9P=Ac)q|rOX<4fyTgI@v9m7RIr`|~bDPTAy!!i-(pM)Z +zr3LrTVBUM;ssBTnd#_J0<Tqan=SXBKX`GT1TygjE>X^NLU!-@Qs(<jFC2e(bQGdwY +z{wG#5Zf?m_iJyPTO{Siqnql&90nP0<+-@%0A*sRm@b~$<Wjs@Moty2zWb*FE5|%FR +YC<m7^q3`E^0DZ;a>FVdQ&MBb@0GC&UHvj+t + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-hover@2.png +deleted file mode 100755 +index 710b356df1644ab60122badc04a202e2871adfac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 530 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?{hlt4 +zArY-_r(1h52a2@qFHSz9c2Z=WBa3`5*EFSXQZCySQWz(x&0WtcG2;-ghMV{T4l^^) +z$BR!0u^c^fL*nbbWMg4fl_rB^)B2zHkAFY-P%NC`PnyNc3(TU^8kt@`5&a^RzG`Y~ +zlC|E^{I<zqU)VkbF@0a&Jo#uu(vgMi_X~0@QqBEe=4Hp(O<M5N_iVku8Ht5#o7gI} +z%H(e_tho~H$RXk&J=HSbmh;7iE75Z|dnm0rGgYl2-PxqLaMxrt8?Q4OOl%r6DvoxP +z&o`^BSyOU7y!RW+q**`nZ_b(Yec!1Wjn@ASXF8}&;7nnHQnrlySN`0Rc%0wLD&#<B +zx>auD^6d#}6AoxM7zcSrJ8U`5@hFewi%^R1gind9FALl_oB7i0WPj(>gs_k-tu;&$ +zzbilLKJXD;?A@U5A*m6~xpI4xV)#GZX#xTvRaZZM{TcYjJ|H+!V_V^-6|c@U8VJ66 +z&~mMAUfkSY+UnJ}`vb2}m6t9$VDbOEiR_0dzXLTc^t$jUH2bMenDLqEhJN$wPWG~N +S<tM=SWAJqKb6Mw<&;$VUh}RDQ + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png +deleted file mode 100755 +index 0da14e2a92436bb779c4e4bdae3392e8284661be..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 297 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpuRx;Tbd +z^uFyk<ZgBlY5r`pcWt-AiN^o(e;oN@`JeFJy)*B~^`lOjt@E-ok4>mi*`#xt*FoXt +zf&i8B_kZt{-VIxwrLdFt@C279Kf=s5YaP3>I*XxT{oG<-j)g0D7?g@;M4qzT&Jgp} +z#QXXF=c~1k`u}3CV^2t%?y&x6*AuzqH{ObmEq0a0R!_2KxN`4zWT^AGoxYl)x&c>f +lXDwr4D5_#Q5WBOmi(kYk)UPtQtPSX522WQ%mvv4FO#r-cZ)^Yn + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png +deleted file mode 100755 +index 18311b4bff813d90551be9278249040154ca316d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 489 +zcmV<F0T%v=P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cJ@=K~z|U?U%u7!ax*7?|Y*}n2?<nCAcW~pZ-feOX$LeXmnQ` +zVn}9Q7bY=PDHM{f=I-(!oRiF(#U%jP?RJ6IdO<`X5iv%Hh&U0s7-RCyW>dCvYT)n8 +zti}L8#yMw=F(0kOL~Ffh;m)})YwbCX<0}!#5I_;3G)-qpsW~%8%&fH53jm)0WI{w? +z3tz2P`yrtHG#^p`*k@U`X6C4>st|wzV7Wc><#Kr%8vYn-?HK@qAZYiD`wLe-zcOs% +zIKDoN?i)YUng5noj8U%KU*ZM4fEVxrUcd`@0WZ)AhzN}hd&TJgfnaQbG)-qu0wUr7 +z;BYv+jV+**ngh3T(#|F#av`FKnWHSr)?*hF04R#WbOOehTx+eFSvAci%JUq@<8cT+ +z@;t|MI_;jFb2dqmu7eP8FQ-*ig}u@+Xv(s5bzNVQBsp!j+qxP5*h<2!F8ychBTyQV +fv9F{6Z~){RksY0*$0t~000000NkvXXu0mjfyy?d| + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive.png +deleted file mode 100755 +index 1c9aba707cec6a385c58fc76c2ddc474572b0bf3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 302 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnXox;Tbd +z^uE1h$aTm;p!H#W?}FZq92^IgD<@Pi=r3ds*wb;`Gx5n%4(SV8!7W<@Hwc`G>RK<8 +zwl6UuCiePjfkT23MmFNlV<tZT$>}+DN$q8m&5D!n{SLY0cu8`Gf@a10%N=k1RT#Pj +z9j2vjmw2$$Uh*i<zSHtQWFO4-uVK|o+a}w!CD+<~vuprk&)i~Hj)xg(*`D%^>s~Xg +q+N5Ld@Luk#<^(3sBdWFqdzlvt1V4Lczk(m=Yz9wPKbLh*2~7aJ?`<vs + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png +deleted file mode 100755 +index 09b1085d7757e6ac4000a7041a54575f6b2a9cf6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl50znjpzgfTzBZ-NDJ%A=iMMG`u)xx`&5IT+C +zf)juoKx*xgf&=h~iDm^V+~BidhinK^?NH5MP2QWy_f1}=7y}?8XTTG10TgkQInY<t +zyD$t#wrCRgD{$lpyqRxRZCHsstD9SR7kDU_%L8LfoCQr)3zNyD2DE_dg!KsA0!u_> +zCL$^#oh*R6A|lTTYYLnI`G92Rs(SBQ0I-ZhAOMPi?Nln2ch~eNiUu2{gS9|bGvAeJ +zwfeJB3WBXW_ZTnW1-yV4@B&`I3wVLGfT|W;!-m7*!M_3`a_(B7R4UcB3CsbEF)h~u +zto{Z7)3iW8S>K3AS48Srjzd)oB2pKT9&iN^$MK8poAG#jYK(bfe_yk&cDsGqY&Jgt +z4Z<)SscJ)2d%(;gcoxTTCj|#snAC<GaLoRm<}dJ>OBEDYBq9M|ww=l#mJ<QXKe{o9 +U^dy$iApigX07*qoM6N<$f{1guTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked.png +deleted file mode 100755 +index 913ec388eb53b458541d83ea83717e673424e646..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 319 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQt5bx;Tbd +z^uFyk<YNpJaJavwcYV~>1tsmebxWTp$T%DlwP@VimL$D!!3Lq_8}u4Z<z35gDfy>$ +zR9pRXTw2QBo8Lp<30^odcX9{MF0-E6slR0s6E%)qyY*V#*l*H-6f4%b%(DC$cWY+u +zIKi;jV9%XZMqwGurD3<{PP6!X^m2B^{S)v1Fz*-cn5?3qy!U<efs-j#rM)`S+pBcb +z)h00gP%;WIG1|!&etWL761zwL%R&~BPjjv{FszvJV+q4Key6QYT5s$*F9Q9+;OXk; +Jvd$@?2>_u*dH(<a + +diff --git a/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked@2.png b/Breeze-gtk/gtk-3.0/assets/checkbox-unchecked@2.png +deleted file mode 100755 +index 1bb17cd882f182d7cf5181e14381d44780a0c1d1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 523 +zcmV+m0`&cfP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f<RNK~z|U?U%bs13?%@&p)|<O5z2dK?RLf3WeB2dlk`Vu}P;W +z*yK3`SHafRB9d5aWwh`S1aH}(qS>9XNLE8gtaelFSAH|YIm|FHBLG*`>YT4R6eC3- +zLo{iE*dpF;u~2vjO1Y|5=d`bCU?w60_e9=Ayrn=Q>1z(<4{l-DA0JKC^Z9%$44mUQ +zsm4buhe!#`2AB!$s{>#g@WrmwT-w`it*$I@g#jHDyK-~dmcU(IS)Ku&RR@mNW-m%O +zfIz^=0t(2eU~qCQeHXRB(^RJ3Q>A|e!aDQ+vNJ#b-BT&mcjgci3&aAkKr9do!~(HE +zEbuGfI8G{R*zx^+dZ57T`}acB0@E+eTt9&(fKpP5T0o0#GlWLaB|+@YTYb~6)GR^v +zvm?pdFh3^lr?;p@m&C|AfY<Ubf^oULzMeHEc{8-Hnc?}|vewGwqesA~VxjOL;w>3t +z&Hy(;wCj2PNf#X8OS&c`fN6$zH8t>*=qe2G)e%vE^jj4|0?sSo{{ZpDi~$gvvta-L +N002ovPDHLkV1l?x-0A=T + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-active-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-active-dark.png +deleted file mode 100755 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-active-dark@2.png +deleted file mode 100755 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-active.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-active.png +deleted file mode 100755 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-active@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-active@2.png +deleted file mode 100755 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-dark.png +deleted file mode 100755 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-dark@2.png +deleted file mode 100755 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png +deleted file mode 100755 +index 4fa71c74c115563913cae75943f38b78bb9edbf1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 704 +zcmV;x0zdtUP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zFAYK~y-6eUrgX;!qTZzkA!-QYw&^m`sRbm}JHbAufpT;8VEv +zDGYC5-1S9R_z+#N=*kQ(D9{=NnhK8E+F1<EIK<&!-Q542|D6Avdj(s#zrU~Px?TlJ +zLI@?#^9*=43}b2AcDx-gii7X_dzDJ%NYk`zwOY+vt=0<2JkL{Gt(KW2iDMXsn9XLR +zcDw!hkBaa6dy~oJWHcJt+Z8?{j$?Z=nVk5(zgOI;0F_GRD9f^k!^6XQp64=(qI#O9 +zHAPXhEX&?hRb9HSJF8Z!^Ei%)<M<f(31rH~v)*Vlrg@&rhlht_peChMgb+eXsQ~4( +zv$L{gS@HS#`TFYWs@iBY^xNCpC#matb+uZ}0ir0X=Xq{^)_$Jn=H=yO9YE8x$4;lS +z4;T_CZ3ae~rnOx&DEQ%UxNbI^Do~O_2nEOh6h+Z?2^4&{+f8*{mw+ZWdsYClEPLA} +zQ1G7TsY#OLfRw=VVzDR#sH(c$B~b8=<CMqa@hk8y4Z~O_N#X#wt~(P#tUpT@Labfa +zodKApY4`j67vN9FQ51cR<Jbo1^?EW4!-F6QzD=job`S*L!Z1AO^?DK@2m)s?7<>o5 +z043n>ODshGhad=?ySuv|r>Cb4pblGq!7z-bWm%b~X^+F<aNX^8Q_u5M$8pN0Y1&~J +zY8Mw5PlLfA1!h1dwu&g%*VhM~PG`T_Y^s)JiTQlacszdX_xmq5H#ct^-wQUY-xerf +mZ2W0}1l~7^zkuhDfxiI+l>+*aJhD*$0000<MNUMnLSTa5N<{_$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 59602519858b52e6f06614241e7fd14191c6991f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1493 +zcmV;`1uFW9P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yV^wK~z|UrB}^v6U!3*s(XIynZ%<T$DZLrBGBdPEG&f;kARSj +zV8;s}WzU8MEAj}i&6W)-6p4tJU>UK35X4O~Gj^O4V|(K9xV!Em9yInzz)3!7Hr>_r +zRaIA4)ez<YGgBPLju2vznH{B+MMQG4r=*l4B1*zA?5(Y>B}ByY=mh}ryUmS_4H1T6 +zEeylI0Nl}9FEg_vgfM6VA%wxqj@EkF_x(Fz82)v5c(}Z=vGH5oIq0H|-Q8WUQmF(= +zDH8yM5GgbNJUTiWSeBLDy?ZwUfUjS_nxoOkTwY#wiKwErwgEsXm6b}Ruv)GDytDyP +z6x9LL0f2~3nK=rAU@(tIhlhublrmsuXL7#n`+hvP0S5;MD^g02nRz@Ohbt>9$MX=+ +zqTB5*B}sCFh)5~by?OKI|IU+}x~DjfeJQ1<wN^y*{i@^u;CbFL5q;NMD=DS7x3?FZ +zC-*A?ySuxd>$)q<%tZA4ypXqAt%WpAJ=?aOJU7PUaRwl<ZM$2q*ZZ?)q9}5i`8E;J +zyLa!}&!0b^x()%HWqYMk2__1|S@JJmzSvO|-O*a#Hcj(iT5Fq#1Q7|-H0{aS?I?=w +zFtb%W8w9~XDHQ?0g9i_)OG`_Ye?%Y*!x|C!qtWPeb#--j)&s5est`h+7s6R+tyR0- +z{&DZ#y(uT+IQ|bam*2j9J9zQpMF?OB0D_r`nX3R`SynXb`DMrfKnNjgwc6@zB#0;m +zfM&DlxUTEv&WlNfGqNm8XG6cZxcKkOkQa@J<M?KAtzNJ9g%D}ATBU~%ADRGM01(6B +zumS*<Wla@~R;#s;3tbWJ=g*%PiVK6mpa%d?o;<OC8Bi{l%K&h6bTs9Cnx@`0$N>QL +zdVMP4T-WUbK%>zxaP|Ofp_H-!z_P5YC~Vudb6o?5!{Jl}yWMUE0FL7rIgQA>T3*|8 +z<nR1CFbrc#N6xXhxR}=;bFPkcRg6ZXKZzKEnH6x>)rvb(%Iy3z^Fs(Rr6cD^(^OBE +zNJuG10N{DvlmTg)Cf7BfR4Pp+cFu8fa-x12Nkj<%F!NNx*tXrht^rD^Sse=iu(Pw1 +zM}|chhCKktvTW+v)$8^Ca5$W62Dku&a~j$r0Bmn>=gBb^YinzX)_QChh80E8R1^k- +z!GYFV;gZl=E8q7IifgS_Ye8#m_j*13{{8!0XC@{C<PiX5S$3m%sL^PQ+U@p_%NUV2 +zBO;o50?h0Kz}D8*X<>Otz*#$9Utj;Pl+rAh%ZHxl9nT!LCbj)frFr1{{=qEy{{DW| +zFpL|WPDkIrfB)|!NdQ0ti1T?smrA7&0ForRF?$t6Gzx-XuhZ##mr@>QS(Y-hW@epb +zSt_MG2Cx?d!QL!+6h*F-G5~<h&CULV902;j%uE=^vCqskt+f(D{FrwTy$How;=_jz +zgZ1_G;bcnzXanHi4y8(|=+>=UovV=V@9$TolmQXZr%#{K$B!Qu$F;vP8A#3@%fEg5 +z<~xp40{|h!kci@1t=5}|xYcScFtg9hWdQj2@niDr*|TEe^#T0Sb>WZ6>({USX0y3e +zsZ=BYjK||qmSsO(*X?(^-KifF&-2W|V6b4CX2mcJ3jjKuj^5nd?7w;QrdW<o0h|<h +zE;IlDmX?+(FJHc_Hk(bSTCM(8Hb<}5(_33xr>|bU8Ws}nAD+);zyu`#m8VainvWhm +zDm5An!*LuVZ>edT>XVZbwX?I6ZEtUn3PmP|0`L=)JHLtnxtu%s=565`XI>`&F8o`b +v*MK7I$!7vE3OX3T7(j+IZ~r(90KoqNRWO`fIA#F-00000NkvXXu0mjf9SgY4 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive.png +deleted file mode 100755 +index 8b4e8e76b0702cb455f673bbfe65abdcf62ee823..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 683 +zcmV;c0#yBpP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10w_sDK~y-6eUraWQ&AMhKj*$Q*e3i)3X(k20cIv#bPxs{_yaUi +z984T4DKhIQPR5O)lam7>L_>^D4lY7u0Gt>b2itdVpD84yCKUVLJua^TMtY_*e1Dvu +z!nsgY<D9#vs`o|YIxq^fL}br<zaEC+hKTs{9O)%-98acc`VRP|s?{`2x7zJ?YiMX_ +z%ouY^M3#U;5CnI}$H%{)7a@-0N#|T-tzD!~IOi(Pxv1G}PFyJ4TKla>w$>J`wJ)r- +zHEZpuwYC;T(Mr8u&-X;4DB3TV%Q*nC)-C{#!!Vq+))rLtvxwaI*Ih(*k|dccl}abp +z+U=vGqt{bYQ*R8gAR^Ta_w0Y<tkRptn5S7@9T^$916(n{bhq2x&TtF;W?+nY0N}m< +z5(L3CkT*cF-EOxsOsSuMs+IscolZ+ti$Kl*hl7KIqZy{&PXPD<kk9AGMC1@KMnv|4 +zAehM<*7~tUWG!oDw%hIQ1KxP=*RvzRd;d~Ib}r$6O_Jo5stQnv<M=($HDMTT00rk< +zrBo`NBuO%-sw*N=1AdE0O+=ojX?i<b;gYHj%+Jq%0y@CiB|7IS{aT2k=!tVKT3uc3 +z{mI!cG@H!{@BLe#qpDR^-8w!#{y986eAO5;11zcPz~<)W;_~ux9cTgR1&4CEoI5x; +zc-Uw(K4!mh>YR%jjmC%F-Q7pUV)0t$9Q+;ZCDmR5@<0wSfCsu+&nM@Be*k-hB<cO# +RciR8}002ovPDHLkV1l(XF5UnD + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png +deleted file mode 100755 +index aa64fc76703487b1f966f4a331762918a16e9dec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1383 +zcmV-t1(^DYP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11msCXK~z|UrI%l96jc<)f9FmMYlu`Nl}?wniC7Hb#XtfTfe5tt +zVuTQ>F)1-=Fp)o|kry>F(S)FA0xvaDVti5z6d#IDni2u4O$hNpeQ2Omlii&=3)<G! +zKP+u$jt@Hv)1j1Ydy>iSeD^!&J9qEB=bjZRFjaMY-+vm|p{g51<S}4LG(4iJzlq3? +zz**OI`$QzDBrbr=G?>ff9&j9|12_cKRv7b!svZl&urrg%+?;a)zVElH>Tw_)L03ei +zI|zavV~l5v$pM66m<hu$?Kn=0s_q1yDCaLChg{eFs=~xermEt3-n-V?&|0h3+RKGP +zVQZ!Sp66|_*8ULrhQ99~RaH}|xbZyibmTnl`~E&vopG7&H3{GM4_Ir*t+nd={;7(R +zu-3jGi4Xa{|IBQKlji&W7HjQr6!XY*9Ep)zRrNG5AtKvd*S(M=d!E-KBCWtCV0i@R +zfL>MYN~hE3rb|LqzXhsBMn>9JuU`G-T?s_HeE>*{$bQ##KaP{~`TR;_%%{NS`%L;` +z5CpGeGMRxy;s-^f6UcRRbgVsd=FA^c60p|31-u7bc3pS9h-jH$t=$ZCbLZUO&qjb9 +z_4W0=WgyxUmw~mTqoePvTD9s!pa@`8)d5}y5Ro_H;`w}j<t)XCxZSy2?(y5R6j4=u +z6QHK1W`9FN!;<pkO`%ZONU6y5yRLga9?2N<$t=ao_ORnPpT&V_e_R2Uoj7q~4X_AG +zzrc=&b2jead0q>!We(zH+nmqmx5WWf{TiULv9Tqdz*7KW7*5&2BJ$!q!~rnIv?ib) +zfK)2A4luw%BO)uJ!CZp8alQ#~_o>MOM3))BLIczQELgC>Cdg^#Z_DE^)z#Hr^!1@K +zbh|u?$gE3l1s29%9LGtP<0=D;0^GWF%S{Y=%-^QOC>D!ljlZH#F(PseKtvu*IQKGt +z`#%06A`JklI#|Yxs`ddGW18dS=w6tY8DqK<F<St}$Hy;~AwzWjRdrXKoKC0Dsp@z0 +z(7#w$S2x99M4kue@9*!4ph@GpZXa+1XiPR9j^peF{+xsOa1aE0<ACRR&A>|F`kp;| +zeu>}-BO-yS9s>x&@L0TYsH>~{9oPj7&qf^BnaO0Xl>t>15jhGlHa6BdG&EE`9Yqrf +zcTy@uPZkP=eer1Z_4U0$5HtZ7DiA*(1i||FO$cDEJqWA?vhD5dUqo;SjK>?27gV(i +zm=uv`lNS>}KA+zfmDf!`CW3Q7uQBFya?Jq>g~HY_48H-Yvf1p*O-)VZl0OFgJB4hm +zJrcD~!@lp&=OVf-UT(<-1_q7-ZuC6DbRD^>8sGO%m77w}^A66jDK(zwy=JYQu-0lW +zm+M-(bZI)4Kx!uEWLy4gp-_0PQgP4onys}zmD}>c!NKDR@dxAld(N)EzyGD0nwk%| +zv(^Ku+70xGNUo}?Di1I@Ihg@6s@g0fJAuZCpUq~oZ^zag;3jv<@XQGS?B2b*_VD4u +zuP$D^_yDl%ezTA4`q<dmNA2zHpZE3kjmPkRfWMREO4c`3TU-0k$&)A7tXQ#Pdn%P$ +zH{GApVzGGX>eZ_~ZEbBo$IdxGKxxMprwd-`1`|px)FMiqOeGdln)QEx-itJs9$;bg +pR0CD97z#`R6O?8<KCO4c{s;IbY{h1~hvEPL002ovPDHLkV1g1Ul@tH~ + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop.png +deleted file mode 100755 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-backdrop@2.png +deleted file mode 100755 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-dark.png +deleted file mode 100755 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-dark@2.png +deleted file mode 100755 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-hover-dark.png +deleted file mode 100755 +index a2b34b34fbecd522bc0e09764dc3acab6764c23d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 709 +zcmV;$0y_PPP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zyedK~y-6g_F-qR8btoKi@ku%s2y2$zN?;*gp_zfk`Q0e}X|y +zNISEc+DMR5i>X{l+n7mh6(J_MaG8rXDH-%eXfFkcmN{cS31_A^Z@w*jLn^6fb>W_K +zzUOf7SJ;P?s%gsZTtnywI)DZs2iPi1Z?;)8DUr&4jZ_brPupiOG7J1xG+mL<LUTBp +z%e#d}D()p!k^)h!=+(sex-SO|eDMOJPZI5Q;~ass?Ic8a;05*KowIdc0fH%2!}88- +zRXky@N6RKQB1#-+0ag*FibZQIc}_BE+rhZZb_@=7W+x|I$=FU@L~q{esOy=q*Q1`q +z-T|G5rz<R#N>=Z1mlQI~&f>1K_2Ta3)|Un$4x|CfCN}avvETJVIJ|SuH%muiwS7Ru +z0PST7EduzlkA%Q=0AoV$O(4(?)EJ<?IULRToR;GZs`qZJCI{35Ap_($O1lj{Vf6%q +zZvgCWH3E6S7{Crv?)EcIols#4AXE<aR6I8eRE!GKsw4r5MQco9=?MLYLdklns-lo^ +zavO7iYc|`g8G&fpb`rx~QYe+IUWG@%3h)P55l9tF)|KHdDU2`gBvmy$I?z226oI{; +zn8`Y8Y1>I0SK)cqxt+;6Yd0Qes(bQp7oL6IZVi;>4MI^N?FGsUr-P?{{wQxX1>Imb +zLQ+-3AK$(ndi8K<mAxhNWdDSY!NE{}|NVF*R@>*la|4i5&&zJ-zR!&gbk7&^`4aF8 +r@D3z6ga}Xrga89n0N3wa*iZZm+R^V`V1nNR00000NkvXXu0mjf@{ubl + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-hover-dark@2.png +deleted file mode 100755 +index b648ca9d351f16e7aa6f78cede98bcac491050e3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1514 +zcmV<G1r_><P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11!qY_K~z|Ut(R$RR8<tmf9JMiTd>pCP!+Kn+5DhJ?cl~{Sc>rr +z5HLeDCThf_Eg;gwpac~)Btm4-F4IJfA2bpwiC|2W)BxJpNN@%;CQ4XLT1!HKc4mrn +zN;~)X;k_B&47E(DCz<5k|JnZM-E+^oBjg}0Et=Oo_2MjJ?Gl8Uz+|AzRrdm?RrDuO +zvv0zw;`U%rlDWhMkdc(z+qJ0ZhS*vasRPP$jM=Towt<1-`ns9Yf87K^;b>4{JIEv# +zI*!U-Yiz5}ny$F-QYV0aa9qWpv6GB7RfsMH?sn}vRkUtZW$B(#5l~fWip1X%coPtX +zUktjwCQy3dTGaqF9*xfw)vYMA07YeMcc6H~CJ}p00-ID#c_h9|AP5YK>e}i+NwbJ( +zF3G(`gd*`;U<cp>c6V3$pBavX@h-}b_H7mjBJ_y0i)v<+hDMtlKt!}QP|~PspTKF- +z6*ouv-W}F9_2BHe>;?wK+C?=Fl^x19ZaxyNvUvninFHJopwMZMHWk}aTUq*jwol_P +zz4JuOejxv!*!gE)oj>J^s|ajw*P_CL*a?tHqFP%sqcr3-YB(03o|m*ADKdBD+Vuxx +z<fZBdOHO#vP&l?)p&sbmwegie+qa*dOX&<i;SI4@+-^To9VlteNFM2%Ym)l&wUYzL +z<JNMxDIA~UMXM|QjX)TvShD_|8lW&upru9g5LpMHYS(-Byx~}Ux>38AD?=w2DMNH` +zV>mW7O-n=(eGQ<<@2{OO;m$JLw{Ol*y*L|Z$o#QtM%h7cB$K3hl*t`YZZha6UdZi_ +z<D%U1;*QTMf$;!F)Gh%~k$ql=<|EN6(0QXyp5`EP8zRvKS?JdQw@sN|l_sF@nB!nG +zI@k&;t~Yr~jGAD^+R_S;?<;&5r~e8JFvZcD&J1sn*<&T3Xh!2&Oa}mYGTDU+3{V0f +zzQma<|4EEd#GMssLgNx$0HTz-kS{$63wve6FXMGe#^_D<<(Vvfz5!wY{Wlg&%u;s! +z4+Jt|<mdS&0;mvmAu$Rk0gSbGWVnj9jWxR>KW41O-swEpQz^_K+75s<3$y%pkClMI +zws_YfQ~?YP3>;2zGNQ&g|Dwyh#?Ii7obCX_i~exc9YSR>z?sv3wz|lWnQ*GO9q0z8 +zg~HMKUi)OeT?w2Yb#9?Yk(FMkDH2_XFkOYSAFf^gn+p$`U{I2ZYy(i0ZJSinox0}! +z(!W5KA@qzUIVww61xik)AXODq-UCR)V)gwOE~HLJ!T<~m6xRct2oKyGiPw1J)du`+ +zMtBsFLpfwWsLCU?0e?mVhmOWq0|B7p<GSZRcVP=$PM`h8Nc1UDX#s{*?GxD_CV+-W +zbb&Kobq-MB!kr*(g55pby)hJy&R66+Ait-p<GGEC?@NvRIPg!#@M#LiH-l~fdR6W6 +z;Yf@|+~j+JvVp{<E$e1Y{J>QufpdUnOs4M2;x}-PUzv#69}34-tLmsH<R(?q6p5`- +zWIs@r92)v^!{U4EJtlELA%|-@=<kAgy(ZxQCYR(*k?2BE*`iPh=;i+Yov$ysXPc+- +zE&_ci`~R%&{X>5}J+AnsEnL~_6QFyIrB%dq4izQ-1|U&XfhH?NSO~HdnC9Ad^mKJ> +z^z1o6KcvU-$OHi9Jo!TT()Djw7y3(9iE_)e>jxFi_QzrkpVU47*&jy_T=u9kD$j|4 +zD~03B%S&J0`BmkucTHWC?<;(mJee%&T-8+QC8?(e2NQ?So;=>VbKSCEJ+B*_hKmD< +z;ezMdV1jdn8c)`rnGwX|RDB7z;l@J1D+TV)2jqKVC@=&J;#7NiSnn+P7i5DcjrprO +Qi2wiq07*qoM6N<$f{WhAc>n+a + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-hover.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-hover.png +deleted file mode 100755 +index a2b34b34fbecd522bc0e09764dc3acab6764c23d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 709 +zcmV;$0y_PPP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zyedK~y-6g_F-qR8btoKi@ku%s2y2$zN?;*gp_zfk`Q0e}X|y +zNISEc+DMR5i>X{l+n7mh6(J_MaG8rXDH-%eXfFkcmN{cS31_A^Z@w*jLn^6fb>W_K +zzUOf7SJ;P?s%gsZTtnywI)DZs2iPi1Z?;)8DUr&4jZ_brPupiOG7J1xG+mL<LUTBp +z%e#d}D()p!k^)h!=+(sex-SO|eDMOJPZI5Q;~ass?Ic8a;05*KowIdc0fH%2!}88- +zRXky@N6RKQB1#-+0ag*FibZQIc}_BE+rhZZb_@=7W+x|I$=FU@L~q{esOy=q*Q1`q +z-T|G5rz<R#N>=Z1mlQI~&f>1K_2Ta3)|Un$4x|CfCN}avvETJVIJ|SuH%muiwS7Ru +z0PST7EduzlkA%Q=0AoV$O(4(?)EJ<?IULRToR;GZs`qZJCI{35Ap_($O1lj{Vf6%q +zZvgCWH3E6S7{Crv?)EcIols#4AXE<aR6I8eRE!GKsw4r5MQco9=?MLYLdklns-lo^ +zavO7iYc|`g8G&fpb`rx~QYe+IUWG@%3h)P55l9tF)|KHdDU2`gBvmy$I?z226oI{; +zn8`Y8Y1>I0SK)cqxt+;6Yd0Qes(bQp7oL6IZVi;>4MI^N?FGsUr-P?{{wQxX1>Imb +zLQ+-3AK$(ndi8K<mAxhNWdDSY!NE{}|NVF*R@>*la|4i5&&zJ-zR!&gbk7&^`4aF8 +r@D3z6ga}Xrga89n0N3wa*iZZm+R^V`V1nNR00000NkvXXu0mjf@{ubl + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-hover@2.png +deleted file mode 100755 +index b648ca9d351f16e7aa6f78cede98bcac491050e3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1514 +zcmV<G1r_><P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11!qY_K~z|Ut(R$RR8<tmf9JMiTd>pCP!+Kn+5DhJ?cl~{Sc>rr +z5HLeDCThf_Eg;gwpac~)Btm4-F4IJfA2bpwiC|2W)BxJpNN@%;CQ4XLT1!HKc4mrn +zN;~)X;k_B&47E(DCz<5k|JnZM-E+^oBjg}0Et=Oo_2MjJ?Gl8Uz+|AzRrdm?RrDuO +zvv0zw;`U%rlDWhMkdc(z+qJ0ZhS*vasRPP$jM=Towt<1-`ns9Yf87K^;b>4{JIEv# +zI*!U-Yiz5}ny$F-QYV0aa9qWpv6GB7RfsMH?sn}vRkUtZW$B(#5l~fWip1X%coPtX +zUktjwCQy3dTGaqF9*xfw)vYMA07YeMcc6H~CJ}p00-ID#c_h9|AP5YK>e}i+NwbJ( +zF3G(`gd*`;U<cp>c6V3$pBavX@h-}b_H7mjBJ_y0i)v<+hDMtlKt!}QP|~PspTKF- +z6*ouv-W}F9_2BHe>;?wK+C?=Fl^x19ZaxyNvUvninFHJopwMZMHWk}aTUq*jwol_P +zz4JuOejxv!*!gE)oj>J^s|ajw*P_CL*a?tHqFP%sqcr3-YB(03o|m*ADKdBD+Vuxx +z<fZBdOHO#vP&l?)p&sbmwegie+qa*dOX&<i;SI4@+-^To9VlteNFM2%Ym)l&wUYzL +z<JNMxDIA~UMXM|QjX)TvShD_|8lW&upru9g5LpMHYS(-Byx~}Ux>38AD?=w2DMNH` +zV>mW7O-n=(eGQ<<@2{OO;m$JLw{Ol*y*L|Z$o#QtM%h7cB$K3hl*t`YZZha6UdZi_ +z<D%U1;*QTMf$;!F)Gh%~k$ql=<|EN6(0QXyp5`EP8zRvKS?JdQw@sN|l_sF@nB!nG +zI@k&;t~Yr~jGAD^+R_S;?<;&5r~e8JFvZcD&J1sn*<&T3Xh!2&Oa}mYGTDU+3{V0f +zzQma<|4EEd#GMssLgNx$0HTz-kS{$63wve6FXMGe#^_D<<(Vvfz5!wY{Wlg&%u;s! +z4+Jt|<mdS&0;mvmAu$Rk0gSbGWVnj9jWxR>KW41O-swEpQz^_K+75s<3$y%pkClMI +zws_YfQ~?YP3>;2zGNQ&g|Dwyh#?Ii7obCX_i~exc9YSR>z?sv3wz|lWnQ*GO9q0z8 +zg~HMKUi)OeT?w2Yb#9?Yk(FMkDH2_XFkOYSAFf^gn+p$`U{I2ZYy(i0ZJSinox0}! +z(!W5KA@qzUIVww61xik)AXODq-UCR)V)gwOE~HLJ!T<~m6xRct2oKyGiPw1J)du`+ +zMtBsFLpfwWsLCU?0e?mVhmOWq0|B7p<GSZRcVP=$PM`h8Nc1UDX#s{*?GxD_CV+-W +zbb&Kobq-MB!kr*(g55pby)hJy&R66+Ait-p<GGEC?@NvRIPg!#@M#LiH-l~fdR6W6 +z;Yf@|+~j+JvVp{<E$e1Y{J>QufpdUnOs4M2;x}-PUzv#69}34-tLmsH<R(?q6p5`- +zWIs@r92)v^!{U4EJtlELA%|-@=<kAgy(ZxQCYR(*k?2BE*`iPh=;i+Yov$ysXPc+- +zE&_ci`~R%&{X>5}J+AnsEnL~_6QFyIrB%dq4izQ-1|U&XfhH?NSO~HdnC9Ad^mKJ> +z^z1o6KcvU-$OHi9Jo!TT()Djw7y3(9iE_)e>jxFi_QzrkpVU47*&jy_T=u9kD$j|4 +zD~03B%S&J0`BmkucTHWC?<;(mJee%&T-8+QC8?(e2NQ?So;=>VbKSCEJ+B*_hKmD< +z;ezMdV1jdn8c)`rnGwX|RDB7z;l@J1D+TV)2jqKVC@=&J;#7NiSnn+P7i5DcjrprO +Qi2wiq07*qoM6N<$f{WhAc>n+a + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive-dark.png +deleted file mode 100755 +index 4fa71c74c115563913cae75943f38b78bb9edbf1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 704 +zcmV;x0zdtUP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10zFAYK~y-6eUrgX;!qTZzkA!-QYw&^m`sRbm}JHbAufpT;8VEv +zDGYC5-1S9R_z+#N=*kQ(D9{=NnhK8E+F1<EIK<&!-Q542|D6Avdj(s#zrU~Px?TlJ +zLI@?#^9*=43}b2AcDx-gii7X_dzDJ%NYk`zwOY+vt=0<2JkL{Gt(KW2iDMXsn9XLR +zcDw!hkBaa6dy~oJWHcJt+Z8?{j$?Z=nVk5(zgOI;0F_GRD9f^k!^6XQp64=(qI#O9 +zHAPXhEX&?hRb9HSJF8Z!^Ei%)<M<f(31rH~v)*Vlrg@&rhlht_peChMgb+eXsQ~4( +zv$L{gS@HS#`TFYWs@iBY^xNCpC#matb+uZ}0ir0X=Xq{^)_$Jn=H=yO9YE8x$4;lS +z4;T_CZ3ae~rnOx&DEQ%UxNbI^Do~O_2nEOh6h+Z?2^4&{+f8*{mw+ZWdsYClEPLA} +zQ1G7TsY#OLfRw=VVzDR#sH(c$B~b8=<CMqa@hk8y4Z~O_N#X#wt~(P#tUpT@Labfa +zodKApY4`j67vN9FQ51cR<Jbo1^?EW4!-F6QzD=job`S*L!Z1AO^?DK@2m)s?7<>o5 +z043n>ODshGhad=?ySuv|r>Cb4pblGq!7z-bWm%b~X^+F<aNX^8Q_u5M$8pN0Y1&~J +zY8Mw5PlLfA1!h1dwu&g%*VhM~PG`T_Y^s)JiTQlacszdX_xmq5H#ct^-wQUY-xerf +mZ2W0}1l~7^zkuhDfxiI+l>+*aJhD*$0000<MNUMnLSTa5N<{_$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive-dark@2.png +deleted file mode 100755 +index 59602519858b52e6f06614241e7fd14191c6991f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1493 +zcmV;`1uFW9P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yV^wK~z|UrB}^v6U!3*s(XIynZ%<T$DZLrBGBdPEG&f;kARSj +zV8;s}WzU8MEAj}i&6W)-6p4tJU>UK35X4O~Gj^O4V|(K9xV!Em9yInzz)3!7Hr>_r +zRaIA4)ez<YGgBPLju2vznH{B+MMQG4r=*l4B1*zA?5(Y>B}ByY=mh}ryUmS_4H1T6 +zEeylI0Nl}9FEg_vgfM6VA%wxqj@EkF_x(Fz82)v5c(}Z=vGH5oIq0H|-Q8WUQmF(= +zDH8yM5GgbNJUTiWSeBLDy?ZwUfUjS_nxoOkTwY#wiKwErwgEsXm6b}Ruv)GDytDyP +z6x9LL0f2~3nK=rAU@(tIhlhublrmsuXL7#n`+hvP0S5;MD^g02nRz@Ohbt>9$MX=+ +zqTB5*B}sCFh)5~by?OKI|IU+}x~DjfeJQ1<wN^y*{i@^u;CbFL5q;NMD=DS7x3?FZ +zC-*A?ySuxd>$)q<%tZA4ypXqAt%WpAJ=?aOJU7PUaRwl<ZM$2q*ZZ?)q9}5i`8E;J +zyLa!}&!0b^x()%HWqYMk2__1|S@JJmzSvO|-O*a#Hcj(iT5Fq#1Q7|-H0{aS?I?=w +zFtb%W8w9~XDHQ?0g9i_)OG`_Ye?%Y*!x|C!qtWPeb#--j)&s5est`h+7s6R+tyR0- +z{&DZ#y(uT+IQ|bam*2j9J9zQpMF?OB0D_r`nX3R`SynXb`DMrfKnNjgwc6@zB#0;m +zfM&DlxUTEv&WlNfGqNm8XG6cZxcKkOkQa@J<M?KAtzNJ9g%D}ATBU~%ADRGM01(6B +zumS*<Wla@~R;#s;3tbWJ=g*%PiVK6mpa%d?o;<OC8Bi{l%K&h6bTs9Cnx@`0$N>QL +zdVMP4T-WUbK%>zxaP|Ofp_H-!z_P5YC~Vudb6o?5!{Jl}yWMUE0FL7rIgQA>T3*|8 +z<nR1CFbrc#N6xXhxR}=;bFPkcRg6ZXKZzKEnH6x>)rvb(%Iy3z^Fs(Rr6cD^(^OBE +zNJuG10N{DvlmTg)Cf7BfR4Pp+cFu8fa-x12Nkj<%F!NNx*tXrht^rD^Sse=iu(Pw1 +zM}|chhCKktvTW+v)$8^Ca5$W62Dku&a~j$r0Bmn>=gBb^YinzX)_QChh80E8R1^k- +z!GYFV;gZl=E8q7IifgS_Ye8#m_j*13{{8!0XC@{C<PiX5S$3m%sL^PQ+U@p_%NUV2 +zBO;o50?h0Kz}D8*X<>Otz*#$9Utj;Pl+rAh%ZHxl9nT!LCbj)frFr1{{=qEy{{DW| +zFpL|WPDkIrfB)|!NdQ0ti1T?smrA7&0ForRF?$t6Gzx-XuhZ##mr@>QS(Y-hW@epb +zSt_MG2Cx?d!QL!+6h*F-G5~<h&CULV902;j%uE=^vCqskt+f(D{FrwTy$How;=_jz +zgZ1_G;bcnzXanHi4y8(|=+>=UovV=V@9$TolmQXZr%#{K$B!Qu$F;vP8A#3@%fEg5 +z<~xp40{|h!kci@1t=5}|xYcScFtg9hWdQj2@niDr*|TEe^#T0Sb>WZ6>({USX0y3e +zsZ=BYjK||qmSsO(*X?(^-KifF&-2W|V6b4CX2mcJ3jjKuj^5nd?7w;QrdW<o0h|<h +zE;IlDmX?+(FJHc_Hk(bSTCM(8Hb<}5(_33xr>|bU8Ws}nAD+);zyu`#m8VainvWhm +zDm5An!*LuVZ>edT>XVZbwX?I6ZEtUn3PmP|0`L=)JHLtnxtu%s=565`XI>`&F8o`b +v*MK7I$!7vE3OX3T7(j+IZ~r(90KoqNRWO`fIA#F-00000NkvXXu0mjf9SgY4 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive.png +deleted file mode 100755 +index 8b4e8e76b0702cb455f673bbfe65abdcf62ee823..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 683 +zcmV;c0#yBpP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10w_sDK~y-6eUraWQ&AMhKj*$Q*e3i)3X(k20cIv#bPxs{_yaUi +z984T4DKhIQPR5O)lam7>L_>^D4lY7u0Gt>b2itdVpD84yCKUVLJua^TMtY_*e1Dvu +z!nsgY<D9#vs`o|YIxq^fL}br<zaEC+hKTs{9O)%-98acc`VRP|s?{`2x7zJ?YiMX_ +z%ouY^M3#U;5CnI}$H%{)7a@-0N#|T-tzD!~IOi(Pxv1G}PFyJ4TKla>w$>J`wJ)r- +zHEZpuwYC;T(Mr8u&-X;4DB3TV%Q*nC)-C{#!!Vq+))rLtvxwaI*Ih(*k|dccl}abp +z+U=vGqt{bYQ*R8gAR^Ta_w0Y<tkRptn5S7@9T^$916(n{bhq2x&TtF;W?+nY0N}m< +z5(L3CkT*cF-EOxsOsSuMs+IscolZ+ti$Kl*hl7KIqZy{&PXPD<kk9AGMC1@KMnv|4 +zAehM<*7~tUWG!oDw%hIQ1KxP=*RvzRd;d~Ib}r$6O_Jo5stQnv<M=($HDMTT00rk< +zrBo`NBuO%-sw*N=1AdE0O+=ojX?i<b;gYHj%+Jq%0y@CiB|7IS{aT2k=!tVKT3uc3 +z{mI!cG@H!{@BLe#qpDR^-8w!#{y986eAO5;11zcPz~<)W;_~ux9cTgR1&4CEoI5x; +zc-Uw(K4!mh>YR%jjmC%F-Q7pUV)0t$9Q+;ZCDmR5@<0wSfCsu+&nM@Be*k-hB<cO# +RciR8}002ovPDHLkV1l(XF5UnD + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked-insensitive@2.png +deleted file mode 100755 +index aa64fc76703487b1f966f4a331762918a16e9dec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1383 +zcmV-t1(^DYP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11msCXK~z|UrI%l96jc<)f9FmMYlu`Nl}?wniC7Hb#XtfTfe5tt +zVuTQ>F)1-=Fp)o|kry>F(S)FA0xvaDVti5z6d#IDni2u4O$hNpeQ2Omlii&=3)<G! +zKP+u$jt@Hv)1j1Ydy>iSeD^!&J9qEB=bjZRFjaMY-+vm|p{g51<S}4LG(4iJzlq3? +zz**OI`$QzDBrbr=G?>ff9&j9|12_cKRv7b!svZl&urrg%+?;a)zVElH>Tw_)L03ei +zI|zavV~l5v$pM66m<hu$?Kn=0s_q1yDCaLChg{eFs=~xermEt3-n-V?&|0h3+RKGP +zVQZ!Sp66|_*8ULrhQ99~RaH}|xbZyibmTnl`~E&vopG7&H3{GM4_Ir*t+nd={;7(R +zu-3jGi4Xa{|IBQKlji&W7HjQr6!XY*9Ep)zRrNG5AtKvd*S(M=d!E-KBCWtCV0i@R +zfL>MYN~hE3rb|LqzXhsBMn>9JuU`G-T?s_HeE>*{$bQ##KaP{~`TR;_%%{NS`%L;` +z5CpGeGMRxy;s-^f6UcRRbgVsd=FA^c60p|31-u7bc3pS9h-jH$t=$ZCbLZUO&qjb9 +z_4W0=WgyxUmw~mTqoePvTD9s!pa@`8)d5}y5Ro_H;`w}j<t)XCxZSy2?(y5R6j4=u +z6QHK1W`9FN!;<pkO`%ZONU6y5yRLga9?2N<$t=ao_ORnPpT&V_e_R2Uoj7q~4X_AG +zzrc=&b2jead0q>!We(zH+nmqmx5WWf{TiULv9Tqdz*7KW7*5&2BJ$!q!~rnIv?ib) +zfK)2A4luw%BO)uJ!CZp8alQ#~_o>MOM3))BLIczQELgC>Cdg^#Z_DE^)z#Hr^!1@K +zbh|u?$gE3l1s29%9LGtP<0=D;0^GWF%S{Y=%-^QOC>D!ljlZH#F(PseKtvu*IQKGt +z`#%06A`JklI#|Yxs`ddGW18dS=w6tY8DqK<F<St}$Hy;~AwzWjRdrXKoKC0Dsp@z0 +z(7#w$S2x99M4kue@9*!4ph@GpZXa+1XiPR9j^peF{+xsOa1aE0<ACRR&A>|F`kp;| +zeu>}-BO-yS9s>x&@L0TYsH>~{9oPj7&qf^BnaO0Xl>t>15jhGlHa6BdG&EE`9Yqrf +zcTy@uPZkP=eer1Z_4U0$5HtZ7DiA*(1i||FO$cDEJqWA?vhD5dUqo;SjK>?27gV(i +zm=uv`lNS>}KA+zfmDf!`CW3Q7uQBFya?Jq>g~HY_48H-Yvf1p*O-)VZl0OFgJB4hm +zJrcD~!@lp&=OVf-UT(<-1_q7-ZuC6DbRD^>8sGO%m77w}^A66jDK(zwy=JYQu-0lW +zm+M-(bZI)4Kx!uEWLy4gp-_0PQgP4onys}zmD}>c!NKDR@dxAld(N)EzyGD0nwk%| +zv(^Ku+70xGNUo}?Di1I@Ihg@6s@g0fJAuZCpUq~oZ^zag;3jv<@XQGS?B2b*_VD4u +zuP$D^_yDl%ezTA4`q<dmNA2zHpZE3kjmPkRfWMREO4c`3TU-0k$&)A7tXQ#Pdn%P$ +zH{GApVzGGX>eZ_~ZEbBo$IdxGKxxMprwd-`1`|px)FMiqOeGdln)QEx-itJs9$;bg +pR0CD97z#`R6O?8<KCO4c{s;IbY{h1~hvEPL002ovPDHLkV1g1Ul@tH~ + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked.png b/Breeze-gtk/gtk-3.0/assets/radio-checked.png +deleted file mode 100755 +index bfb029f3818c0a32f55091586307d1e04a930a54..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 714 +zcmV;*0yX`KP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!K+iK~y-6eUm**lVKEvpZoT!KryC~pR#n2Ne36YVA7TWSseh0 +z*1-);QHYZ!E;TO1#W-M$P7Z_+TO=|uxX{K*0t2H7(L@6BmGYBlQt0<{9VihD^h|GZ +z&$;h8x%Udkkx`SpYTr^Zw?Sh-D^M1dCExf{g_X!O8S#%x<meI4*_~p@s`AIEPIy)z +zzjsh7Um((ES#APk1PG~evoH|(exgA<XLpK_2cGBqBX2kZ@tmC&;i*^}U%1in1HdAq +zMocM-9*Sdg8=;UJc!H7wqQDw3>AKbN!a(G8JZFQWSz^Q8EWdRmncGaM$h~}jq$f7F +z5o&e<pB1`KF;H~fYHx8UT1m{<1?Tt9yRUbzyf-SOL}UUW<OZIcAqKb>44iumprR92 +zb9fMFG$37`kpe)?_L)$)1K>H<f*8{UG#Q{}@1Rt!aiaAaAcytv`Q0+m0t5}P9d2lE +ztx?wMHh`Z1mCD67U>h(-RF;hAC2NGqx)J2C?u*-_uDcBQ#y9>{ZAoz5>Nrq5UCkHI +zslGr}R7pE~_AKC-!b)Ts2*q=Dx;PZAxNfyqlxHZbKow<Gg^cS}uNQ}+mBj4U2;w&^ +zj`ht0`@rEQCT8sQc+O7Oi;(zOdXSj0*DsI0I=Yj8w~+j_c}ZRQ0PL&igyjeGTi#}= +zEzr^K<0KUsLHveNK70S$%ZF<~8Sv!97qQ`B_voXP)f^tI&AAmQtM4y6JHKWZ$NJ`} +wY##u-fOo>de`o}nfFNK1A8=}!E60g{0rxWbliZ9D*Z=?k07*qoM6N<$f@iZlTmS$7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-checked@2.png b/Breeze-gtk/gtk-3.0/assets/radio-checked@2.png +deleted file mode 100755 +index fe837339950a2aa2ac9cf7a44146c3ba8729f585..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1491 +zcmV;^1uXiBP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yD&uK~z|UrI%}LR8<hie{=5EDpj$@-O|)*0Il&$Lr_t)yZE5^ +zO-c((Fh&W%2MF=;1vNez4I(7?NHvnEpER1bblVy~NNR+3u}aja#6S?lq$}Fp)$*`X +z*vA<^?A>y=)OJfJ*<{cE%*=o0+_`h+3Ps3@Hg)1o@(vYUDsa2P9H89YJ}z+73ST)Q +z-GP+9zdbD3V*CQgM4JoSVwaToN}o{lX~18k&jiBuOgh!_b+~%uf&&P3Cc>z`u2AJd +zhXlG*w8zQ%j$L$FCI*oD$5)+oGF75duh0P8kW<$fYMzcZ1$Is?096S^5-+LnA|N9A +z9m=M@##vuZmJL9tD}K9LwgGnlDzL3@f8aTq#ZDeTvzofv_$Pvdfi%Js(T2bdM6?+4 +zf+RYV>lJ+iC_$t(`jh|u@q#ekMO|%tvr9gtVwXghRlGZ8asUzSYYe<&)ZPmmM|EYe +zHu=i9s`)>m&O}&MTY<ESU9xvs<({$1iz4xQi-bXgC|3ihXiSi(Ds6k4D!w?+rsL1M +zte9PZFEc#!z}FAn`0;rG<f{Fm!wOXh>!Zsm-YqzpNU}z-?*XBSQ`cUx=Hb5Ofx})j +z*qPXXY71!W@EaR%8jQ9l^LqxsS5o?9uG;0>XhUF!*ErOX2nqI^$;km^ks95%s4Efl +zqR|HbJHYoK)w3Ucbscc=XaFnP)Is$r0HfJW-e+DHN!F-n7w4KzF;Z@=cHP;Xxb9qB +zqN+Rt;LNyu{fw)wEyq25GwA!P4)B8<>}{&tUFb`9Op!b<S7x*NffsP=<B&i_&8GL~ +z17!dP>{0;5c6$vLMdI~>-gN=wc?ktO2k#k!eF`w6x~6_K0D*-7A{10`R%PWh$N>;5 +zVei^N4}eorx*)ft)F{jaP<3Jj#-er84Zw;P6mG^b0{|*A$AwA_FcZL+(Lcu6S20Zy +z<ZAD_<g6ac;ari2Mmu4;R3^L`FHj0v@5rT&8ME&*z)1kfQaNVx*!20Oz=tnwD*+Tv +z<P{8X1OT<yj4_T*mtN66@7l5US^!b~HIEq;`T>lvxWG7fFHB1e+E(b3dH|a`vo8-B +zN2EI!Esb7fw{a9T1B@@)JI)MoAHeBjhkD#~#spISejou{ABqg#?bQ~at_A+O0QMor +zF>Ad*T}ON|P@@q4;f4G6yKvgHhb4=!-KE@4vyN73-+i-wGe#PLp{bA?BMp0&29As( +zsv^Q`0CxCf3nPE$-;Of|Ad^nDfW{Q&g=&-Qyxw{n0#UJY8_1r?m=)RWIC5)mL!h95 +zgOTJ0;3kBD16x*q<iZw6jlTQAj>K|A+klKwd++%d69hX4?-46u6$ye?=TM1>Y827d +z@#e-*Wbkf9J_mdw@qvfFTX##o<(~rnEoeT$NMbYSbHH(<wrRW|rXnu+PM|z{_Vm{N +zRkPo6x3WMI(1Oks-S2+^kyfDGirM8(GE?u6&1!-jiH(Zv0?IX;ZSP-mbBjmg6rfPV +zSg!Ch=(BqpXMI)-cU?z(u?Sm%`GDH9r{DZ)&CT0Ag*OcRlh^;>>=u6b%PL>l<y%4A +zXU$=t%RrA<Cx*4Z16W_C8gZ&sSxoN3<a*chz{udh^PXo8Fv7VuJaGU3vw|!9vme>~ +zm{T_Mae;~=4giI?9X|Q?fi0^)JaMo;<=HC8yr=+NxtKEl74u$hoj;>$?h>b@bb*S@ +z5qDHmI4-J3ZTjrKe+Lfr{P@zUpFGD6xq>?doEgt~u>~gNMyN8ze9TNBmR#1SaSLub +t0eGd<{gnVdj}HYhK$={(sd25x$bX(SA&RBn5bFQ{002ovPDHLkV1ia7zi9vf + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-active-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-active-dark.png +deleted file mode 100755 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-active-dark@2.png +deleted file mode 100755 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-active.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-active.png +deleted file mode 100755 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-active@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-active@2.png +deleted file mode 100755 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark.png +deleted file mode 100755 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png +deleted file mode 100755 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png +deleted file mode 100755 +index 3c988d5ea9bbc546140bf8024977fc52f65ac819..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 593 +zcmV-X0<QguP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10nSN8K~y-6jgzr%qd*iz?_kD^f#4NLK`9(|*<vGERQwOWg#0ml +z1_cF`C0rOIhzJfMn6+a<iZzjg6gH<C&AfZBX5Ku40h`U{had=Z05d|!r0cpCK*Jb& +zR#mke){}k_hT&9ElzU2PTi11Anr024^?jc=O;fC@N@I+XJkPhw<?{5&B@Dx9k|Yn? +z?N%KoTvL{%nk30X7>3h+j{^WjQSRHeeOxRS#hAf-J})FmdgM6nCxFSvozpb^H6|RA +zWtr)^?i~Pdf*{Q6x*km)LMeT+Eb9gU;{nV})7<sWUDt_U2?-$wUDu;1iVlWh@Bn5U +zA!Gue1%NT}^|@`^XF(7+0F=A*dD170861zt0|5BG&sSB|0pNH5&3?a^0F=6}N8fn^ +zP1B_HdVK=$#xcg8tE$qzBkU1HQT06U2;da}kY(BLvMfhGQBNGlS`Y+(0NeqXaR89# +z`L?d>+y9xwajZ2>qdSiCa!GGK%>rZ0kY%~0ls-jKbg*sv?E5~iX__R8qMD{DbsXm< +z2!b<!96(D3ArseiZ!OEZF${y3WtkL3f!%I*@;vXjTCH9$$$MN{KQ!oJ0A>Iv{>{tV +fMfev$b6xljd}GRV9$AL~00000NkvXXu0mjf&^q>A + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index ab0873bcbb2795ab134925b3196e8069491c8825..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1280 +zcmV+b1^@bqP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11bs<FK~z|UwO7q<(@GTn&W!CQc56#<(uAL)ivV>|)VDxLL9pWm +zcnem|o=w^2Ay6eMUV>#;SE3Y^5<6`INt3vVotbkNwXfXL=7!$%lf3XbGw1uxczn(b +zVGb}ewcBl52(iM<wo=L>BANP>lrkowC<ubV=H_NZL_AMi01&gBjYdNRK~M>TU>(3i +zt#z51Z6Sm~DTELPGuvA0a<y807zDw3tJNwu8jYE;GthO8{r!E<b={g$$^-x*#Dtko +zJDtwRvaICs<HrdAeEIUljN{lWm&*<jxmxQb08mOLg+d|legE{21%zR^3Sbogi0F)& +z!&<F2nkS=Ht7S_mYs_q?^G~YPYI|-0KYsjJlTv!j%+u*KSX*2BIS=t=^!xo%6h(K4 +zh?G+Od-v{rziQlt@6>L$t5Ql&Ypsar+fB&<!1KJHMD$H-t)!IR!NEaorhxtZeUF(d +z%*;ZF!+Do{7HYNHNC<Jr%v>xM%iG)A)hh)w8V%vPZVdpY(`m2>^1KM8R0sgio;~wR +zrIP#Gpdbh;VHiF=JUo1~DB{a#x7&}xFns#%-MfbX3YlFnGcmId0G4Hiw<Umx+5k|m +z*KNmfJfuH>NGqI?B*|ovOMe-wtE)pH#KiY~dj9;m3BUmWF&>Xy0I)1;X2DnlMx)UH +z0A9U%wUh}kip64)nbGNVE@Xdla<T&8ZdM8Z6iTVYvaD96QW<16$8m;Q>+;6NhJo`R +zU`Z&YEC8@9E6E3l<M_tp03f9_<2b&XxApt|1ORN?Hd51)$hulq+w%c#N`768jALbG +zC9A;ZTpjBcVF+ecz<F28dz4bi)pO>@<ro>qWHQmIiG-9g1_00VE(owJtMz|GD5a9Y +zV9?6jGLBxar!t#CL=iLF%<KRdW{!0C{(Vyc*I*d{_V)I?DDFaUrgNxTJ<U4<0@ +z*xlWY)AuPcGX+7gE`%@u9NbnlJU%{N)>{8H7!352Cr^H*=8;GbkR1R>lH|^9kOKfS +zR{>yWXXh+u9t!|yHk&_{Qi*Arg?_(ZS~U65(UH&0#csE&x3;#%saXSvv-5y16bb<V +zL{W4n3`1v8<Y5>(Qpy?tG@H#~6h)b92;@#gzVDwB(FqZe*80IBM1*1JXssU*5q<pl +zarFNE`)v0s01@yXhf<|fc>n(W?oG&#j*fgOWsQjF^XJc#moHxqbM9XN##agefUjS_ +zR&Cp^0Dur;OhoN`SDS_7<Kty!t}=5G06u;C6uo)#Ccp890RD}2?Zsq!d%Ie%*GsPJ +zN&uKnr*V=br;g(c`~Cifi;3rX=4dopHcitt48sC|ZnvwO&E_z->;P~EpqJ;lRsaB$ +zN+tL0+qZtbUblVUpE)+eU@*`-J3D7vTU+DYhWjn^xdfyr0B~Qwer>*Z@uIM?v0>P@ +zZDcKVGMVUJuc!9*_LAM*-T1?Y59-o<1>h9vH@}I1Y@Cxm^R{q}^Q<EP*WQ-r6_CeL +q`j`NWTnq*<1(4u8+xW`am+%kAnkGH)Km1Ps0000<MNUMnLSTY2$yo#d + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png +deleted file mode 100755 +index 9340faace6567ae42540bce6e99b815067eb5fa7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~y-6m6O40Q$ZAlzcV+%Mo1b+Yv8(SA3=9o>q{tTHw71$ +zk~VMRCW|~n6{Uzifwo;Gb#>Qn%*^CUx(E@BT<#nfCNu>};=h{3`M+}p{$E&-sv7V8 +z3srq7A`gKrU?d{_5W;C3$8SX>EP7=A$g*s=D2n&MPgU&}MR7ivOh&a@ZQB_0L`05( +zyHON9Z#J9X79nI=w(GsO&bcF&$a~-N-rM1DxO3}l=iJv-=0%9L_9{t|G62rG1Lxf5 +zb<A@)=PuGTJp?eofrxbf2cW9mdcFP(*eC%H@;pyw<V)bu67OXk$9o}!FQroHHBd1? +zV=|eHW&_L20FMEt)9FZ68$j6r*VSruYrbIx-~ymhscehLHDF32(vPBOA9xeT@!kpm +z0LGZ7d7fVZ!GsV_XCYZjswzM$%d!tZKF`6G_rA3bz*>7^t?f4&jr%|axJlwFh_&{_ +zdv80P&b%i#T^J6BJ0XO3z*JScs(L;ikAG}#Zr(G->;uQDdgtuy?5N#te+NcDace`8 +zB;_<s4+n$6r&%|Cd++UFF!<Q(^<K@+-U6bzNBFlkX8$YmH?0B4fhq87aqtgg1L#Ru +S>gJ{Z0000<MNUMnLSTYL75Sn7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png +deleted file mode 100755 +index 591314b280be79cb45c6f9b0eeb64bc9c5e1bad5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1167 +zcmV;A1aSL_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Pn<;K~z|UwU<w5Ty+q~Kl66eY^i2jN|Z-j1BT#L6iQkT+LCyw +z*dnH&)Jrb4wjvfp1rebX>!H2WgPt`|#Y5{s3h}6+_0K`1t~SQQzP$Op3aPq^-ENaN +z9`?8C>vP*~lJyJAzMYxhd}rS8H}jhnx`3G#oO6!?d(3Qyh&%vn@#^2r>{k)_3OE~v +z;jD-(cjFg8Zl{c*Xk(#Jco{eX40h@BH#0ktrs=6lrE+!60XXOOnb}ET$cug!ku%H7 +z%QHa`#6b{50BM?5(li|^6bch&wikG?9lwYi3B&NyE(34D%p{KEw^cP&Ra4b(k|f#H +z?fN*5cc|)@er@WUJ8ot{x8y+_#~=H}P3PP}GrR3J-6{#^+#ywMs;W8XPIncAs=njN +z7oBsDua-Cu=iE+Jz2bcyyOZ(0Oy=t*&jry`)%4=Ui_dj5ilS(vsxJ7~b+A|DZNzbW +z*e6$;oSgh`HL2<w-r(!C?D?HwW}>R!s;X71)wh6BTNjvF0eA&KL|zjS>vaGkVrKR_ +zK)GCgad>!m3+)!*oO{e?|6{L-^H9~FRMpO%JGUFS3tDerkJq35zXLF{&j3b8M<;+y +z07Wy~E+V99`bE~*Ik(%)KHx?tTrCzv<UkmPpJ!w<z^kQFX&Vp#{eg&#cx9A}_WgB` +z1Kj6*WKjd~ml;5R0F(hXY}lZA2kRhjqmup6*Vh;O$IWfgN_!NMo|j)9g+d|Uj*9{C +zC&0C9*TS4~p$D8dZEK^^XmkAGza<cnUjRhp{;aWx99U-%k@u1HISgQC^KDtt%w~b@ +zK@f}sE0y3+?@fESUYOa0h|p{{FSJDgzW&YZ>0Xj`f`~i?P_0&Hyl4qCE2!#aRkhU& +z9;-zh$K$@^CR?{|9RfmNAP|vdGdls0rs;{Ur<Ya0%tS<v1JvvFQ;Um>saG`uPkf5j +ziG3(ZlAd43s(KiB1gK3-O?~9WDbQRoa?U;D=fI|OZfCE^lO);I9!SogKmR<fS0Cc< +zf_$XM{61ajMG&6+imKY&+}!aD`8{-+$jvNp&Yf<LW^o)JUgJ<2#BuzRs$N%Bi=yb0 +z%)txE3?!Wv=g0CNk|cSuTXKKeziW@>^Yim3bL4kt?QfY~wOW0)TrR)Mjb=1wW@msI +z5s8Y$;sU_Z(ozMenAy09>;*=>eXUljy*V~Emc8b$a-$93J^+Bp$;rW^M~}WRFfeck +zxc5%kdt9#9>+elXO?@~!JKN02{|5fb8+Wt6rNP0$&C}D<508wDJW(o@wsrb*+GsQ` +zT)K2=X8->E-)HI^U>T?bjZV(HJzzqsY&OxFWV%60E9-xNTMoKwnF0F!rw=G*d>F6< +hT&I<7v*YR<{smh(Ws7at(%Jw3002ovPDHLkV1h4xF;4&h + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop.png +deleted file mode 100755 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-backdrop@2.png +deleted file mode 100755 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-dark.png +deleted file mode 100755 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-dark@2.png +deleted file mode 100755 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover-dark.png +deleted file mode 100755 +index 06ad8c0ff973328d23dafa0757353fa200bce232..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 617 +zcmV-v0+#)WP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10p>|WK~y-6m6JVBQ*ju@f6u@7rf&%)^5&{vz|iWVwSEamY!l*E +z$*q0>f<qH=V>2!6CIYbolaa}2Au-yL_yuHeP^86PVra?jy^lkSsU)>{re}D5=bYsT +z11hST>H5iige;H(CV>V}Q(@z1c5JIC5)3kOew078u4AME{8F?Oh+Ult#~MwqJw@Q% +zRiz*h(?I8)TjO8;GU&rqM4vjz@pXo%RC65>mVHapk8g}00GOhx!ANBk3{be4D68_! +zcvMpPyxpr_b8~C;*1La!7ggSOcURvYJOD5VIiU1E1`4G}JTV7EEFjqxI}cE<yL-Ux +zp`@_qBok?4?DraC6^I&OVkR7G^k0U<z34jtUOd_WCIH(2&BL?P$@7E}?RNn<J)Q!Z +zfU$s@MK=R%I>|(OgaH6{*ShEXUL6RG3LB~vE&~Fnswg;a<8T}B%+c)FmO!jjbDhf= +ztnZ%`R5iS^kl6t`rYI6<pz|Uuk1|=SyN?u>KE8hWu-$B)0qs9qc>cL{E!34)2pxrz +zAL>@GT33F2?;cNEo|Qo;sA~Abo6W@+PZqz@8<{VI38{SE&SsZ#k$7UxghEOBYgFH_ +zw;JEJR~9lm{p6p34+Cqwpa>8JY`_2k-~k<=J^1(=61K-F0?4Mk00000NkvXXu0mjf +DJqiS8 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover-dark@2.png +deleted file mode 100755 +index 52f78786008bfb595d5606e6ad63e05242a2991b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|UwU=*b)O8%kU!U)GZFAjii%m0IlK*;8LENd}%m<EX +zNZ`a^QS?CRf%{`E4`eA;tB6#ZN^6@zJu(WHkwyeEQJ*xBwi`uYk{WDIaHzYxt=(<6 +z{XRYT{ciqltnId)Z#ekf=llJA-tW)%`~H6JdqNs$Z`Z7WRl^&NWmO`S0V{waXLt~} +zsiMD%nsdcByq#55GLcSR0GVm<Sf}RYJrb!`kswf#X3hacnnp*x&A~E>&09cQceqO7 +z7|1dwbPbiWma#fKmg$drM*0AJiAALeV=Xh5*@EZ};2CFrpNa<S{Do)cBtTWAH5C0o +z;C(<8x(wP-6DYhmTQvYJJ<&2zJ&LjsP*jc%1iS|uMXXr`G^(1CQ1m;2Dj*@M_0@rb +zlOm$&kh_a$3q@;z<A4V^J>d7fKAi~T{!-F2^oc+f!hNx<tu<>4+vZ9RAR<~DC}>f& +zUcxr%tBXTJA5S|s`C#w4oCXqNSzBw?6<wYy@pNeE8r&>m&I8&1M()0`zkKDl?r{UQ +z+ik;vsMcqS9H4G((ItT(Ao&Hwhc|88opPECK<*=vcO19>RvjofnJMxls{Otepc^Qy +zZ1|`K$ek3>-mY1Q>;q7>8s@X-vq3}@(RTsze7@S^;^jp++i&i!8h#PG$y}{lTXZSY +z<Vn=}3oiiIL|O9Y@l$>vAHaxOl>jPo?qQKXfc^yV#L6{Wk^-_7HUKEr1^3j}uE@)X +ze(CCjbAqVc64gD`>k58J#*9UWW!RtX$z6}_zZ?Usv`0-}N&@8Me8~Y+^hwK*VrUD~ +z3qY2va6&l-C;$*o{PxrY^CfqoG$rSvct3zBg-*yb*$Hz8WyW8|OkiRt%S;Jn8z2G@ +zdo*XMdqh-jWq>nfTeGt~O94~}CuxkrbpT^oPo)abJqr}khp@*TP_dTV57v!IQHXY; +zvH{Cf0Fx)dac{~VE)*hc0T>@0y^_>qM2&s^MR#VBY+9&n2e^InuMQ_NZi;VsJAnaU +zbz671{9$pohQbvHYgD-NdHpMYIN^k;s*(vsngCR#sZn*RQx^<X6;uub#3PaB*u8tn +zi%Hx7jE;Jnu}$;B;!w0E(*oLhqI-b=(EC+z*Edes0>%tLuuNhq8Uz$L-qJO=Ib-DA +z;c}EFK=1eW9=h6dam*PS2G^C$zP-w)fJemqkO>iO-QjXY&H$d#_{h;i+n-OKvI$@$ +zMF7Bn-}@eL8YmJm=i9m?dsTJL9kNl?w1y&YDRLetniwDd{^0iKnq5<(*sDGJwH)+M +z!5pXw_<l}@yfqZA5S1eeen7`!u@eU>pKWp(Zx|R#&i~))KD+$SYm2;(9pOPU`Wy7D +zvFH#nedBp?yGzFNO3{f@5h_4-0IQw(z4!Zj54n~dAO@3dcxC|ro3`yP+0pP}b*`_V +zPLw6H*AFV(iA5q`d>!0%%4Im1Qh8be9OUMgloY;w;z$4EPp{gV?a5tFmaGu9|D38Y +z$b{ZZB;r@@T))<FV&Bf+UCRx&;i5o%y5#8^Ot7y|`AjkH46v}P9>Fo(LIk*x<9s|o +nwkwAM<3Iwt+OcWho`U}XzkSgw7k(T900000NkvXXu0mjfLuzGy + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover.png +deleted file mode 100755 +index 06ad8c0ff973328d23dafa0757353fa200bce232..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 617 +zcmV-v0+#)WP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10p>|WK~y-6m6JVBQ*ju@f6u@7rf&%)^5&{vz|iWVwSEamY!l*E +z$*q0>f<qH=V>2!6CIYbolaa}2Au-yL_yuHeP^86PVra?jy^lkSsU)>{re}D5=bYsT +z11hST>H5iige;H(CV>V}Q(@z1c5JIC5)3kOew078u4AME{8F?Oh+Ult#~MwqJw@Q% +zRiz*h(?I8)TjO8;GU&rqM4vjz@pXo%RC65>mVHapk8g}00GOhx!ANBk3{be4D68_! +zcvMpPyxpr_b8~C;*1La!7ggSOcURvYJOD5VIiU1E1`4G}JTV7EEFjqxI}cE<yL-Ux +zp`@_qBok?4?DraC6^I&OVkR7G^k0U<z34jtUOd_WCIH(2&BL?P$@7E}?RNn<J)Q!Z +zfU$s@MK=R%I>|(OgaH6{*ShEXUL6RG3LB~vE&~Fnswg;a<8T}B%+c)FmO!jjbDhf= +ztnZ%`R5iS^kl6t`rYI6<pz|Uuk1|=SyN?u>KE8hWu-$B)0qs9qc>cL{E!34)2pxrz +zAL>@GT33F2?;cNEo|Qo;sA~Abo6W@+PZqz@8<{VI38{SE&SsZ#k$7UxghEOBYgFH_ +zw;JEJR~9lm{p6p34+Cqwpa>8JY`_2k-~k<=J^1(=61K-F0?4Mk00000NkvXXu0mjf +DJqiS8 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-hover@2.png +deleted file mode 100755 +index 52f78786008bfb595d5606e6ad63e05242a2991b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|UwU=*b)O8%kU!U)GZFAjii%m0IlK*;8LENd}%m<EX +zNZ`a^QS?CRf%{`E4`eA;tB6#ZN^6@zJu(WHkwyeEQJ*xBwi`uYk{WDIaHzYxt=(<6 +z{XRYT{ciqltnId)Z#ekf=llJA-tW)%`~H6JdqNs$Z`Z7WRl^&NWmO`S0V{waXLt~} +zsiMD%nsdcByq#55GLcSR0GVm<Sf}RYJrb!`kswf#X3hacnnp*x&A~E>&09cQceqO7 +z7|1dwbPbiWma#fKmg$drM*0AJiAALeV=Xh5*@EZ};2CFrpNa<S{Do)cBtTWAH5C0o +z;C(<8x(wP-6DYhmTQvYJJ<&2zJ&LjsP*jc%1iS|uMXXr`G^(1CQ1m;2Dj*@M_0@rb +zlOm$&kh_a$3q@;z<A4V^J>d7fKAi~T{!-F2^oc+f!hNx<tu<>4+vZ9RAR<~DC}>f& +zUcxr%tBXTJA5S|s`C#w4oCXqNSzBw?6<wYy@pNeE8r&>m&I8&1M()0`zkKDl?r{UQ +z+ik;vsMcqS9H4G((ItT(Ao&Hwhc|88opPECK<*=vcO19>RvjofnJMxls{Otepc^Qy +zZ1|`K$ek3>-mY1Q>;q7>8s@X-vq3}@(RTsze7@S^;^jp++i&i!8h#PG$y}{lTXZSY +z<Vn=}3oiiIL|O9Y@l$>vAHaxOl>jPo?qQKXfc^yV#L6{Wk^-_7HUKEr1^3j}uE@)X +ze(CCjbAqVc64gD`>k58J#*9UWW!RtX$z6}_zZ?Usv`0-}N&@8Me8~Y+^hwK*VrUD~ +z3qY2va6&l-C;$*o{PxrY^CfqoG$rSvct3zBg-*yb*$Hz8WyW8|OkiRt%S;Jn8z2G@ +zdo*XMdqh-jWq>nfTeGt~O94~}CuxkrbpT^oPo)abJqr}khp@*TP_dTV57v!IQHXY; +zvH{Cf0Fx)dac{~VE)*hc0T>@0y^_>qM2&s^MR#VBY+9&n2e^InuMQ_NZi;VsJAnaU +zbz671{9$pohQbvHYgD-NdHpMYIN^k;s*(vsngCR#sZn*RQx^<X6;uub#3PaB*u8tn +zi%Hx7jE;Jnu}$;B;!w0E(*oLhqI-b=(EC+z*Edes0>%tLuuNhq8Uz$L-qJO=Ib-DA +z;c}EFK=1eW9=h6dam*PS2G^C$zP-w)fJemqkO>iO-QjXY&H$d#_{h;i+n-OKvI$@$ +zMF7Bn-}@eL8YmJm=i9m?dsTJL9kNl?w1y&YDRLetniwDd{^0iKnq5<(*sDGJwH)+M +z!5pXw_<l}@yfqZA5S1eeen7`!u@eU>pKWp(Zx|R#&i~))KD+$SYm2;(9pOPU`Wy7D +zvFH#nedBp?yGzFNO3{f@5h_4-0IQw(z4!Zj54n~dAO@3dcxC|ro3`yP+0pP}b*`_V +zPLw6H*AFV(iA5q`d>!0%%4Im1Qh8be9OUMgloY;w;z$4EPp{gV?a5tFmaGu9|D38Y +z$b{ZZB;r@@T))<FV&Bf+UCRx&;i5o%y5#8^Ot7y|`AjkH46v}P9>Fo(LIk*x<9s|o +nwkwAM<3Iwt+OcWho`U}XzkSgw7k(T900000NkvXXu0mjfLuzGy + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark.png +deleted file mode 100755 +index 3c988d5ea9bbc546140bf8024977fc52f65ac819..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 593 +zcmV-X0<QguP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10nSN8K~y-6jgzr%qd*iz?_kD^f#4NLK`9(|*<vGERQwOWg#0ml +z1_cF`C0rOIhzJfMn6+a<iZzjg6gH<C&AfZBX5Ku40h`U{had=Z05d|!r0cpCK*Jb& +zR#mke){}k_hT&9ElzU2PTi11Anr024^?jc=O;fC@N@I+XJkPhw<?{5&B@Dx9k|Yn? +z?N%KoTvL{%nk30X7>3h+j{^WjQSRHeeOxRS#hAf-J})FmdgM6nCxFSvozpb^H6|RA +zWtr)^?i~Pdf*{Q6x*km)LMeT+Eb9gU;{nV})7<sWUDt_U2?-$wUDu;1iVlWh@Bn5U +zA!Gue1%NT}^|@`^XF(7+0F=A*dD170861zt0|5BG&sSB|0pNH5&3?a^0F=6}N8fn^ +zP1B_HdVK=$#xcg8tE$qzBkU1HQT06U2;da}kY(BLvMfhGQBNGlS`Y+(0NeqXaR89# +z`L?d>+y9xwajZ2>qdSiCa!GGK%>rZ0kY%~0ls-jKbg*sv?E5~iX__R8qMD{DbsXm< +z2!b<!96(D3ArseiZ!OEZF${y3WtkL3f!%I*@;vXjTCH9$$$MN{KQ!oJ0A>Iv{>{tV +fMfev$b6xljd}GRV9$AL~00000NkvXXu0mjf&^q>A + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png +deleted file mode 100755 +index ab0873bcbb2795ab134925b3196e8069491c8825..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1280 +zcmV+b1^@bqP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11bs<FK~z|UwO7q<(@GTn&W!CQc56#<(uAL)ivV>|)VDxLL9pWm +zcnem|o=w^2Ay6eMUV>#;SE3Y^5<6`INt3vVotbkNwXfXL=7!$%lf3XbGw1uxczn(b +zVGb}ewcBl52(iM<wo=L>BANP>lrkowC<ubV=H_NZL_AMi01&gBjYdNRK~M>TU>(3i +zt#z51Z6Sm~DTELPGuvA0a<y807zDw3tJNwu8jYE;GthO8{r!E<b={g$$^-x*#Dtko +zJDtwRvaICs<HrdAeEIUljN{lWm&*<jxmxQb08mOLg+d|legE{21%zR^3Sbogi0F)& +z!&<F2nkS=Ht7S_mYs_q?^G~YPYI|-0KYsjJlTv!j%+u*KSX*2BIS=t=^!xo%6h(K4 +zh?G+Od-v{rziQlt@6>L$t5Ql&Ypsar+fB&<!1KJHMD$H-t)!IR!NEaorhxtZeUF(d +z%*;ZF!+Do{7HYNHNC<Jr%v>xM%iG)A)hh)w8V%vPZVdpY(`m2>^1KM8R0sgio;~wR +zrIP#Gpdbh;VHiF=JUo1~DB{a#x7&}xFns#%-MfbX3YlFnGcmId0G4Hiw<Umx+5k|m +z*KNmfJfuH>NGqI?B*|ovOMe-wtE)pH#KiY~dj9;m3BUmWF&>Xy0I)1;X2DnlMx)UH +z0A9U%wUh}kip64)nbGNVE@Xdla<T&8ZdM8Z6iTVYvaD96QW<16$8m;Q>+;6NhJo`R +zU`Z&YEC8@9E6E3l<M_tp03f9_<2b&XxApt|1ORN?Hd51)$hulq+w%c#N`768jALbG +zC9A;ZTpjBcVF+ecz<F28dz4bi)pO>@<ro>qWHQmIiG-9g1_00VE(owJtMz|GD5a9Y +zV9?6jGLBxar!t#CL=iLF%<KRdW{!0C{(Vyc*I*d{_V)I?DDFaUrgNxTJ<U4<0@ +z*xlWY)AuPcGX+7gE`%@u9NbnlJU%{N)>{8H7!352Cr^H*=8;GbkR1R>lH|^9kOKfS +zR{>yWXXh+u9t!|yHk&_{Qi*Arg?_(ZS~U65(UH&0#csE&x3;#%saXSvv-5y16bb<V +zL{W4n3`1v8<Y5>(Qpy?tG@H#~6h)b92;@#gzVDwB(FqZe*80IBM1*1JXssU*5q<pl +zarFNE`)v0s01@yXhf<|fc>n(W?oG&#j*fgOWsQjF^XJc#moHxqbM9XN##agefUjS_ +zR&Cp^0Dur;OhoN`SDS_7<Kty!t}=5G06u;C6uo)#Ccp890RD}2?Zsq!d%Ie%*GsPJ +zN&uKnr*V=br;g(c`~Cifi;3rX=4dopHcitt48sC|ZnvwO&E_z->;P~EpqJ;lRsaB$ +zN+tL0+qZtbUblVUpE)+eU@*`-J3D7vTU+DYhWjn^xdfyr0B~Qwer>*Z@uIM?v0>P@ +zZDcKVGMVUJuc!9*_LAM*-T1?Y59-o<1>h9vH@}I1Y@Cxm^R{q}^Q<EP*WQ-r6_CeL +q`j`NWTnq*<1(4u8+xW`am+%kAnkGH)Km1Ps0000<MNUMnLSTY2$yo#d + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive.png +deleted file mode 100755 +index 9340faace6567ae42540bce6e99b815067eb5fa7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 580 +zcmV-K0=xZ*P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10l`T`K~y-6m6O40Q$ZAlzcV+%Mo1b+Yv8(SA3=9o>q{tTHw71$ +zk~VMRCW|~n6{Uzifwo;Gb#>Qn%*^CUx(E@BT<#nfCNu>};=h{3`M+}p{$E&-sv7V8 +z3srq7A`gKrU?d{_5W;C3$8SX>EP7=A$g*s=D2n&MPgU&}MR7ivOh&a@ZQB_0L`05( +zyHON9Z#J9X79nI=w(GsO&bcF&$a~-N-rM1DxO3}l=iJv-=0%9L_9{t|G62rG1Lxf5 +zb<A@)=PuGTJp?eofrxbf2cW9mdcFP(*eC%H@;pyw<V)bu67OXk$9o}!FQroHHBd1? +zV=|eHW&_L20FMEt)9FZ68$j6r*VSruYrbIx-~ymhscehLHDF32(vPBOA9xeT@!kpm +z0LGZ7d7fVZ!GsV_XCYZjswzM$%d!tZKF`6G_rA3bz*>7^t?f4&jr%|axJlwFh_&{_ +zdv80P&b%i#T^J6BJ0XO3z*JScs(L;ikAG}#Zr(G->;uQDdgtuy?5N#te+NcDace`8 +zB;_<s4+n$6r&%|Cd++UFF!<Q(^<K@+-U6bzNBFlkX8$YmH?0B4fhq87aqtgg1L#Ru +S>gJ{Z0000<MNUMnLSTYL75Sn7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed-insensitive@2.png +deleted file mode 100755 +index 591314b280be79cb45c6f9b0eeb64bc9c5e1bad5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1167 +zcmV;A1aSL_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Pn<;K~z|UwU<w5Ty+q~Kl66eY^i2jN|Z-j1BT#L6iQkT+LCyw +z*dnH&)Jrb4wjvfp1rebX>!H2WgPt`|#Y5{s3h}6+_0K`1t~SQQzP$Op3aPq^-ENaN +z9`?8C>vP*~lJyJAzMYxhd}rS8H}jhnx`3G#oO6!?d(3Qyh&%vn@#^2r>{k)_3OE~v +z;jD-(cjFg8Zl{c*Xk(#Jco{eX40h@BH#0ktrs=6lrE+!60XXOOnb}ET$cug!ku%H7 +z%QHa`#6b{50BM?5(li|^6bch&wikG?9lwYi3B&NyE(34D%p{KEw^cP&Ra4b(k|f#H +z?fN*5cc|)@er@WUJ8ot{x8y+_#~=H}P3PP}GrR3J-6{#^+#ywMs;W8XPIncAs=njN +z7oBsDua-Cu=iE+Jz2bcyyOZ(0Oy=t*&jry`)%4=Ui_dj5ilS(vsxJ7~b+A|DZNzbW +z*e6$;oSgh`HL2<w-r(!C?D?HwW}>R!s;X71)wh6BTNjvF0eA&KL|zjS>vaGkVrKR_ +zK)GCgad>!m3+)!*oO{e?|6{L-^H9~FRMpO%JGUFS3tDerkJq35zXLF{&j3b8M<;+y +z07Wy~E+V99`bE~*Ik(%)KHx?tTrCzv<UkmPpJ!w<z^kQFX&Vp#{eg&#cx9A}_WgB` +z1Kj6*WKjd~ml;5R0F(hXY}lZA2kRhjqmup6*Vh;O$IWfgN_!NMo|j)9g+d|Uj*9{C +zC&0C9*TS4~p$D8dZEK^^XmkAGza<cnUjRhp{;aWx99U-%k@u1HISgQC^KDtt%w~b@ +zK@f}sE0y3+?@fESUYOa0h|p{{FSJDgzW&YZ>0Xj`f`~i?P_0&Hyl4qCE2!#aRkhU& +z9;-zh$K$@^CR?{|9RfmNAP|vdGdls0rs;{Ur<Ya0%tS<v1JvvFQ;Um>saG`uPkf5j +ziG3(ZlAd43s(KiB1gK3-O?~9WDbQRoa?U;D=fI|OZfCE^lO);I9!SogKmR<fS0Cc< +zf_$XM{61ajMG&6+imKY&+}!aD`8{-+$jvNp&Yf<LW^o)JUgJ<2#BuzRs$N%Bi=yb0 +z%)txE3?!Wv=g0CNk|cSuTXKKeziW@>^Yim3bL4kt?QfY~wOW0)TrR)Mjb=1wW@msI +z5s8Y$;sU_Z(ozMenAy09>;*=>eXUljy*V~Emc8b$a-$93J^+Bp$;rW^M~}WRFfeck +zxc5%kdt9#9>+elXO?@~!JKN02{|5fb8+Wt6rNP0$&C}D<508wDJW(o@wsrb*+GsQ` +zT)K2=X8->E-)HI^U>T?bjZV(HJzzqsY&OxFWV%60E9-xNTMoKwnF0F!rw=G*d>F6< +hT&I<7v*YR<{smh(Ws7at(%Jw3002ovPDHLkV1h4xF;4&h + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed.png +deleted file mode 100755 +index 6e674cd431e08de83008efeac2d86412653cff44..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 615 +zcmV-t0+{`YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10pv+UK~y-6m6JV8Q&AX(pYL!R{)}maa#>|}fraR8omd?TB-+KT +znpP!_hNX#dGjXbMWkR&Y#*Iz6Wgvlp$++m?U~gNbgGt-m-t)N>Q%I!vOy6*x_g&5_ +z3{p^&x)Iz}G50_hfN7v9DhJls&FYc6MM3PKBBzH}4(7yAQsuW%Ek@3W-|E(zS8)@L +z(@TQnfeBSstIO`UGXY*Xm=nPVp8IL{4gbI^2RRYe#Zhnf&g^#pLqUxgO2cG;>azP< +zl@}UniG^$ofK<7bNp1(9FA~p_+zzUX8(;1N7!@)iQv9C)6)ifG@fBdq0hy1CWC4=p +zU=QKu1@4}ocD*Qcb{!{r35*+Hs@1JG0fxu`w*cZ-PMW|J5HrAWd~{~|v|&g<6`<X| +zmH>_c<A}<EiJ}zn)=#_MkN^Oz^lodfcL-Qxjos{jlFOkgs^r2}Pys?yJ#x2z39lUF +zF5@RFjXYvU_t%zofR3RcR+Uu|)`x{8Khz(g`mFKk-2>XkU7-DU3#pH_>)Mm|Ku1N3 +zj*a<^s8&ym%+6TClp=Y=j@JFs!>_L%{{WgmBxfoXva!V{PczPBd_|0zr@uzE_AvbQ +zv$DUow9{`s0U{V!<2lBFaUcd5zycxA0osEP{{Z#o#(P*rUU&ci002ovPDHLkV1iqn +B4+#JO + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-mixed@2.png b/Breeze-gtk/gtk-3.0/assets/radio-mixed@2.png +deleted file mode 100755 +index 8d0c7b28a995ab005d57f075609fa230432f32f4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1315 +zcmV+;1>E|HP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11fWSoK~z|UwU=#Zm1P*mf7kt-)3MFeLFa74PNJgGmmy}tbUUI< +z`w-;Z+CqsCKeRN%8iW;^qcC4!8Z616Z$>e7n??jO$=q}z8Ks0`FMilGcee6%ZSK6> +zS0B!E^x2s6%pL!5;M~`JJ=gz#-S>50&;1A)plZK5QKxsIiY^yepfCf-bEmHhT(ZJR +zN91rQ7VJ1sEy+yc0?25S#rwM+_xl1H6s-k<8OH2Es87UW4X3KZ0}m}A($Z6n>Mn(; +zuIZw{Ar)<PlD;dCJ(1`Fh~4&ulTKo)s4P_|2cAi}YZq#2+bcr{$0k5kBF#NpRQM1O +z5j}&lv8|%uhX-W?5IGcGpq8D$LO=y}ww()oK%LkJ3#e05QWX70kZK@~u%W#?v=<T0 +zgnUR6Exqd$-3|B=X>30mTs4vi;~kU~MYp=-*HrAX_7(Y`kC_}mMB6GtdyLu_fa|Ef +zQd-pe@rbVJKarN6YE^9n;wpC8i4}!Ej+uA_ENZ&C*orv<_!52BUOn~NvtN7X4Wz0a +z)m^Tn4cQ_GI9^$J43Szud=vAw7nD{FIZXz@=MTJ{s&@IQy*#uxTjXi9mk0L%KZAs) +z*L<=Tm~dA>)qZtQeFwm3a^pko`GX*$s=No_<V;$Z^W?NV-0e5rzJE%9AjpN|m4(N$ +zPVVAFW&Tl8y(EA3#xLgrxc~<2asb61epKWhd<&2hp1m|Jz$Z|wfCxvuo~2E_FN)YN +zJe_c?xGYv`+FlNQpEek1weYUv56n*u2^fW$0IE*ckjKUD9S1qUQ)=vxf=)Q56F@~~ +zxTb&sCIk2q`uFev;~;k-VeiO4s8;|4rld`GJ7GK^qrMrlfq{vR8D{bs;3j}1DI7L= +zdHj?*WLtf4TL_?V!!?Nk{!IDWr@hW%rDl90w9AUA@md^frvZrSUw1{R&>>2(5z64+ +zNpP!o$R3Utsw@Stu{)>JCgX@422iNTCfR-P5<vfzi>>ZBVM4KB2han|iZpjGc~s0L +zP0=!7wnFrm&8yD2=D0afElGs>)L81N)8UmmeyEBF+W~Cf%?1YkO<zpz7=T1P)&Sb2 +zFeg&fyEfbWrOmzTf#(o9&u?4(m20*@%mAFK4iBKF7EncZFKW8FI9ueA=I$kk)&n}w +z-MQ(;g^rjz)d!v{S?cyG+W@~6)07Pnk>>6tiW~&|$-(}eXVyNSK4nRue~18p_H)6_ +zh%^FuR?LyomY(&fj=e+HsVQyhc}tNaK%OR(2RhcwYw&p70u(a1mMi=Q`u>TEg6}fn +zE@_IEiLe8h3#c9J|McXVdG(&c>jQ45{qLJy@xI?z`f?}j@Vrp|01g>w73*|i?PUP# +zON0?8tV$WF50hDL<j#Ta&P|?W2N>X98y;N%KtX9$aQf?8-*9p#zbTNP!2+NVwS6}~ +zJHKu9K2O2Hu*@?O;9>%~!6|b-YMh%hb>=e1ADFKqGsOKkRk$vymu!6S^naZfTYufM +z@~mgMAysg<fIA}v&$PgV)D<e1VTC&iEUB#faSLud0=x*gKR@8}#84ms#7Siv8}aF3 +Z_#YDd$9$^P)_ec}002ovPDHLkV1oaZW!?Y) + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active-dark.png +deleted file mode 100755 +index 55a530d98ee38f95cd34a7b748d9da3dffda3d1b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbAQ*jW-KlkG`<&QCqv^-YXUFgE_S|?TqfkeBw +zp=nj(XjqyUXQvuhCjz$ExUngH3keKN#zhAQ``TCOVA3|P?{_ZM6cUAgrW@}2x#8}F +zams4)w}N{r=00c^NCTm$99v^|{8M+Ave@y6{3*Ozuq1}6D!+_sC3dD7-9an7j+=3u +zVGg7O%&M~Cueo2(3A|dcBtipt(YWir;U9RlpeVw&IO-kVS^NfID60`e^|CO4zvjMH +z<)ubiCA*mbAYW@1a{Ixj{{=6S+YkJex1S#X7!?X4Qkg`cq7`Q@wGK=hkmcBjKZziY +zoI^2Y8JID^e0R_aClREsorS<WkT5_em0U<qBIxyQWPlD}jHn!&IL=QZurj=@!{G^F +zjWu>>bR<_pRa7ZP-JlLc#y@p;fmyE>6t9xc)!QY+CXcpO4}iX*ELN2b5w<Ur<leU) +zqx!u4aql6$&H(8B{e}F8=1m>SJD{(k6~`tT?YP;>Of4>0qP!v{#3oyf>Z32Oo_q&F +zAeM6@vYUyOr_Tz`Txxx^=QI$iwI|WfAN8ZH)q~OGGa!bsZ@j=XFasn216Uve`ao~I +Z@i!t#yllWZ*1iA$002ovPDHLkV1m<X`|JP! + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active-dark@2.png +deleted file mode 100755 +index a11d7dfecef70264ce65071970e6610747967e22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1246 +zcmV<41R?v0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Y1c&K~z|UwU=9LR8<s)zqQYdgDnD0oM{^}5+GoFX-Gv9pdA7! +z_$H-I$3ToBJg6WB?F(u^8Vzzu3MQ4vgKrp3fwo|LAtfRVln^mWV<33pp%v*&m22&^ +zbJ@#>IfFw}%M@n*<RoYRd(Zm+wa=P;))DeR(_wX@&froNT`jOgVGdB{PTvx^W`%Q( +z$nikJ-*Y4^>3re>$V8Ki5BERm_4u|Z+6?&fj2S~{O(hd;=flDHBO3^H#looWQ<&*e +zR|Sr#Xt$I0Tz}%JR6juCo+p@gQZq$mr9wUMY-YLkqoz617&tmP1F910jO|e213*Od +zBFfe?4He%$EE|B(vFH-D>;;wrDzNuVZ{U4e#6H|Wi<+9M=vRV-fh59~NPXZSBASo* +z14(oZZc=nV;6<c8a>>7LJQF5&P*WA%>5AV}v8y6$%0HX5IDm+rX$TxJYF`9yq55)d +z)!;|tF3sMAx?*8fZ3mJncGcN6mETQTcpNP2xUt-dIRSW5LpNVJ|LSvJ=FS_)R6DBs +zTuWODB@S@9vGNom&475OmhG;nZF=C}WB@!~-`kmLm+vF>frEt-&mvOqKLGpy5}f_| +z#~Xnu_YE{1RtMF00F0)$KGHLP7(`T+cLAJ|X`4!(o>hkX_|1UluNuG)a^-Ym<*9;; +zyExleev-^tQa*p{=hZ+dfC0N2K(WV*C7y$?0ZM}NSKc=uuoysulf_my&<)^teTy<f +zd`4j|fU479Yy&CB^Z}^I9GCJLU^;*&rGFONfOk}{0|?B>Quj~7q)#S%GZq5zsg4;# +zc?@s|K+;qe+khu&D*+U4yObE<HvrT=Q)~l{wX*<3_4h1iROkUPLS3;9sIn5kCPpq~ +zDdUJ72T*7zwgKQJfZ^*`yWMfh1QPxpAO_3}bq=g3mU2x;v<{fB5dCrcx?Yz~nj>LJ +zBeZ75(n^btt<=Yds)(=~zz*GMBmQ@`F&Qxcsbr!Jv|nLCsA_Oyq4jG!2R8%HBlKO~ +zwf+m2wm`xFoDT=%sA&dN(f!LhZY(d9c&Kw=1){Bh#s~Vg-M-S3aHobKrzOjDud)m9 +zS}`4kFcIn;SfR*Kz?&W&-g|N53)%Ng8W?`S06?VIza5cwpv;OnQQH;UjOyf1$QCuV +z9kI6*IRTVuI(?*P!@{<l6?XxJJlb-FpF!U{+feaMKH4=M(K-?K0M&rn(cw?dZCKcv +zQ+Pwbz3lq`&2I6bU)Fj`r|kg=y40`0F$3LVoqnwS1HgJxLBt8FQb*>)WS$$jFFw$> +zEoa*S;{10EPiz37qPEFD`?Z~KIHl9y6e!PQ15k+Cp*x>m-nITvPQk&L%=0qfVhW}H +z84EsauP&K6ca`JyEmDy=;(nYe+!EDmHaU9XpT4WzKkZn1DQCMOQ*d{Ik@14(TVO(_ +zg(_uC;Z6WcChK9`f_oeTx$wD{7x3i7P#^^)$z+=t_t#_aFBbc%8IoQG;{X5v07*qo +IM6N<$g2kydS^xk5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active.png +deleted file mode 100755 +index 55a530d98ee38f95cd34a7b748d9da3dffda3d1b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbAQ*jW-KlkG`<&QCqv^-YXUFgE_S|?TqfkeBw +zp=nj(XjqyUXQvuhCjz$ExUngH3keKN#zhAQ``TCOVA3|P?{_ZM6cUAgrW@}2x#8}F +zams4)w}N{r=00c^NCTm$99v^|{8M+Ave@y6{3*Ozuq1}6D!+_sC3dD7-9an7j+=3u +zVGg7O%&M~Cueo2(3A|dcBtipt(YWir;U9RlpeVw&IO-kVS^NfID60`e^|CO4zvjMH +z<)ubiCA*mbAYW@1a{Ixj{{=6S+YkJex1S#X7!?X4Qkg`cq7`Q@wGK=hkmcBjKZziY +zoI^2Y8JID^e0R_aClREsorS<WkT5_em0U<qBIxyQWPlD}jHn!&IL=QZurj=@!{G^F +zjWu>>bR<_pRa7ZP-JlLc#y@p;fmyE>6t9xc)!QY+CXcpO4}iX*ELN2b5w<Ur<leU) +zqx!u4aql6$&H(8B{e}F8=1m>SJD{(k6~`tT?YP;>Of4>0qP!v{#3oyf>Z32Oo_q&F +zAeM6@vYUyOr_Tz`Txxx^=QI$iwI|WfAN8ZH)q~OGGa!bsZ@j=XFasn216Uve`ao~I +Z@i!t#yllWZ*1iA$002ovPDHLkV1m<X`|JP! + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-active@2.png +deleted file mode 100755 +index a11d7dfecef70264ce65071970e6610747967e22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1246 +zcmV<41R?v0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Y1c&K~z|UwU=9LR8<s)zqQYdgDnD0oM{^}5+GoFX-Gv9pdA7! +z_$H-I$3ToBJg6WB?F(u^8Vzzu3MQ4vgKrp3fwo|LAtfRVln^mWV<33pp%v*&m22&^ +zbJ@#>IfFw}%M@n*<RoYRd(Zm+wa=P;))DeR(_wX@&froNT`jOgVGdB{PTvx^W`%Q( +z$nikJ-*Y4^>3re>$V8Ki5BERm_4u|Z+6?&fj2S~{O(hd;=flDHBO3^H#looWQ<&*e +zR|Sr#Xt$I0Tz}%JR6juCo+p@gQZq$mr9wUMY-YLkqoz617&tmP1F910jO|e213*Od +zBFfe?4He%$EE|B(vFH-D>;;wrDzNuVZ{U4e#6H|Wi<+9M=vRV-fh59~NPXZSBASo* +z14(oZZc=nV;6<c8a>>7LJQF5&P*WA%>5AV}v8y6$%0HX5IDm+rX$TxJYF`9yq55)d +z)!;|tF3sMAx?*8fZ3mJncGcN6mETQTcpNP2xUt-dIRSW5LpNVJ|LSvJ=FS_)R6DBs +zTuWODB@S@9vGNom&475OmhG;nZF=C}WB@!~-`kmLm+vF>frEt-&mvOqKLGpy5}f_| +z#~Xnu_YE{1RtMF00F0)$KGHLP7(`T+cLAJ|X`4!(o>hkX_|1UluNuG)a^-Ym<*9;; +zyExleev-^tQa*p{=hZ+dfC0N2K(WV*C7y$?0ZM}NSKc=uuoysulf_my&<)^teTy<f +zd`4j|fU479Yy&CB^Z}^I9GCJLU^;*&rGFONfOk}{0|?B>Quj~7q)#S%GZq5zsg4;# +zc?@s|K+;qe+khu&D*+U4yObE<HvrT=Q)~l{wX*<3_4h1iROkUPLS3;9sIn5kCPpq~ +zDdUJ72T*7zwgKQJfZ^*`yWMfh1QPxpAO_3}bq=g3mU2x;v<{fB5dCrcx?Yz~nj>LJ +zBeZ75(n^btt<=Yds)(=~zz*GMBmQ@`F&Qxcsbr!Jv|nLCsA_Oyq4jG!2R8%HBlKO~ +zwf+m2wm`xFoDT=%sA&dN(f!LhZY(d9c&Kw=1){Bh#s~Vg-M-S3aHobKrzOjDud)m9 +zS}`4kFcIn;SfR*Kz?&W&-g|N53)%Ng8W?`S06?VIza5cwpv;OnQQH;UjOyf1$QCuV +z9kI6*IRTVuI(?*P!@{<l6?XxJJlb-FpF!U{+feaMKH4=M(K-?K0M&rn(cw?dZCKcv +zQ+Pwbz3lq`&2I6bU)Fj`r|kg=y40`0F$3LVoqnwS1HgJxLBt8FQb*>)WS$$jFFw$> +zEoa*S;{10EPiz37qPEFD`?Z~KIHl9y6e!PQ15k+Cp*x>m-nITvPQk&L%=0qfVhW}H +z84EsauP&K6ca`JyEmDy=;(nYe+!EDmHaU9XpT4WzKkZn1DQCMOQ*d{Ik@14(TVO(_ +zg(_uC;Z6WcChK9`f_oeTx$wD{7x3i7P#^^)$z+=t_t#_aFBbc%8IoQG;{X5v07*qo +IM6N<$g2kydS^xk5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark.png +deleted file mode 100755 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png +deleted file mode 100755 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png +deleted file mode 100755 +index 39d1e88c5d079fd22fc4aa73346fcafc20e8e431..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 565 +zcmV-50?Pe~P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kTO%K~y-6m6OeGqc9XkKN}p(PhkX7M_r`MFpH@avEqGrC6tHZ +zF<7u*OBMkH6(vQKGEGC%#gI|UBGa6eW!dMmeSHaLY&M&3k|Y@bWI~8=JRU~?1LyqF +zG|hIto}30rk}Pyxzh#V#ecv~Z<MaT=D2hbKag?s>EY3Np>w3Fdt@fWRNs=szqPW{` +zx8^+IBW>H7MN!-(NwPT2Q2@|&{dOG3`{i=koD&#^(Wt6=PbvKYK=^m(vMhg|+c>AH +zDklhn8vvk^BpH3*pG}^_7<+JC_X+@~0OaYxzD$~?&$exg0AxxC5de&r2t3a_NRmVW +zFmbB00O0UdK@>%zEXzj#lmZxbyPbN;2`tM}^E}@Jc%z*2$FA$FO9YCdm|+;c0C)ue +zR8{q>ZQHY-=tP!fRvgE_0o(wPDFD=Uz3uz{`hSuv%dBA-zWcuaG^G!pdVzCpYnnDP +z#val%efB)>5Jiz_S(d6OidmK=^L_s*j^hJ>8o)?qAwm!Y*RJbc*|sfenns$YL7wOP +zFbrST>-FoDyu(!bx!?o`AOm3d+b?g^#y<dtj|<-cc|)_}rX%mp00000NkvXXu0mjf +DgQW1J + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index c9df3183be944f45a60a02e7da983b982ee958b3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1208 +zcmV;p1V{UcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11T{%SK~z|Uy;s3*(@GRQcgA)TyS1e_X@a2WAzHC0;x7<V5bXE? +z{-Ud9-%Z)(BTywOeu8DUl%l@2<CFyACUKKEGxsfOqfpwuJe0g6dEt9!=A1jezITQ& +z1DKgwt(Gf<SYc*YYwZw`%zRo(IVPe+Db;)S>{&uYJj=QOAntND8V#Y8swkzN0C;4K +zDKoPxgs>=s5W-?+*BDc-R;!PcQcup#&dQBO<Ic5n&~1*x!^6P${hHR=1^^+%h?y_i +z?e@TNoOFGCJq3WzpFi8<@z^ex%N`N=#+W4l&|0U3LP3RLc=4YFL{YQ~U=;v}=#rVE +zTCFyiC8D#lGgnGkV`ev-|E*fBwq_P^dV0Dhr3{#vCzFX<TU+}+3-NWtaa>B0<Q@@` +z);hj_|Nh@Mjr-+0wOXyJlrk{JXd?Rhr{n+-1i^PA`f7~PQp(`y=%{w5fWyPXfSD`I +z%tDCcS-1Qy)M~YX5aO7bxmYZgcXxNIHwtJp8p8Me8URct6EzR=X%SlM2mqcxe;$@f +zCI7cUN~uZ|MNf~9j~~yA_&Qpx*5fFOp6=}IJOWV2?Sh$!nL_|@94A_o03vDuK)qgf +zJ<kh}{Qx4Xa8{b8qj_%qb*!$g_Jt6mFbwI%ix)Nk4*<k)IP?L)ahy8~#yl_>40-_Y +z`t|Fjp8|@-Vi5q^?e@Z=&*6Dq9{@HtH!WQK082t^?Erw|IO(DV#BrPgfa|(eW?B+? +zSIcYrB9U{ftgPe}*q*6lEfAJqW({0*wMDb#9HY_5WF`_)$}s>0L9lQEIY+nK)wxX& +zQ33$W>@8XVfMozUI5^1jjfGOG2LNfB2LFSA6#&@Z-ydi16JlmkN<9%mSOAU|RSnP2 +z&zFrcfAxAjv$3)9BQp;~c7SXHK$@oa7C{aG%v=S4y}iB5Df3VOK(pEWuC-2W+b+a$ +zT$(re$;nB`%*9TpW45=qhnd*`80Y5!Qz#S^03=CrFN&hMC1eyuo|Li%0L^BzpCn1{ +z>H||JqA(0Ei0B&;kum1sJVZoM<QZcg5)pm)@L}-o-Mc*dHGl;8mqV%6I(qQnLFZ4% +zPfkukDP@g_=+mc9qgSt9^{3oF01R&w003XUe5tywTLAze#E^(ul}e>I3-S5+`7$$C +znYjo6A3uIf-oAZ1op^l!Ki9hTVzRrtTdmjYCExcY08A#6ahj$Vp6B)BIR52g5(I%g +z7z~ze+x9KXasZ&y>6m7-*`L~W0JsFuo#we!005LqC4XycE3DV+ZWxAlj?K~Q^~~Ph +z-sSf8_HZiUev5o20T~Ja{5Nmj*e_qcENpIWTCVF_c}pFQMyA{C>Vt!Wbbo(;{QmuW +zeQmx5aDnWb|A~NnoR>Ybws3>1s1pFU-j-(-FpZ_`u>n|9YcPNbfD~8Jj&GcO4gUb` +W5AbCA4APkZ0000<MNUMnLSTXxVJe*f + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png +deleted file mode 100755 +index f5e8ed80140e45e079eda05cf6b6760ce5ae04c5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 551 +zcmV+?0@(eDP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i;PpK~y-6m6OkE6Hye#f9DRtM#vvXY9OxKN2qJ-ODJeJ1s6j} +zn}^9F&rn1OqEDdhE{UtG-8lE&nUXHT2u6mv$At+^L2UA^?&5sEb1r<Jupw17-uu_8 +z`bI>a0c~I|B9jopWw+aXCn90fBkM<&Wrt;1egJ-|>aZ-!t31!=^?H5Z81r02&Vk2K +z6us(nI^Q=TWLb9Ty|>P}GyWs*eb0Mu(=<J}ceZox+e79}h_!Ya$8iM!=iG^N?#njj +zwVZR;v)SwvzyK#AGTa5As>5cp`4ZSOz)?{Y*Si2h2w$TpIs&Q&Xyti6-vzK-F6XM+ +z0xAZ$t<`GnT>#Z;bzeko0b@jD5=GJRE&yZ9i=rr|KrkVM%T-9WlBx>O%d+evP^@z> +z_1^ck0a$A<thJL?tMwG90(VJ#2x6_h@ZQ_OV6g7VT^G_cJqRJZ2bQWjRMo4+VsX=G +zG@ck^j)8MkeKZ=4&ieiS4`2?I_cp|FT$#;gr%950UUlQQ_ueK+@@YICzg?Z(2BNh` +p__y{}|EusftpO;2CGcx=@DDk};1=vdezyPs002ovPDHLkV1gPE^8f$< + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png +deleted file mode 100755 +index 1e120a8a084e7536a8c27517df37295c05acfc39..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1102 +zcmV-U1hM;xP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ItN7K~z|Uy_er>n`IQoKj%$<WK5flQYDmFuoQ1aVbpn{8?85r +z8)61Zy~&kx6>&EzhzMm^FS?uhA828U7n@gwda0%J$Aw6Zw$_Ve?|I${?KFx@v*tZs +z<jD*%ZPS`~AS9e~p6B~L&yVwbBeY>=mT=BJ4xBNwlOpmUaNLJ)nb|KQ@+ELBolY-{ +zNVT1L0c5XWu~<BkNF-hZE&@Ys&iSjE&Bbv%pUGryADV!3?wpxj28O-sClR??tyY(U +zAP9pXC<4TBoQdOjIFU$9n%P<4p*nvNxtLC;KW&qE&CE=~Fnm{4V^uX({W^-G)9sEA +z!|<f4e&NT)&be7L3)%$_!Z7^U53V@p&YRhu+q7E|&bbS!T2WPV&RuDXgsQ&h!8e_A +zPaYJw*_?ByRCUYGd1=4oa}AaMXYeKx6;+K_S65$bnN%zmkErSmzg*`#1zxu>45xi@ +zg={wa@7tuRZ~26;4zuU`nVE^Iexs_E&*$F(lJ!_%W(nYR01<gZM6A;UM8wSOO@LG? +z^~%V|$Z_f|z&ZDXul|Ql12>zh{-~<9xVZQ<a1Yd0;Ea!7>ox&1`wU=gY-|!ZS|{)r +zKpe-PcbfpP1dvQ7PXGbXABf1P4;KFi0tEp7m;v+$KnkF*uTQ&;-rL(7`k%+@uDk6~ +zL^^)`nk|t?G`HiP0QenXdwV<GZ35+TxsLIh|CT^Reg+Vc2f9r_L`DG2Y@_ZA%xoDT +z2!e@j6EL$$fJ&uuz3vL|_utH(>ox%qc@`j_&o6n`4rZ26)tjnn2N50zwJ;1Pe8-Ij +z2M33NG%yf|NY%{d0OB~FYg@e>z|2fUWEP-QD$Q?hZpJ=T4m|KYwMO)C6h$3>j#YIU +zcoZn)a=DMZI|eFulbmzUdmUJD&YkKMcoapa>w;uuW#uJmOP|KS1<gz^`F+~z1PKqm +zrK+~RzCPOkejlwAxtRsdxhr*P7KY*UAw_8rhT*HKdPh~QSS)_haPZPJ2$EKVn`Qa; +zQ4~GXF1SDK-_~XM#>U3wCh&V3^LMQ-pU=OLN~PWhGTyarW><kF5h?cc^xOd0+1bee +z88e#@k+Z;<&o2}Tg}2AY#~Yvd+x*jp_a*?4&1Q#YW@cU<7#O$!+`nJ--foskr4Mqs +z+=t7{%asQIpTHl@$?fcKa%gDi*uuiXBcr3EPbHJd6RrN7mdoYqYinyuQ&UslHQaN6 +zDo_H-ttM~xfC;s0bCjBrX~$w}RsRL-Ds&H{0s8%?7wBo2!+;&&4z+44Ek`%m-!c77 +U{R754+yDRo07*qoM6N<$g43Y>UjP6A + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop.png +deleted file mode 100755 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-backdrop@2.png +deleted file mode 100755 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark.png +deleted file mode 100755 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-dark@2.png +deleted file mode 100755 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover-dark.png +deleted file mode 100755 +index 5a38cb95e49f1295a32f6a33e0e5769227989ecb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbDQ(+W`pY!(K^j|_7Dd4JKz|iWZ^-DlPn-I53 +zTKxb7hbH3YW^Q3O5s4j`j7$d0V6-Li3&`N0$Sw8~Lrd<T<3Kf)M4`Xw9nSNdlf3x} +zBdM#J>CW*2LJ24UIlu+lDr_9iPHfgiqESYEKN=r<*D=xrek$rjVz*}EDYxtQr-=MJ +zs?-Eh8tHuXR`&B>f+5^O^l>$xUFRQh+Fn(JmC(}L4{v1m0Zd)hV5E5w3{bn7X{hqV +z_%sWZihXu^+bgeidOQCE&!@5H?LK|Ge-FSQlmTZPfr67rXXb!}0rG*^yW<FqvEP|k +zEDt0NFgX)Xx#I}@bkYST0owrGgVU4TI08<NrhqPB4A8a+isSHhVBL*EzXL=@g$-3| +zmxWbT6sn$kum$+$aCTx-Amy~Z>SYA$d&f0Zjjt{iw}FAFi$ogfya+27N!B{v1BK-e +zuV38nce|%R|4$d5ed=9{1@a1Epx}hDpmo){^8H(IG;R4-5uv84@%L|DE<Jy=^o6sM +zg)+LKP^s9Z(sDVG&dd$}IS05JhMk`Kb!&C8xINtb0|;THjpvd8l7I~uAOd_~0Q5%( +Ze*pkbyrYWlgQ5Tc002ovPDHLkV1mLc0$u<B + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover-dark@2.png +deleted file mode 100755 +index b1402a232e4fde2538ba6abcd666a429b00fb896..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1258 +zcmV<G1Qq*<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ZPP^K~z|UwU=LPQ)L*&fA6=Ib<B3F*+3+d$UiUC#I#7_kPDW9 +z;f4`RYBXLzyxAXg(!@*%>eLv4I3UigT<8@>!^8;28!`gixP-{MXiSg@m~4)O1z6k7 +zwO!ZqdT~x?S?1P3`y?khec!j=^Ss~pobP-`$OFB-S~9wJVw16~Mua+GHQ;m7W57)n +z{aMtUt-j&u4+bTZ&$s|GU-D?bmX|MywW&x5sL6B8QAIjaDNk3ZP7)6+AUqHaDjWq_ +z>4dJKa>g=NpUW~Mao6N9fH%FgHf^kx#xh$G-3dJ9)DNp@sMTL}dQk#YReB=v4+P!^ +zMB$1-+nWPb7Z&OUpnEW0C#pwKHUWytk<ozXK!=F6pnwilQxl1QD-Z<IqT1FJs5~Je +znh$wy6X8g_1vmz{fK#J>?`w03Fu6Z!2FE`U2qN4Q%i7kwp(?ysasUz0mOy2<s`V1K +zNncqO8UJ|B+U$+J=5h*1i)C$Ve%^O!vBYzs`^wlB5pxbG{U>(k^>^yme3P3uV7uKm +z9EfULp~wMRH~20JgaE0itUk1P`=0xrCIjGJ5_{Wm`!7v_$`gem&!Wli?FI&b+Q#;e +zngREWfZkp$L1Z6*s@47=YrYUfL=k-#pxo<isjgn-!&!cFXYIs`*qhAN)(yUkg(lCU +z#b0$ExF*W-H;$e30~G*9)M^A!k+a1j{}1{jz~gJyZ=DgK@B)Bhoi8@MvFHORb-6cU +z`>)IZYwWBUF17#*GXy}1tad_W2B-uOSMpY|1?bY`2!JS6PRKR06S~J_-Zx_*kQpyA +zvqGf?hyf%XDO*u&0i`9b6#yzkosbxX>j1{Go+!2e6>F7!W8KKc45Ix2Sf-)a0z}vf +zFr7+W&T2BE#(w@qcNJRzDmwsf-Tb4^iA<a78=ih(6j&D?h}IX2yC)KDKv=KB?a$j@ +z{>=%eO)w}KMLGdgrL#kIwo@M(sw$`)0!YSUU5UGQvj>x;0Z64hUBEEHbIT&}=0Xby +z561Tb0buCM(C)9DumwyRfKZ(zR5S!AaIE{v*p`Bk4@B!xIsv^mGIa3j;DsqCH32zC +zGW+x@p8_rs^L-&iga@Maikt>qspRC5gFBwhzHc(X<b47FM*W`mfKz}^#GDHc#P+J{ +zqIbv+RnrrRy{X7Kz?Yex{_enzXS#Aq;@Gpj@Ua~9cfss$4tRgchrA~eZ4i~i3VuMR +z5{cvc8=vmXG2R3)o~{4i?moNp*Q-lCj~)hUozS14XN*Okh#8(PPyP)+vb+|})QZpm +zvJ+V6)DPVo89JCV?Endw*@ovA0I+%co|>KQA2zwYm93&IU$}oz;dUYx`{Jw6?vpu& +zgIS&DCBT8ZqNb+mt>ZuVAA54`wo;dSBPFt0)c!bCVT_F4OsA8VZ(qOGcYNQjUvs7# +zY{SKY<XnU2YcRn+LRB!!xbwim?s^i(a1SFO7iG@n0!nknP+%HJV|P0>=f7v+Usl1h +UKLNMZ)c^nh07*qoM6N<$g4%yTs{jB1 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover.png +deleted file mode 100755 +index 5a38cb95e49f1295a32f6a33e0e5769227989ecb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 587 +zcmV-R0<`^!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10mw;2K~y-6m6JbDQ(+W`pY!(K^j|_7Dd4JKz|iWZ^-DlPn-I53 +zTKxb7hbH3YW^Q3O5s4j`j7$d0V6-Li3&`N0$Sw8~Lrd<T<3Kf)M4`Xw9nSNdlf3x} +zBdM#J>CW*2LJ24UIlu+lDr_9iPHfgiqESYEKN=r<*D=xrek$rjVz*}EDYxtQr-=MJ +zs?-Eh8tHuXR`&B>f+5^O^l>$xUFRQh+Fn(JmC(}L4{v1m0Zd)hV5E5w3{bn7X{hqV +z_%sWZihXu^+bgeidOQCE&!@5H?LK|Ge-FSQlmTZPfr67rXXb!}0rG*^yW<FqvEP|k +zEDt0NFgX)Xx#I}@bkYST0owrGgVU4TI08<NrhqPB4A8a+isSHhVBL*EzXL=@g$-3| +zmxWbT6sn$kum$+$aCTx-Amy~Z>SYA$d&f0Zjjt{iw}FAFi$ogfya+27N!B{v1BK-e +zuV38nce|%R|4$d5ed=9{1@a1Epx}hDpmo){^8H(IG;R4-5uv84@%L|DE<Jy=^o6sM +zg)+LKP^s9Z(sDVG&dd$}IS05JhMk`Kb!&C8xINtb0|;THjpvd8l7I~uAOd_~0Q5%( +Ze*pkbyrYWlgQ5Tc002ovPDHLkV1mLc0$u<B + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-hover@2.png +deleted file mode 100755 +index b1402a232e4fde2538ba6abcd666a429b00fb896..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1258 +zcmV<G1Qq*<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ZPP^K~z|UwU=LPQ)L*&fA6=Ib<B3F*+3+d$UiUC#I#7_kPDW9 +z;f4`RYBXLzyxAXg(!@*%>eLv4I3UigT<8@>!^8;28!`gixP-{MXiSg@m~4)O1z6k7 +zwO!ZqdT~x?S?1P3`y?khec!j=^Ss~pobP-`$OFB-S~9wJVw16~Mua+GHQ;m7W57)n +z{aMtUt-j&u4+bTZ&$s|GU-D?bmX|MywW&x5sL6B8QAIjaDNk3ZP7)6+AUqHaDjWq_ +z>4dJKa>g=NpUW~Mao6N9fH%FgHf^kx#xh$G-3dJ9)DNp@sMTL}dQk#YReB=v4+P!^ +zMB$1-+nWPb7Z&OUpnEW0C#pwKHUWytk<ozXK!=F6pnwilQxl1QD-Z<IqT1FJs5~Je +znh$wy6X8g_1vmz{fK#J>?`w03Fu6Z!2FE`U2qN4Q%i7kwp(?ysasUz0mOy2<s`V1K +zNncqO8UJ|B+U$+J=5h*1i)C$Ve%^O!vBYzs`^wlB5pxbG{U>(k^>^yme3P3uV7uKm +z9EfULp~wMRH~20JgaE0itUk1P`=0xrCIjGJ5_{Wm`!7v_$`gem&!Wli?FI&b+Q#;e +zngREWfZkp$L1Z6*s@47=YrYUfL=k-#pxo<isjgn-!&!cFXYIs`*qhAN)(yUkg(lCU +z#b0$ExF*W-H;$e30~G*9)M^A!k+a1j{}1{jz~gJyZ=DgK@B)Bhoi8@MvFHORb-6cU +z`>)IZYwWBUF17#*GXy}1tad_W2B-uOSMpY|1?bY`2!JS6PRKR06S~J_-Zx_*kQpyA +zvqGf?hyf%XDO*u&0i`9b6#yzkosbxX>j1{Go+!2e6>F7!W8KKc45Ix2Sf-)a0z}vf +zFr7+W&T2BE#(w@qcNJRzDmwsf-Tb4^iA<a78=ih(6j&D?h}IX2yC)KDKv=KB?a$j@ +z{>=%eO)w}KMLGdgrL#kIwo@M(sw$`)0!YSUU5UGQvj>x;0Z64hUBEEHbIT&}=0Xby +z561Tb0buCM(C)9DumwyRfKZ(zR5S!AaIE{v*p`Bk4@B!xIsv^mGIa3j;DsqCH32zC +zGW+x@p8_rs^L-&iga@Maikt>qspRC5gFBwhzHc(X<b47FM*W`mfKz}^#GDHc#P+J{ +zqIbv+RnrrRy{X7Kz?Yex{_enzXS#Aq;@Gpj@Ua~9cfss$4tRgchrA~eZ4i~i3VuMR +z5{cvc8=vmXG2R3)o~{4i?moNp*Q-lCj~)hUozS14XN*Okh#8(PPyP)+vb+|})QZpm +zvJ+V6)DPVo89JCV?Endw*@ovA0I+%co|>KQA2zwYm93&IU$}oz;dUYx`{Jw6?vpu& +zgIS&DCBT8ZqNb+mt>ZuVAA54`wo;dSBPFt0)c!bCVT_F4OsA8VZ(qOGcYNQjUvs7# +zY{SKY<XnU2YcRn+LRB!!xbwim?s^i(a1SFO7iG@n0!nknP+%HJV|P0>=f7v+Usl1h +UKLNMZ)c^nh07*qoM6N<$g4%yTs{jB1 + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark.png +deleted file mode 100755 +index 39d1e88c5d079fd22fc4aa73346fcafc20e8e431..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 565 +zcmV-50?Pe~P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kTO%K~y-6m6OeGqc9XkKN}p(PhkX7M_r`MFpH@avEqGrC6tHZ +zF<7u*OBMkH6(vQKGEGC%#gI|UBGa6eW!dMmeSHaLY&M&3k|Y@bWI~8=JRU~?1LyqF +zG|hIto}30rk}Pyxzh#V#ecv~Z<MaT=D2hbKag?s>EY3Np>w3Fdt@fWRNs=szqPW{` +zx8^+IBW>H7MN!-(NwPT2Q2@|&{dOG3`{i=koD&#^(Wt6=PbvKYK=^m(vMhg|+c>AH +zDklhn8vvk^BpH3*pG}^_7<+JC_X+@~0OaYxzD$~?&$exg0AxxC5de&r2t3a_NRmVW +zFmbB00O0UdK@>%zEXzj#lmZxbyPbN;2`tM}^E}@Jc%z*2$FA$FO9YCdm|+;c0C)ue +zR8{q>ZQHY-=tP!fRvgE_0o(wPDFD=Uz3uz{`hSuv%dBA-zWcuaG^G!pdVzCpYnnDP +z#val%efB)>5Jiz_S(d6OidmK=^L_s*j^hJ>8o)?qAwm!Y*RJbc*|sfenns$YL7wOP +zFbrST>-FoDyu(!bx!?o`AOm3d+b?g^#y<dtj|<-cc|)_}rX%mp00000NkvXXu0mjf +DgQW1J + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png +deleted file mode 100755 +index c9df3183be944f45a60a02e7da983b982ee958b3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1208 +zcmV;p1V{UcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11T{%SK~z|Uy;s3*(@GRQcgA)TyS1e_X@a2WAzHC0;x7<V5bXE? +z{-Ud9-%Z)(BTywOeu8DUl%l@2<CFyACUKKEGxsfOqfpwuJe0g6dEt9!=A1jezITQ& +z1DKgwt(Gf<SYc*YYwZw`%zRo(IVPe+Db;)S>{&uYJj=QOAntND8V#Y8swkzN0C;4K +zDKoPxgs>=s5W-?+*BDc-R;!PcQcup#&dQBO<Ic5n&~1*x!^6P${hHR=1^^+%h?y_i +z?e@TNoOFGCJq3WzpFi8<@z^ex%N`N=#+W4l&|0U3LP3RLc=4YFL{YQ~U=;v}=#rVE +zTCFyiC8D#lGgnGkV`ev-|E*fBwq_P^dV0Dhr3{#vCzFX<TU+}+3-NWtaa>B0<Q@@` +z);hj_|Nh@Mjr-+0wOXyJlrk{JXd?Rhr{n+-1i^PA`f7~PQp(`y=%{w5fWyPXfSD`I +z%tDCcS-1Qy)M~YX5aO7bxmYZgcXxNIHwtJp8p8Me8URct6EzR=X%SlM2mqcxe;$@f +zCI7cUN~uZ|MNf~9j~~yA_&Qpx*5fFOp6=}IJOWV2?Sh$!nL_|@94A_o03vDuK)qgf +zJ<kh}{Qx4Xa8{b8qj_%qb*!$g_Jt6mFbwI%ix)Nk4*<k)IP?L)ahy8~#yl_>40-_Y +z`t|Fjp8|@-Vi5q^?e@Z=&*6Dq9{@HtH!WQK082t^?Erw|IO(DV#BrPgfa|(eW?B+? +zSIcYrB9U{ftgPe}*q*6lEfAJqW({0*wMDb#9HY_5WF`_)$}s>0L9lQEIY+nK)wxX& +zQ33$W>@8XVfMozUI5^1jjfGOG2LNfB2LFSA6#&@Z-ydi16JlmkN<9%mSOAU|RSnP2 +z&zFrcfAxAjv$3)9BQp;~c7SXHK$@oa7C{aG%v=S4y}iB5Df3VOK(pEWuC-2W+b+a$ +zT$(re$;nB`%*9TpW45=qhnd*`80Y5!Qz#S^03=CrFN&hMC1eyuo|Li%0L^BzpCn1{ +z>H||JqA(0Ei0B&;kum1sJVZoM<QZcg5)pm)@L}-o-Mc*dHGl;8mqV%6I(qQnLFZ4% +zPfkukDP@g_=+mc9qgSt9^{3oF01R&w003XUe5tywTLAze#E^(ul}e>I3-S5+`7$$C +znYjo6A3uIf-oAZ1op^l!Ki9hTVzRrtTdmjYCExcY08A#6ahj$Vp6B)BIR52g5(I%g +z7z~ze+x9KXasZ&y>6m7-*`L~W0JsFuo#we!005LqC4XycE3DV+ZWxAlj?K~Q^~~Ph +z-sSf8_HZiUev5o20T~Ja{5Nmj*e_qcENpIWTCVF_c}pFQMyA{C>Vt!Wbbo(;{QmuW +zeQmx5aDnWb|A~NnoR>Ybws3>1s1pFU-j-(-FpZ_`u>n|9YcPNbfD~8Jj&GcO4gUb` +W5AbCA4APkZ0000<MNUMnLSTXxVJe*f + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive.png +deleted file mode 100755 +index f5e8ed80140e45e079eda05cf6b6760ce5ae04c5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 551 +zcmV+?0@(eDP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i;PpK~y-6m6OkE6Hye#f9DRtM#vvXY9OxKN2qJ-ODJeJ1s6j} +zn}^9F&rn1OqEDdhE{UtG-8lE&nUXHT2u6mv$At+^L2UA^?&5sEb1r<Jupw17-uu_8 +z`bI>a0c~I|B9jopWw+aXCn90fBkM<&Wrt;1egJ-|>aZ-!t31!=^?H5Z81r02&Vk2K +z6us(nI^Q=TWLb9Ty|>P}GyWs*eb0Mu(=<J}ceZox+e79}h_!Ya$8iM!=iG^N?#njj +zwVZR;v)SwvzyK#AGTa5As>5cp`4ZSOz)?{Y*Si2h2w$TpIs&Q&Xyti6-vzK-F6XM+ +z0xAZ$t<`GnT>#Z;bzeko0b@jD5=GJRE&yZ9i=rr|KrkVM%T-9WlBx>O%d+evP^@z> +z_1^ck0a$A<thJL?tMwG90(VJ#2x6_h@ZQ_OV6g7VT^G_cJqRJZ2bQWjRMo4+VsX=G +zG@ck^j)8MkeKZ=4&ieiS4`2?I_cp|FT$#;gr%950UUlQQ_ueK+@@YICzg?Z(2BNh` +p__y{}|EusftpO;2CGcx=@DDk};1=vdezyPs002ovPDHLkV1gPE^8f$< + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked-insensitive@2.png +deleted file mode 100755 +index 1e120a8a084e7536a8c27517df37295c05acfc39..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1102 +zcmV-U1hM;xP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11ItN7K~z|Uy_er>n`IQoKj%$<WK5flQYDmFuoQ1aVbpn{8?85r +z8)61Zy~&kx6>&EzhzMm^FS?uhA828U7n@gwda0%J$Aw6Zw$_Ve?|I${?KFx@v*tZs +z<jD*%ZPS`~AS9e~p6B~L&yVwbBeY>=mT=BJ4xBNwlOpmUaNLJ)nb|KQ@+ELBolY-{ +zNVT1L0c5XWu~<BkNF-hZE&@Ys&iSjE&Bbv%pUGryADV!3?wpxj28O-sClR??tyY(U +zAP9pXC<4TBoQdOjIFU$9n%P<4p*nvNxtLC;KW&qE&CE=~Fnm{4V^uX({W^-G)9sEA +z!|<f4e&NT)&be7L3)%$_!Z7^U53V@p&YRhu+q7E|&bbS!T2WPV&RuDXgsQ&h!8e_A +zPaYJw*_?ByRCUYGd1=4oa}AaMXYeKx6;+K_S65$bnN%zmkErSmzg*`#1zxu>45xi@ +zg={wa@7tuRZ~26;4zuU`nVE^Iexs_E&*$F(lJ!_%W(nYR01<gZM6A;UM8wSOO@LG? +z^~%V|$Z_f|z&ZDXul|Ql12>zh{-~<9xVZQ<a1Yd0;Ea!7>ox&1`wU=gY-|!ZS|{)r +zKpe-PcbfpP1dvQ7PXGbXABf1P4;KFi0tEp7m;v+$KnkF*uTQ&;-rL(7`k%+@uDk6~ +zL^^)`nk|t?G`HiP0QenXdwV<GZ35+TxsLIh|CT^Reg+Vc2f9r_L`DG2Y@_ZA%xoDT +z2!e@j6EL$$fJ&uuz3vL|_utH(>ox%qc@`j_&o6n`4rZ26)tjnn2N50zwJ;1Pe8-Ij +z2M33NG%yf|NY%{d0OB~FYg@e>z|2fUWEP-QD$Q?hZpJ=T4m|KYwMO)C6h$3>j#YIU +zcoZn)a=DMZI|eFulbmzUdmUJD&YkKMcoapa>w;uuW#uJmOP|KS1<gz^`F+~z1PKqm +zrK+~RzCPOkejlwAxtRsdxhr*P7KY*UAw_8rhT*HKdPh~QSS)_haPZPJ2$EKVn`Qa; +zQ4~GXF1SDK-_~XM#>U3wCh&V3^LMQ-pU=OLN~PWhGTyarW><kF5h?cc^xOd0+1bee +z88e#@k+Z;<&o2}Tg}2AY#~Yvd+x*jp_a*?4&1Q#YW@cU<7#O$!+`nJ--foskr4Mqs +z+=t7{%asQIpTHl@$?fcKa%gDi*uuiXBcr3EPbHJd6RrN7mdoYqYinyuQ&UslHQaN6 +zDo_H-ttM~xfC;s0bCjBrX~$w}RsRL-Ds&H{0s8%?7wBo2!+;&&4z+44Ek`%m-!c77 +U{R754+yDRo07*qoM6N<$g43Y>UjP6A + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked.png +deleted file mode 100755 +index 9289eec97f0e7082009e08690504de376228d46d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 596 +zcmV-a0;~OrP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10ntfBK~y-6m6O406LAoSzxgLio05PrN$>U%8bkw03R>{y#TGOd +zA<!s^FCe)Dq!;fI-=Gvj=|L<hNuX}pMB2WB9=z3ElcJE8?(TSKl~~X=ztbG%`(|Jm +zVJtOOli%$<R+T4;rUgkV>IiZGx@KoH>ot*JoRQx}%if<8@fxW9RFQgsZx7>fCvkk7 +zQqSa!XhmU02`?|^Zh!tu(6aaE1kXlzbw8VV%Rkbw`(;I|USP5h7VdljFf~;p;x(>< +z0q*7Qz7b?KBz_}ZDp}{&?p~qY?eF{#yqvb(>u$VnJ_RrV6a=kLA^@$&qR}N_+MvvP +z_}z*45Fbs*%mWc4NMaa|JCpFI!=VEt0Lv)q-WUv$lL#V_n<>Brj1lC(1mXN70^iaF +z-}euJz<{n9(aLpURTWXn?ss<+I5T!Ov#v1HvHRug2s*pHimFZ(SBg#G#MDFrCA_R? +z^(slbyY~W>m#q(5&ql6$3XJ~zLUZTSt*{B+0Vkk!;~D$gZ0sm?^kY`7Ag?MFRh`;y +zZa;s$TKft(fG^_{(xsABefX#li$<3&?wkZ1KkyG-*WE0x6q^^52Y?S_-*_q0Km@P= +i0|da?`F4!P8-D?v!_0aCq-YWV0000<MNUMnLSTZ@W&h#; + +diff --git a/Breeze-gtk/gtk-3.0/assets/radio-unchecked@2.png b/Breeze-gtk/gtk-3.0/assets/radio-unchecked@2.png +deleted file mode 100755 +index bddc4163df281af7220535a067f063293cb999de..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1248 +zcmV<61Rwi}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11YJo)K~z|UwU=#dQ)Lv#f9F}d4Mu^*Eof$eV9>8-CfIfB45LH$ +zK_Mzt)b9d9aMSQ6>eLuvv0^fbeAj50m;jLvbL()dv|H3H8WUrb88#U&39p;$Si5`t +zaBrb3bL*h}CpY)G=Q%z9|GCe(&vPndfws1`g8P<KREsg|Ebt4g07{+ds|o`Gr&Y|c +zE5m1Fp-^Zto45cn(_}0bo0qW6c2t{y@+@OsQYAd!rLBIyKXKOrx}x!rDxUxqj_V(w +zM@6+mT%4O2DH#GN^!)496cs8`53(Ng5hw7FrP36v^&Od$09BQ)Xz#ngJAf$qlUM~i +z*F5of*KFAUM7m>sjI;pNfC4Q&HNHK~BG#+|npI68+WR#S0+J}(>jJ(*BBI%lXC@Je +z#<vJ^0C0<P_*B66(sUwB=0hMF|Ii`7V!_%qwN;<bl^j4sG#Kz7RFNlvt17%ud%E|7 +zX?@cJXUz`-NekB22daLUEAe#bjP|Y;)po!&a_#yn>z{t=tIT-=cC|YN2g>$bkpl#4 +zd?yiY0%YOhMf(~W8t(X-48XX>>p%s{k97gxp<I!tQCD4c5cpZa`|7sF%|P)j0c~w< +z1**~rphkAy&6>{!5mAL*03MHLOIcZ2DbDhnvil#b!QNzk57zij=9)Z>V4$kg-b+~W +z{=SbZff4|tM%LLbdMsb$X{c}<VEOW8^|u8mRRE%N=34;J0Z>?2v<kcaij2TR0G1RC +z<(u7*8UzrL6^^OM0E++$Qe(sU79h#wIcK=oxw~)egl@Nc#*;A@NX(mOrkGp?xDGI` +z?g#QMpg5IEb6j)oVo>?Z9$QQEEkMP!3_w-Sq-_S#7=S=9-vXGl>H(6;iN3TZqhiwE +z|Fd})Ao2{r-)GKrIF^*TGJG}$Tmn``y8G(##ogHx4+0MZ7vI>u<5$O=G@(#vQk5`( +z8VxtAPOa2?hN_CdK7f&t(bmM}%jw2s+yKmXX{*4HppVu><C}9WpsS~MEASXF_}*JP +zzI4nMFkt}vet*JJX#!M`1D(;{)wv>%bobREgaN&9et2(xfB%FtH3}ImS+Lf3M1+q3 +zx2S%b3lWj-zB-I`1aK!3V=XU-o=cxMlfc*=0su}```#A2Eh`n(_DD3gRaNJ_LpH0L +z$f@`?jMWa5PEMx2*|0Ixn&EN-yJMccEeC#6bayb||1KNy&YpNsU_Vd^==gZz)8}8@ +z5Y8yPQD7wP|G(KCKk@y>1q(g<6}*n=PZc=|bQBnCh?_V60Z5r*uW^Z2m7u7u2Ua@% +zgBQ*Z@6CAa010ky!!rv2XlQ6C-?Xi9(*lp@HDJlC>D#zCIy(AU^PU}FWE31s$vi6o +z4vI_4%NK`R!j((C-nE5=MXQ|i{Pv$y)q#m*vTtx;prdiuo4;hdZm<jP1~5Kd@N5fA +zuv@4SrWEcBu&}cp!zs9X5s--@=W+wCj2H@}fFyRd6Vv{B3jPDFWwJPWeyT+P0000< +KMNUMnLSTYZ6Fw9G + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active-dark.png +deleted file mode 100755 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active-dark@2.png +deleted file mode 100755 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active.png +deleted file mode 100755 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-active@2.png +deleted file mode 100755 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-dark.png +deleted file mode 100755 +index 1d9ac4ecde885de546e5bb6dd6a34e38a08fbbb6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< +zcyzu!XU%oUL8SHJf2qI{RWq?$E-@{K1U7NrZICWt-NotoFqz-(SHzA!2ZzM891#_M +zck6?5KHagDXAWJmqGwU;@veEyhuybsk4j6l*k{prwd$_uS<Z}9zm@98!o7~JPt{eI +zn#P*kux;BtrRZl2I&}wsRLbmN%$UM#V$ZnGi#5c7^^Z|O_2+-DSaf8(pC3BNdF7~2 +z!<K}3T`PU(HUw#Hi~4my%%g!N+dRrgpTq6>rTc#i-);BSPx)118v*nLgQu&X%Q~lo +FCIAH2bEp6S + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-dark@2.png +deleted file mode 100755 +index d2303381263fb544be00b320148f233af0f68eb2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 498 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQO4} +zjv*P1Z*MqyIR%Ow`}n_d)>?<AMUKAB3Q`i0H)32Wo=J1Cy*)D5#eze`c`<K_)8c6p +znmIOQu)nhAoz!;s^<}qt`8E5B>&mMRCT(0(m2%H%_g!1p72N>=H)iEl3Quj1Saw!} +zhy6cO#@47v&(w7dkLEXPeSiG*!KN^+T3z0P%dc~nsar9W)jV@-W1KwMYw4$Vvv^{d +zd)<^he78KVmvJaxzU0=bS2YWSH*BvL;FS3(|G(2=-{qHK;%qCjYVSSXAIp?}om0TV +zhs)v0%~Ga@oFs-E9p(qdlXvVs@oDK11~!8RMxF!)W{CrE<`0HPtlzA6+clhLWmufb +zFmG~Pc>lWJ(|KljGAccKV`VQC8hUH{UiZd7HpfMOUENTlru6IjoZqwkTxPDD+ssqj +z&%MXzlF-h+YDR`dD=ehan`8=}%Y?mU6?&fa^i%u!cPjV49%qSRU`?pr_9S%SdZBpt +j#2+T_{ko5Cy7iN7`IcC9OX;7WNM!JI^>bP0l+XkK1PaNi + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png +deleted file mode 100755 +index 46aa43a4b89cd7255d446ee6c543a2ea0e6235d4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaAo-U3d +z9-VLdHgX;c5OMX7bGcymfWyp8Oi;%~og;;ZT_EPbA;vj}4sp61<uD5~D`et+?a=an +z|5Sy}58WzauQc`h%lZENES*#SIHB~d#9JK(`4!?NcX(y8XM9x4nY)(p@YA(xUFJ5p +zITlWH*?p;(Nxx23wR)-RS*;1oCay0l%g(Sn>}UEpd7|lq%TJhC_(XqQyT<VJl!%Ac +z1a-EV5zLDYbjSMe-(bw-d?a!vEc@+y=l4N}_S?rFV_uY|`&LeJejU&g44$rjF6*2U +FngB=+Z_EGy + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png +deleted file mode 100755 +index 76e91ac1a4eaf6aafc62ed1da10660f8e22ee96f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 503 +zcmV<T0SNwyP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dz@3K~!jg?blICLO~P;;Q!3kc3_72QVR&8hXT{ufKWH=%^=!H +zD=Ek~DNyJ&(3=)Pw1a#LGi?KwbJ{^?Zg-fQIN$SshyNaC1_tmv&+|NQQBkb)Iji!< +z=oo}Lm^J~d#9qTb2JjB>3o#l|m~VoJO+Pj+UuusF!A##Uu=A&y?)1T`c7K!`nuLu8 +zP;L%$2-Fh@YstDfGYGP??M}5Yk%G!-xeQ&-(a!_Gx}Ih(OoHML*lT^1wdN>!C-+F9 +z6dmLre#?kEKx>@XtK^nRcY`Cq6&q#JK)}9~kq5w7wNWM&jG`1Vy9DPIK}!*N0E9Oy +zWm3RkvAf9*=vwHK3IcVcj5q)WU0G?90tJZO#R2rf<sLw{b}Bj5?uPkCDP(jB2HEdZ +z0E5Jp+<9HX*O^JsXaJpRVFFgW0Q!k)xe-kRl<vafr%5>8Q<j-3t#OSRb%3|<Kc2%H +tz=)WhHKEZv%w5NM4tt*Gd7ihpegG7+T!^q{(DwiU002ovPDHLkV1fcd(2oEB + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active.png +deleted file mode 100755 +index 46aa43a4b89cd7255d446ee6c543a2ea0e6235d4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaAo-U3d +z9-VLdHgX;c5OMX7bGcymfWyp8Oi;%~og;;ZT_EPbA;vj}4sp61<uD5~D`et+?a=an +z|5Sy}58WzauQc`h%lZENES*#SIHB~d#9JK(`4!?NcX(y8XM9x4nY)(p@YA(xUFJ5p +zITlWH*?p;(Nxx23wR)-RS*;1oCay0l%g(Sn>}UEpd7|lq%TJhC_(XqQyT<VJl!%Ac +z1a-EV5zLDYbjSMe-(bw-d?a!vEc@+y=l4N}_S?rFV_uY|`&LeJejU&g44$rjF6*2U +FngB=+Z_EGy + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png +deleted file mode 100755 +index 76e91ac1a4eaf6aafc62ed1da10660f8e22ee96f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 503 +zcmV<T0SNwyP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dz@3K~!jg?blICLO~P;;Q!3kc3_72QVR&8hXT{ufKWH=%^=!H +zD=Ek~DNyJ&(3=)Pw1a#LGi?KwbJ{^?Zg-fQIN$SshyNaC1_tmv&+|NQQBkb)Iji!< +z=oo}Lm^J~d#9qTb2JjB>3o#l|m~VoJO+Pj+UuusF!A##Uu=A&y?)1T`c7K!`nuLu8 +zP;L%$2-Fh@YstDfGYGP??M}5Yk%G!-xeQ&-(a!_Gx}Ih(OoHML*lT^1wdN>!C-+F9 +z6dmLre#?kEKx>@XtK^nRcY`Cq6&q#JK)}9~kq5w7wNWM&jG`1Vy9DPIK}!*N0E9Oy +zWm3RkvAf9*=vwHK3IcVcj5q)WU0G?90tJZO#R2rf<sLw{b}Bj5?uPkCDP(jB2HEdZ +z0E5Jp+<9HX*O^JsXaJpRVFFgW0Q!k)xe-kRl<vafr%5>8Q<j-3t#OSRb%3|<Kc2%H +tz=)WhHKEZv%w5NM4tt*Gd7ihpegG7+T!^q{(DwiU002ovPDHLkV1fcd(2oEB + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png +deleted file mode 100755 +index 3128d74f521d3637076be7a8ed0d42c7f1af315c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 313 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZlo-U3d +z9-VLd47m;k2(YFL3w%*AGZPbhW7GJd`+=lQ!vj_wn}+rYB8=6J+y{@HQj=2=c$mJH +zrL&Ra<n{|bKO@T6qW;NhN^dW;5zv;t!0_Tq$sNISc0cb(6tCs!SQHz7G_E1fw{T*} +zTAsrNv-b4Gee^oIPUZw-)uY$DEcUT7B(r}~pX|@H&nxo4$(g>T@sbO|ra8QFm>=aY +zK9w=i!nfw6JD0mcw!@r88JE2YX=m0p*6Z3IV>bJ%J5|wj-DaQ<7(8A5T-G@yGywoJ +CcWtKt + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png +deleted file mode 100755 +index cb307036af1d0631abbe636b06418b27d7b32cd6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 509 +zcmV<Z0RsMsP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10eVS9K~!jg?blCA!$1@U@b67ZJ%J$VMz?}cTqsn<3&cND(?y|z +zc#)n&!7hZ<LJJ;1i&X^i2JKE%s2Av;Ja6Eem}z3^{MKKFFOQjl0UXD19LJeg6enD( +z)zrpjq0G!x0tx_@;;u0T4B!*M8w2$~AB9B3rXL%ZziGFZy)icl*!fG#v@p>1FbPVf +z(uYajXaHdtE|Qmj0kD>+U23R5%B$^)?+>J;GFr~dUtwl`9sqbfH=JCWB*h)jXtegA +z&`Dk@0}+ZraQyUJMBV`kXVwa(&7iwD00Q>yw8;SBK#GV1U|_{cnJh3?rHIibIKv_- +zU~&ZB?R3e6*j+vXj0ZbiGQhZ(BJu!KbZw<f228q(11M|#2&Owbl~TmqE^GZP#f&b& +z(SkY$sGq!5Itb`_iZ4vEMgyq${y<^8%Ro0-wdrG^Gt5y@YyEAKkM)#gW@<KD0Yg<m +zyoLYq9F72dG4M)6_0yBX+c?i*$8j9Tapu<#uqIu_7pZVn00000NkvXXu0mjfIOowl + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png +deleted file mode 100755 +index f2ba7e28cb767cbc5f006fdc2558c99a2f0b4816..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb5o-U3d +z9-VI|8gd<S5Mh13Ug3r3qJ(6@gXg@O%s(<TdEHWwJ1{%q21gW!Sy<DNW)`KC{Zkb> +zCn$Bcrky(eDLrA~v-=bMA7@p+R&_IP+TpNy!DGgvu;k^Z3%}2j7I@>to~`e&dVz)S +z6ouOR#fQFMToS)>t0QYsLm6}I^5Z@Y8i%=_=)3J?ys!3~_0USKnTvkkVdy^7xPqx( +zB`j?x<G$xDStSb&33hl396xZdqf~tIxxFpbruN5#eH!#DGBP7$fnH$nboFyt=akR{ +E03-Ny%>V!Z + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png +deleted file mode 100755 +index 246b3b15df3e4ee891f86f4e35c03dd8a2932d18..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 517 +zcmV+g0{Z=lP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fI?HK~!jg?bp3Z13?r8;B!ZlHxNW^v{}|pEFwh3LNF;(#x8>R +z3MoRgNEPrU6ig>t2qJ2w!5;*%6BRL?s1TpPWRGv)%)0BWA@kK|hqIUA!T^rrIF94= +zD+v>>)u>XLhh>2(0h|Ib9QKSqKmhLo+<|OV^8T)f(DY;D@|&lRBSDw@1ZI9!)1FHT +zi|e_`H<Pf@0P082Ly*o5fbmGx>}jPtDpM|aZCy~AoF>xQM(_MQ08D%h23saU?G30O +z-_L=n8NHKzfkJj;$-nw3qrCy-z)F0T>{0==-L(S{a6X<o_6e|{%b4td(dbo@L10Xm +zF<OE>EYJl^2Jjj~k)&w5>jxk>kEKciNS^63+5sr4omko=Kt#0NwF9W+y$cYB@l>*h +z;6XL-U+Z#4OEBG4s{mS&TUo;wNy(Z?(r5tXg4d>S7QkhsUKUW$WU8C3F8ZG)`A|<; +zl2Si;DoVf-1k?B*&*1>ThXA*LG%7i7FU)h;aU92Soc{F<81!L_Yvc_E00000NkvXX +Hu0mjfN;=k^ + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png +deleted file mode 100755 +index 7731b74dd4c8f7a864c9d388787de79064c8cbca..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 313 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZlo-U3d +z9-VLd47m<Dh_F7-cL^|fzCqB%gT=Z(d4t%VhSs$T6_SqJjvQfTA0?C;J8o_jQW4zd +zk+g8;r;k6413te$vAj_9URB?c>;vqxSY^u}Xhg9JuP@%lmUAfET(p)cQ&c3q^P&-l +zjd_)P=(ksjRe_B%3wn)CznQ`9kP_1P=jaW&52>FRkIAf>)R~ygE3o#NLrkN+pS00t +zHkNtPong)g-!v{^DP&4pF8kE~_q(Mn^``d6gfpeIep_)p{s!~`gQu&X%Q~loCICal +BZaM$} + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png +deleted file mode 100755 +index 78850f7fbeee452057d63f3eb86110c728e5fcef..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 509 +zcmV<Z0RsMsP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10eVS9K~!jg?bk6%13?r9;Q#Hem9VKqQ5(HMl7$FS@e;9%AQn;M +zAv}YESSgrJv=BUi2BQeNp1^dXLM)6}Y36wY->f^CHDtc}-{IfKV_*QsaU92Sh7~0V +zZ!>%258Y)2REd!XFp>0(K41VZ0AdC=HVe69B4XW-waf3upOZd+p8}ZsLrHrGEnfwd +zS~U8s7uT>8e~bl6-GVTauAMb)pQ%)f!j2U5bWRIc9S+dX1Hf#L_&_HpZouAscLCsL +z`cC$-N9B4xy#6gCZvd$kV~uQ65WC9*P_$^IOa=(NBxN)<08=K)WMo<jXkCH>Oi2NG +z0E{OiRWiVkyNd%LqDwP%>?6j7lo1D@7)M6hWWe)C>@E(V9)(u`&W$v(h!|(<h44no +zX<dRo(<*>=>Q?qV_Ik9Y6Vw_&Eebn62lF7b()H>;0yjs#{PI>QeACM(z|6ECzgHMk +z1yIEQcn&K7uK@1A+}J4QPLe!_9mjDT#~EHf#W!D;{<A?Y00000NkvXXu0mjfL|Vte + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png +deleted file mode 100755 +index 6d21cafe9381d55ef1466e1d5b7c60eae3bd2366..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 221 +zcmeAS@N?(olHy`uVBq!ia0vp^3P8-k!3HE}wEkTWq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c^dAc}; +zSo9_*NW5$ij6G2HHap+#SiSLoV*`)io9onj{!3iuZ|%r+7E3u)a%sP$$%Z+Njg5}a +z>@V+^e9<(6Z-McF0*1%-$4c1P+SIRXfA#-yeUHz}E9T`Zm>CrHL>Oh=ZeIl2!r<xZ +K=d#Wzp$Pz3tV<67 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png +deleted file mode 100755 +index 09ed07fcc31dc127c8c48efafd7c19d8e773e2ec..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 328 +zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3HFkJ+IURQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSj(WN{ +zhD5Z!y=2XG$U&s_q5b3tF2<8`I=Z^9Z-RG-%wFRV)6H>BjB)k@sY}sXEfMMKT3_ZL +zu;DouF5hOH&L(sGXL{V^3$MP+2w!H!kezTVcj@}Q0zuL<RJs?(aIa>*GJQW|qW0Hc +z!4da$whH!?dHwyAyxYd%MQGXj)+>xZYJLZPN?4pai^m{s5$hMmmMv4Ym<66JO1;9E +zlOVJpV`<?2d5u10Q691i-HY%1N_%-wQX_ihwY5PL7V95;v}^9&cD=_I=klwWOaAHa +UuG_Uf7w91dPgg&ebxsLQ0J=?nDgXcg + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png +deleted file mode 100755 +index b260f91f4db4fe09c41b839ad9aba2d3dda779ee..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 218 +zcmeAS@N?(olHy`uVBq!ia0vp^3P8-k!3HE}wEkTWq*#ibJVQ8upoSx*1IXtr@Q5r1 +zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dvd%8G= +zSo9_*NW5$ij9su~$*I|m6BE^#nVU_fzO6cR;)DI(-Mee0Hz^2<sh?fY_>>0-jQ&eX +zq%Yu3vT8WTaG0@&=l^9%35j_Z4y-%=|G(jq%Lnc#@-ZkI@H5GM{WS?_1%s!npUXO@ +GgeCy&Oh?NA + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png +deleted file mode 100755 +index 5884f606305be4a4b64d6a48d4e00e6755cb0625..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 326 +zcmeAS@N?(olHy`uVBq!ia0vp^4nQox!3HFkJ+IURQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS4tu&d +zhD5Z!y=={O$U&s_;r}>p?SppG1)O4xjxmkVp2F3FGp}Z3PITi~ckrH>z!u)l)|dGQ +zY<SLv%eNV)3w^M8Ki_k5fXG|1MMW&v4y?KD6<^J%q9kR#eSdUfal@}q<_Y(__WpaK +zwQGx8!0Rc$o*pl&Y^aQ!#;%>hci{PEdG*9(*I7IUX;Vcv)H8bAdTGS)Fv;}|qf4?v +z{?dT`MoT-^TsXqD<fSS1;j1ebaWyc^*miN9vwzEGuZ^YWY}@o6SKiC7W`1`=B~0=1 +S%;!MwFnGH9xvX<aXaWG|=6dx2 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal.png +deleted file mode 100755 +index fc000c44f7411a9cdfd1512608c8c0547394770b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 305 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZto-U3d +z9-VLdHgYuuNVuK<&+TaI>FwR@7`^_onA5`xYHZ?#Zwi~Fnx-uis}?xuke{7Vz`k{% +z)noIT=LhD;yWi_weYWh;)TeR>+1Yeu`5!c;&Q$q$R#JfFVMNHf0~?m^@LRViIC;^V +z(kpHgz3w#2B&6h~zDhP`cxHQoal?iJwwhUP4Xwrf`<jg%T%8r(JI)JV8f(qm(`lq* +t+#(!MqM+BXc=^2f%XU|@*VpgsQO~kafAm%JjvUbC44$rjF6*2Ung9{YZjk^0 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-horizontal@2.png +deleted file mode 100755 +index 1c2f552754ceac0c83f2aa770897bad1fa28d0c3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 505 +zcmV<V0S5kwP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10d`45K~!jg?bks{!$1@U;Qxiz8wjFq^akQWp(<XY?kb2^sD-%7 +zCWewmdIANz6I}=%K#Nrb@dkD$D%4$9O`YcroQWAHmcDQOXZZ6N9t<Fa5JHG)MOnf@ +z5O~AkXa__!5U+qSm-UQ4z#zN>cqXP!9Eaxs*z{xL@{LAgp1E|%!1`}mI@BAdsJ7cj +zZzf@*0r<W@n~v!bz*4Siju6mSYGy4-f`KmUnH-pY(J3b6=K+9$W%5QRCRyzbI5_Y( +z8Pv^R%RS{$<+vH%|CBMf0kmtYkZYb|ZFlVen6PE1P9e5+0sReNEZAsLkVRd<XbDa* +zr3>f>KzOxMr5M`oCQI<vMw22CaHGqZEWtA?Z3@85+V0u`B+c-SLDzOFId#=)MGv}= +z*%DOcJp%f<E4lMhF7due&}aZj5)9H58vuH_YPmq@re##3DEc&uXFR@MKddrQjfhwO +v$#YnN@BzjXfjV&<ULeDBSO_765Yy`$P!nQ6vuSz800000NkvXXu0mjfX*$fb + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark.png +deleted file mode 100755 +index 639ad87b659328c2b1e22c98a30c03658f1d9d9b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!x0mx!fXLC0|7%+pO>XIEH4_x?IJbyd<Di*E1K*;AhfH-}1W(E|HZ;AD;uLZg +zvOYNH)1LCWm=(&EsXO{*x0;Ehax6G>Q0ep08=c;bPv70z+Gc#=l+DttE8I2aRr<bS +z8{Dp0CO2%0h)g}r&v50m<bI<S3>P#QW`#Da4`MbAVBXJjhx^}sFGf*6)&m>=FkR%F +z@T@0Txh#r{WuLU|1iKBaLJEN;%}dRtOZ8Z<|IMA(H%%{?f4ci;pcfcCUHx3vIVCg! +E039E4ga7~l + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png +deleted file mode 100755 +index ea9fdffbe4241f1a8de21e3a2d3f1ef7a335869a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 505 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jAfoK +zjv*P1Z*SP^I~R%^`}lrm)cXY!1(>_*4JEa_vL;;U=*^p2!LM{lPj<<p(2f!jX2FBY +zRMZx4QL^fA>70JyUh;uk_x~P#V)NPZ`OiCd-m;5zKi%(sNH65v`{xI=7o;>czE{?_ +zi~0H>bbGO~c|FsLIkwAOZvEyu9m_uT^1Z(88+RIg`k39Y_q1F6^2O!{0wz>0Sh;BP +z(xo56uP=Bmr7`{LXX`4FMKTEyA$*}%e>VC#7{#8~_G#Dn@42k#;|4Klg^E^=r}4Y@ +zS(VRa2wA>}Nnp<IyoL!~JPrGPG$a^LEPpKXf2za*1~!8RMxF!)W;nA!fx-S*?ejc= +z1JyhZ+GY+9^s=fa+*Rlgxw?Wu;Q6}Gih-f2-}e;qrW^`c9iXk(cdommY<BT~CPCjH +z|Fkaf1paqfG`D;zI}<~WuK$**+i_ABg<*@2tEk3C&8Xonvi?&1_nd3(vCon0n+_;6 +rblG)#@mgp+JC=9&-j)cR|JL&_mnJFmgnR_X83Ti-tDnm{r-UW|^pep} + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover.png +deleted file mode 100755 +index 221a7774c66f92055c2af80d8ca334e41411ae93..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 318 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcd%8G= +zcyzu!=gZX;Akq5p`);Segx48DAqsBRo9;MBXE0w~ka|Vw7h}6whP0&9!tZ8WhfH$C +zo|xNwpV!X()iZ7fpWa=UFESGi8IHYiS$*@!%Q@bSt_5!+C&@TQ&0HR_rO5U;U%c~F +zRvpi9%hZN#fiI1u_c1oio@~qBzlxzZsUc1D!RpnGQY#wc+1|<jyYIz#P=@QZ((g~K +zw`MUF`q^Id`V(}Z_>F+Ba{{-EgGyWPwv-3o-v&S2WxtO-sY~m&=d$>tKyNU3y85}S +Ib4q9e0MSQwE&u=k + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-hover@2.png +deleted file mode 100755 +index 841baf87dd0b25fe7bb895a08f391bdcbe93f2db..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 499 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j0K)9 +zjv*P1Z*SOpF((SJelWlJc1lERL()R`j)N?VkK7Bp?7CqBOA+V!1wWPxduobxi5sx3 +znKb8sh?2z7W1`yEYsJ{S)A#4BF<Kw<?ChUye;K-u8od;}ekf2qLU@7KCZ2<LK73YI +zFjtw?TeIu0e#75))yL9HxDuQt_kPo`-dgjkG^e5Y-SIWzt+^axkIpc^sQwb3{d1*y +zuEA2?Hxo7cAGRJYWQh3V)%slJs(c9J&A0%@fD(&;!i!2S)!z2v>1bH>`D1+Zida#G +zgv=0!IqSFtlqNGw@a5^SG%hkf`Dx=31~!8RMxF!)W{CrE<`G60&Tp&lS~N^&X*g)X +zFqeg4>uM$rGj}`xy{qk1CQW%9SHQjKNm2BHFkAD@dP;w?{pwYP6`k{i9qvE;xA*_c +z@GXxwGB8|-m?u{;g{eV1H>~5d#*{;Og}*G%<voA?>u}tLCXU+-r<u<1+uI9V`oxm{ +lHRjj3(&a~!X1=Lm{+O8}JS)oTAuxg%JYD@<);T3K0RU75$J77- + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark.png +deleted file mode 100755 +index ab01dce57d9d8e5abfc25d6d7318afb65d5b4908..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 229 +zcmeAS@N?(olHy`uVBq!ia0vp^96+qV!3HGtKUiJ>QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T&JY5_^ +zEPCJeY~*Y(5Mh0v&imNKOzftj_EAw5ZfS9^ZxvyV2OFl|s<`^mLawGibmsI@0~1Cg +zL1zhbhVm(14(t^@A?4*&pF>${wKG1k*MEo!SS9hqJ3)!*sKRN@d$#*e@})%z>#aQY +RWjfF{22WQ%mvv4FO#pI{NB95$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png +deleted file mode 100755 +index af60ef87102eb54633727f72df251e968f5bd1b7..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 315 +zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3HFSYrjteQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSc6hot +zhD5Z!J!i<*<RH-cu>OUqO!K8lw{8SaC=itPOR(rx+_+%Vf^R%uwyAaKzK*#0;89lQ +zobYq+et$ZU#Q0J6^)AmT8=X>k7hHI>M5k*FH&f|d6|HwHM<y?io4X`fWfs$^h{{t8 +z8(qHN{qlp!CjGbaYy*bwpLVDH8`dW^FtSM`fQbX^8Md4MU+?I!aPHb}nZw+3rZ~J` +z8LuR}-Eo1&Ccn8$4lt%VNDAC^-w`_R`SY8l)ApZZ7M`s?PfcvrDxe=2JYD@<);T3K +F0RUa6c~k%Z + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay.png +deleted file mode 100755 +index ff8667b2ff536db520898a8485d956459d79d2bd..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 227 +zcmeAS@N?(olHy`uVBq!ia0vp^96+qV!3HGtKUiJ>QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SNJY5_^ +zEPCIb*~r^qz{7gcI9ot1NkD%>7pul5hlrNeLozekIy_t!G0pn(D#cdv-~1;Z>ZAn4 +z4zOGncqY0)JA<X_fTYmppG*(B<gym*Vw0-i&v9KYE#TunCC7cfUHwkxy6=Ko-2ykR +Q0qtV&boFyt=akR{08sHr7ytkO + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-overlay@2.png +deleted file mode 100755 +index 5903519123fcb53a5a7f71c2d6fd1e80aed64c9a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^0zmA*!3HFSYrjteQY^(zo*^7SP{WbZ0pxQQctjR6 +zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSc6quu +zhD5Z!J!i;u$U&g>Vg0cv&-vUHEZq$X^A4<D(z&<eP3D#@9?C4|6Y`}yA~+SJR-9Ec +z+$i#V>gLb;WH&@O%xWv#Bh!6~ZN}bdL4v+>qUTyQhX3SXxfi@}k+A&5SwH^V)MsW1 +z4PE;;k+)+0U5Uhd>=N6U3|=wUh%)mS9AJPDb*ww;ZtO2%V#>^py;07*h%><CO7YU3 +zzYh<{r`%NRU-a_ZIa?N|2W=aIHO0^EEPh=&ZT~su7GsrVK6`8OfWBbxboFyt=akR{ +E0Oi4SO#lD@ + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png +deleted file mode 100755 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png +deleted file mode 100755 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active.png +deleted file mode 100755 +index b812c437bcf3cc243c6c45e7be55622f3e98b837..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 323 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SJc)B=- +zcyzu!x0myfgT%3q|L-;~+ACnbVdDk0B*i=hmhBf<V-9eZaC4V7nS5N_-zpt(gOjm! +z_vXL}GiKc2eAbwK@B2J?eGx&=!~Y)LF$nVKEn!s2*)nNzLV$G|)83~mGkb3^PracP +z6mk9goDZcMj~fh=<^`~=$eMAqJ->m$eBqxvWk!q(rtk%vW3HLXq|w0iBlW?zhyP9a +zH+aAA&Q)8mL0Q2o!~NKcLbV6gei>78n6n>zs?hGvVLkjy@$atxXJwT>Y2RFZsAne7 +OFAScpelF{r5}E+JDt>(c + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png +deleted file mode 100755 +index eb4450d99e66e2bb6af6ecec4f521b8f3563aaa9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 492 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG3M; +zjv*P1Z*N%pH3bT^JuLrmRF;ABn3H%ya-$$)b#l*&k{LUM%aeHK9^*L1THxK&>OJAm +zj1xyiHRfy#h(2F`u<PfmnfdcB%Wa6z>6Yu<6_DBIeJ)dW#ey||w(RM;RH)QjXL|d; +zxWmg=x`!vlG`y+Qdf)uz%bLCO>*q@^xH0QVaPW2a2ySD3o(os}-fMh*Chb$X`kblg +znLEBMj~QNf>~_2Q+d+T97Q<DVIj$D}W+&~mwDjb0SaIBfuVGdFb?$(vXLm3Jyk94- +zFrkxQVY-Ask=nPsNuPEeVPG?8VB|?)V3s%lXSOizVEKFRu0cZ~(}4m$hT5*`*pNND +z|Jf@o6%>DPWdG~`nxRuKz1_hsqI~cDH@?lgJ6^;)EB@njZC)wE+{|%&zCBaczQ+$4 +z9ClBWWqTRPxP#m9UevSAA1WqDx4!KA6C0n`w{7lYku6GEtMBW6T9jelaN5uGyTI1V +eNgH*__Azua$185>+L8;583s>RKbLh*2~7YgbjsKO + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark.png +deleted file mode 100755 +index 1d9ac4ecde885de546e5bb6dd6a34e38a08fbbb6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< +zcyzu!XU%oUL8SHJf2qI{RWq?$E-@{K1U7NrZICWt-NotoFqz-(SHzA!2ZzM891#_M +zck6?5KHagDXAWJmqGwU;@veEyhuybsk4j6l*k{prwd$_uS<Z}9zm@98!o7~JPt{eI +zn#P*kux;BtrRZl2I&}wsRLbmN%$UM#V$ZnGi#5c7^^Z|O_2+-DSaf8(pC3BNdF7~2 +z!<K}3T`PU(HUw#Hi~4my%%g!N+dRrgpTq6>rTc#i-);BSPx)118v*nLgQu&X%Q~lo +FCIAH2bEp6S + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png +deleted file mode 100755 +index d2303381263fb544be00b320148f233af0f68eb2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 498 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQO4} +zjv*P1Z*MqyIR%Ow`}n_d)>?<AMUKAB3Q`i0H)32Wo=J1Cy*)D5#eze`c`<K_)8c6p +znmIOQu)nhAoz!;s^<}qt`8E5B>&mMRCT(0(m2%H%_g!1p72N>=H)iEl3Quj1Saw!} +zhy6cO#@47v&(w7dkLEXPeSiG*!KN^+T3z0P%dc~nsar9W)jV@-W1KwMYw4$Vvv^{d +zd)<^he78KVmvJaxzU0=bS2YWSH*BvL;FS3(|G(2=-{qHK;%qCjYVSSXAIp?}om0TV +zhs)v0%~Ga@oFs-E9p(qdlXvVs@oDK11~!8RMxF!)W{CrE<`0HPtlzA6+clhLWmufb +zFmG~Pc>lWJ(|KljGAccKV`VQC8hUH{UiZd7HpfMOUENTlru6IjoZqwkTxPDD+ssqj +z&%MXzlF-h+YDR`dD=ehan`8=}%Y?mU6?&fa^i%u!cPjV49%qSRU`?pr_9S%SdZBpt +j#2+T_{ko5Cy7iN7`IcC9OX;7WNM!JI^>bP0l+XkK1PaNi + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png +deleted file mode 100755 +index 639ad87b659328c2b1e22c98a30c03658f1d9d9b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!x0mx!fXLC0|7%+pO>XIEH4_x?IJbyd<Di*E1K*;AhfH-}1W(E|HZ;AD;uLZg +zvOYNH)1LCWm=(&EsXO{*x0;Ehax6G>Q0ep08=c;bPv70z+Gc#=l+DttE8I2aRr<bS +z8{Dp0CO2%0h)g}r&v50m<bI<S3>P#QW`#Da4`MbAVBXJjhx^}sFGf*6)&m>=FkR%F +z@T@0Txh#r{WuLU|1iKBaLJEN;%}dRtOZ8Z<|IMA(H%%{?f4ci;pcfcCUHx3vIVCg! +E039E4ga7~l + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png +deleted file mode 100755 +index ea9fdffbe4241f1a8de21e3a2d3f1ef7a335869a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 505 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jAfoK +zjv*P1Z*SP^I~R%^`}lrm)cXY!1(>_*4JEa_vL;;U=*^p2!LM{lPj<<p(2f!jX2FBY +zRMZx4QL^fA>70JyUh;uk_x~P#V)NPZ`OiCd-m;5zKi%(sNH65v`{xI=7o;>czE{?_ +zi~0H>bbGO~c|FsLIkwAOZvEyu9m_uT^1Z(88+RIg`k39Y_q1F6^2O!{0wz>0Sh;BP +z(xo56uP=Bmr7`{LXX`4FMKTEyA$*}%e>VC#7{#8~_G#Dn@42k#;|4Klg^E^=r}4Y@ +zS(VRa2wA>}Nnp<IyoL!~JPrGPG$a^LEPpKXf2za*1~!8RMxF!)W;nA!fx-S*?ejc= +z1JyhZ+GY+9^s=fa+*Rlgxw?Wu;Q6}Gih-f2-}e;qrW^`c9iXk(cdommY<BT~CPCjH +z|Fkaf1paqfG`D;zI}<~WuK$**+i_ABg<*@2tEk3C&8Xonvi?&1_nd3(vCon0n+_;6 +rblG)#@mgp+JC=9&-j)cR|JL&_mnJFmgnR_X83Ti-tDnm{r-UW|^pep} + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover.png +deleted file mode 100755 +index 221a7774c66f92055c2af80d8ca334e41411ae93..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 318 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcd%8G= +zcyzu!=gZX;Akq5p`);Segx48DAqsBRo9;MBXE0w~ka|Vw7h}6whP0&9!tZ8WhfH$C +zo|xNwpV!X()iZ7fpWa=UFESGi8IHYiS$*@!%Q@bSt_5!+C&@TQ&0HR_rO5U;U%c~F +zRvpi9%hZN#fiI1u_c1oio@~qBzlxzZsUc1D!RpnGQY#wc+1|<jyYIz#P=@QZ((g~K +zw`MUF`q^Id`V(}Z_>F+Ba{{-EgGyWPwv-3o-v&S2WxtO-sY~m&=d$>tKyNU3y85}S +Ib4q9e0MSQwE&u=k + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png +deleted file mode 100755 +index 841baf87dd0b25fe7bb895a08f391bdcbe93f2db..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 499 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j0K)9 +zjv*P1Z*SOpF((SJelWlJc1lERL()R`j)N?VkK7Bp?7CqBOA+V!1wWPxduobxi5sx3 +znKb8sh?2z7W1`yEYsJ{S)A#4BF<Kw<?ChUye;K-u8od;}ekf2qLU@7KCZ2<LK73YI +zFjtw?TeIu0e#75))yL9HxDuQt_kPo`-dgjkG^e5Y-SIWzt+^axkIpc^sQwb3{d1*y +zuEA2?Hxo7cAGRJYWQh3V)%slJs(c9J&A0%@fD(&;!i!2S)!z2v>1bH>`D1+Zida#G +zgv=0!IqSFtlqNGw@a5^SG%hkf`Dx=31~!8RMxF!)W{CrE<`G60&Tp&lS~N^&X*g)X +zFqeg4>uM$rGj}`xy{qk1CQW%9SHQjKNm2BHFkAD@dP;w?{pwYP6`k{i9qvE;xA*_c +z@GXxwGB8|-m?u{;g{eV1H>~5d#*{;Og}*G%<voA?>u}tLCXU+-r<u<1+uI9V`oxm{ +lHRjj3(&a~!X1=Lm{+O8}JS)oTAuxg%JYD@<);T3K0RU75$J77- + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl.png +deleted file mode 100755 +index 3984d049d9b30ffe8d3160e8d98848ce933f08dc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!Z_9PafZ^!J`k=rs9DL{W&WUPPaON-UE}6iWcWYtEmE;|}xkJm@_cpO>XlyAI +za7_C3Q0<2Kz9)Y@7IYa*UH7`QRb*cSV?&b%*GtxekAgUS(m&6es^-36rR-6SHwIt) +z-!HwwsO@{L&Cr4SpqIWq!vV9B^<Pdie3e-c$o4}^G=Nd`!|4OI&;PBJ5RlpQJu9AP +zNl)XA4Sl+ivtKM-Djv9Hx7E1<=2gsFD(f<5t7VC_oi6_N`ky&}^bO6Lx9SE<fIeaH +MboFyt=akR{0DH)KG5`Po + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider-rtl@2.png +deleted file mode 100755 +index 57d6cd06211035ff26cf8319b371f234bba90220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*SOoF$apYJ^aoiT&~cRv@m)@$B*W3+h*xCMNd!>%Dp6UQAHqJVN#Heh<O4} +z#7>srjs%g@A$;dHdL~Y-PFD+?w|>u@`RNI(n8muE?suPLHs$oy(y0qLb~PHASJjE` +z=x2Vp#jn4*o@qtc>dP0m$1KR{T^;<S&tm)atgCkFY%4;vHg9aRO*mMbVc!*zz5R9m +zx?2ZA16E&Uy87W(xn;wlq#2L7`uR(k+77R8I<)Eir}#+SseI)|%mSLrBKR7rzF09f +z=`CgL*ik)~q4nh!hAA`8Fr1%tWp8AgzY3c{10zoY1GB^d1_YB`AbrOBH(wb}xU(Hl +zuy**O$$a4EYrCM8C71HV@9edk9;7*yU%ugL%kAA~H~&&w@c2|sos;OI+{U`5ujd0j +z4sN|8?y&fx#F397aSyI7{-Y+I^>0sH{r8!3f5hysFW4e<WEXc1!{^1%#TRtHO5I%f +iX-3Jiqe(yS|77$ui8byr-c$&T9tKZWKbLh*2~7YYip{M6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider.png +deleted file mode 100755 +index 3984d049d9b30ffe8d3160e8d98848ce933f08dc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!Z_9PafZ^!J`k=rs9DL{W&WUPPaON-UE}6iWcWYtEmE;|}xkJm@_cpO>XlyAI +za7_C3Q0<2Kz9)Y@7IYa*UH7`QRb*cSV?&b%*GtxekAgUS(m&6es^-36rR-6SHwIt) +z-!HwwsO@{L&Cr4SpqIWq!vV9B^<Pdie3e-c$o4}^G=Nd`!|4OI&;PBJ5RlpQJu9AP +zNl)XA4Sl+ivtKM-Djv9Hx7E1<=2gsFD(f<5t7VC_oi6_N`ky&}^bO6Lx9SE<fIeaH +MboFyt=akR{0DH)KG5`Po + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-slider@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-slider@2.png +deleted file mode 100755 +index 57d6cd06211035ff26cf8319b371f234bba90220..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*SOoF$apYJ^aoiT&~cRv@m)@$B*W3+h*xCMNd!>%Dp6UQAHqJVN#Heh<O4} +z#7>srjs%g@A$;dHdL~Y-PFD+?w|>u@`RNI(n8muE?suPLHs$oy(y0qLb~PHASJjE` +z=x2Vp#jn4*o@qtc>dP0m$1KR{T^;<S&tm)atgCkFY%4;vHg9aRO*mMbVc!*zz5R9m +zx?2ZA16E&Uy87W(xn;wlq#2L7`uR(k+77R8I<)Eir}#+SseI)|%mSLrBKR7rzF09f +z=`CgL*ik)~q4nh!hAA`8Fr1%tWp8AgzY3c{10zoY1GB^d1_YB`AbrOBH(wb}xU(Hl +zuy**O$$a4EYrCM8C71HV@9edk9;7*yU%ugL%kAA~H~&&w@c2|sos;OI+{U`5ujd0j +z4sN|8?y&fx#F397aSyI7{-Y+I^>0sH{r8!3f5hysFW4e<WEXc1!{^1%#TRtHO5I%f +iX-3Jiqe(yS|77$ui8byr-c$&T9tKZWKbLh*2~7YYip{M6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-dark.png +deleted file mode 100755 +index 4c8ed9c9f7397a0d660176e8c261bcc64116a2df..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!w~_B)fXK0r|6ht8QkFO)wpir+LrI-o9VfXXmiD$y-%!nDVklL?%74LS@m{sg +z7~j)sh5J8RKmSv7!0pqiiRQWCC!TRIGniPf-E{NRcm1Ue&wZ^{3NV%?i)4G=Efts( +z=Y5<dNb!s%TSiBi_vRXA2J_|B%f534=rUx@XNW(_B(~vzKC|b+e``f9MDej6*!PF| +zxgFc1Igf9g{BR~{=2640b$9pecD&4#$<*1l_Ed^QTX*rn^7`5APCs;~-YHzT9Ox4U +MPgg&ebxsLQ0M3DWtpET3 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-dark@2.png +deleted file mode 100755 +index 9772ccd1f8ec3706e7774523f7cfd84aa312bdef..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 501 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j76R< +zjv*P1Z*T1NVh$8&dsuEJxL$#ytMy)!>k;{+{M9d&Zb+Ww+PJ|_e<F)XhJZ^@SL-8Q +z307_WgCa^2t}L%BzTIGXW0P*a@l?%IBjfv<bG9$InBitCRK8GR+H_qJmZAe8|37k1 +zi}qw)>$bP*zkY)OkMaE_=Nm$gAC)#1%Q0JhwSOU_*V4V7%6qF5j-|_aA7An|XmeO~ +zX)oKlMz5tp5-($`rZaPF)>Ia+*t0<R!rwoqm_Ofpx<B&HEzR}(JRC|~oTnHC?(Fts +zI204aaBc5vmWUH7YzK}UU^qYX$nIttc`uO#46GUsj9dW?Ob8~wg4Bb3#n;(C%-eIn +ztevsKhfm=7I$?#dsLtQEWwrmNcp2*4XYAg%YwebPe*Q3q-`D4ySKp9yDLcZ-@YVc% +z!D{cdzO!D)cvF71VghUR+cj;g6<($Kzy4}I|MtfE>-q2B=p`)XoiL~MW!>w|9l5hR +mK2KhJ%lXc1sou0LpP8>#CyI*hyRjM=MGT&<elF{r5}E+gmC5Y@ + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png +deleted file mode 100755 +index 3ecc7340f5ea5e810631fd7d5f86135f0fd22b1e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 312 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaQo-U3d +z9-VLd47m<Dh_F6aS9;-@lcS?_qf(OFQ@QB@tBy_!uZwN(g4TrORAGLhjtQ~ajzWpu +zDY_=Xc6Rk_QvYOsnzTJ!Gr#+06N|&{MUNR{dY)Xa6}h{HadN@E&#v)}ey)WRMf~~8 +zyj0&W4&RftFr4oRL+q9{-N~8^iBBB<RoQK0ubElY@bHaS+JgjMgMD#KE1BzGWk*IZ +y1GTt)T4-3rv`OlSWWg5`N16P0rhl@37|y$puP4ZmTv`kC0E4HipUXO@geCx@F>AE| + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png +deleted file mode 100755 +index 4d576a52c256e82e25381990478969a394df03a9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 513 +zcmV+c0{;DpP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10e(qDK~!jg?bkm_13?%C@b^t3o<I<_(Hn?`LR7p&>>`MbLRLs) +zoeOM;l8u-`!E~a9-~lxF2SL1n>BI<8uuZb_*;qT@vg@oN^DCFf^7gR|4B$A9<2cT! +zqA1~VxvV;$U+YSvz=U}KlTqLC2N*yHz%wy5>$S?+&odEm`C@TzDy04efTidit-1>{ +zoNrXCZ<4TR0MGL#2FN}Fn2lA<7DhW9SBnkb@0y}Y^1cDGCm5EG2LQrcrl*f(QG*?? +zv;v?NyHpB@C|5tI-2avl`~kF)R3YnF8@mez;MF9$q=7+eri|nan2uj1H8ZAw=nx!Y +z+7yrs@R~r8RFI&%aR3HxlBr`K6Ru4e;{Zyj(?r^&K!<GXZXBS#@85!Ol}sgj7`QwN +zst=}|=nxFY)Fv41__b`|myGUhNs^)g8ou8Rv%C!8E><rKn5orQoC|{BLz0hrm8I?7 +zQl5YU7z_9x*I^Cd9l#TqnuoQ@IU-z#9mjDT#~EGU9+G0Vn-wlZ00000NkvXXu0mjf +DX|U88 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal.png +deleted file mode 100755 +index 1c25330a7bbed979e907cd35532902195da43927..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 311 +zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!3HGD8EPYe6icy_X9x!n)NrJ90QsB+9+AaB +z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIY)o-U3d +z9-VLd47m<Dh_F6?-?Tt|<Hn612aYHmyj;O>kUOG+L0?&8Bgc)1n@5^ilya^ea!XQh +z+9WnhQ+~cZv+e)BE4{x}=4Pl`bITcIyxh@jtDQPMP#{K{xi8a7uQ#S4(YtVJ%n_f* +z24~{jL-%U+=E$62blZ02_NyOa3}<9c%;&hM&KSQ`PoY$Ga}s|qqf#306TUx|Ve6%s +z9~qpPqE+kS=Wwxc2ZNB{Tis{>);8DM+8<-i@Ya-!v#F8<x}U+*)z4*}Q$iB}pX6$% + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-horizontal@2.png +deleted file mode 100755 +index 77d69941ac95d274ef36a65b293592eff9effe71..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 502 +zcmV<S0SW$zP)<h;3K|Lk000e1NJLTq002M$001Be1^@s6qMd$(00004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10dq-2K~!jg?bks{!$24X;P+3P-ars_qc;!>ttM7u>k;a%f_M>6 +zqF{HT3&E8LYE0FFc!PE)D%1;Tndc3hiHV7&^Q~WgUVf5+0UXD19LJefk|caUs^G4_ +zBVdQZWr55lo$&`q@C|}zK)Ox8ej*~Yeb~DEWgO2bmd*sI|E_0ldLF%Yqfvde30o~7 +zilUjZczptk>AK~GLp83{!mv6rC6&#%PgOpeoR<dxS<>aNL#w1Ia25C0g*r-KssNgP +zb7SrPr-<<j5a`|P8s$rrGIlrr0z@N|HU%KCY0B7~0rTmr6om_>gw-K9!L%u0vw)Wj +ziWJ4z-DUx|85Ai7abt=Y7obIsGbvL5mb9_EaRJ*wJqB=*NuwN5c;52;2UE`K5L9Dt +z58yC;t=tUYmG*6dRtpHj>d0dy0MJWSD-R+OJ@H$$+J{v<$!wBx-Fs}4=n!1_C)Z(3 +s@LeEJ0J~ek>S>beu;Vz6<2cjn8w>zs()2$8i~s-t07*qoM6N<$g7x3eMgRZ+ + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark.png +deleted file mode 100755 +index 4c8ed9c9f7397a0d660176e8c261bcc64116a2df..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 321 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{dAc}; +zcyzu!w~_B)fXK0r|6ht8QkFO)wpir+LrI-o9VfXXmiD$y-%!nDVklL?%74LS@m{sg +z7~j)sh5J8RKmSv7!0pqiiRQWCC!TRIGniPf-E{NRcm1Ue&wZ^{3NV%?i)4G=Efts( +z=Y5<dNb!s%TSiBi_vRXA2J_|B%f534=rUx@XNW(_B(~vzKC|b+e``f9MDej6*!PF| +zxgFc1Igf9g{BR~{=2640b$9pecD&4#$<*1l_Ed^QTX*rn^7`5APCs;~-YHzT9Ox4U +MPgg&ebxsLQ0M3DWtpET3 + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png +deleted file mode 100755 +index 9772ccd1f8ec3706e7774523f7cfd84aa312bdef..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 501 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j76R< +zjv*P1Z*T1NVh$8&dsuEJxL$#ytMy)!>k;{+{M9d&Zb+Ww+PJ|_e<F)XhJZ^@SL-8Q +z307_WgCa^2t}L%BzTIGXW0P*a@l?%IBjfv<bG9$InBitCRK8GR+H_qJmZAe8|37k1 +zi}qw)>$bP*zkY)OkMaE_=Nm$gAC)#1%Q0JhwSOU_*V4V7%6qF5j-|_aA7An|XmeO~ +zX)oKlMz5tp5-($`rZaPF)>Ia+*t0<R!rwoqm_Ofpx<B&HEzR}(JRC|~oTnHC?(Fts +zI204aaBc5vmWUH7YzK}UU^qYX$nIttc`uO#46GUsj9dW?Ob8~wg4Bb3#n;(C%-eIn +ztevsKhfm=7I$?#dsLtQEWwrmNcp2*4XYAg%YwebPe*Q3q-`D4ySKp9yDLcZ-@YVc% +z!D{cdzO!D)cvF71VghUR+cj;g6<($Kzy4}I|MtfE>-q2B=p`)XoiL~MW!>w|9l5hR +mK2KhJ%lXc1sou0LpP8>#CyI*hyRjM=MGT&<elF{r5}E+gmC5Y@ + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl.png +deleted file mode 100755 +index 2c45ee10c927ca36251428dd4b48f41878adb4e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!XUKKPK!Wwb_y0|c)C&tQ9PB!IDb8L00jo`;oJ%-+p=as(=I0tBB9nG#c+55{ +z6+R>Vf6sS8g_fA(i-VjOXYwZev(i-B>$PN0W#eJb-We~M7Q|O+&F~fBo>(illgA+W +zwFL8l0}}T_eqEJw?fYoGS&U&9ufuxY51~u~4Ge#bK4iSO|Ciz7&OBd-SFAI>FgZND +zA->?;CGI0mDK1q^-L?%f4tXcv=~T=)@p9|C^8a(xyIIt}L^KBd1bTtN)78&qol`;+ +E0Ex<WHvj+t + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough-rtl@2.png +deleted file mode 100755 +index 6a85e423416235d5e4e80ca75e5b1ed359637a70..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*T1NV+s^tePBF&zPW;$6n8Car+~O4PuMoE_RjoAvn8A}bxgvJ&EK$wtF>RD +z)ljh4U*W_?#cAj6#;%zWJjv4deo)+jq>X2)Rq`HMy~^iO*JUte@V;!i{>T#N!nbq1 +zEPshRNVK);Pq!62wa%#O<*}WItM>k|G(He2qMJ6elVi<~Gt4qiW~>icebhYnQYN$e +zlHxOSe#)~mM9Q9gF=ffGMy&;x-kP&&{FeXkTTp)gwm+}HhN%xM7#dn`g)$1PQDtk$ +z3TJ0%UBb|)bB5`G@#Gz|(|-CSF)&LUU|=(7VB|@FGiw+oi~PR2j{ku&Yr+gEhljyj +z4Y$7jU|%x#kKNUEzb1GD<t>gAcMy2J&0~k`lx;38^}R3Ow<wi7J|lO)vFG#oGmBQr +zerIBE*t^fJ<Z%t>kybPBhnAn$UD23+zqagn-MalRZE`w_*;%p~rY*PM&!IAB$NR}{ +i0yf9)W^RmlW^K<XnW_}_sHYJaJq(_%elF{r5}E*x8N;#w + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough.png +deleted file mode 100755 +index 2c45ee10c927ca36251428dd4b48f41878adb4e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 314 +zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!3HFyJAa%3QY^(zo*^7SP{WbZ0pxQQctjQh +z)n5l;MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHd%8G= +zcyzu!XUKKPK!Wwb_y0|c)C&tQ9PB!IDb8L00jo`;oJ%-+p=as(=I0tBB9nG#c+55{ +z6+R>Vf6sS8g_fA(i-VjOXYwZev(i-B>$PN0W#eJb-We~M7Q|O+&F~fBo>(illgA+W +zwFL8l0}}T_eqEJw?fYoGS&U&9ufuxY51~u~4Ge#bK4iSO|Ciz7&OBd-SFAI>FgZND +zA->?;CGI0mDK1q^-L?%f4tXcv=~T=)@p9|C^8a(xyIIt}L^KBd1bTtN)78&qol`;+ +E0Ex<WHvj+t + +diff --git a/Breeze-gtk/gtk-3.0/assets/scrollbar-trough@2.png b/Breeze-gtk/gtk-3.0/assets/scrollbar-trough@2.png +deleted file mode 100755 +index 6a85e423416235d5e4e80ca75e5b1ed359637a70..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDVAa<&kznEsNqQI0P;BtJR*x3 +z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCr0e +zjv*P1Z*T1NV+s^tePBF&zPW;$6n8Car+~O4PuMoE_RjoAvn8A}bxgvJ&EK$wtF>RD +z)ljh4U*W_?#cAj6#;%zWJjv4deo)+jq>X2)Rq`HMy~^iO*JUte@V;!i{>T#N!nbq1 +zEPshRNVK);Pq!62wa%#O<*}WItM>k|G(He2qMJ6elVi<~Gt4qiW~>icebhYnQYN$e +zlHxOSe#)~mM9Q9gF=ffGMy&;x-kP&&{FeXkTTp)gwm+}HhN%xM7#dn`g)$1PQDtk$ +z3TJ0%UBb|)bB5`G@#Gz|(|-CSF)&LUU|=(7VB|@FGiw+oi~PR2j{ku&Yr+gEhljyj +z4Y$7jU|%x#kKNUEzb1GD<t>gAcMy2J&0~k`lx;38^}R3Ow<wi7J|lO)vFG#oGmBQr +zerIBE*t^fJ<Z%t>kybPBhnAn$UD23+zqagn-MalRZE`w_*;%p~rY*PM&!IAB$NR}{ +i0yf9)W^RmlW^K<XnW_}_sHYJaJq(_%elF{r5}E*x8N;#w + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-active.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-active.png +deleted file mode 100755 +index 9672e271b6714ace261044433b5b91bd8d4d8d22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 275 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlw~x;Tbd +z^uC?!$k${b;<9{6^v9S-C%-UMiF~j+U>IkdcR*mug=0I4C+YpNuAO;Qo-sXvC8mIF +z!9*3`>9gN98>Q@Kd*@)!oU{Af&pk~)SZByL9QXTD_He5T>jA@K8`^R+U-lZdty1}= +z{+H37p~U*%x7<%})xstnn{r82Jn8q0pj}>4&sffete9l>?Z8Tvugm6TXubA0DXvow +PbQ^=GtDnm{r-UW|*4Jm6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-active@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-active@2.png +deleted file mode 100755 +index 4068a01f8c47630699dffb7f56b17a224e0cf14a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cS}>K~z|U?Uy}H12GVV--|bNNZbO1f&@vC)Eosa!4bF$NF-c< +z8V<k;rKd#-p_>_JXtI&n{6Uh9DE3K~R?qgl&)&vE0C4w{7~?H~O8|$cMqdD)LI^h` +zhlR;$_%nc`ih|1;g%El(2s3*$GoOwJ5ox=7b608Z-V~9xnGMpM*#a{g&zTh|f%r^K +zH!~NJi>d)cq*LV00qpYHm&x4^$^ebxgQS*dyQ-Qe|LrehqN=%wbkmw7r3}S_Cd)FW +z6RMh%Jl*ERB=ZnLEA`5GO99Mm0^o<YfjrByMrxGv8jE%n2iP+FS2b1v>_s&|4NwEr +z05!lW0ADfpTdl3J6u{lzwoNCQZv${OEwIT=ILX%-<MrB=|K>@is;$M_b|+Omn=_MV +zdB19aqz4(LX4)|HMWj<fW6~)#KzGGF-TgSm_=5elW*;GhbCT}>&>%SsA@l$Y0E{aP +g9s{^f!)pP+Hx!p%<O_9=0RR9107*qoM6N<$f|HcQod5s; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png +deleted file mode 100755 +index c033eae56cf111dfc612f5cbb34aa58f70c3be28..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 365 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvux;Tbd +z^uC>B=yy0kz~z2jt>dK`N=#iW=O!vO@ikgBoz{PNM<GUWj>1HRSUm?u$B<>8Y$qLa +zTE@W|A)!B2+Ffm%%gHH=D>nzP*)jdP_r;o37nbe|Yhu~HoSk3nth&~n)rO02Cj76J +ze(BzM-EZ^8N&XGV%wO!v-;~NqB;0$y#=h(=#}keNVrmWCkJTTnnItAwuHG*Gxi0<f +zAqj@yu8_kFrz&r1iJM%jKR92Uqg(gqao*#t8-E2pGTr&gz4Q5@h;G)^WwUx;Pm8hL +z|90!8H*6)G39OtVbGKc}iP-Zz|JO6_3rkmV&RVnX3jcwn0iR=DM%@7Vn!(f6&t;uc +GLK6VtQIV(s + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png +deleted file mode 100755 +index 475a8cc784d3091cd77484d8e59c730f976c472a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 590 +zcmV-U0<ryxP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10n155K~z|U?Uyl66hRcnfA8I%i5ih8hkgSU#8{X}fiW6-A;b^h +zow?6oLnp@1VC3vIIcf@`1QInN7Q%(lTX=FBfvAaO=UK3GSvGQK)?KRoSDW`{=l7eL +zW<~(&uRE7R4W9ycfivWjJ&Yv_^igA?vgL~s!QTRdIf0Y;ZY3S}5<#?b4{tirx$>!@ +z^=CI^KMPuY&C2^fJ7enHEW#8pD4}}-%m4%&Y&$@6{`Q5LETHj33;6&{*WR=jB8f@g +zSGs2|kF$m+BPI2Wfw%wwrPGy-yajg7eOXV|0{@Xb^9L)RZ>p09Fp`30z@}5HzPNSq +zy)V8R9sONfZXX(`$v?Y|^l$(HMl_W9eglsb0IsBj$2IycpqGIBx4=Kl(M#Z1QV0|R +zg+L)t2=o%L4Ce1UM=ycR3<O%K1)N$HqeZ%%Fkl05wSEJ;H=_EQmE*Uf=q7VD1^md| +zZ?#U)Ib7@RK=@-jQ`p~f_S^7SvZlZufMBzE3z&1BvEyq2#uCDm!SuuBb`#Y(JvsC- +z%ZG{k)wveI?*Rz5==)M#-M%EDd&luT&Ay5Yu0OwX{u6*UCMsK2(s6+WU^hqbu3#_Y +c@FD<z0NS{ZK=~p5ApigX07*qoM6N<$f+w*4PXGV_ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop.png +deleted file mode 100755 +index 9672e271b6714ace261044433b5b91bd8d4d8d22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 275 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlw~x;Tbd +z^uC?!$k${b;<9{6^v9S-C%-UMiF~j+U>IkdcR*mug=0I4C+YpNuAO;Qo-sXvC8mIF +z!9*3`>9gN98>Q@Kd*@)!oU{Af&pk~)SZByL9QXTD_He5T>jA@K8`^R+U-lZdty1}= +z{+H37p~U*%x7<%})xstnn{r82Jn8q0pj}>4&sffete9l>?Z8Tvugm6TXubA0DXvow +PbQ^=GtDnm{r-UW|*4Jm6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png +deleted file mode 100755 +index 4068a01f8c47630699dffb7f56b17a224e0cf14a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cS}>K~z|U?Uy}H12GVV--|bNNZbO1f&@vC)Eosa!4bF$NF-c< +z8V<k;rKd#-p_>_JXtI&n{6Uh9DE3K~R?qgl&)&vE0C4w{7~?H~O8|$cMqdD)LI^h` +zhlR;$_%nc`ih|1;g%El(2s3*$GoOwJ5ox=7b608Z-V~9xnGMpM*#a{g&zTh|f%r^K +zH!~NJi>d)cq*LV00qpYHm&x4^$^ebxgQS*dyQ-Qe|LrehqN=%wbkmw7r3}S_Cd)FW +z6RMh%Jl*ERB=ZnLEA`5GO99Mm0^o<YfjrByMrxGv8jE%n2iP+FS2b1v>_s&|4NwEr +z05!lW0ADfpTdl3J6u{lzwoNCQZv${OEwIT=ILX%-<MrB=|K>@is;$M_b|+Omn=_MV +zdB19aqz4(LX4)|HMWj<fW6~)#KzGGF-TgSm_=5elW*;GhbCT}>&>%SsA@l$Y0E{aP +g9s{^f!)pP+Hx!p%<O_9=0RR9107*qoM6N<$f|HcQod5s; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-hover.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-hover.png +deleted file mode 100755 +index cca2f94f835ce9d58cb33ce4fa706745f98e1e96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 316 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi{x;Tbd +z^uC>JnAhwe;CerABk!%VjE_D?_!SAvKWgcq6o2I4b<UEEi5J9mC$mXS(47$cYkK_W +z`)53i*S+4w|NgIJMe5$H_kTBPba7A8@{ISre8lwRoZ?AebYF@ycup(!liuYoz+5m% +z=hzFk8=^PvbIppJ8B{e}>bS(*`B(4oFk3w5E6(S;u}1yDe#W%0d)j83=ePcRp<1<o +zPjSvQr(4@<ITdS|L>pfJ{#Pr}X1w9Hfs1L~<D#W&e=+N`$7SyExjF~v2?kGBKbLh* +G2~7YaxOq?j + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-hover@2.png +deleted file mode 100755 +index 1a5a7393b3e85c36c0fa28ef47cb6add348b803f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 515 +zcmV+e0{s1nP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10f0$FK~z|U?U%7`6G0G$zg^=LE9J~vkVGJ%xWF|pfOrM-5^2&= +z<Ry{^Kmxl>ks7EmvfR@m;T`Q2Anl~!&RRRNPdeSYx{*#={WCZJcYDo@0r1|R8DnmM +zx4<cRLVyQVy()@gRg0!F{|Y?MWV{=HRCTg}5RtivX!U#!AzZ5Juq!uJ9flAtMP!!x +zYzjogKM^xU0<o?&OZCsKwI6c>BpyWy0DyCDksH7{_hVOkRv(Np|I);Iy?$e@y#p>< +zcqy=qF-}LL(f7pTuZV0F+TAxdiT36I2Dq@+-ZmBP1pv-lny1nD0fzug2LO#d4gnk` +zdVn6F2j~HMfI|S<LI1`chX9rx0Q_tX5M!KH4cgp<0*e^qhsMf!QtfgQ-b<x=Qv21~ +z<_5~Le3=`dEX!BBn&tn-LX7b`H$dXCHI_eA=l3G=C4?}}u$YWRWDdNm<oh~ry!S7R +zG2b}eYW90D7`%4Q{Q|H>QLI#T0?YuP(bxl@Qu96l9swE$y<fu`D*FHc002ovPDHLk +FV1fkR(~tlF + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive.png +deleted file mode 100755 +index c033eae56cf111dfc612f5cbb34aa58f70c3be28..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 365 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvux;Tbd +z^uC>B=yy0kz~z2jt>dK`N=#iW=O!vO@ikgBoz{PNM<GUWj>1HRSUm?u$B<>8Y$qLa +zTE@W|A)!B2+Ffm%%gHH=D>nzP*)jdP_r;o37nbe|Yhu~HoSk3nth&~n)rO02Cj76J +ze(BzM-EZ^8N&XGV%wO!v-;~NqB;0$y#=h(=#}keNVrmWCkJTTnnItAwuHG*Gxi0<f +zAqj@yu8_kFrz&r1iJM%jKR92Uqg(gqao*#t8-E2pGTr&gz4Q5@h;G)^WwUx;Pm8hL +z|90!8H*6)G39OtVbGKc}iP-Zz|JO6_3rkmV&RVnX3jcwn0iR=DM%@7Vn!(f6&t;uc +GLK6VtQIV(s + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png +deleted file mode 100755 +index 475a8cc784d3091cd77484d8e59c730f976c472a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 590 +zcmV-U0<ryxP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10n155K~z|U?Uyl66hRcnfA8I%i5ih8hkgSU#8{X}fiW6-A;b^h +zow?6oLnp@1VC3vIIcf@`1QInN7Q%(lTX=FBfvAaO=UK3GSvGQK)?KRoSDW`{=l7eL +zW<~(&uRE7R4W9ycfivWjJ&Yv_^igA?vgL~s!QTRdIf0Y;ZY3S}5<#?b4{tirx$>!@ +z^=CI^KMPuY&C2^fJ7enHEW#8pD4}}-%m4%&Y&$@6{`Q5LETHj33;6&{*WR=jB8f@g +zSGs2|kF$m+BPI2Wfw%wwrPGy-yajg7eOXV|0{@Xb^9L)RZ>p09Fp`30z@}5HzPNSq +zy)V8R9sONfZXX(`$v?Y|^l$(HMl_W9eglsb0IsBj$2IycpqGIBx4=Kl(M#Z1QV0|R +zg+L)t2=o%L4Ce1UM=ycR3<O%K1)N$HqeZ%%Fkl05wSEJ;H=_EQmE*Uf=q7VD1^md| +zZ?#U)Ib7@RK=@-jQ`p~f_S^7SvZlZufMBzE3z&1BvEyq2#uCDm!SuuBb`#Y(JvsC- +z%ZG{k)wveI?*Rz5==)M#-M%EDd&luT&Ay5Yu0OwX{u6*UCMsK2(s6+WU^hqbu3#_Y +c@FD<z0NS{ZK=~p5ApigX07*qoM6N<$f+w*4PXGV_ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked.png +deleted file mode 100755 +index 9672e271b6714ace261044433b5b91bd8d4d8d22..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 275 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlw~x;Tbd +z^uC?!$k${b;<9{6^v9S-C%-UMiF~j+U>IkdcR*mug=0I4C+YpNuAO;Qo-sXvC8mIF +z!9*3`>9gN98>Q@Kd*@)!oU{Af&pk~)SZByL9QXTD_He5T>jA@K8`^R+U-lZdty1}= +z{+H37p~U*%x7<%})xstnn{r82Jn8q0pj}>4&sffete9l>?Z8Tvugm6TXubA0DXvow +PbQ^=GtDnm{r-UW|*4Jm6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-checked@2.png +deleted file mode 100755 +index 4068a01f8c47630699dffb7f56b17a224e0cf14a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 490 +zcmV<G0Tup<P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10cS}>K~z|U?Uy}H12GVV--|bNNZbO1f&@vC)Eosa!4bF$NF-c< +z8V<k;rKd#-p_>_JXtI&n{6Uh9DE3K~R?qgl&)&vE0C4w{7~?H~O8|$cMqdD)LI^h` +zhlR;$_%nc`ih|1;g%El(2s3*$GoOwJ5ox=7b608Z-V~9xnGMpM*#a{g&zTh|f%r^K +zH!~NJi>d)cq*LV00qpYHm&x4^$^ebxgQS*dyQ-Qe|LrehqN=%wbkmw7r3}S_Cd)FW +z6RMh%Jl*ERB=ZnLEA`5GO99Mm0^o<YfjrByMrxGv8jE%n2iP+FS2b1v>_s&|4NwEr +z05!lW0ADfpTdl3J6u{lzwoNCQZv${OEwIT=ILX%-<MrB=|K>@is;$M_b|+Omn=_MV +zdB19aqz4(LX4)|HMWj<fW6~)#KzGGF-TgSm_=5elW*;GhbCT}>&>%SsA@l$Y0E{aP +g9s{^f!)pP+Hx!p%<O_9=0RR9107*qoM6N<$f|HcQod5s; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-active.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-active.png +deleted file mode 100755 +index 08e90e2dc11ccbec76a7e95d4992854c0038bdad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 280 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJix;Tbd +z^xmC(koS;*0E_vHeJ#5<raCfS5Xe;VluXu@XLoheC_K_V_0NVUl5@}7F^VTJ#cXt2 +zFj?j4*}LBYrIU8E${jG^&e?sJNnB_@tLcY1Gp*k=PXD=<;YIka|2nL^4>~e7C2W;H +zy;<<$l<*hfKl-`;Jr(`-=g86oFU{EPUODrFyv#ipt8l*f<Z#vJF~gkfRsUv*t1Nw8 +Uox9)_FVKMup00i_>zopr01%sImjD0& + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-active@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-active@2.png +deleted file mode 100755 +index a6b126dd385810fa4720160bce212f35cf5f74ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 476 +zcmV<20VDp2P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10a-~zK~z|U?Uy}H!$1&)-()v*Nc8-)Py`9$CN(Vw$rU&PSKtUB +zkx<c5!xd87EmAPu>{vr%TZ@g26nmY<PqJja9nJgXAMFkSfT~_(S#}TL2EZZ0=o`SB +zG3JhlHib!f_&b23K*3dQjWLT7LPTCfMDy#JndhoH?JG@Hr_4MTk+q*w7Klh%GXu$k +z`0`B^5oPA<&;ZOF6?rv)J|BCNRP~?=Fez?`$b|+VBCdLqzY2%c2rvTJrUenX1@Hji +zc*ouefTgwewXKMXf6`h@6@VDP$&TTLVr%VLrSGr2wpY+K8~{%LE7<!t&<2q7&_C`1 +zu<QsC=RMk0+noZdaWmSNMt~8Z1Q_Z_)(GI7n}r5&&Ry0_?^wPH4dBfnTi^5th7~hM +z0S1$(G5|dm>!hmZS(bfZxY6v>7;{BL2>?upXk(0709XS^0|uu6p8W7p0Pq8EDh5l5 +S&py@w0000<MNUMnLSTXf`Mx9o + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png +deleted file mode 100755 +index c5da7cd913b48e4140c72377f208b8efb16f6513..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIDx;Tbd +z^d6mLo5d6;(z^e5#gEG>t`|hyt_unsWZl7H&3at+g_xRlz=e{V4qYZI)lv@BW+*3h +zMZB0$nAat6LD9-M;z`N-qJ4*V-cg^sJvG=wN;AY`{Z55*I|A!AW|)LLjO=}Bf6e=~ +z$|lp;Sdr!np^Fp)j1QbOOJ~naXjp!G^?BcW-yBylJS(5E@L%Ko6vqFTZZekrzxYjT +z-+{ZF`|UGhuJ@aHG%&t<-28*<pJz-(e?MPX$93<;|MxdF&VN6X_11Ukgg722^IVVb +zUmtH0XyIRA%%I(|_{9o=mc4!3J$P<>WPRat)gm%V{;E0mZ%>xlk|%k9{$}uW^>bP0 +Hl+XkKImeSP + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png +deleted file mode 100755 +index 2c59485916460d0917cb1ab46feea8f9ed55e417..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 571 +zcmV-B0>u4^P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k}y-K~z|U?U%nwTtO6vzcYJRP)Q={YN4qUP(um}iv>~aEL6l7 +zaKr8^q_K;^M=(KsfCy_RSS<b_5DT&JPhssgx|`rCNg#6Pq{zLpEV;Yjz1IlYUpaG_ +z@0&R@#Rx!lyZq8M?h-H#JRzRkpcK?GZ`abPGk;J#_!pofCU9-8G+{=33CG*H56@dM +zi^;a`<B!8~8wD+Upvl`G<soD30>U)VA+CK7%mO(4Id*{j>S*t56wvB;8#x4KGCLO= +zp2UPdZ@BBZyo(xM8%Y?S@w8e1fJA%hByNF9=jCzj*quOBJ+GJbfq`Fv0{<#afu?{H +zG?CdWO^VtN3VrunyC_I*Wwd9rUQzG~s9g>L2k2Mqa-*VpE$9yc_ae{32s}vY2^7OG +zujls`5F{5)LeEuAu2EIsEAVb_!ybmsqrL-8f&WY(d!Wg<VRNUaEr9~=_tIe80?)qn +z4E;^u20+k-xCPW&pHcD09FzjWw8G4r-HSZNESlEtqbNTn_GkH(2cH5EbjzQY`Ol>n +z;@W*4?rZi{tn+$htg8rM*3zjnO_&jZ4d6OP@U@_ys^QH5{04V<h*aI4rb+++002ov +JPDHLkV1kn?_PhW9 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png +deleted file mode 100755 +index 08e90e2dc11ccbec76a7e95d4992854c0038bdad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 280 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJix;Tbd +z^xmC(koS;*0E_vHeJ#5<raCfS5Xe;VluXu@XLoheC_K_V_0NVUl5@}7F^VTJ#cXt2 +zFj?j4*}LBYrIU8E${jG^&e?sJNnB_@tLcY1Gp*k=PXD=<;YIka|2nL^4>~e7C2W;H +zy;<<$l<*hfKl-`;Jr(`-=g86oFU{EPUODrFyv#ipt8l*f<Z#vJF~gkfRsUv*t1Nw8 +Uox9)_FVKMup00i_>zopr01%sImjD0& + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png +deleted file mode 100755 +index a6b126dd385810fa4720160bce212f35cf5f74ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 476 +zcmV<20VDp2P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10a-~zK~z|U?Uy}H!$1&)-()v*Nc8-)Py`9$CN(Vw$rU&PSKtUB +zkx<c5!xd87EmAPu>{vr%TZ@g26nmY<PqJja9nJgXAMFkSfT~_(S#}TL2EZZ0=o`SB +zG3JhlHib!f_&b23K*3dQjWLT7LPTCfMDy#JndhoH?JG@Hr_4MTk+q*w7Klh%GXu$k +z`0`B^5oPA<&;ZOF6?rv)J|BCNRP~?=Fez?`$b|+VBCdLqzY2%c2rvTJrUenX1@Hji +zc*ouefTgwewXKMXf6`h@6@VDP$&TTLVr%VLrSGr2wpY+K8~{%LE7<!t&<2q7&_C`1 +zu<QsC=RMk0+noZdaWmSNMt~8Z1Q_Z_)(GI7n}r5&&Ry0_?^wPH4dBfnTi^5th7~hM +z0S1$(G5|dm>!hmZS(bfZxY6v>7;{BL2>?upXk(0709XS^0|uu6p8W7p0Pq8EDh5l5 +S&py@w0000<MNUMnLSTXf`Mx9o + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover.png +deleted file mode 100755 +index 5e3dc6fb58a3c8d573a755aaaafa1e375d109fe4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 315 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi_x;Tbd +z^j@8Okn@m(fb0C`H>xh&7rd@;Z4t=6$Rr|tk<CZ>So95tA5WxgGgMX_Su^j?cG+ip +zWoO)t3l!ltzRjq->v>MvX^pOL9$u=sn{>K&Pq_EHamm^x!VHu2?)`Q=@OJByPXa9m +zO0&-GYn=Tv@<P6xit2$SOYJ)!S6nl5l;$z0)wAKA#NYJT`|1Df2?f=WiUFJNH*7A> +zyBa#_`OgcM+u4E|;v%PgUbU+1fJH*bmw(dyij()B6`g%HRPK~plLycb44$rjF6*2U +FngA4Vd&U3& + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png +deleted file mode 100755 +index eb6193bd058aeb9ac95b00a13f7aa6d5b528ff6b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 497 +zcmV<N0S^9&P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10d7e|K~z|U?U%7i13?gm|Cuuu8$9fdwH6AJG^uSZ#HYwB*w|V4 +z2=NsJO)9}6wf5SiPFlg+VXsiQvAGMU@h*_dM#1}GVVND~|Jd1uT>=1W?LHA*0XPP* +z1wRr1BUL>Q!*HAhDK&otu<gnCyWUi_JA)9Bp@?WYZk=;&Rc)-wO;sDtxweQ5@;<W! +z5wUYYPs%|=S&WhPoS83u1LQoyJOBW|81v#Az!>v92bE2T=)*Sv5xo}z{FZ8f8epSn +zA&R0CX1)fnvt;clGxwU!=6zXG;SMl!zk)dcw2~z0FG?zFL92p!rrjz4Yf%}%bOrS% +zO9L=-uOh@Gtx>ANTacdKg*~jQKYa#jfPV(C%9n7FRCTiuAdce$-vDtOAN~X&0FWff +zg>QhI$CqdMD4m~)$enYp<Kbh{5s@K)(=_~$t&_EOkBFYIzOUJ95CliYm?;2o7=~k2 +n?E)A8upW&qfSbH|Edclg7tf(9Nn!_B00000NkvXXu0mjf@*2id + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png +deleted file mode 100755 +index c5da7cd913b48e4140c72377f208b8efb16f6513..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsIDx;Tbd +z^d6mLo5d6;(z^e5#gEG>t`|hyt_unsWZl7H&3at+g_xRlz=e{V4qYZI)lv@BW+*3h +zMZB0$nAat6LD9-M;z`N-qJ4*V-cg^sJvG=wN;AY`{Z55*I|A!AW|)LLjO=}Bf6e=~ +z$|lp;Sdr!np^Fp)j1QbOOJ~naXjp!G^?BcW-yBylJS(5E@L%Ko6vqFTZZekrzxYjT +z-+{ZF`|UGhuJ@aHG%&t<-28*<pJz-(e?MPX$93<;|MxdF&VN6X_11Ukgg722^IVVb +zUmtH0XyIRA%%I(|_{9o=mc4!3J$P<>WPRat)gm%V{;E0mZ%>xlk|%k9{$}uW^>bP0 +Hl+XkKImeSP + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png +deleted file mode 100755 +index 2c59485916460d0917cb1ab46feea8f9ed55e417..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 571 +zcmV-B0>u4^P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k}y-K~z|U?U%nwTtO6vzcYJRP)Q={YN4qUP(um}iv>~aEL6l7 +zaKr8^q_K;^M=(KsfCy_RSS<b_5DT&JPhssgx|`rCNg#6Pq{zLpEV;Yjz1IlYUpaG_ +z@0&R@#Rx!lyZq8M?h-H#JRzRkpcK?GZ`abPGk;J#_!pofCU9-8G+{=33CG*H56@dM +zi^;a`<B!8~8wD+Upvl`G<soD30>U)VA+CK7%mO(4Id*{j>S*t56wvB;8#x4KGCLO= +zp2UPdZ@BBZyo(xM8%Y?S@w8e1fJA%hByNF9=jCzj*quOBJ+GJbfq`Fv0{<#afu?{H +zG?CdWO^VtN3VrunyC_I*Wwd9rUQzG~s9g>L2k2Mqa-*VpE$9yc_ae{32s}vY2^7OG +zujls`5F{5)LeEuAu2EIsEAVb_!ybmsqrL-8f&WY(d!Wg<VRNUaEr9~=_tIe80?)qn +z4E;^u20+k-xCPW&pHcD09FzjWw8G4r-HSZNESlEtqbNTn_GkH(2cH5EbjzQY`Ol>n +z;@W*4?rZi{tn+$htg8rM*3zjnO_&jZ4d6OP@U@_ys^QH5{04V<h*aI4rb+++002ov +JPDHLkV1kn?_PhW9 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed.png +deleted file mode 100755 +index 08e90e2dc11ccbec76a7e95d4992854c0038bdad..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 280 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQqJix;Tbd +z^xmC(koS;*0E_vHeJ#5<raCfS5Xe;VluXu@XLoheC_K_V_0NVUl5@}7F^VTJ#cXt2 +zFj?j4*}LBYrIU8E${jG^&e?sJNnB_@tLcY1Gp*k=PXD=<;YIka|2nL^4>~e7C2W;H +zy;<<$l<*hfKl-`;Jr(`-=g86oFU{EPUODrFyv#ipt8l*f<Z#vJF~gkfRsUv*t1Nw8 +Uox9)_FVKMup00i_>zopr01%sImjD0& + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-mixed@2.png +deleted file mode 100755 +index a6b126dd385810fa4720160bce212f35cf5f74ba..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 476 +zcmV<20VDp2P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10a-~zK~z|U?Uy}H!$1&)-()v*Nc8-)Py`9$CN(Vw$rU&PSKtUB +zkx<c5!xd87EmAPu>{vr%TZ@g26nmY<PqJja9nJgXAMFkSfT~_(S#}TL2EZZ0=o`SB +zG3JhlHib!f_&b23K*3dQjWLT7LPTCfMDy#JndhoH?JG@Hr_4MTk+q*w7Klh%GXu$k +z`0`B^5oPA<&;ZOF6?rv)J|BCNRP~?=Fez?`$b|+VBCdLqzY2%c2rvTJrUenX1@Hji +zc*ouefTgwewXKMXf6`h@6@VDP$&TTLVr%VLrSGr2wpY+K8~{%LE7<!t&<2q7&_C`1 +zu<QsC=RMk0+noZdaWmSNMt~8Z1Q_Z_)(GI7n}r5&&Ry0_?^wPH4dBfnTi^5th7~hM +z0S1$(G5|dm>!hmZS(bfZxY6v>7;{BL2>?upXk(0709XS^0|uu6p8W7p0Pq8EDh5l5 +S&py@w0000<MNUMnLSTXf`Mx9o + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active.png +deleted file mode 100755 +index bf55063c1c0b01d7b4117e2e4dc89d85b1192365..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpJeT^vI! +zdf!eq<Z5vcV3GbDeShh`Gt~|M{A=BKb05hmaqMm@VioqeaFpdT6I%jvjG^`g?@4{B +zoBjqeZWA_O_7=NQro|br@{cp?(9Aj6^IFdTVSO)X^Yh5&gzk=wAxXP?JJv4=oy79R +kePPzE9SpH&uWo<y<I<*|QV#VlK<gPiUHx3vIVCg!05W}6XaE2J + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png +deleted file mode 100755 +index bf6169aeccd817f4a880af8921e239bf090ada4b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryKe)8w$AozaRKw!VXsrho+p#vx1*;#IULe={fL*d-zLh>fEhZv+(4)HL;gc +zw|$zf6M0|xuX^}rPKI}Nvy1E4KCnEHGW^B*K~YJ1((ijuH2(-6@D2D7;Vu}-FOc>v +zFRjihf7Py{??;zjx>LJwmA3Kisg{QuW|j&Yd$1ny&)hY0=PEll<`r4DpZhZC{e1iU +z$-D66hGqLF_*`UADSc!5pZDBKt^h_Y2i6q~q6?Tp8W<DSO?{)|;Pp~ZN?~b<y<zv( +z8fo5uk_pL~(^?Z(ugY~W%yegcv9x~qZvEnO@iW%Xl685~_{5ySMCH5ECbkXC7g*WK +h8RAZV&|>((d{*V&9i|P(fPu%r;OXk;vd$@?2>@u}l?VU; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png +deleted file mode 100755 +index 7b4183f80481f2571a9e1e8eb58b9cda8fc3b26c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi`x;Tbd +z^uF!0<zoz#a6Ml=^GBve%dzuTB0}67S~OLU@!eq3Ht2kj<FGI=@T^^$lpq&ZoXzKz +zDk?{OwDT&9&z}svdv@Jom2a%8RQ#6&+}jcxY2{%fc+_c&+?lASm(4Hnerw&cQCV>w +z1269tJ<0SLENnB(y^j}PlWbVU{K9?aqkpI4mNVXes{cc_QTh#c=7Q&Y*%s~DxOmB= +zd#?h{NLsUTGRm}mV)<Bn?Az|wZ^IAvYAY=4_;zW}zZurgQXDRJwmrxN`hvmJ)z4*} +HQ$iB}wW@g5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png +deleted file mode 100755 +index a4db1e17d80876cd10ccb97fb06d6995cb27725a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl2LQxdQfA{(fDk>?hk5FJnLxY15MSF_$1uFau +zEp8cohA2NkfzAz5K~RG<WDf2vrbQ|hB=6pa-V>2*dasuIAI}+nzjMxX1VHAZxnN8C +z5LgE$@FyKKC2h&Qd?HeFi^75503n~igL%~f8FwWtXL1)_P(tQ{W8uotis*Vl%anDn +z``(O6rLqW;KuFl?07wH^e6Jm#aI!j=_5#`;XOKG}wR2f7IuaXhU(&m|*!LPf7!i;z +zW3pcWfWUa<!Eb@q^iyT9))VmR=D+1E8vPt9@Lw?kM!*Od0V7}pjDQj731rGT=r?Su +zS{)fGV81mM{T7&dnT`D<&;bzWtlt7!DVNc5YZjUkf~1Dj?p3{jlsP#XzW4GmQ6J4E +z2fhg)(C2PnY+pC#g{^M+yVvYlC~Nt6ZRQa`<`a>c4#>EGBGC2`+!pB5ez*z17iG|H +UmNKC~OaK4?07*qoM6N<$g7`_lO#lD@ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png +deleted file mode 100755 +index bf55063c1c0b01d7b4117e2e4dc89d85b1192365..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpJeT^vI! +zdf!eq<Z5vcV3GbDeShh`Gt~|M{A=BKb05hmaqMm@VioqeaFpdT6I%jvjG^`g?@4{B +zoBjqeZWA_O_7=NQro|br@{cp?(9Aj6^IFdTVSO)X^Yh5&gzk=wAxXP?JJv4=oy79R +kePPzE9SpH&uWo<y<I<*|QV#VlK<gPiUHx3vIVCg!05W}6XaE2J + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png +deleted file mode 100755 +index bf6169aeccd817f4a880af8921e239bf090ada4b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryKe)8w$AozaRKw!VXsrho+p#vx1*;#IULe={fL*d-zLh>fEhZv+(4)HL;gc +zw|$zf6M0|xuX^}rPKI}Nvy1E4KCnEHGW^B*K~YJ1((ijuH2(-6@D2D7;Vu}-FOc>v +zFRjihf7Py{??;zjx>LJwmA3Kisg{QuW|j&Yd$1ny&)hY0=PEll<`r4DpZhZC{e1iU +z$-D66hGqLF_*`UADSc!5pZDBKt^h_Y2i6q~q6?Tp8W<DSO?{)|;Pp~ZN?~b<y<zv( +z8fo5uk_pL~(^?Z(ugY~W%yegcv9x~qZvEnO@iW%Xl685~_{5ySMCH5ECbkXC7g*WK +h8RAZV&|>((d{*V&9i|P(fPu%r;OXk;vd$@?2>@u}l?VU; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover.png +deleted file mode 100755 +index 9c1c8be48211c119942aab2d1596bd3581201244..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 274 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQtG(T^vI! +zdf!eq<U3@*<63W9(W$}SAbil#f?I~+O80?UkL@QWE?U1vm)lWRVp3nn_WkMnWz&PK +zx=t`8v{$(aT3SATr|{A<&Y5Gj)a5f(lguaiGccUIdFEH!OI4$KCf%Zi6`S1RKJowY +zOE{~l$GmveyliE|V{2E%F;p<TC_2}kIg5?qcbn>;-_r8Bv+JL-u6yrRaJ#Kb8t60z +MPgg&ebxsLQ0E|ChaR2}S + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png +deleted file mode 100755 +index 785fd5a32806e0f3464441ab1bb7d77481a535ae..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 409 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?VxBIJ +zArY-_uW$5XF%)Ti`2XAnF~;Wng{@6*%%XoYJ-U74M&u8jrgz)KqSx;=yM3E$mUocG +znXNM=-LAhhyY<9D;ST2<{$-vl3M~aHO6CV7H~7!f*kH8T`~BZ#(q7T~*!YY@|DTyX +z^K5m?D!tIFw@Ss6=ghj95}uo8)@kS$T59;_CI5=78&YYf7(U)Rt97eBF7#??-hl;& +z`5753p3f_0o>S}}y&_LpY5q<|rB8-jKh}#lFv8K7hS+;8$CJ{k7dK3~RG8=B_40{% +z1Cxnw@l<Jp7eC5$<G23i4&B>tc+SYiCvDX(mUFj1I)9IK;%Ha;bmG44*|^uc>`Kq= +tWeB<VyLaZ<MpgkMG4=;#5phf(SnX^lYKL94WCjK!gQu&X%Q~loCIGn~px^)i + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png +deleted file mode 100755 +index 7b4183f80481f2571a9e1e8eb58b9cda8fc3b26c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 317 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQoi`x;Tbd +z^uF!0<zoz#a6Ml=^GBve%dzuTB0}67S~OLU@!eq3Ht2kj<FGI=@T^^$lpq&ZoXzKz +zDk?{OwDT&9&z}svdv@Jom2a%8RQ#6&+}jcxY2{%fc+_c&+?lASm(4Hnerw&cQCV>w +z1269tJ<0SLENnB(y^j}PlWbVU{K9?aqkpI4mNVXes{cc_QTh#c=7Q&Y*%s~DxOmB= +zd#?h{NLsUTGRm}mV)<Bn?Az|wZ^IAvYAY=4_;zW}zZurgQXDRJwmrxN`hvmJ)z4*} +HQ$iB}wW@g5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png +deleted file mode 100755 +index a4db1e17d80876cd10ccb97fb06d6995cb27725a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 478 +zcmV<40U`d0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10b5B#K~z|U?Uyl2LQxdQfA{(fDk>?hk5FJnLxY15MSF_$1uFau +zEp8cohA2NkfzAz5K~RG<WDf2vrbQ|hB=6pa-V>2*dasuIAI}+nzjMxX1VHAZxnN8C +z5LgE$@FyKKC2h&Qd?HeFi^75503n~igL%~f8FwWtXL1)_P(tQ{W8uotis*Vl%anDn +z``(O6rLqW;KuFl?07wH^e6Jm#aI!j=_5#`;XOKG}wR2f7IuaXhU(&m|*!LPf7!i;z +zW3pcWfWUa<!Eb@q^iyT9))VmR=D+1E8vPt9@Lw?kM!*Od0V7}pjDQj731rGT=r?Su +zS{)fGV81mM{T7&dnT`D<&;bzWtlt7!DVNc5YZjUkf~1Dj?p3{jlsP#XzW4GmQ6J4E +z2fhg)(C2PnY+pC#g{^M+yVvYlC~Nt6ZRQa`<`a>c4#>EGBGC2`+!pB5ez*z17iG|H +UmNKC~OaK4?07*qoM6N<$g7`_lO#lD@ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked.png +deleted file mode 100755 +index bf55063c1c0b01d7b4117e2e4dc89d85b1192365..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 246 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQpJeT^vI! +zdf!eq<Z5vcV3GbDeShh`Gt~|M{A=BKb05hmaqMm@VioqeaFpdT6I%jvjG^`g?@4{B +zoBjqeZWA_O_7=NQro|br@{cp?(9Aj6^IFdTVSO)X^Yh5&gzk=wAxXP?JJv4=oy79R +kePPzE9SpH&uWo<y<I<*|QV#VlK<gPiUHx3vIVCg!05W}6XaE2J + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked@2.png b/Breeze-gtk/gtk-3.0/assets/selected-checkbox-unchecked@2.png +deleted file mode 100755 +index bf6169aeccd817f4a880af8921e239bf090ada4b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryKe)8w$AozaRKw!VXsrho+p#vx1*;#IULe={fL*d-zLh>fEhZv+(4)HL;gc +zw|$zf6M0|xuX^}rPKI}Nvy1E4KCnEHGW^B*K~YJ1((ijuH2(-6@D2D7;Vu}-FOc>v +zFRjihf7Py{??;zjx>LJwmA3Kisg{QuW|j&Yd$1ny&)hY0=PEll<`r4DpZhZC{e1iU +z$-D66hGqLF_*`UADSc!5pZDBKt^h_Y2i6q~q6?Tp8W<DSO?{)|;Pp~ZN?~b<y<zv( +z8fo5uk_pL~(^?Z(ugY~W%yegcv9x~qZvEnO@iW%Xl685~_{5ySMCH5ECbkXC7g*WK +h8RAZV&|>((d{*V&9i|P(fPu%r;OXk;vd$@?2>@u}l?VU; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-active.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-active.png +deleted file mode 100755 +index 75b3dbac7f42fa6d8eeaae92fc38e3f3915d210b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bfZ(K~y-6os&&YR6!Jlk2N4^r{V-Kp;-v*LTFcDI_^PmFU<Md +z06&e1Hf*4Kq<M^R0Z`w~adJzW*!>3Hr1C1McfR|RbESo_U4Re3Iq(2H=l2X4*)CcY +zws#`p9=HPbZEx6Kv%Lu%0M`+5XM1O<80aG6<H`(@B4P}5wudjuj)?mvw*9)+`URK+ +zPr$s^dSrXhAQ3VB(@yq$*~GwCz)Q|;g8(<cK?7U>?<FZSFB2PZt@SW9BjB_F9&B&q +zeclHEW?AVb&`DB}^hVNSj^th65EtGbQ>P;7m!$Q4_}Qnn{Ufh$Q>P+n8WFqs!*L&= +zlyWRd5wR!fTbscMxK6+TxLwiz#P-1UD_{cbx3Wq^+(pE=L29jsz$|?*i-^w)KKKND +ze_`tdCyx7CNO5O-d)a`75iw1ZjBIb^E^MXQCYgEoFZwT}<l>wHUAE8xC%Is&xAA}D +YH&EZ?YSW|fLI3~&07*qoM6N<$g3@Enw*UYD + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-active@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-active@2.png +deleted file mode 100755 +index a126890dbb4927a7ca4a1223c7a9c06c2917858a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H111m{HK~z|U?N?iGO;He@b-GWYA;F^%LJ@v~qAqPc32_O(LGXlz +zH<5_OKfn)gd8=1VscYgA4-!O>s7s2}B|M$)n~s;+?K-Qwy3g71W|EaXd(Eu*X4Y+H +z1t~#h)<JTki0lp_bc@I;5n1fw?;`Tn%<hTEP?lx)LkL>NZW-WCRXs`a3rQ>4KC9}0 +znRQkICwYM6hukoLmjDI<^qSc^Gn?;i9e`e!y^I_gBe}nwr~`o0Bq!a_BLLgWjt9_9 +z@~)4a1Tbi3wX)zfl2?6jLsbu%S!gE+RXt3y;kK@nast3PA20!6YpcKo_O_Ay=1X|? +zugbpWMzS#*IDmeVmwc^%ll%?f1<8v5`u^fX!<TelA-I`!<{M5`4;9GQk{m5@0&bbv +znsmIX9?3VRna!KwfU2Hyg@@^y1L(=8v1I!OU~>{cP}RpC;6NH(M}E!$Y%7So74W=G +znAz$ikUp1<n^{LJ*y7;N)0rVT(gt|mMpJwFJpo`--d7Wm-Odjs%KakJG$Soi4}jjJ +z@4A0;OsRzsHaI^VYlaXGRshd!97wuucz^el10vETB9dj<`&iS=Hc3S?v!3`r%d#<N +zyJ80xI{ztF4k0Y9>Ocr#S<>~<zl&lAru3@<7SLq!KjS*CiO5gqm&5`y`<N=XN(DA@ +zj32QBuSG;iE{`=s2zRPF5JI>e|C3zd?CU89%<R7NO?SDOU9IYXnO#e|`n~_&lmjw- +z{`bb3^?H3+L`Ev$kJjt;bo?&=PTx6x6@T^{s;TfWvy~*j{)4Nyc{8f&fG3KlsSv<s +zk`t|f&ykFd&6q1s$78N=xIn&!<joS`BWdIw;8B;qD@?~CA|&^F(a=b<Vl*4QBrgDX +zPVyJYU(R2ct!@OcJt|1{6oN;}XQP~6B@xBoc}aF=&H-MOUg306dZf*wwC2+ew{^Ld +z%DAa4SJh`Eca{YQ(5I?T*iKm<6Ulw~#`GzC1>ih@et(!O@U|Yn4wt=(HsrfG*L*HA +zvw5m|g5-D$$8cO#kI%Z>6Dqa7zBjsM`f=JN&5zSJ(c|<%2qDda|7lkG14^#wW>7Ix +QAOHXW07*qoM6N<$f`gr~wEzGB + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png +deleted file mode 100755 +index 49bdf28236e6edd526154db893af1a5702a94700..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 653 +zcmV;80&@L{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10t!h)K~y-6rIXKU6Hye#e`oRsQqWM_W-25L?Hgzjt#+d5E3~wA +z*NBV6y%kX+MJVngMKri6wT!P&s2QoCd4!^3Kr%6<m{d}y$s8A%)K*Mg_^mG7^ZmHr +zJ?99Alvgz>C3i;Em=)3Uz%Wn;DU156$+Wqa7x52!q<5Hi+_U2I8rT)I;D<s^bFfyA +zRn3t|q&*3e6J@|Rm?}=1ACCY6v!lXd(K46mqs)ezMYu2MmFMZvPXN+=cCD<!v!Z1# +z-!6Y0Xzzv=#9$63g-`)j8ewnAo=CL<$b8C5T*!;~My2G=0L`Ac^CPq_!UL2sAc``E +z^6=z-bbV^G5_@sgd<yJU9CsSP0Ok}a0JL{Q3&6!b2`<I=qjv#BwSdZO0FZNp<Sl?0 +z%=OC;pl}nw>x4_dc<%*6&B0nds7M_LfbM<#=T03M>H)S->?DQ(f)6`RUjSOMQzO83 +zFG5-TjujNF{3F5&fN!+ZDDMFbQGXRA2ha$6OTfE6=FMirdxEL}SrL5&U?kJ#nkWOA +z4L55~q*{%LcU|BSumyO)mO{Q6@ov}?saD4MmJ>9Zv`o93n%|R%@;K=8UzI7<?x1?F +z<NKFiUOWBy00407P4$c-Hn7+2bHw?csMg}O(S#cNmLfSpqXN^tF+Ku-U>hBGIvA31 +n4z`gGg03bl)BbZC|69KRZr|Pd`!ZkK00000NkvXXu0mjfW2+q~ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png +deleted file mode 100755 +index 8337f64eb5cf2773cc9782345a2c4507545348ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|U?Uqf9lT{RkpL075KT&W@+Cqk6`~kN{7s|l2Q+{_s +zK!(JX8OlNeg1A6Q#7PK=qR0XXB$Np|odF{l7ZQlmb^>D5orxi!BvVk@5^!7qf%bb{ +zOk2O!0`1J!cXjT$=bZPw-@V_x$7llUh7_0?E-b>d3ehEa#-Ia0aLeF#!8s>8HI@&a +zKi+GlX6gdiLy6C4r_Z`Sb*s>JAlOVnLEgl^zuWH}INlYxGhqRJ>3pw4p9(t5l`mqP +z#B?T5YP)vlUNH+Wy}d0`3KTn$Ek~@zc)lzpYv#5mqoEV636Lz2$$uc&H9oJO40a@A +zv%h=PY5+E-b6p<n1r`AU_C}(io&9FsBL(zJ?rJ9Yxv*Z~zKN~LSm-cjYKFXa5rs`c +z`++H7gOO<P^+qC`e=wTK?J1MrG|yX+><J%gnH<1O$yn&1<gEm5f!1FgDeP_-S~2?4 +z`CdbVz<u+)70LLVRDEzFm0Lb8P~8}F0fe$<Hlh+k1M%?L`kcPhpK&vH8fcTTZXg=| +z@;?H`PkZ|%L8pmL$)4~bf6&H}!UE6pjsVezE*zzcxQ)kRp-X=MhD?4l(g9Gm<lR|t +zEdKP}%A5n3S)95}&?)T4WGr;JCOMstdY*UTQRL%a!(svSLn4*$_WO@^2M+>2gGB;1 +z<1PQ3TQ{Tt(%a(|N;~{}zHy|m0CbY_rPCxjWIDNFIR9MLV<vgLJ8rXm-H-xR0guhT +zu^0$~{W{PyXV_oK^K`gH@(P~B>8Rf^5D%Y4Tm-_82MY_U0-Wcq0ubIQe?lUaTMmj( +zfV_g}hRpS)euu%=0Oqu+Dga|4fEl$X*lhhI$N`Y7x6XA2K+yHC0C*O_Ss+`Rti_WR +z0IE5-UYi>Qurg;wz$}0%Mg38eYvng!5-@D8e?0BJu9eLv`~m>DJH;OQGENXRSMS*L +zfU6I1z!*S4%&D0X*Xn~?ht<@WTJ$O$fB6Mm1}GK1d3DJnlNX>&&9LM>Rkkiy1qjXq +zm}6N@sx&xRdP76CW0seVb5#LOR{8(e_=5-H;j@CKdVmLzryKMTuL3wxy>r}HK6qY` +z2j(Zz*O&OC9ZCQ<CcuAFo=f;0eZ#qBzycuG84X>iavblql8Jo)!uIt`)svcx&Awu? +zHNeeQ$W6BTXgpNiXCyPnhX4j2`x_Gn@OS&Y1E4JM!qrUSO@FmyPiUlsy@FZl(cCtS +zXD=svLNy1tFJ0ISyabFEz1s(CGAc$QlYdRp5Kxr7mGuu3z=q8ArIPg;)(wi3OJs#c +z92#uYHzv~8mk9e7Xp>kw&=dZup@6c8J(6|;w<K?EBN45jOnw6Bkk~!Y6W&!HQ*$%T +z?GC;VHVAZ>xzpuNrsW&5Uvhn^{1#!SfevI}%!`Hk8^t!!mh+2qdhba0>~ESO?;Fl7 +zbB>P$FVbpTUQ;NOTWivOu<~AW$;3(Ej8h=nhIbX<o-0N?0ud*c$yg1{FUOBcY^&e% +zrUd}JF??m33(VMJ;vFFTuvi~*z$Yc|_GkX)b3y_t=$G7Rs?cRls{~!;_q@`o-4guf +n#5p-mMY==ZKj?G+k4E?h110yiY1zW200000NkvXXu0mjfW_4tA + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop.png +deleted file mode 100755 +index 75b3dbac7f42fa6d8eeaae92fc38e3f3915d210b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bfZ(K~y-6os&&YR6!Jlk2N4^r{V-Kp;-v*LTFcDI_^PmFU<Md +z06&e1Hf*4Kq<M^R0Z`w~adJzW*!>3Hr1C1McfR|RbESo_U4Re3Iq(2H=l2X4*)CcY +zws#`p9=HPbZEx6Kv%Lu%0M`+5XM1O<80aG6<H`(@B4P}5wudjuj)?mvw*9)+`URK+ +zPr$s^dSrXhAQ3VB(@yq$*~GwCz)Q|;g8(<cK?7U>?<FZSFB2PZt@SW9BjB_F9&B&q +zeclHEW?AVb&`DB}^hVNSj^th65EtGbQ>P;7m!$Q4_}Qnn{Ufh$Q>P+n8WFqs!*L&= +zlyWRd5wR!fTbscMxK6+TxLwiz#P-1UD_{cbx3Wq^+(pE=L29jsz$|?*i-^w)KKKND +ze_`tdCyx7CNO5O-d)a`75iw1ZjBIb^E^MXQCYgEoFZwT}<l>wHUAE8xC%Is&xAA}D +YH&EZ?YSW|fLI3~&07*qoM6N<$g3@Enw*UYD + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-backdrop@2.png +deleted file mode 100755 +index a126890dbb4927a7ca4a1223c7a9c06c2917858a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H111m{HK~z|U?N?iGO;He@b-GWYA;F^%LJ@v~qAqPc32_O(LGXlz +zH<5_OKfn)gd8=1VscYgA4-!O>s7s2}B|M$)n~s;+?K-Qwy3g71W|EaXd(Eu*X4Y+H +z1t~#h)<JTki0lp_bc@I;5n1fw?;`Tn%<hTEP?lx)LkL>NZW-WCRXs`a3rQ>4KC9}0 +znRQkICwYM6hukoLmjDI<^qSc^Gn?;i9e`e!y^I_gBe}nwr~`o0Bq!a_BLLgWjt9_9 +z@~)4a1Tbi3wX)zfl2?6jLsbu%S!gE+RXt3y;kK@nast3PA20!6YpcKo_O_Ay=1X|? +zugbpWMzS#*IDmeVmwc^%ll%?f1<8v5`u^fX!<TelA-I`!<{M5`4;9GQk{m5@0&bbv +znsmIX9?3VRna!KwfU2Hyg@@^y1L(=8v1I!OU~>{cP}RpC;6NH(M}E!$Y%7So74W=G +znAz$ikUp1<n^{LJ*y7;N)0rVT(gt|mMpJwFJpo`--d7Wm-Odjs%KakJG$Soi4}jjJ +z@4A0;OsRzsHaI^VYlaXGRshd!97wuucz^el10vETB9dj<`&iS=Hc3S?v!3`r%d#<N +zyJ80xI{ztF4k0Y9>Ocr#S<>~<zl&lAru3@<7SLq!KjS*CiO5gqm&5`y`<N=XN(DA@ +zj32QBuSG;iE{`=s2zRPF5JI>e|C3zd?CU89%<R7NO?SDOU9IYXnO#e|`n~_&lmjw- +z{`bb3^?H3+L`Ev$kJjt;bo?&=PTx6x6@T^{s;TfWvy~*j{)4Nyc{8f&fG3KlsSv<s +zk`t|f&ykFd&6q1s$78N=xIn&!<joS`BWdIw;8B;qD@?~CA|&^F(a=b<Vl*4QBrgDX +zPVyJYU(R2ct!@OcJt|1{6oN;}XQP~6B@xBoc}aF=&H-MOUg306dZf*wwC2+ew{^Ld +z%DAa4SJh`Eca{YQ(5I?T*iKm<6Ulw~#`GzC1>ih@et(!O@U|Yn4wt=(HsrfG*L*HA +zvw5m|g5-D$$8cO#kI%Z>6Dqa7zBjsM`f=JN&5zSJ(c|<%2qDda|7lkG14^#wW>7Ix +QAOHXW07*qoM6N<$f`gr~wEzGB + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-hover.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-hover.png +deleted file mode 100755 +index 06eca92f9bb3670776f002ed041892be2810debf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 569 +zcmV-90>=G`P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k%m*K~y-6rIXES6hRb)zp4hIdwMaD#9hGT5i|>37@xwBj4vRQ +z>~-hQO5D#Qgi+#4XhH&J^aT<Wl-bCHY3B4y>!RzrNO$O{nJm0e)DQQ3+^Ra)(Fim1 +z)9G{**fO&_z#=em&JBQmtJQkzoC{5js~1_8twvGw4#<I?_kKS~l2K6<OJ!N!2eyHv +zEX#-OcKb^cLY8H#l7^BVGbbc<B@MGITe(!Wq|de3%o0g2C7nw8Rn0HVEN(ysX66CN +z^SmSJeM5XC$^J188;}D@n*bi@0KE$K6u5iE4esT6{sh1|*8{cyyqVqh-XBy+oq2Bn +zJOc3Ee*o6%3Ko(i8C40(*8r9Q;y4}w3pL<uHk&P03E!^)d;=(oVhK0{@XonG2w}ZS +z*u4g@3lKth0DP<~=yPro(lmVq99<zkOw;tWnK?7-0&jo|AAFM3t@g2`=aNn;ADl>f +z*7(Am$z*bT;RCqj#O}QMCGAKWj>qF$^;xqQR-!1{1AaQ^dfxl}IF5f5MR7BPux@7C +zW_BZlu+eU}zy1ZNuaoEb2InSOqv}TB80e>Iy7y-{{&)NaJl`Lb*j+*b00000NkvXX +Hu0mjfMBej; + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-hover@2.png +deleted file mode 100755 +index a315bf06bef54dffbc923dbe341c89d9e13f8c20..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1149 +zcmV-@1cLjCP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11NuosK~z|U?U&DQRYerXKW9n<ZQr~W6GKd?CK7OK;sULJQd->@ +zA)@#XupxpH{0EE)kwmKtBw^!PN;Fzmni?rqDu%FfVTh<n3z`zG_MQp8h@Io2^Pbb& +z`uf_k^dvW#IlsQ&duQg{GeQeuW^Eya$IWcNi1Y&w0-KZhci=}ey9A7S?<YlMzLmTH +zvI202s=gv3CxClf%z4YqhQ0TvMdZ&l6HwJdz}rA?Qe6{~kAblm<IUT*Z%+esc6RnT +z=X!x5Gdlo0l>DcG6W;p|S|q+8W+tlonyN-swW27lsOmtg@kLSetLj&(YN{GT2&c@< +zwF>T3btDD<rK(5Ftm!f}d5M=&4pY^0Es+QzypaNaQ`IL|3tSde-K(mzDd)-Md?a%| +z1dIT8fTz6o<I4~nGP6U#ZV}lEU}n?6govE4R4Sh@M*{c^*Z{oXz5j3ti?rKsB&J8o +z_M#|usOrUJZ}yDO&CP9JhQ!fipE9#exy>bq<3O*OU8z(mXG_6*MC3BCXXyuAB2PHy +zzA1`gcdo2dDrbPJK%c6<oZBQ7nO|5q=L6pR3;CNT@Xf4FW@C&yySuxu*A*dzK{Fcz +zW-66RZ@pN#5W=nm{#_0ZAR=ei01j}EbMC!dk@m+mV2i3gR@XZ-+n>Nj^MDY-5U_U* +z;C0y(LfDrpMC6k++}|J|B6T+99sJ@tzyU}nCYP~9q`yG`*ai?|oGu0LS}y@g8#l%{ +zm4@4L0^I<$TJ7gja4+kZt@)%@tKCe)o}2&xBC_g|+k(V=($?0tq#Qe74q)TPjrWyo +zH_OgzkVQG#+uQ3Hf8+$N132gIF9lEB1p;5@6X)CmY1pU_&des$crbSsk&(MV;Cw!b +zF%G5Nml_0sQ2;Z0E_Y6a<BN5GU-aHDiWiY*6Ol&Eao+n$;1;mG+<45-&mRVUT?6=R +zjPY=;2q6ptJAfJQ{pAJ$5t%o$;WQu48;72ro}bc}nOzOInH|Xg17;>>b_zg5-V~9> +z>2Ltv`_nA+a1VzN7X6N^)#^ly@ljyB1@H?o#+}t_b<qY6AshuB0j9dTy3XXbydim> +zg-!D}@O1gdloIW$HzYt`QctsRVn)hqp7IU=p8^}q>|nK8{pdgGtLn+rILxL_W?iDH +z16fP<`icRmDLt1prAOD;lsZ*CrmA;RuJ>2d882$fRrTAVD4uB*JcKZ)s#jZW%bQ(H +z4g&A+?^=JKT}-BHwb~7Uj*gB#5$OX4)5WCT6Hb}g@uq9ui~xX{ZBo@^BJwJ*rI~Lg +zGa~X<S6A1&B2rt)xux|@YuXRgFQ?mBd^!C=L@vb`N4@u7=jZ%?SxNo@{~L9~qn2T^ +P00000NkvXXu0mjf#pn`5 + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-insensitive.png +deleted file mode 100755 +index 49bdf28236e6edd526154db893af1a5702a94700..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 653 +zcmV;80&@L{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10t!h)K~y-6rIXKU6Hye#e`oRsQqWM_W-25L?Hgzjt#+d5E3~wA +z*NBV6y%kX+MJVngMKri6wT!P&s2QoCd4!^3Kr%6<m{d}y$s8A%)K*Mg_^mG7^ZmHr +zJ?99Alvgz>C3i;Em=)3Uz%Wn;DU156$+Wqa7x52!q<5Hi+_U2I8rT)I;D<s^bFfyA +zRn3t|q&*3e6J@|Rm?}=1ACCY6v!lXd(K46mqs)ezMYu2MmFMZvPXN+=cCD<!v!Z1# +z-!6Y0Xzzv=#9$63g-`)j8ewnAo=CL<$b8C5T*!;~My2G=0L`Ac^CPq_!UL2sAc``E +z^6=z-bbV^G5_@sgd<yJU9CsSP0Ok}a0JL{Q3&6!b2`<I=qjv#BwSdZO0FZNp<Sl?0 +z%=OC;pl}nw>x4_dc<%*6&B0nds7M_LfbM<#=T03M>H)S->?DQ(f)6`RUjSOMQzO83 +zFG5-TjujNF{3F5&fN!+ZDDMFbQGXRA2ha$6OTfE6=FMirdxEL}SrL5&U?kJ#nkWOA +z4L55~q*{%LcU|BSumyO)mO{Q6@ov}?saD4MmJ>9Zv`o93n%|R%@;K=8UzI7<?x1?F +z<NKFiUOWBy00407P4$c-Hn7+2bHw?csMg}O(S#cNmLfSpqXN^tF+Ku-U>hBGIvA31 +n4z`gGg03bl)BbZC|69KRZr|Pd`!ZkK00000NkvXXu0mjfW2+q~ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked-insensitive@2.png +deleted file mode 100755 +index 8337f64eb5cf2773cc9782345a2c4507545348ac..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1329 +zcmV-11<v}3P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11g=R$K~z|U?Uqf9lT{RkpL075KT&W@+Cqk6`~kN{7s|l2Q+{_s +zK!(JX8OlNeg1A6Q#7PK=qR0XXB$Np|odF{l7ZQlmb^>D5orxi!BvVk@5^!7qf%bb{ +zOk2O!0`1J!cXjT$=bZPw-@V_x$7llUh7_0?E-b>d3ehEa#-Ia0aLeF#!8s>8HI@&a +zKi+GlX6gdiLy6C4r_Z`Sb*s>JAlOVnLEgl^zuWH}INlYxGhqRJ>3pw4p9(t5l`mqP +z#B?T5YP)vlUNH+Wy}d0`3KTn$Ek~@zc)lzpYv#5mqoEV636Lz2$$uc&H9oJO40a@A +zv%h=PY5+E-b6p<n1r`AU_C}(io&9FsBL(zJ?rJ9Yxv*Z~zKN~LSm-cjYKFXa5rs`c +z`++H7gOO<P^+qC`e=wTK?J1MrG|yX+><J%gnH<1O$yn&1<gEm5f!1FgDeP_-S~2?4 +z`CdbVz<u+)70LLVRDEzFm0Lb8P~8}F0fe$<Hlh+k1M%?L`kcPhpK&vH8fcTTZXg=| +z@;?H`PkZ|%L8pmL$)4~bf6&H}!UE6pjsVezE*zzcxQ)kRp-X=MhD?4l(g9Gm<lR|t +zEdKP}%A5n3S)95}&?)T4WGr;JCOMstdY*UTQRL%a!(svSLn4*$_WO@^2M+>2gGB;1 +z<1PQ3TQ{Tt(%a(|N;~{}zHy|m0CbY_rPCxjWIDNFIR9MLV<vgLJ8rXm-H-xR0guhT +zu^0$~{W{PyXV_oK^K`gH@(P~B>8Rf^5D%Y4Tm-_82MY_U0-Wcq0ubIQe?lUaTMmj( +zfV_g}hRpS)euu%=0Oqu+Dga|4fEl$X*lhhI$N`Y7x6XA2K+yHC0C*O_Ss+`Rti_WR +z0IE5-UYi>Qurg;wz$}0%Mg38eYvng!5-@D8e?0BJu9eLv`~m>DJH;OQGENXRSMS*L +zfU6I1z!*S4%&D0X*Xn~?ht<@WTJ$O$fB6Mm1}GK1d3DJnlNX>&&9LM>Rkkiy1qjXq +zm}6N@sx&xRdP76CW0seVb5#LOR{8(e_=5-H;j@CKdVmLzryKMTuL3wxy>r}HK6qY` +z2j(Zz*O&OC9ZCQ<CcuAFo=f;0eZ#qBzycuG84X>iavblql8Jo)!uIt`)svcx&Awu? +zHNeeQ$W6BTXgpNiXCyPnhX4j2`x_Gn@OS&Y1E4JM!qrUSO@FmyPiUlsy@FZl(cCtS +zXD=svLNy1tFJ0ISyabFEz1s(CGAc$QlYdRp5Kxr7mGuu3z=q8ArIPg;)(wi3OJs#c +z92#uYHzv~8mk9e7Xp>kw&=dZup@6c8J(6|;w<K?EBN45jOnw6Bkk~!Y6W&!HQ*$%T +z?GC;VHVAZ>xzpuNrsW&5Uvhn^{1#!SfevI}%!`Hk8^t!!mh+2qdhba0>~ESO?;Fl7 +zbB>P$FVbpTUQ;NOTWivOu<~AW$;3(Ej8h=nhIbX<o-0N?0ud*c$yg1{FUOBcY^&e% +zrUd}JF??m33(VMJ;vFFTuvi~*z$Yc|_GkX)b3y_t=$G7Rs?cRls{~!;_q@`o-4guf +n#5p-mMY==ZKj?G+k4E?h110yiY1zW200000NkvXXu0mjfW_4tA + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked.png +deleted file mode 100755 +index 75b3dbac7f42fa6d8eeaae92fc38e3f3915d210b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 482 +zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bfZ(K~y-6os&&YR6!Jlk2N4^r{V-Kp;-v*LTFcDI_^PmFU<Md +z06&e1Hf*4Kq<M^R0Z`w~adJzW*!>3Hr1C1McfR|RbESo_U4Re3Iq(2H=l2X4*)CcY +zws#`p9=HPbZEx6Kv%Lu%0M`+5XM1O<80aG6<H`(@B4P}5wudjuj)?mvw*9)+`URK+ +zPr$s^dSrXhAQ3VB(@yq$*~GwCz)Q|;g8(<cK?7U>?<FZSFB2PZt@SW9BjB_F9&B&q +zeclHEW?AVb&`DB}^hVNSj^th65EtGbQ>P;7m!$Q4_}Qnn{Ufh$Q>P+n8WFqs!*L&= +zlyWRd5wR!fTbscMxK6+TxLwiz#P-1UD_{cbx3Wq^+(pE=L29jsz$|?*i-^w)KKKND +ze_`tdCyx7CNO5O-d)a`75iw1ZjBIb^E^MXQCYgEoFZwT}<l>wHUAE8xC%Is&xAA}D +YH&EZ?YSW|fLI3~&07*qoM6N<$g3@Enw*UYD + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-checked@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-checked@2.png +deleted file mode 100755 +index a126890dbb4927a7ca4a1223c7a9c06c2917858a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 942 +zcmV;f15x~mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H111m{HK~z|U?N?iGO;He@b-GWYA;F^%LJ@v~qAqPc32_O(LGXlz +zH<5_OKfn)gd8=1VscYgA4-!O>s7s2}B|M$)n~s;+?K-Qwy3g71W|EaXd(Eu*X4Y+H +z1t~#h)<JTki0lp_bc@I;5n1fw?;`Tn%<hTEP?lx)LkL>NZW-WCRXs`a3rQ>4KC9}0 +znRQkICwYM6hukoLmjDI<^qSc^Gn?;i9e`e!y^I_gBe}nwr~`o0Bq!a_BLLgWjt9_9 +z@~)4a1Tbi3wX)zfl2?6jLsbu%S!gE+RXt3y;kK@nast3PA20!6YpcKo_O_Ay=1X|? +zugbpWMzS#*IDmeVmwc^%ll%?f1<8v5`u^fX!<TelA-I`!<{M5`4;9GQk{m5@0&bbv +znsmIX9?3VRna!KwfU2Hyg@@^y1L(=8v1I!OU~>{cP}RpC;6NH(M}E!$Y%7So74W=G +znAz$ikUp1<n^{LJ*y7;N)0rVT(gt|mMpJwFJpo`--d7Wm-Odjs%KakJG$Soi4}jjJ +z@4A0;OsRzsHaI^VYlaXGRshd!97wuucz^el10vETB9dj<`&iS=Hc3S?v!3`r%d#<N +zyJ80xI{ztF4k0Y9>Ocr#S<>~<zl&lAru3@<7SLq!KjS*CiO5gqm&5`y`<N=XN(DA@ +zj32QBuSG;iE{`=s2zRPF5JI>e|C3zd?CU89%<R7NO?SDOU9IYXnO#e|`n~_&lmjw- +z{`bb3^?H3+L`Ev$kJjt;bo?&=PTx6x6@T^{s;TfWvy~*j{)4Nyc{8f&fG3KlsSv<s +zk`t|f&ykFd&6q1s$78N=xIn&!<joS`BWdIw;8B;qD@?~CA|&^F(a=b<Vl*4QBrgDX +zPVyJYU(R2ct!@OcJt|1{6oN;}XQP~6B@xBoc}aF=&H-MOUg306dZf*wwC2+ew{^Ld +z%DAa4SJh`Eca{YQ(5I?T*iKm<6Ulw~#`GzC1>ih@et(!O@U|Yn4wt=(HsrfG*L*HA +zvw5m|g5-D$$8cO#kI%Z>6Dqa7zBjsM`f=JN&5zSJ(c|<%2qDda|7lkG14^#wW>7Ix +QAOHXW07*qoM6N<$f`gr~wEzGB + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-active.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-active.png +deleted file mode 100755 +index cd37b93965ee6692c7812987833253eec67a2877..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 414 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J9(JzX3_ +zEPCfow)SIo6mY4&uC1Whe8l2_oyd&>#*{+yec}vnIBsu`NM~tT5Uw>TZUgJTi<ed` +zPY<~&AL_0%<E_vR2Dt{y4>SMCN!-v&o_h10=Pbta2X?;Q_SW{cx`TYhM3b#|e+%<m +znY1n}t%JkUdBL{3v0BlWa)c`;x?Fm)d+wW`nbHNx2RL4sA5<>brhJfLM|RWBw`KQ^ +zH(Z|+=;Fe+t*=9)p+9VOX@tm8^#{H;SFh5_dGB4de$}f5JssOSEKdFZ$o5C$Z{Z`Q +zAeFze=>?p3Ob#+s+!V{%eIjzMIseinE0;VpW0|zB@w#fHzDA+0XH)j=<@HmqO*QeH +z$dglEByOd-tuXD~zh(avHH!=1HAwyNsGrTftxEcTcKpoyQIU)8zF7ebO9oF@KbLh* +G2~7ZDuBvMQ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-active@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-active@2.png +deleted file mode 100755 +index acf06c0c1f51b76d58b93e00291a99d735c4e2c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 826 +zcmV-A1I7G_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=G#-K~z|U<yXsU6+sZKxtT>S3hGjPf!V}QFe;jt3l)MS_zMye +zS8C9m2*KbN_y@*iT)5GtM(}|PL1KtP9!eq@b$idLl#5iy&Sdn?ojX~1V3@vB)pe?F +zRd-h>QUGSwLGqM{3?)g@BO=E|<baERh{$I%dm$n-X`0R^NuovU79p;y>MfGrNLs;X +zO;sn%tlkzm$txsRf?)u20Hy%+n_0J+?eV7@K)=i8B1e`;j+BWy0dR-ph8ubfps(nB +z06iq1``irxQ)X5xN?s%R$R{^cb=1s~GC`>77|Dj)nl9u7fO|gSJAiYo66e_KCAsb? +zocyP<=iEp(svyre(eRWG=PH?5Jrta(j#fn;psM4cFwLwpPvN#JyegCPX7HML;{i@& +zg&kp?1L&=qJOIFe2f1oy9kJl7lYiJP@`!8BxlV^~H4z!|@yu>JAR>?b9XO?yB*{r1 +zKZ`X<UW|9b63;Tp3mFHViir4mvgv?`bcu+hX}X+Iejp-;+KBeB+t@;yrb|BTiXGVJ +z<F7de+QpH~?=Sw|A3G3G`SQ!bj_tT6BENimFe6*3fH0fZ!0|J7U_nHL<k5`s)i#}2 +zb{ktDdCZ3k;ah5Ev%V4rBw7h+nm&=8Icyh$A|l>BZ34g<-yG&ECffl3ADwG!8HTNR +z%>{)Uj}qkZR=m9!RdvD-ig$&(mllvYjIQS?)V+r@RUNC^0ad-`(J$s6$08ymN4#lh +zRCy`_=!+VX%gvN0-P83doN)5clHF}O!JE?Qs3{#U*_77&Z-?7@*h*)-tu0s8_arYB +zB?mB|s&7lR<uOPOhr$f|1c3Vh2K{2P*Pjyr&bw?rI*u2c=DZoqtW#BQl3Z<}4_H;z +z8-K0#3<~AfYoka0Tu!@W`{ndgbUA&QB*{jZfd5bY20*H9Zdr#~Q2+n{07*qoM6N<$ +Ef)S-}8vp<R + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png +deleted file mode 100755 +index 72e1be3d332f066440a554f7d1c0a5f6529da5e6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 552 +zcmV+@0@wYCP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i{VqK~y-6rIW!<6JZpEzw@^xfy595IxM=;M^IN<W_*b@;F1~_ +ztuJ8MG%@bn*0`{23n>o)9oZ<)po?xgwS<_Oh)VzK!VaM(GEF?IyZO$4ZvK13H8ss# +zzn5&8xoyer18cwtbSm?mQWP9CC4Ze!I_$*BU3m_HZ^BwWmy5?M!_nd(ST7VVH$e>< +zOWsl0+YCO<7);^V#LK-fc*{RjJ4)(^U18;S(Z**0*EDnT9A?1)?Z?3zj8}%bO*04J +z`n_Ze7-zvVCUDV@lPZ7%o)~J)1E-Q%3)4109(0eKo&oF}Cnti3H?Sw|C@BA&<a>qu +z<aL^0b-Xeh0c5}cj{uf`oR5Ij)Zpyad2ua$;pXhT2l&2tdmT7SS2&fQgus3~3d$J? +z0PyZIlJNn+$$SUYm<I&FOh8?-eE?UAf&&>#wWFjy4_}MFG=wdb!k`P_nv(a93Su|Q +zq}Cfg$Lz(#TP5wpRTrKf5AGQ10vCV&xe$LX4u;FajiR|<p`nJb1wl1E;~4{(wlPks +q(<6DnRU7#ztWyeu?%!?vZ~X?KYOVBE1o$fe0000<MNUMnLSTX{8R#?s + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png +deleted file mode 100755 +index a26ce546c9b56df31980933a2f3c10a1bc17db3b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1161 +zcmV;41a|w0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11O`b&K~z|U?Ur9`lVudff9Gw-7*TK+ZMTeK)S$OUuPE*x8F*ph +zh-NeKij*0m0f#dNHBpzSQPHsrBx0<KcM5|D#+VR@TWdB=)H@SHL`k+Gv^C<mU}S5* +z#|ysBb{nH*<<95oeCM3+JkR^S=lx@pfv%$ptc_$hW9mf21os-$0|+h~{2>@~vXj%9 +z(D-n-<;$rHV9OGZPu8uQtL+u)1488#6l6>cTv;`Ha5xs7xn%+IWTxAp1A->M@>z@% +zm`(@s!3#69xk-S!Rl#UJkZVG=6|o)T0bk0bnd?imgpXAwK(d}x<_*E?*W>!hU|*uO +z;oF;y2H=@wI_ANCU^5_Kf3zk1YQLFxQvv;wn@XiW7uF5TndnWlh7V(=a>z>uk$p~R +z5U2q=5^V`Ry_5)7{4tSAzwML%ZJxI+(H8lrVsZd8C0fIWB=1q+GU%zP@3L<$nOZR7 +z$xOGQBfy+_-nK-0<7maiOCUaavE9s_0)jHShFT)Wi{lQice_Ie08I2&iyUC6t#Jgi +zKEO;G+%a-~^&$albG3T~O~QUmw1y8?i@bnOn?r|ypTVL5Tl0L0fUctoAiV&9^80RS +z&2I)X$>ZhgHho=36_^)rN5fx_03onnhuRuPs!r}>s6BE9aTbW&8Om;&7vMav6F_(; +zZx?w1244Y~Q)j^!#MlI2#+l;eovG|&Chz0<ldy738MZ6Y8vdrpcN%y}5Gyzwa36rP +zz+}nq@(!<n9ALfhN*dY=x(NXDIST^T0o3I5=fVOjAopR>;;+?ny5O646$=31T8%Ax +zGgbrBbpf}~=YVN|fM{G0n_4-gN|v=Y=M^~qDHd=JAfNL#6ek<DYh@xdDY;!GuDo}* +zZ=EZ+f`V~_P3Gu;|8|1ky(Me7QW$LYjj@8yIay)<KT%Dx8{lyOC+5!_H=PNM3o^jQ +zp5&!1w~IMGlI{TR2hvR~;UDG&40l`J!~lS>fqrRGr>+>1nd4mmgZGOcCJx}rs@a2n +z$38ff%063d{&+IG8+aI)$az-}6~`RFa4b4w=K25$4aP?=wpWY1CwXa$nFat!?ES3$ +zo@<K)03=$%$IR><pvKG{uZD=8<fSdbjsZ0iZw<9YzFe47vfk^PL$84y0qV`%shz3J +zZlsD&$bQMiM>BhbodW8SeX*f6+`m+A8P9TlaZay%(%kTMIppz?bcb`iCwPcTpXDWm +zQt2m68Z5d{elu|bIPDae4B|}z%(`6EBM^0>L&kPsqn|$^v3IFyFG~Qxj*;`LU0}@~ +z6E6ah<#LOV20qApS3g|Xa1{$EpkHzmquH1_bqZqseO~W}FAIKmVoZ*c(dO{?H=6GM +bu@wFVla`M=HnCv700000NkvXXu0mjfF9#0K + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop.png +deleted file mode 100755 +index cd37b93965ee6692c7812987833253eec67a2877..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 414 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J9(JzX3_ +zEPCfow)SIo6mY4&uC1Whe8l2_oyd&>#*{+yec}vnIBsu`NM~tT5Uw>TZUgJTi<ed` +zPY<~&AL_0%<E_vR2Dt{y4>SMCN!-v&o_h10=Pbta2X?;Q_SW{cx`TYhM3b#|e+%<m +znY1n}t%JkUdBL{3v0BlWa)c`;x?Fm)d+wW`nbHNx2RL4sA5<>brhJfLM|RWBw`KQ^ +zH(Z|+=;Fe+t*=9)p+9VOX@tm8^#{H;SFh5_dGB4de$}f5JssOSEKdFZ$o5C$Z{Z`Q +zAeFze=>?p3Ob#+s+!V{%eIjzMIseinE0;VpW0|zB@w#fHzDA+0XH)j=<@HmqO*QeH +z$dglEByOd-tuXD~zh(avHH!=1HAwyNsGrTftxEcTcKpoyQIU)8zF7ebO9oF@KbLh* +G2~7ZDuBvMQ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png +deleted file mode 100755 +index acf06c0c1f51b76d58b93e00291a99d735c4e2c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 826 +zcmV-A1I7G_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=G#-K~z|U<yXsU6+sZKxtT>S3hGjPf!V}QFe;jt3l)MS_zMye +zS8C9m2*KbN_y@*iT)5GtM(}|PL1KtP9!eq@b$idLl#5iy&Sdn?ojX~1V3@vB)pe?F +zRd-h>QUGSwLGqM{3?)g@BO=E|<baERh{$I%dm$n-X`0R^NuovU79p;y>MfGrNLs;X +zO;sn%tlkzm$txsRf?)u20Hy%+n_0J+?eV7@K)=i8B1e`;j+BWy0dR-ph8ubfps(nB +z06iq1``irxQ)X5xN?s%R$R{^cb=1s~GC`>77|Dj)nl9u7fO|gSJAiYo66e_KCAsb? +zocyP<=iEp(svyre(eRWG=PH?5Jrta(j#fn;psM4cFwLwpPvN#JyegCPX7HML;{i@& +zg&kp?1L&=qJOIFe2f1oy9kJl7lYiJP@`!8BxlV^~H4z!|@yu>JAR>?b9XO?yB*{r1 +zKZ`X<UW|9b63;Tp3mFHViir4mvgv?`bcu+hX}X+Iejp-;+KBeB+t@;yrb|BTiXGVJ +z<F7de+QpH~?=Sw|A3G3G`SQ!bj_tT6BENimFe6*3fH0fZ!0|J7U_nHL<k5`s)i#}2 +zb{ktDdCZ3k;ah5Ev%V4rBw7h+nm&=8Icyh$A|l>BZ34g<-yG&ECffl3ADwG!8HTNR +z%>{)Uj}qkZR=m9!RdvD-ig$&(mllvYjIQS?)V+r@RUNC^0ad-`(J$s6$08ymN4#lh +zRCy`_=!+VX%gvN0-P83doN)5clHF}O!JE?Qs3{#U*_77&Z-?7@*h*)-tu0s8_arYB +zB?mB|s&7lR<uOPOhr$f|1c3Vh2K{2P*Pjyr&bw?rI*u2c=DZoqtW#BQl3Z<}4_H;z +z8-K0#3<~AfYoka0Tu!@W`{ndgbUA&QB*{jZfd5bY20*H9Zdr#~Q2+n{07*qoM6N<$ +Ef)S-}8vp<R + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-hover.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-hover.png +deleted file mode 100755 +index 7508abf1f40ed16c14af67caba3dd9e6986cbbe5..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 513 +zcmV+c0{;DpP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10e(qDK~y-6rISH!6G0F~U-d*tGxkU$C1IW92*3(LI0aFX10dw& +zC~SQO2Zc*Ok_|B&0ao51M{c>sZZ_SOMLcK{B-@C;YL)uG{w@6yS~4>?o6U}ZV>5dW +zYyo2t83Kb&r}I%nQrjcV!F#`#W!Wd72Kvsq%c3a8A%yK1<7?m)C}NCntE&3ZhTy&5 +zQ`M2GzGsP4wWq2h@BQwB*sA({mH825Xl4$8x~@-D_47LB7UW7*j{qES0`&g{AR>L> +z7+}N9o;l~<Ey&lv%O&3HvMl$Vb6;YNADRT4MNy0w7nYd;UIFBJJ_a@$!0miK-)df1 +z0k{GPA#4M;02?AQOeq}z=Ve*$uK)m$QhEb?Z4wN)FUeXmGcmIsaNZ1@s(w?|-Z}tP +zJ)2IaH-CBn51P0XqN-=AI+{!-JI$=U3%gmCT>!sDr0<-&%=7$L2;pf;>A=iR&Fo1^ +z>9DG*pML?G@6>gD$bCs(u-Hc61{id^-HXTD_}{t%3Iogyw+PkJ00000NkvXXu0mjf +DHtEv_ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-hover@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-hover@2.png +deleted file mode 100755 +index 57af4ff57f5148cba48d36fba61f64fb79bda399..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 931 +zcmV;U16=%xP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H110YF6K~z|U?N?1}6hRPu)tiuPmWg^05siXD{0&Ay6XHoRY9xOl +z1PzL!;7tTEpwWXK^cNUG(0K5oN2B1!Nf5;-m`y|lKQeEKL&Po*)+Do=usfSwZ@yDc +zb#=WrQ{6Syf(%gATogq+RJBh;x&Ukeu*Rmp19-2h69C48Ab2byzq7;z0I5QpCwWXn +zP5@Y&G3FOl9Swrus)+ntu>g_-04@XAV5T=Bau>h@@BPf&+*}a=+S=MWoO2rh>`~PN +z0JfQb5x|Kc2ySN-{uin$B+rucBsC1fXC!;Ft`Eboi{vAcO43JBG@`05E4d?i%NEa* +z98%SaX{zuNM=XYt9LppkilPg);48`9wGx+uWH-rg7V~^H=YiCl*G*m~V%}2PzpRt( +z_GuF^)F|?lh@%#JN>y8zID}z%#x~s3mE^n{Y)?Elj??9nIg(#YVRxg+6GTzeYaE|c +zHMcN9a+giK`d8#BuGjVzb|yBbs(k<;BIEyBfQa0)VP9fv5|QmTewcQiot@q5oV$U= +zN?0qVopXbQLg9YO_5i>s`=0;+9Dq&$@ZJ~GtDSS#>mUb!jo$m~X@mEE%7&e30jmHY +zj^mHz0qP)6(2;(K<9Nn~tJ4Ai03y=x<5!McF1Mr{I{>o)(9+VfzHDx~0h}diZEkK( +zIDVuBOag#&Zc~Xe=LYK(QM4H8n44`lnb?|C^|76VUZhTf?cS0c)(h|b9ua|vOe}~3 +zFb)8!dZ>|P%Rxl;n~=qtW2N}BRm04UN3AF;#S5F!iO6qN9ku7t%-u^3P*qXY5daX8 +ziz4F79r7fnOyQA63m`dcu|F*PJ2t1o)-=pF@~=p;CuvB+Fg#ez`MfFp)(8<sp0s4= +zsxGjmbS%}H9bI8l>g==svRF53>5NO-a*{8@Fx;1w+;;nmtZjLvi%CC#D_AT>Z&MeO +zVjRcQ0Fck;J4B=dK(Ad)wwnKxsvd7|Z@*JXaJ8#hE6HIIISF80CEpZ2i^!!yp>Rz^ +z;%d&B@@qNm0+3uzJ5hQ$eJ3Il-uv+&2%aoC=l@Xwe*iY%W99ow*$V&w002ovPDHLk +FV1kl<m+Jrk + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive.png +deleted file mode 100755 +index 72e1be3d332f066440a554f7d1c0a5f6529da5e6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 552 +zcmV+@0@wYCP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10i{VqK~y-6rIW!<6JZpEzw@^xfy595IxM=;M^IN<W_*b@;F1~_ +ztuJ8MG%@bn*0`{23n>o)9oZ<)po?xgwS<_Oh)VzK!VaM(GEF?IyZO$4ZvK13H8ss# +zzn5&8xoyer18cwtbSm?mQWP9CC4Ze!I_$*BU3m_HZ^BwWmy5?M!_nd(ST7VVH$e>< +zOWsl0+YCO<7);^V#LK-fc*{RjJ4)(^U18;S(Z**0*EDnT9A?1)?Z?3zj8}%bO*04J +z`n_Ze7-zvVCUDV@lPZ7%o)~J)1E-Q%3)4109(0eKo&oF}Cnti3H?Sw|C@BA&<a>qu +z<aL^0b-Xeh0c5}cj{uf`oR5Ij)Zpyad2ua$;pXhT2l&2tdmT7SS2&fQgus3~3d$J? +z0PyZIlJNn+$$SUYm<I&FOh8?-eE?UAf&&>#wWFjy4_}MFG=wdb!k`P_nv(a93Su|Q +zq}Cfg$Lz(#TP5wpRTrKf5AGQ10vCV&xe$LX4u;FajiR|<p`nJb1wl1E;~4{(wlPks +q(<6DnRU7#ztWyeu?%!?vZ~X?KYOVBE1o$fe0000<MNUMnLSTX{8R#?s + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png +deleted file mode 100755 +index a26ce546c9b56df31980933a2f3c10a1bc17db3b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1161 +zcmV;41a|w0P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11O`b&K~z|U?Ur9`lVudff9Gw-7*TK+ZMTeK)S$OUuPE*x8F*ph +zh-NeKij*0m0f#dNHBpzSQPHsrBx0<KcM5|D#+VR@TWdB=)H@SHL`k+Gv^C<mU}S5* +z#|ysBb{nH*<<95oeCM3+JkR^S=lx@pfv%$ptc_$hW9mf21os-$0|+h~{2>@~vXj%9 +z(D-n-<;$rHV9OGZPu8uQtL+u)1488#6l6>cTv;`Ha5xs7xn%+IWTxAp1A->M@>z@% +zm`(@s!3#69xk-S!Rl#UJkZVG=6|o)T0bk0bnd?imgpXAwK(d}x<_*E?*W>!hU|*uO +z;oF;y2H=@wI_ANCU^5_Kf3zk1YQLFxQvv;wn@XiW7uF5TndnWlh7V(=a>z>uk$p~R +z5U2q=5^V`Ry_5)7{4tSAzwML%ZJxI+(H8lrVsZd8C0fIWB=1q+GU%zP@3L<$nOZR7 +z$xOGQBfy+_-nK-0<7maiOCUaavE9s_0)jHShFT)Wi{lQice_Ie08I2&iyUC6t#Jgi +zKEO;G+%a-~^&$albG3T~O~QUmw1y8?i@bnOn?r|ypTVL5Tl0L0fUctoAiV&9^80RS +z&2I)X$>ZhgHho=36_^)rN5fx_03onnhuRuPs!r}>s6BE9aTbW&8Om;&7vMav6F_(; +zZx?w1244Y~Q)j^!#MlI2#+l;eovG|&Chz0<ldy738MZ6Y8vdrpcN%y}5Gyzwa36rP +zz+}nq@(!<n9ALfhN*dY=x(NXDIST^T0o3I5=fVOjAopR>;;+?ny5O646$=31T8%Ax +zGgbrBbpf}~=YVN|fM{G0n_4-gN|v=Y=M^~qDHd=JAfNL#6ek<DYh@xdDY;!GuDo}* +zZ=EZ+f`V~_P3Gu;|8|1ky(Me7QW$LYjj@8yIay)<KT%Dx8{lyOC+5!_H=PNM3o^jQ +zp5&!1w~IMGlI{TR2hvR~;UDG&40l`J!~lS>fqrRGr>+>1nd4mmgZGOcCJx}rs@a2n +z$38ff%063d{&+IG8+aI)$az-}6~`RFa4b4w=K25$4aP?=wpWY1CwXa$nFat!?ES3$ +zo@<K)03=$%$IR><pvKG{uZD=8<fSdbjsZ0iZw<9YzFe47vfk^PL$84y0qV`%shz3J +zZlsD&$bQMiM>BhbodW8SeX*f6+`m+A8P9TlaZay%(%kTMIppz?bcb`iCwPcTpXDWm +zQt2m68Z5d{elu|bIPDae4B|}z%(`6EBM^0>L&kPsqn|$^v3IFyFG~Qxj*;`LU0}@~ +z6E6ah<#LOV20qApS3g|Xa1{$EpkHzmquH1_bqZqseO~W}FAIKmVoZ*c(dO{?H=6GM +bu@wFVla`M=HnCv700000NkvXXu0mjfF9#0K + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed.png +deleted file mode 100755 +index cd37b93965ee6692c7812987833253eec67a2877..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 414 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J9(JzX3_ +zEPCfow)SIo6mY4&uC1Whe8l2_oyd&>#*{+yec}vnIBsu`NM~tT5Uw>TZUgJTi<ed` +zPY<~&AL_0%<E_vR2Dt{y4>SMCN!-v&o_h10=Pbta2X?;Q_SW{cx`TYhM3b#|e+%<m +znY1n}t%JkUdBL{3v0BlWa)c`;x?Fm)d+wW`nbHNx2RL4sA5<>brhJfLM|RWBw`KQ^ +zH(Z|+=;Fe+t*=9)p+9VOX@tm8^#{H;SFh5_dGB4de$}f5JssOSEKdFZ$o5C$Z{Z`Q +zAeFze=>?p3Ob#+s+!V{%eIjzMIseinE0;VpW0|zB@w#fHzDA+0XH)j=<@HmqO*QeH +z$dglEByOd-tuXD~zh(avHH!=1HAwyNsGrTftxEcTcKpoyQIU)8zF7ebO9oF@KbLh* +G2~7ZDuBvMQ + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-mixed@2.png +deleted file mode 100755 +index acf06c0c1f51b76d58b93e00291a99d735c4e2c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 826 +zcmV-A1I7G_P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10=G#-K~z|U<yXsU6+sZKxtT>S3hGjPf!V}QFe;jt3l)MS_zMye +zS8C9m2*KbN_y@*iT)5GtM(}|PL1KtP9!eq@b$idLl#5iy&Sdn?ojX~1V3@vB)pe?F +zRd-h>QUGSwLGqM{3?)g@BO=E|<baERh{$I%dm$n-X`0R^NuovU79p;y>MfGrNLs;X +zO;sn%tlkzm$txsRf?)u20Hy%+n_0J+?eV7@K)=i8B1e`;j+BWy0dR-ph8ubfps(nB +z06iq1``irxQ)X5xN?s%R$R{^cb=1s~GC`>77|Dj)nl9u7fO|gSJAiYo66e_KCAsb? +zocyP<=iEp(svyre(eRWG=PH?5Jrta(j#fn;psM4cFwLwpPvN#JyegCPX7HML;{i@& +zg&kp?1L&=qJOIFe2f1oy9kJl7lYiJP@`!8BxlV^~H4z!|@yu>JAR>?b9XO?yB*{r1 +zKZ`X<UW|9b63;Tp3mFHViir4mvgv?`bcu+hX}X+Iejp-;+KBeB+t@;yrb|BTiXGVJ +z<F7de+QpH~?=Sw|A3G3G`SQ!bj_tT6BENimFe6*3fH0fZ!0|J7U_nHL<k5`s)i#}2 +zb{ktDdCZ3k;ah5Ev%V4rBw7h+nm&=8Icyh$A|l>BZ34g<-yG&ECffl3ADwG!8HTNR +z%>{)Uj}qkZR=m9!RdvD-ig$&(mllvYjIQS?)V+r@RUNC^0ad-`(J$s6$08ymN4#lh +zRCy`_=!+VX%gvN0-P83doN)5clHF}O!JE?Qs3{#U*_77&Z-?7@*h*)-tu0s8_arYB +zB?mB|s&7lR<uOPOhr$f|1c3Vh2K{2P*Pjyr&bw?rI*u2c=DZoqtW#BQl3Z<}4_H;z +z8-K0#3<~AfYoka0Tu!@W`{ndgbUA&QB*{jZfd5bY20*H9Zdr#~Q2+n{07*qoM6N<$ +Ef)S-}8vp<R + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-active.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-active.png +deleted file mode 100755 +index 1c3e411afda51d9363d7db5758c9755ff0655801..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 392 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J8?JzX3_ +zEPCfo_Vr^56lgge`GB>gS?@^m3tbkQMnyTlE8H5J0w0JyKDT$q`k=gf3T^?%?v>p0 +ze)W2Oh<EnHB}{sa)(=E~X#5nDP+Pf0cha0&aSZ(q_MYaR>L&#a7}T~s_w+OGYP|LB +z>NT!OIsFY*p6{b?ZxgTYyso${eRbifGyJ<dW;4udaQwW3T`!8M?ZA%8J!&tvF-|#p +zjW=QDlFLFH`1g1RslN2R<S5;+<nW?k)y%ZtYkF^e+qop&b9JjvnW*|r=4B51f3C<m +zpW9!yrjB<{&E~JOgzH;H3g<pa3C^~?y*X)8;-tq#+{cgRTn^g#UHC8S%2N+}8l@tp +j)dch9{5Jh(ZpRpLRd+}HspYGIp~m3p>gTe~DWM4fo`jzH + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-active@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-active@2.png +deleted file mode 100755 +index 707808462d3201e269d1c4f67fa9b017a7f360a3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~z|U<yXsUR6!6uJ-Lev3hL60g0qRAU{o|OS3-~k{~;u< +z)Sx>Ng25j#F5_008o>uH1c@OEi4PLNsM|TGQZ7<A-i)JjXPn8#g60-e-F;3?S9hOI +zC}Hm2C+ReR@s!dafD-_YMEDzk_wN1#z+#qVODQEQGjAE-s+rx8^hJ`FY@22_>+aQm +z0+)1I(#L#alFKCLNshStfV&@vHb8PDV#@_0>yjor$vTm|C22b*dQNh<?0Axck{-v{ +zZIbiuUMUM+k#s)>*UfCo-BTw?nAx<Xdd#&@iUi3!G2ko7^X&pRnQutaRxIJ%UpvQ| +zyQF$Iz#B-^V@W5Pc5?S>UT|hM)h+Pc%xoqvOn2{Z*5PJ!c-G09x3Z{-7m?s>W3VsZ +z=Ol-^4W1jx(MWQ`-TR7xa{>OQSKtM#<-j_V|5gDo9{ysl2>^Hy-y9Q_l+vm2AMFEy +zhX4@w$qoSkH2}!6>_e~7vn*Q=w^k%@DE!a8CIH}5d=D21<kt1=*TjB1jw=9ugnx7& +z2;>;wiv(5yK+>^Zqf0s-?&>Z9cV7yBwATaxi~&HXryV1CHV%iCUZazI8(6#BFh7bn +zBT!m+bO2sFiuV?yna##U@v5|XX~P;WqpQt2R71nLnN4?_fSFy1?AMxJ#{eK{GDJhY +zo3|p#;esH!)T;AbFx~0~i2%<f+3l7CLX<8PMCnY2qO=l!J7cbU?I`0tvfRvGOS)JV +zoaCsPz3fPq7fsScUYPkgLGmuiv3QsqjCPXbg@~;b9wuuo*SwXvd%u}om$cEw(`>`c +zuKlsv8?4m&Mr{n@*W<K?y^qs(g~#dBl+t!53ICt=6S;vPBSKVARR91007*qoM6N<$ +Ef+sCn@c;k- + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png +deleted file mode 100755 +index ffbdf56b4862dacfc5c49a89d2c0285540051969..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 518 +zcmV+h0{Q)kP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fR|IK~y-6rIW!<6JZoa&-d4oKw=029Twf_BPdIl`VwuxC3V&M +z0*1{bhDRuIA#5ut4}l$5!ZX04o6cB5NKHhg|8?OEp(Lbj{8o2!PHuAVC+;OObG>e| +zW#+aedj+fj1JIewx675_D3bhrM)|N4CokkV27U-@`9dKcE~SI{ez00B-fn`LG8Vj} +zdbk;!j|nn3Hu2#w3_kKm>L*D9u`6ujQ)TS}z(r<Gp5sX{z`^TaA7jr@Co*#YuGdYr +zfZ-%~OaeE(IH>_R;EkcyG;ki7wJ>dG0==Z5ud@h#kDhda^?ZZn;Zi!7MX>nmY5*+f +zg3G5@rIlF(Kj)vV0+*RUXY!+P7J+xS6^w5HPUhR7=G3&AfQDqB0bIEf9LZRypCpZG +z_<H=kDQvDB1|0wwN!~lEh}}t&dN+NC+53^VYTk*vF1-EHe{QG)-2A(9F}^PK)5UbH +zWbRLBs3~ktP|M$VOaNIM<D`~7$vSs!<WyL@90r|-ZT#>21sZdt7#jkK;s5{u07*qo +IM6N<$f-nl%wEzGB + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png +deleted file mode 100755 +index f85e52e91a7c993ab24804af19d5704da7981a4d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1093 +zcmV-L1iJf)P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Hwr}K~z|U?Uqk$lVu#oKfk9NY(&8w+HRS}s6nqrPZakz18<IK +zHWN>z&VvSI&I4+qE>WYRV+SOXSQl@)4I(pM7KmMEm?rAY#1K)EbqH;Za~v4i+V|^W +zZS7bcEw(qmr{DWNzdWDM`@YZnzK>Bx`X=Pt9!&4S)QboU?lWit5G)$}COGe8Q%foT +z++@FH%b6FzHU-Zm8h5O2JuEZ?_{*74kTNlHZOh8>$#7`-wgn>bRKG*V1g*K5FJPR( +zbk>)xyS%)TNdPo%sS9O&nO0<b5&JP7%&8>I+)%VVaH=u^$p&UqZwOvr8`lp8N1`3g +zU*GC#0G^E}!yX(3_5cEohS~$K4x4$m6d0D=!ff(0Vg10WiNn#3z)8$h4t)JZq@NcW +z1?s`ZL+$>jOG&umgZbIy+d253=6U;~oxzVPh69)>+7UP*d5-~$pr;nTNxxaLHD5&H +zseVJ_z^ZxPzGzp=OvT_5iOgK-GIP^Fos7P*_TcH_aR+Ow-JxRuCJt8%4lvf)62oi= +zFq1|P#4a^#5ZIpCIw)ur_I<P?aI#wPd_HOOp8$RY3;Ar@3+n{>CgekU5ddY6+}1O{ +zRm>!hm)B~B`X=Nn2;9;9$D@EB?B}u0mRQx{xr}uM&mk@V!8`rw-30;XdA$I_o2nH& +zAA>Ie%&E5^fUz6EjB~XX0L}sk!v6@s{Q%B<iCWXWIyVnsIc8p92S9yBzt>uzVO5uN +z<z2-B0NkjzP5+G5$Wo)v-F(ggO8`F6Qfq;&886THt61P7KsMv;thE4H@19(Bu^=Fr +z129KVt@#FfbH(|BfRp9l|0ilK06Y%hMB$s`mQwyXK?>M45Wm`8D{>^3>;WDClCAB5 +z?+OBw{gyQ`0w8Q;SlX~s|8pcW$GZRq?-y@O9Kf|LE5|_z;Gu=t^mEnbN8;&&z$3tX +z#=Cx^c+3GzhC|C{ZU~UjXk_L}SGC{+@vGft8UZ9R_-WU@H#P_WMB4+W%<LVY-prk@ +zhQvVpYPYacK)u9UW1Yb-Zthw4yzg%FzXmoAG?}^SXJ%6ekt+T|4ofaFlR6}98fZfH +z`Oc2OaH-xhw&ncfoL>33t@*2R;E`Ce$2r~;JWQqA@^ur<CZ9BE6fBfG^^1u!z*#3> +zq7H8XV8vxZ9=?zhJu>zKyK?>W5`(2~dszYi2V$2RoNwD96E6Y5&3cQH1U|@m*FU^@ +z!Bs4f&#>g?XVPJF>J@}@|MRBY@S@;XC(g?;6>1B7`){}V|CGw#VL@~fG)hm200000 +LNkvXXu0mjfjC}Xl + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop.png +deleted file mode 100755 +index 1c3e411afda51d9363d7db5758c9755ff0655801..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 392 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J8?JzX3_ +zEPCfo_Vr^56lgge`GB>gS?@^m3tbkQMnyTlE8H5J0w0JyKDT$q`k=gf3T^?%?v>p0 +ze)W2Oh<EnHB}{sa)(=E~X#5nDP+Pf0cha0&aSZ(q_MYaR>L&#a7}T~s_w+OGYP|LB +z>NT!OIsFY*p6{b?ZxgTYyso${eRbifGyJ<dW;4udaQwW3T`!8M?ZA%8J!&tvF-|#p +zjW=QDlFLFH`1g1RslN2R<S5;+<nW?k)y%ZtYkF^e+qop&b9JjvnW*|r=4B51f3C<m +zpW9!yrjB<{&E~JOgzH;H3g<pa3C^~?y*X)8;-tq#+{cgRTn^g#UHC8S%2N+}8l@tp +j)dch9{5Jh(ZpRpLRd+}HspYGIp~m3p>gTe~DWM4fo`jzH + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png +deleted file mode 100755 +index 707808462d3201e269d1c4f67fa9b017a7f360a3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~z|U<yXsUR6!6uJ-Lev3hL60g0qRAU{o|OS3-~k{~;u< +z)Sx>Ng25j#F5_008o>uH1c@OEi4PLNsM|TGQZ7<A-i)JjXPn8#g60-e-F;3?S9hOI +zC}Hm2C+ReR@s!dafD-_YMEDzk_wN1#z+#qVODQEQGjAE-s+rx8^hJ`FY@22_>+aQm +z0+)1I(#L#alFKCLNshStfV&@vHb8PDV#@_0>yjor$vTm|C22b*dQNh<?0Axck{-v{ +zZIbiuUMUM+k#s)>*UfCo-BTw?nAx<Xdd#&@iUi3!G2ko7^X&pRnQutaRxIJ%UpvQ| +zyQF$Iz#B-^V@W5Pc5?S>UT|hM)h+Pc%xoqvOn2{Z*5PJ!c-G09x3Z{-7m?s>W3VsZ +z=Ol-^4W1jx(MWQ`-TR7xa{>OQSKtM#<-j_V|5gDo9{ysl2>^Hy-y9Q_l+vm2AMFEy +zhX4@w$qoSkH2}!6>_e~7vn*Q=w^k%@DE!a8CIH}5d=D21<kt1=*TjB1jw=9ugnx7& +z2;>;wiv(5yK+>^Zqf0s-?&>Z9cV7yBwATaxi~&HXryV1CHV%iCUZazI8(6#BFh7bn +zBT!m+bO2sFiuV?yna##U@v5|XX~P;WqpQt2R71nLnN4?_fSFy1?AMxJ#{eK{GDJhY +zo3|p#;esH!)T;AbFx~0~i2%<f+3l7CLX<8PMCnY2qO=l!J7cbU?I`0tvfRvGOS)JV +zoaCsPz3fPq7fsScUYPkgLGmuiv3QsqjCPXbg@~;b9wuuo*SwXvd%u}om$cEw(`>`c +zuKlsv8?4m&Mr{n@*W<K?y^qs(g~#dBl+t!53ICt=6S;vPBSKVARR91007*qoM6N<$ +Ef+sCn@c;k- + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-hover.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-hover.png +deleted file mode 100755 +index bd492ece3379500dab9c5c441f3a9ce1953186a1..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 480 +zcmV<60U!Q}P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10bNN%K~y-6rISrg6j2m~zjrIa^v|FM;8<7!G8I=L0ajodw$p29 +z4Q@hVB&|!(QBMq{U;0${!$G~vpe<8Cf?e^9Zf<hE+?$*eXvy7exm+FtC+_|l*amJw +z2vcA(7z{p!5OUiSnjyxxR}{r3paRBbcG>UuZ&FG-bzQ#!&VYVh*YC=*{LzLGW89N8 +zlk}cvBxxjR7GvCfaJHoH|1v*<Ox@i8sH*Bz(&tUgEy$ImV*mqAfpHf=2w@DI0GPY) +zo7q(tfSG*(4w`d*yZcrbfV;ntbO-AfZda?-b{9ZOX$QCkun@vD=X}@&kaK<ud~Gh6 +zunx&aa`)iwBj7``FiGDejWz*DI$tan*MD;W50dySMAEsW*?c~K)$H0`*e#0U0=Nqy +zjLqz_*X#XCDZR`&AG-UQyKm*3kIJ(A`2^6sQ&rUw>yRAqr;WfhFc}Vq7mwTc-?|4K +WT+D!(?$0Oy0000<MNUMnLSTZsy2zOT + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-hover@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-hover@2.png +deleted file mode 100755 +index 74df608654c841d45f5371634fed9a29dc3d71ce..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 862 +zcmV-k1EKthP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10^3PMK~z|U?U&z66j2n%zh@TFT^Xx~h>$HvqQ9XnC`I2QE5rXm +zR0@Njw+JMmtcUs^G6-sWwZ}B*$5RkR7PPC8LRRw~Y%sj1ht6)}D!a3`^VWGfd+)jD +z`<c0S@0=q@V5*u4!|<4@4vI(tz##y8Z2B93kE%Kcpy>PlyohWh$qN9|KsZbCf{082 +z*qbotimFcgzJEtVe(o56<S>9+0J?4HorpXFFzcLKT3cHy13)g9%X^;J4PZc3&j2`L +z@nrxLzVAOs2>!=ZRY+bX=}2l21TRSTC0!o`L4o8`l1kErVK}9#UQ%(7<b7MbPI5$5 +z>uyt>hZwaSN^&L<L>PwGZNXQPCz}<nHIls~S1spcqu}A#lmD}L4aB-_>Cm=8cG?#W +zV5C*zF^DnCT~gJKEdfCgT(JZ9d?$O}$m~qKG>yx(lNpjLM%deG@rs3E*l!wNR5eqb +zAbG+j-lQcS(|T)f;do`tQ`JEL5Rqcq03!0(+`%e<h#WQlN!kDaW(}lJ1pv?k0M5B` +z+Um}^lDR!`fL#C(MbYQ90iq~cGIw_z001B&E&uz~S|*d(avggBegHswd;9*h0ovNy +zDjMJ801E)%dESAv0X)w;XzoIFOjYO2?@t@RIX3_RA~IJ608j(~RXvwBfQXznkiU11 +zUB%0G8zwG1nzfp%xOx~p5!q1HY5P5$xO!>AR8>@U3IIgphKRV@fGo+95stPRfaJL4 +z{<Q7q*n-Ym(XigiuOi95N<k6?!P!Q^lSaDQ3J4Rglw{W$F0i6>CRUn_?XW2I?6v>0 +zT=$x(j5n3#Bwq(Xa4M;|o%UBr%kp}S$q<0s0P;5UKGv9&qbOPgfNVCK7m+-Gerrq) +zTYO1XFLrfxJ*)@Zs5R>#IW8iX0PL$58?$8*x!Kv-c~?ZDM!|{p*Y>mkpwgW7U~_Z& +oK}6=9b4B0xpKbY{|F=5!8yde-b#Htj!vFvP07*qoM6N<$f~XUHkN^Mx + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive.png +deleted file mode 100755 +index ffbdf56b4862dacfc5c49a89d2c0285540051969..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 518 +zcmV+h0{Q)kP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fR|IK~y-6rIW!<6JZoa&-d4oKw=029Twf_BPdIl`VwuxC3V&M +z0*1{bhDRuIA#5ut4}l$5!ZX04o6cB5NKHhg|8?OEp(Lbj{8o2!PHuAVC+;OObG>e| +zW#+aedj+fj1JIewx675_D3bhrM)|N4CokkV27U-@`9dKcE~SI{ez00B-fn`LG8Vj} +zdbk;!j|nn3Hu2#w3_kKm>L*D9u`6ujQ)TS}z(r<Gp5sX{z`^TaA7jr@Co*#YuGdYr +zfZ-%~OaeE(IH>_R;EkcyG;ki7wJ>dG0==Z5ud@h#kDhda^?ZZn;Zi!7MX>nmY5*+f +zg3G5@rIlF(Kj)vV0+*RUXY!+P7J+xS6^w5HPUhR7=G3&AfQDqB0bIEf9LZRypCpZG +z_<H=kDQvDB1|0wwN!~lEh}}t&dN+NC+53^VYTk*vF1-EHe{QG)-2A(9F}^PK)5UbH +zWbRLBs3~ktP|M$VOaNIM<D`~7$vSs!<WyL@90r|-ZT#>21sZdt7#jkK;s5{u07*qo +IM6N<$f-nl%wEzGB + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png +deleted file mode 100755 +index f85e52e91a7c993ab24804af19d5704da7981a4d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1093 +zcmV-L1iJf)P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11Hwr}K~z|U?Uqk$lVu#oKfk9NY(&8w+HRS}s6nqrPZakz18<IK +zHWN>z&VvSI&I4+qE>WYRV+SOXSQl@)4I(pM7KmMEm?rAY#1K)EbqH;Za~v4i+V|^W +zZS7bcEw(qmr{DWNzdWDM`@YZnzK>Bx`X=Pt9!&4S)QboU?lWit5G)$}COGe8Q%foT +z++@FH%b6FzHU-Zm8h5O2JuEZ?_{*74kTNlHZOh8>$#7`-wgn>bRKG*V1g*K5FJPR( +zbk>)xyS%)TNdPo%sS9O&nO0<b5&JP7%&8>I+)%VVaH=u^$p&UqZwOvr8`lp8N1`3g +zU*GC#0G^E}!yX(3_5cEohS~$K4x4$m6d0D=!ff(0Vg10WiNn#3z)8$h4t)JZq@NcW +z1?s`ZL+$>jOG&umgZbIy+d253=6U;~oxzVPh69)>+7UP*d5-~$pr;nTNxxaLHD5&H +zseVJ_z^ZxPzGzp=OvT_5iOgK-GIP^Fos7P*_TcH_aR+Ow-JxRuCJt8%4lvf)62oi= +zFq1|P#4a^#5ZIpCIw)ur_I<P?aI#wPd_HOOp8$RY3;Ar@3+n{>CgekU5ddY6+}1O{ +zRm>!hm)B~B`X=Nn2;9;9$D@EB?B}u0mRQx{xr}uM&mk@V!8`rw-30;XdA$I_o2nH& +zAA>Ie%&E5^fUz6EjB~XX0L}sk!v6@s{Q%B<iCWXWIyVnsIc8p92S9yBzt>uzVO5uN +z<z2-B0NkjzP5+G5$Wo)v-F(ggO8`F6Qfq;&886THt61P7KsMv;thE4H@19(Bu^=Fr +z129KVt@#FfbH(|BfRp9l|0ilK06Y%hMB$s`mQwyXK?>M45Wm`8D{>^3>;WDClCAB5 +z?+OBw{gyQ`0w8Q;SlX~s|8pcW$GZRq?-y@O9Kf|LE5|_z;Gu=t^mEnbN8;&&z$3tX +z#=Cx^c+3GzhC|C{ZU~UjXk_L}SGC{+@vGft8UZ9R_-WU@H#P_WMB4+W%<LVY-prk@ +zhQvVpYPYacK)u9UW1Yb-Zthw4yzg%FzXmoAG?}^SXJ%6ekt+T|4ofaFlR6}98fZfH +z`Oc2OaH-xhw&ncfoL>33t@*2R;E`Ce$2r~;JWQqA@^ur<CZ9BE6fBfG^^1u!z*#3> +zq7H8XV8vxZ9=?zhJu>zKyK?>W5`(2~dszYi2V$2RoNwD96E6Y5&3cQH1U|@m*FU^@ +z!Bs4f&#>g?XVPJF>J@}@|MRBY@S@;XC(g?;6>1B7`){}V|CGw#VL@~fG)hm200000 +LNkvXXu0mjfjC}Xl + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked.png +deleted file mode 100755 +index 1c3e411afda51d9363d7db5758c9755ff0655801..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 392 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$m7#J8?JzX3_ +zEPCfo_Vr^56lgge`GB>gS?@^m3tbkQMnyTlE8H5J0w0JyKDT$q`k=gf3T^?%?v>p0 +ze)W2Oh<EnHB}{sa)(=E~X#5nDP+Pf0cha0&aSZ(q_MYaR>L&#a7}T~s_w+OGYP|LB +z>NT!OIsFY*p6{b?ZxgTYyso${eRbifGyJ<dW;4udaQwW3T`!8M?ZA%8J!&tvF-|#p +zjW=QDlFLFH`1g1RslN2R<S5;+<nW?k)y%ZtYkF^e+qop&b9JjvnW*|r=4B51f3C<m +zpW9!yrjB<{&E~JOgzH;H3g<pa3C^~?y*X)8;-tq#+{cgRTn^g#UHC8S%2N+}8l@tp +j)dch9{5Jh(ZpRpLRd+}HspYGIp~m3p>gTe~DWM4fo`jzH + +diff --git a/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked@2.png b/Breeze-gtk/gtk-3.0/assets/selected-radio-unchecked@2.png +deleted file mode 100755 +index 707808462d3201e269d1c4f67fa9b017a7f360a3..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~z|U<yXsUR6!6uJ-Lev3hL60g0qRAU{o|OS3-~k{~;u< +z)Sx>Ng25j#F5_008o>uH1c@OEi4PLNsM|TGQZ7<A-i)JjXPn8#g60-e-F;3?S9hOI +zC}Hm2C+ReR@s!dafD-_YMEDzk_wN1#z+#qVODQEQGjAE-s+rx8^hJ`FY@22_>+aQm +z0+)1I(#L#alFKCLNshStfV&@vHb8PDV#@_0>yjor$vTm|C22b*dQNh<?0Axck{-v{ +zZIbiuUMUM+k#s)>*UfCo-BTw?nAx<Xdd#&@iUi3!G2ko7^X&pRnQutaRxIJ%UpvQ| +zyQF$Iz#B-^V@W5Pc5?S>UT|hM)h+Pc%xoqvOn2{Z*5PJ!c-G09x3Z{-7m?s>W3VsZ +z=Ol-^4W1jx(MWQ`-TR7xa{>OQSKtM#<-j_V|5gDo9{ysl2>^Hy-y9Q_l+vm2AMFEy +zhX4@w$qoSkH2}!6>_e~7vn*Q=w^k%@DE!a8CIH}5d=D21<kt1=*TjB1jw=9ugnx7& +z2;>;wiv(5yK+>^Zqf0s-?&>Z9cV7yBwATaxi~&HXryV1CHV%iCUZazI8(6#BFh7bn +zBT!m+bO2sFiuV?yna##U@v5|XX~P;WqpQt2R71nLnN4?_fSFy1?AMxJ#{eK{GDJhY +zo3|p#;esH!)T;AbFx~0~i2%<f+3l7CLX<8PMCnY2qO=l!J7cbU?I`0tvfRvGOS)JV +zoaCsPz3fPq7fsScUYPkgLGmuiv3QsqjCPXbg@~;b9wuuo*SwXvd%u}om$cEw(`>`c +zuKlsv8?4m&Mr{n@*W<K?y^qs(g~#dBl+t!53ICt=6S;vPBSKVARR91007*qoM6N<$ +Ef+sCn@c;k- + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png +deleted file mode 100755 +index 01bca6fe283d8f1dbd7429224e2836e6f4a6b2f8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 878 +zcmV-!1CjiRP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10_#acK~y-6os?f_TV)u=f8Te`S!=eQp0Xr1jq5rxbgZSZ?KIXu +z6trbJ6fNlGL~j&2#0x=G)P_=UY=VLysGy>EgRP)9)pnyBY_TcrRzYY>VHsPOHW@T2 +zOR)V;&gVs2WHpAa&*jVe{J!^n`FI3n)Z7=}WBVh6!U?@1oM1@!YIgzXVt!5MGHIP( +z99qfFfAZJY@w;2SVr!wZ|L4=jf%bQW?YGK3wke&@s?znVUnT~Qzh4&kTKvqeTfXYc +z=E2wz055w3cX|{z^(T5Iv)*h6F`HU3qCFUaMgZKo<V0e4@=3<x?mfWHQ@>1@2V+OH +z>#}y?d(_q6L3`!L6B4WKC{@qB35JO~mrN!;cqs;8Y_4e@?s`?bE~{q-aA&Rny3)dU +z>3K>EGgyb8K?e4PLx)<c7cLH+H=6t6dweb3L!!!Otc`q!JDaF<x-ECipjQi+k#@ub +zcFYbx_=U9nkwIbmEiZcmb!}wZuuZ9{VZ1vxk+ngq#vd7wqAt`6pr+6N|II3n>7k}a +z0T528R|+Rs4^T>7yMNe*ywo%R(g`+5;d3kioxihVU@4znpK!Nh$<3k`|M}zF*M?VU +z52=ee1t9IcJLVa-9{{hoqNHBVqyfyP=#GK%z@zKH+|q*7`NbgsBiaK(Ry3BCkXWtV +z0O;J(Iaw&AKi2uIG6IcQZAb5$XLTGy`X9o}XH@Zey5Cs3GNQuK&Kg-CdCF{xQo22Z +z&Ska*Gn!hde(@a;5;b$_)YMlehW`zRlfNd-haZ28lFRCaA5l}omBXRq7*)@{4${P( +z{bM}w;mc3JMmPZ6av%92T&JIxfqh{!(vEqk6ATNX{sy&*FiecS4VW!mRKL)N)zSq* +z;?5?=6TeM8O=`@8G65Uw|LHSxf7^S~304ePFPBknYVz~(fj2(7XZUi>9dCW(v+8|= +z!U^>XC(s~w*I58wVOi;1_O{L~o>hy5Pba^9ySUZ+59;C*dTuWC?f?J)07*qoM6N<$ +Eg8hn`FaQ7m + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png +deleted file mode 100755 +index 890f154ffef9baa66ff8b4fe7814369000092fd9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1687 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png +deleted file mode 100755 +index 994e2b2c896ce86996ecdeb5b9c92712361d2efb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 807 +zcmV+?1K9kDP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;EYqK~y-6os_+AQ&$+qf9Jiv!LBW(+}JmXO<^fwU@%01SW$&k +zB*Mo;{sD%nQl)n2(89pCDhq}%urOpm*(<e~P!pkUMT!#$$&dxX60m_A$4N^a8;<We +z42}y;(p2#?9-ZfR-se5%yoxP!XCX+ezL9)sjk7^L>|J?B2f*$Q-uY4IWhSA<JLBP% +z?+*HZZ}h5-3pb{hM;<Mk?}M6gw>qpPKPtM<<MyRo>cW=5pBHS$^vd#sLJ;-??28LS +z86mq{=#B{huWN?+6~koFuvj$!4EWAWLU#>b|57#n1^n@k@=PHJ`(06dy+6Xqw1aG_ +zzbRv3q8M`bX#;I6xui^w97_!VNGoOwc0KEII`iK!08wyekHfXBiz|w$vN@WcD&GW9 +zcNT)g?~AIkR5R|k2V72Nob6h-N%vlaj6Tu$G115OT2EHrNPeki+<kFjD7`Zn!0C*` +z-nbCdj9d9j{UoI|h5?4Q>DhJ?1t-$YOM6wf!}9vA?EyICwLx3gVXp}cYBnu@YU=`| +zqS7|7<y~zk_aBOF8~4GhEJ$ZWX@GLwv<+-|J6)@#JE~p+%&oK!oUJsy-7zUjCZWaw +zCW{8sMs8!_eyIuUjmfX#?$Ve2sM3p7!$dLMG4S4tkmpr{9~J#s%)2J%vpv;5Pu&K% +z`?SIQ4x-Oh3}eqU0DYdibuO!_9}kD=LJ%HtMe)_=k!}C8vCYcHo@p8ea!IE!ax9qx +zh_p5(bk|@mwftaeDLgv*MDtrQ<V0FH><Rw*I}7TD*^1$Q$?$xAeC1M3A>QcvqQ%)% +zLw>4!^Kr%e5Y+Ae3|OW6Jh^o#m%RA#`j(+aAKFg>UCzI%+u@*Y)2mv!0H3;6`%zU& +l$DCi15%20Z{c3Ha_dS+*4f=tf8d3lN002ovPDHLkV1iGNcc1_O + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png +deleted file mode 100755 +index a7315ad5d891dd1b653688176d03a78e6eb176c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1572 +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 +Wl1YR42>A^F0000<MNUMnLSTYC80wAy + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png +deleted file mode 100755 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png +deleted file mode 100755 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png +deleted file mode 100755 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png +deleted file mode 100755 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png +deleted file mode 100755 +index f65f6175f2bdb10a628c47b63fb913ebfc3c27e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 818 +zcmV-21I_%2P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10<TF#K~y-6ot0fklTjSTpL5<b+Xrr9y-lsmW}wp?#UM$=Oz0+% +z>4n{tLDXGc2wp^Y-gZ-w)Rkd|-56eIAwlR6r(K!BOc~7&NZs5Zov=B#_dTbJcMCr@ +zQ=hBD|D6Aia~{rl4nYQ0c6R6I$>n|2Vy%bXXar#d03Z~Bcr3;vp|OqdT-(pihky3= +zlD&o6H=aRiEo}m!`{s6ubHRi2Llckdnll1hpHCWA@^cp@^J%NLnI!na6cS!H#HvqQ +zTvUdfsvDp-CkWGN+(<Y$F+6)7A8#ji0c+lQgK3yD=Ry3_D}XDRcSjlYP3>Uz8qJAF +zIN-T|sR#h1^f9HA#ZCZ7jPzi8v=<OO`*8(_;+q5#TaYeX2GN^x&(ymd%fmhWQe|g% +zzR_0w7K9LGb{yO8-UF@MDRspMDi?#EItOCPE6=U4chNk#ybpvDp(GLi+;wPJTJgab +zfSLrM60ykk_mr5e*8xDC|DN5mgTxgm3)27qYL*))F_;Vhpv;UM9hQ>nbprs1!DOVM +z5&;0d;y*Spx%x{RP)2CF$SKXX{{Kq90U<!aRRI93&~|K|uHa${s0xaBGzI{=s>Wjj +zC5P54;?XGOk<b_bP@5B=?C3Pgz)G%Yz>ScbZf-8!1?Pe=9rR7@N9O5W9ROnxToqA& +z_#X8>y|d1P^Fsi@>^0C;yABQ0RX2l`T?GK}HUGemmn|Fr!lAZjCO|E60RSkzZ`unu +zC>&fJDHwrRUki91IEsLsdDz;YQ+KOkiCE-90Dzi=vM>$R>xR0l#g}xp43eW!^NeYJ +zi}g^z^JT7NUwox??e+M8WG!tWsSBS?f~$hB`3EK+)wk}fXKZpl`D!^)Z2UmYasvz| +wBca+CAh;s16^)5VXf*zNt8MDp&B)%~znB33?KI>nk^lez07*qoM6N<$g4hCRumAu6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png +deleted file mode 100755 +index af69ca14ef03ade50f02f09b6f34fa55f4111f5d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1523 +zcmV<P1q}L$P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11#n43K~z|U#hGnvQ&kwp|L3&p%eHpxmC<c7pi?&yF%yGype_s; +zh;a!oF~$r(fGC=1Faq%fOb9}B>IXqSU{v%2aT-T-L);Qf7$pmmm;n<g1S#7pTf3LG +zTYI~E&+)@#-m|-|>r%@9Q_ufAz0dFV-1D4sPYI@>^`AJ+9vXU|rDv|AW@{lan2n%1 +z0`gw~2f!81rI5rz{!Sj~t3T`P+k^TIk$7{F*dhPRap3r~B(L}jV$HLG(6|zDu7D5r +zcJm(37U#}YjR^&OV*f8o^t0@Zuw>4Niz<qEz}Jud8`Z6EtZ9oC8xzp+`I+CS&0duV +zFts@6U>?^==W9z>O%@jwuzW{zhIxL`O_G+G5hVk--wVZk5sLc)lx`Q;pbr2*GqRzx +zl|Wa#0J@_2AlB@tsaUYDKYXck&iMmXgHr}vRM${sv@N(sjA;f<ry^sd<20mGUjxH| +zX!j>7)dEvxE%ar}0IJtQO2J5^`-1)4_UCTJ1T5dtoMB!#uV*4S#dQv$<8^=>_hcNE +z-UM^acIf7nYr41;j0D@-Xa4zF&A_C972jSS&<rb+AvM%t<Z8@kdTN{tmcvxN72_)b +z5BU09Ys<3Ko)F<U<ZK=f$7Kn_U%r_zH~^5_TM#<B3sA(7AeQV*$HCU72>~5-O^a#% +zyye0-n2gX@Z-M!`5(aliipPb}ckcn52|mrYS1&#A)8iUInltyr_=`vlb$10$4H-Uh +zSTqR%&%b|+g#y6hj~dpFFT#rJTtbI6n&kEtC^s*NjFz0NioHLt9Rt+o%n@%xkw<51 +zk|Z7fR5R4vcHdzDpik{NWg^x*o4RwP<Mi}P$uz`<2OwW|3LdrQ+U&148L2#j?G~mx +z=c7e9$%?cb5e=%t%(?n^C`->=r}nwuJM|SJfnq~`FuzyuNP6x@O3l_nwW+u-CKXJ` +zee05Fq*{t7F`A7+kXxKl$&@Cy!DOPKdSSU!y00XYNf7IF32j34+HEll^d}8SqhPPt +zCIs>A+wXxifYg$CFE~b(o-4LF2L+S4+S3)3CKE{zEqFj^b0%}jrI4gHb+hLu6-q7r +z_}r0jm?9hyw%NL(dk3hyuS{sO;eeYee%}vjlUTEXR7+C90Dz`hK`c3<7xW&ZXPtd} +zI9F6QfvK`KxpV*wm77F^GqgJU_fgbui15MQZgro&Y#E?8C6Ueqed$ucVgo&0sNWEw +z0Kj`ZTZCS!hq-2Z()i3ZZv#{(cv5fIW<d2;SMg0pAF*T$MKIiS2y%PNU4=_|bOnqn +zw+bHfdwpj%J(L5e3iU|$l`3$dB*Ij^71U<GYjAYtTo_k~gU2}s8Tfn6Sj?RdZM$mD +zD<0QLA(~L6zOWa%StW^wv)N&O@k7nKG5hCwqxw)u^WyF}`d1%K&l1-=&JaFvIAOz` +zvakxql`m`I0zTiF+A^WmXg3QUGMh(+gw+Lv!nFETn4kXuG|f7FGJ^@`jk{r7^@;`# +z(y){gyj?v0D^U-R47P`_QDeIH@Q5?Wmz{{T9042hPl=1BS&>rt5>iSlG_!RSZb%Au +zx0g)m@aT@pcQj|1%L;CcpV?|LzZdLQ2V{3USf>jtFuI?kmR!)n66j|?0$NxKYR!pu +z39x|AmlC{P{QI`2gA?_~KEOQK+C=m1)gW=57EeJOisyQxbDQIt$)cu|^~sNaT%_ba +z_$#sGWW|n-E#~+7WY5)=ZM$mD$BK>XXL)RYQ?)U#;0U$m+9rIKCZ$rq279}t-mcAm +z>|Cum2TBOwnAU%9a4ebeE=kYbh*V1v3?>uNr3lyJ$_Pg!9A?7-Hw}7^wL1IvP3Lcj +Ze*t>S2@vUU-9!KY002ovPDHLkV1g9$$?yOG + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png +deleted file mode 100755 +index b57c3680c1587b03e269681f3ce7b60a2b2371bd..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 774 +zcmV+h1Nr=kP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10)t6JK~y-6os>&RlwlNxpYwhHG&+q%HZ#8yge|nNT8SVOnU$>~ +zD56#sMD4rNwrvHuY~w0yRYTOKg=j=#1c93_1Vy)n_RmmFI^O=vX)%sXYEttq&&T_4 +z&iT$c!ZJEP@};pj8SnRI=_&=92owQu1YPaOR8vBpG}O<W=-sjL+hVUQ4xAp$KX^Z( +z2g690yj9DJXiHKb_U(5MEepIkqV-RI<UbT<)CGtc=tvp%x|X(e7JxV3Lx#SFyeKGs +zqyS{<W!y}po9`ZzIRK{utcG>DmUC?}9P?*ZooP#F+7d+2``TyNi}0qkDU-~91U3Me +zN|_bdnHGmj+m^zr<ruiUJ;tdPiy(M2nms+}<pAXT$d|@ZFJ1^EmEEr8;<ngIty`k& +zFMWo+5F=>2JC`!W$#{Plsl*JNZTmkMz=f?bVn&D*DVE~5&DU9W19YsnE0*~;IR@Gr +z%YW<5YPTtcS`V-<TLW!gJ=yXUlzb8<jLM_4d5x_Z*t)jt4HQ{OE2<gy+be*v1_gNc +zGprf-zF78JK~2)i6u{tk?ZAO~Z_<&HX-dcwfENWNsG;s4g3-dl8a_6$Ra3{UpnjzE +zzV`ncc;l6iuZj_LqfMPOw{|suZ%OhHVAzYe|2g<)SngB6vwXSS)&`rqx<`I2T$>}0 +zyfJTDn*?EJ#&BWl-}gC)%9&MQZd}Ih9ms5es%v8=(#@HM{6}wEv%_A<^Fl;>qtKJJ +zY?+_4x5bcw@sQDi;%m8YZk>$DWO`GDv&@0@a_@fX;YgRhRm%w4+F)~iJ*lJB@nua{ +z26Szn{2gyryC(w@m2I*HO*%}ub!I4~sT0@sOL4LH7c_eYwn{k|zyJUM07*qoM6N<$ +Ef;9kQqyPW_ + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png +deleted file mode 100755 +index 4d78e5b1bcbc17fb3bb5bbaf859c049cd6282f2d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1482 +zcmV;*1vUDKP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11xHClK~z|U&6!(l6jd0<|L5%7D0I8`k`+P?trbcuMgcW3#A?B+ +z=nKL#B=kj$kti5Tpig)MVhjWliM$f)gD(YXL!ePfOiEBfp>38bNL$!zyIH!kvomvi +zC~fA<c44>OF8-f(&SlPTzH|A$?<~O_bo4S?G@Okch@_3J$t;$sI*|=#5(WYQAYgD% +z!W0KGP7!xK66uUa{T-d#h*s=aq?pDZ^^UwdIw_tAt7gz-MRf%s3;~6V*2rSp;bu=) +zNdfm<xc|y<nsmiAxENSbV7UVlxMd_(duZzyFZ=$OH{g!$aQCeTtcA^wYgW}(;{55B +z>Ng+NCNJQ=9#%D=MQ+D4tSVneze2FaMbPA?c*aTLlPLfonlUkyH1TJGp?};&RLyU9 +zk4zKKO1`JRY9SK^1McY^S$=au2&HsL_Bw$88<z^$Q76DD<oi5cNgX&H($IU)gl^{6 +zFBX`#y2_|My78%h9}BpzhgDrmhr_eMt@l#wZImF<!ociOb>Qn88v0@;>?U0zK-*9m +zsP1@;j9bfdh8oZ!x9xBO1=<@$?0;_VZ~&kPz=0+SyX!?zn`u%yq^pyWVS68LxSc(b +z9{ZY;9Kd($By8|I=1ykQrl13dUr->~UK!6Y_s;I{*;xViT#UUGN||q1D+LOC`=W$p +zi|1jsJgRj9Up}vZ*en@JvDWs>W9xGOhaVW{>_^GI25~{)tdJkni(DB4aATaF;{ZRt +zG_obG!DVf@-b+h5t@*Sm=s=^JH$qf}=aWm3Ei-_3)8a|%NhJ_qZ)46TUNC*yAmvQ; +zKWXzM0ML$$ObM%I&|0~1sW7kITC7|W@M?gctw@>$KRnB18l|y=R>w~O?5Hd71TLZ4 +zY-`a30jmhN(@5IbYOU}qq+kzGN;w6<ukh0rQ|We^%wn0faE+_DFshVVZ5un8HJ4M> +zfNU*na+h)O+0^9b0Vj1R)L^_nu6I2-z<MV?w!uIsY>}~>U#n%6U*?|~W(gMlZ=xW) +ze@kSa5D9=thJPjisDtp4+0F4;BFZvpV1hT6gMd-R0gn4xVgZtm0(CvX8>d2mN?j7= +z!tDMhXu<2_2KVd~=^g44*-zHOsLGJk%gO~{DsPF})}UX;85)iHJBVeYFia&l<<_Yo +zes@v=j75BhXy-Pf1r#!Bt?a#LLM@{eCv_9Q-sh(`AY-I+8__5L)W~8Ru{adnoXWn+ +zrEmHT7`DAxEsMK=hX?iHW>1$}M#9>lFJ_{9l>e%Q(D_jVS7Q7)UJ0>duY1nT00Kbm +zBE5xkdJH%|n8i?X;db?{6vK(ZT+gt|>v((m_YB~X=HQi;l{n8aGT`&88bZm^!wn@( +z?Cs0Iv`uYYCF!zWD&+)!?{!7u@r>!VmJu?QeQgSsCW-1EHE?_|3wsvnRS^66t!kgO +zEGJm->b?~fBJW)o1C9-3(SB8%*BLpfn>hGa7RLs1;g$#_vvx(G#@;9I<<X4^N9ci0 +za#A}&rV^aCda<a>qwj~Z`0ak~Zk>i(Rh6wP=<;Y<53k?;j%S!VUmL$d(NIOu=pm?g +zQurRmbI}Yim^5)M&d@(@<ah|Hyb5A#R|IN08c1rk`o|_9JG;YYLn+o;>JWkupmquA +z`k^K8&Li6u^0Lo<A6qv#L4S#=@RS11D<QVB!q|MIIe6u9ZHr3bc3+6M-qW(DB54*h +zi|YyshJZpws%3H4^dVe`=9FW;|09#C1L6HKm2OXF&E=Ci6ayeL`3+%k5U>gdRHsPq +k_+^|Ki}()B<!^}p0P3y$?A6<UZ~y=R07*qoM6N<$g7G4>lmGw# + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png +deleted file mode 100755 +index 682eea089fb9c5a9c6bf6625e327bbe2f17a9076..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 755 +zcmV<P0u23$P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10&q!0K~y-6rPV)76Hy!o@b7!qUb(vfwMlc}AZSBUin>rVSVYt? +z2}TDTj1Y<Fq8lczT^Vp8IAN*;C(}U;#KZ(8v@BQ`rH}|U(U>dMU>m&amA3CWU~6a^ +z1^OLd-uwK1FL{3m%B00V;jla1Q?yp?M3pRqSO@@s=QvEmV5!7>^7~5vvVUl^bS)_z +z@I4B>psK5vnL1%>?~q*$gU8nZ0JN?N7LN~t%L^jPoW<9t!}mI_lm+`9E=u1V)t?2$ +zp=RcuA{&`0*L*QnZx3u22Eev{#>2DG20XvEy$d|^<U^d=6g3^V50>2cCsqixtB?jq +z0aMpPgU1g804;1&P#pWh0DvVoU<8Iist?t-k1qrPKxpw#IOL<JA8)^%B)Qo8J!8d~ +zI=E>-JaN%o?P(sPcBgxaWpuK=^m6~$pJXF5;2DF|I-4gcsZr0d^`!%2h2&xp&>CkK +zC6Xd#R~9P<^U)B9q{tLhAY6-83^HvUpcX<amI|On05}H)%X3nHtYXmOYy^0oQ<%D8 +zb^9s@J!ip9U8gLSm=~JbDh35tD|j;ThMHfD>kuU_p1OQs%<Am{u}M7nWA!GDjC7}X +zJT@(M-2k<#`^Jb}g?N4d`S_>cvVUl^_&E3iA2m{?)ER+c@IBsVVpky#jsnJ(7P@uv +z@8bXf;n`>dOkGp%jKSJ=>A#rR)(iRe7-0O;La$aEi$zK&wvR6a1=V#GnKa48BFINW +zJBJnkt#?82bim^B0%8?s8*9PEyPbWzx-M6}^}*{}+Y$L0t#NiiQe;ARz5vd09BJL) +lsl=T5HQgT>=}wid{S7Mc@&~kDy&C`k002ovPDHLkV1fw#LV*AP + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png +deleted file mode 100755 +index 79ba08599be4c459b225da131269e817a40f5c15..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1536 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png +deleted file mode 100755 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png +deleted file mode 100755 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png +deleted file mode 100755 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png +deleted file mode 100755 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below.png +deleted file mode 100755 +index 020870e01a58a95c50727018cad0ac6d333142e9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 737 +zcmV<70v`Q|P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$xc(K~y-6rIbNW6JZdB-}!c-?YgZAwB2GrjL<(I0hOp=A}7IU +zj2=u#RBn3W<Zs|&<B1E=gy2b=2$*;<s7OMhNc;g5A<(3B3#5ha!Y;cz9<YR9lLCE? +zlW(5PWab+}83t!p>k38Rm~P>Q;jrQ`2moXPpOMLoDKs4n?Di)*n>LT;($T=cRBn86 +zoBIM1sH2{6JtiX_5&(cy-orQD#r%c`(*d`tJTcOv-7PD8Im>~Wd~PXkvGz1xgWg7| +zT=54?rd_;A?V-*`YhpXn{O%#y03b>aX7afu(_wA+s=uNP0Qwpw3}5l1XmiX{bIYZ; +zD7BflSbNpshvu*7IzaOSiS}A-+T1WOr6&P^24`36erJ8_Pg*3pb6!5a?GPW+E=Cp{ +zzNA@UQ7HPx0y0i51AyK}35o<N7`{=Fwa|4r^53veOj}q$x42svE(fkfPhVY$n^6hI +z9u(nvpcYkB&Zxk}kbuLW>P`P}u)owo65z$6SG90?%Y{T>p-N=VtT|N+zh^zDG8rPK +z(Dd8}S1tUt;UOBJucF=yKQbKV4=bmyax(2=#{-9y-N$06hYE2O6Qh3|WOq+4%a|Ts +zFYKXJ70E<r)8@fO-~Xg%iZ;g*?X_r7jyL>_>0xlrMo^~A``giTz@cj+wj<4IEoGkn +zv@xEp-2TLhgJ(Z%1ZyZmM&v>%Ugp5+$<!9#QzW9cus~N-pf$9A&Qe=0rgabV>mE#( +zIUbafBe%j24(FHs#4kSc*&K3jb&I=;4iwkhe<umBD#O(L;!Bvr{X;!eIGXzxJT385 +Th<e#t00000NkvXXu0mjfk_$zk + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png b/Breeze-gtk/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png +deleted file mode 100755 +index e10d9185167943fce9d72436944c568fdce180c0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1487 +zcmV;=1u*)FP)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11x!gqK~z|U&6!(lltmQBe=}dd-EE=WcH3^H7F(qdN+A%4H=+Tn +z6>2~pgp&9s2|Sq)3JDsO6dy1eteTj}gV84wq#@y@Tw1|GB8fyaaw$b?wa9j1Z@sYX +zUcYaA_`0PRus6!`f0<-=Cg-<vX3m^*Rxk}UoL8BhiQqne#Ms=Qpd^|Uc0-v$Apj64 +zG%1urBbK9c(`6Hlfk0t>W37l!)s~pb<eg_duXhjXU-_bDv8krC6d@FDhv+V|>pKos +zxtbm*VBP84t2-m2DHJDHp#abXl*|z<&6O<4(J0S>JevfdCvMWw4{iMhS9(o61B#?d +z85HE%=~?2EH6J}+@bioT-)i<X|23eh)sO*qrl7VogI9~S$^5oqo$59?(v`#?QNy2= +zXLIV?>Z0}20^Hl8ob7RcS16{O069ABskE`eC8q>7Ru@Ai4ObJ~Nm!sRyX;wPD|qtb +zYSA}oz`C=Z`Pcd~I>Je80;npM>|AV{5!hHYv?XZ0WdJZIL&cXkjq-*ykN-O%;NBMH +zycF^I!bxmWz^)1#YaW}~uH8>(ye40?$59IAW)Oci+g()ulIR^dXPo8sxW6j}_rdbn +zg9E6VC)u~$h7b@=V*72--#K>9DC^r={4JrFatf@STQ$S;HW{sQ4ILi=p_t0s*6cfe +zPr$k#gU@w@%~!xWbF;Z~V^uXzves=yg^sYQdGEaUnQ?%f1I7uZtlRpaFT`Y2SE-Y& +z3lz}SD^H99+|}yY7>bh%RwzlAc30>C1fsb1wE8y=1Ky12hZG8TrkHV@n~7EyND3WR +zVEHFv9s-bCjwsvhs96k9TbhwJxRf?OVKMlls<`32%9KS#!Tm}JG{Kagui4PL5)Dm& +zsRW&I-@DQuF*bws@IMNYKyjAE5{$~NvOhryz|!3GoxQPIHpJ4OFz3stfgPYCH~sES +zslsWo3?^|%V<-(?I5(|KqqHE~8V!Yz3}wd7^o751%C}pi;vUJuqb7;4634zNmou}c +zV9Xi?AT{gxqoY5KL}T=4*cvr~k`9d+z_mUjolK+D-fOXBWe}A)IyV6>_nB#h8mTM2 +z7E6vUZ%CI-Gy-@A6psR;33vvrdr@fTunYtW>m^p*`a^g6-F(txU@DLTy#9g%vawdg +z3o}JG!1rCrbn|hv%i1Kj9ZzGeh)aMnyS_sp@JAFEL+Nw$g@A!SYS}Nc>)T;O*}197 +z7YfBxUbZgy?nQfA0N*?pBb-#^+Xx=pP*eaTUXrKsjP(F_5{ibl#6yQWcr`&dsSpAd +z<;vl9$S~k%tLI%P&*l_B>n(#b-iPPv7H^VsKI`n2&lOFdyioW{>br4S>ZT@tC=@gE +zgn)g^XTLW7HDI#;QXB>3I|v?o&2nu@<E-Z=3re$eVoJe>zsEV_oxPjg;!U#uvIRFc +zL&R2;y35ASxo`8RtxxM1ND3PQ*19$7D)k2nckpV$a;vi7Dx8UhlWHENG}M0kI}}rS +z0NJ`=cZJT%f|<GeLcrkjwj|-9j%L1t;EGarS$(Al-)sJamD09m-|>#Hs!6pS-44MU +zPh_yJM4NOnX=1$)N4xIEIU%eI@lCaR!~d<FR4Mn)Pu{1m_sNriD6Z6Jny{*`Wx0|H +zr^ce3yIFZp0{-ZS>%9h-drdrp3iEDbm3$k)1zE<rPpgVAPGoyZwdUKWLp8VJiLd<; +zRcuaeDH4U-Av{HPefyU$yG~5JVj6%cZ8@TBMQ-2w!KmEYpD^bSCUF=bQuPf&p$Sx$ +pMl?s4Hwx_>_WBDBOy_Ti{{TUj3vKiQRSp0E002ovPDHLkV1jP$x|9F_ + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png +deleted file mode 100755 +index 01bca6fe283d8f1dbd7429224e2836e6f4a6b2f8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 878 +zcmV-!1CjiRP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10_#acK~y-6os?f_TV)u=f8Te`S!=eQp0Xr1jq5rxbgZSZ?KIXu +z6trbJ6fNlGL~j&2#0x=G)P_=UY=VLysGy>EgRP)9)pnyBY_TcrRzYY>VHsPOHW@T2 +zOR)V;&gVs2WHpAa&*jVe{J!^n`FI3n)Z7=}WBVh6!U?@1oM1@!YIgzXVt!5MGHIP( +z99qfFfAZJY@w;2SVr!wZ|L4=jf%bQW?YGK3wke&@s?znVUnT~Qzh4&kTKvqeTfXYc +z=E2wz055w3cX|{z^(T5Iv)*h6F`HU3qCFUaMgZKo<V0e4@=3<x?mfWHQ@>1@2V+OH +z>#}y?d(_q6L3`!L6B4WKC{@qB35JO~mrN!;cqs;8Y_4e@?s`?bE~{q-aA&Rny3)dU +z>3K>EGgyb8K?e4PLx)<c7cLH+H=6t6dweb3L!!!Otc`q!JDaF<x-ECipjQi+k#@ub +zcFYbx_=U9nkwIbmEiZcmb!}wZuuZ9{VZ1vxk+ngq#vd7wqAt`6pr+6N|II3n>7k}a +z0T528R|+Rs4^T>7yMNe*ywo%R(g`+5;d3kioxihVU@4znpK!Nh$<3k`|M}zF*M?VU +z52=ee1t9IcJLVa-9{{hoqNHBVqyfyP=#GK%z@zKH+|q*7`NbgsBiaK(Ry3BCkXWtV +z0O;J(Iaw&AKi2uIG6IcQZAb5$XLTGy`X9o}XH@Zey5Cs3GNQuK&Kg-CdCF{xQo22Z +z&Ska*Gn!hde(@a;5;b$_)YMlehW`zRlfNd-haZ28lFRCaA5l}omBXRq7*)@{4${P( +z{bM}w;mc3JMmPZ6av%92T&JIxfqh{!(vEqk6ATNX{sy&*FiecS4VW!mRKL)N)zSq* +z;?5?=6TeM8O=`@8G65Uw|LHSxf7^S~304ePFPBknYVz~(fj2(7XZUi>9dCW(v+8|= +z!U^>XC(s~w*I58wVOi;1_O{L~o>hy5Pba^9ySUZ+59;C*dTuWC?f?J)07*qoM6N<$ +Eg8hn`FaQ7m + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png +deleted file mode 100755 +index 890f154ffef9baa66ff8b4fe7814369000092fd9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1687 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png +deleted file mode 100755 +index 994e2b2c896ce86996ecdeb5b9c92712361d2efb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 807 +zcmV+?1K9kDP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;EYqK~y-6os_+AQ&$+qf9Jiv!LBW(+}JmXO<^fwU@%01SW$&k +zB*Mo;{sD%nQl)n2(89pCDhq}%urOpm*(<e~P!pkUMT!#$$&dxX60m_A$4N^a8;<We +z42}y;(p2#?9-ZfR-se5%yoxP!XCX+ezL9)sjk7^L>|J?B2f*$Q-uY4IWhSA<JLBP% +z?+*HZZ}h5-3pb{hM;<Mk?}M6gw>qpPKPtM<<MyRo>cW=5pBHS$^vd#sLJ;-??28LS +z86mq{=#B{huWN?+6~koFuvj$!4EWAWLU#>b|57#n1^n@k@=PHJ`(06dy+6Xqw1aG_ +zzbRv3q8M`bX#;I6xui^w97_!VNGoOwc0KEII`iK!08wyekHfXBiz|w$vN@WcD&GW9 +zcNT)g?~AIkR5R|k2V72Nob6h-N%vlaj6Tu$G115OT2EHrNPeki+<kFjD7`Zn!0C*` +z-nbCdj9d9j{UoI|h5?4Q>DhJ?1t-$YOM6wf!}9vA?EyICwLx3gVXp}cYBnu@YU=`| +zqS7|7<y~zk_aBOF8~4GhEJ$ZWX@GLwv<+-|J6)@#JE~p+%&oK!oUJsy-7zUjCZWaw +zCW{8sMs8!_eyIuUjmfX#?$Ve2sM3p7!$dLMG4S4tkmpr{9~J#s%)2J%vpv;5Pu&K% +z`?SIQ4x-Oh3}eqU0DYdibuO!_9}kD=LJ%HtMe)_=k!}C8vCYcHo@p8ea!IE!ax9qx +zh_p5(bk|@mwftaeDLgv*MDtrQ<V0FH><Rw*I}7TD*^1$Q$?$xAeC1M3A>QcvqQ%)% +zLw>4!^Kr%e5Y+Ae3|OW6Jh^o#m%RA#`j(+aAKFg>UCzI%+u@*Y)2mv!0H3;6`%zU& +l$DCi15%20Z{c3Ha_dS+*4f=tf8d3lN002ovPDHLkV1iGNcc1_O + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png +deleted file mode 100755 +index a7315ad5d891dd1b653688176d03a78e6eb176c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1572 +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 +Wl1YR42>A^F0000<MNUMnLSTYC80wAy + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png +deleted file mode 100755 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png +deleted file mode 100755 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +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 +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png +deleted file mode 100755 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png +deleted file mode 100755 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png +deleted file mode 100755 +index 01bca6fe283d8f1dbd7429224e2836e6f4a6b2f8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 878 +zcmV-!1CjiRP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10_#acK~y-6os?f_TV)u=f8Te`S!=eQp0Xr1jq5rxbgZSZ?KIXu +z6trbJ6fNlGL~j&2#0x=G)P_=UY=VLysGy>EgRP)9)pnyBY_TcrRzYY>VHsPOHW@T2 +zOR)V;&gVs2WHpAa&*jVe{J!^n`FI3n)Z7=}WBVh6!U?@1oM1@!YIgzXVt!5MGHIP( +z99qfFfAZJY@w;2SVr!wZ|L4=jf%bQW?YGK3wke&@s?znVUnT~Qzh4&kTKvqeTfXYc +z=E2wz055w3cX|{z^(T5Iv)*h6F`HU3qCFUaMgZKo<V0e4@=3<x?mfWHQ@>1@2V+OH +z>#}y?d(_q6L3`!L6B4WKC{@qB35JO~mrN!;cqs;8Y_4e@?s`?bE~{q-aA&Rny3)dU +z>3K>EGgyb8K?e4PLx)<c7cLH+H=6t6dweb3L!!!Otc`q!JDaF<x-ECipjQi+k#@ub +zcFYbx_=U9nkwIbmEiZcmb!}wZuuZ9{VZ1vxk+ngq#vd7wqAt`6pr+6N|II3n>7k}a +z0T528R|+Rs4^T>7yMNe*ywo%R(g`+5;d3kioxihVU@4znpK!Nh$<3k`|M}zF*M?VU +z52=ee1t9IcJLVa-9{{hoqNHBVqyfyP=#GK%z@zKH+|q*7`NbgsBiaK(Ry3BCkXWtV +z0O;J(Iaw&AKi2uIG6IcQZAb5$XLTGy`X9o}XH@Zey5Cs3GNQuK&Kg-CdCF{xQo22Z +z&Ska*Gn!hde(@a;5;b$_)YMlehW`zRlfNd-haZ28lFRCaA5l}omBXRq7*)@{4${P( +z{bM}w;mc3JMmPZ6av%92T&JIxfqh{!(vEqk6ATNX{sy&*FiecS4VW!mRKL)N)zSq* +z;?5?=6TeM8O=`@8G65Uw|LHSxf7^S~304ePFPBknYVz~(fj2(7XZUi>9dCW(v+8|= +z!U^>XC(s~w*I58wVOi;1_O{L~o>hy5Pba^9ySUZ+59;C*dTuWC?f?J)07*qoM6N<$ +Eg8hn`FaQ7m + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png +deleted file mode 100755 +index 890f154ffef9baa66ff8b4fe7814369000092fd9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1687 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png +deleted file mode 100755 +index 994e2b2c896ce86996ecdeb5b9c92712361d2efb..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 807 +zcmV+?1K9kDP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10;EYqK~y-6os_+AQ&$+qf9Jiv!LBW(+}JmXO<^fwU@%01SW$&k +zB*Mo;{sD%nQl)n2(89pCDhq}%urOpm*(<e~P!pkUMT!#$$&dxX60m_A$4N^a8;<We +z42}y;(p2#?9-ZfR-se5%yoxP!XCX+ezL9)sjk7^L>|J?B2f*$Q-uY4IWhSA<JLBP% +z?+*HZZ}h5-3pb{hM;<Mk?}M6gw>qpPKPtM<<MyRo>cW=5pBHS$^vd#sLJ;-??28LS +z86mq{=#B{huWN?+6~koFuvj$!4EWAWLU#>b|57#n1^n@k@=PHJ`(06dy+6Xqw1aG_ +zzbRv3q8M`bX#;I6xui^w97_!VNGoOwc0KEII`iK!08wyekHfXBiz|w$vN@WcD&GW9 +zcNT)g?~AIkR5R|k2V72Nob6h-N%vlaj6Tu$G115OT2EHrNPeki+<kFjD7`Zn!0C*` +z-nbCdj9d9j{UoI|h5?4Q>DhJ?1t-$YOM6wf!}9vA?EyICwLx3gVXp}cYBnu@YU=`| +zqS7|7<y~zk_aBOF8~4GhEJ$ZWX@GLwv<+-|J6)@#JE~p+%&oK!oUJsy-7zUjCZWaw +zCW{8sMs8!_eyIuUjmfX#?$Ve2sM3p7!$dLMG4S4tkmpr{9~J#s%)2J%vpv;5Pu&K% +z`?SIQ4x-Oh3}eqU0DYdibuO!_9}kD=LJ%HtMe)_=k!}C8vCYcHo@p8ea!IE!ax9qx +zh_p5(bk|@mwftaeDLgv*MDtrQ<V0FH><Rw*I}7TD*^1$Q$?$xAeC1M3A>QcvqQ%)% +zLw>4!^Kr%e5Y+Ae3|OW6Jh^o#m%RA#`j(+aAKFg>UCzI%+u@*Y)2mv!0H3;6`%zU& +l$DCi15%20Z{c3Ha_dS+*4f=tf8d3lN002ovPDHLkV1iGNcc1_O + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png +deleted file mode 100755 +index a7315ad5d891dd1b653688176d03a78e6eb176c2..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1572 +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 +Wl1YR42>A^F0000<MNUMnLSTYC80wAy + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png +deleted file mode 100755 +index e0077b6b2c929026f2a4ea07400a310b9708bd6e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 781 +zcmV+o1M>WdP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10*XmQK~y-6rIbBPQ&AX(-*av+{ozt>vDCKO5<^U^)d7J3h0O&f +zZP3x+B&LgliK0fSghYrWGGSyB7h{4Q9KgXu6PpG|gM&>;B>vC><-e3tu($Uf2cbcz +z;ivC-@_x_vedpx71UcmNcm=(&ypxEQ%S1F;h_1K*09a}@&EoU3Y&GUfEKEKO^?8%K +zYsv0|y7pI3xl<Qz$;;Ec9QH$whQZbr|C)<R!Py*8ov8;kSS0z!cyFNN+MS%htKK&S +zQJuz5OKerYhn_=@gmMj^6=!!s-Q<C?5E%;$2VMB+%>V%1HbiwAKT!)+8v||o!T>;? +z3Sr~rT@bBMUDsIY&o<g#lbTOo*?j#NY;(`G{9l<g<Zq)Wa5bN>R=70NpL`!Ur^hSk +zoELrRp*~JoiXI%c1FFpbg1W|CTVypoqk3a`r@S)5XQsX$9=0Vp5`wZkqbf3%cTi%m +zxaIKYBg3{OP541Xi<=VBWR{~7c>|S57*sS_Dba~MODyFLWQj$PLXoHYTMr1N6oe_D +zEESiC{#f2XDwIG;B_zsL=4ZK+j=X`K?JSh|+%#pYF`vrOkT+1}s0WMBy`|~d^#?>W +zOI+Fcqfcjdf*LH++Tx^_2K!r6%Fi#o>c*QO8sX3|q7k5O@<94N))VUUCbMZ%*Y$3c +zXoc#{!L9@UXQC0HX>J2cB}M}GF4Y1%(k3t*bg_-(sJ5jWoZY!EOl3a@ZA&*;DmfB( +zKc0PrJpo(OKJY|UR&krfW4tushY|^cCAI=qZv?eDz&jd1ijPZ~pTVAyj_ddTnL1bZ +z${R0qyjj;tM2nk<rB+&K-~m8cUy)dRVTQ$HgHmk$QLw)?wY&BYF{J%UMyf=600000 +LNkvXXu0mjfo=95& + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png +deleted file mode 100755 +index c9273fb99a871c8a05cc220403a662af3a51880c..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1672 +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 +Sc-}Dp0000<MNUMnLSTYr>kBgg + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png +deleted file mode 100755 +index 63f50e77dcc1b2b8b884153cebddd319f005686b..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 919 +zcmV;I18Dq-P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~AR_K~y-6os?Z@TV)u>f9Fk3S(}{De3|aVE*<Uc$11k7p<P$I +zI>E_Av9cS7uq(f&Y(l{caq}PrL4{4UibL>H8JoQjF?0+vNV{dzSubYl2dihL=}w!E +zZYOQGoG$TV25A>c*WcyK`~SV~^YFZ{L>UfgLr%NfJLvMMFF1XH%~eWu1;C;?pU<U? +z8FMZ<Y|W>SexbdYTb-3wFC6~#+mCCvhmSbie!1LXC32ZrYwGId6Q8|(;GMEUO*>Vw +zSf`BEJ=)y?kWEf95gTFpk8#ZO4FD8x4Z+4X8hiHQQR@KEf4guwe*I#1RMVCL>?L7I +zcGt4Fc={xX*iRG-g%!8TCUvq&ovYCwXztxd*Zx-sJ+?DkEHWB}P5@h}%!cru{dX;k +z$md77b|nVI;u-}PnbZHoxR#*4V>cc(6x`a<w&_yj^f}uhZO9qw=pC-8blApDeaYmN +z*jlYyftfbQFD+2p8m3Zlb#AL~Ixg&P@1Vo&m+$o~vTj+4-_QR@HmT$E1Y~=)=L6yL +zsr>*Gv61_FwjPSb0uy5+066_>zfgRE8i47EUmsXjBAK|Cb@^&kQK`6PfLvyF!$LD{ +z08pj4W%2*=eKWp(q*AtkSTeH~fYamOuut(k1i+$s(-LONm;nejwQpD$Y}o;TnYuA8 +z%(>(+Kx5BdBuT6pEQcfs8oQqc;8uF(dm&r-_i~w8%cIuO+`I3Ah1>g{!@YS6xr|}W +zU!Qv4Hg<N{YI=O9;txHtE7;VAF`2+j8S9b-o7?C+IDjMsfBka)qpy#>9<c#jikvyy +z+ST{0TMY&4J9d*_S|FwW4U~V+k|bz-@_G6W4j^oH^zqU7@i$(43I6*W0Oa<DZyZZJ +z<55Gw+SV{z+jk-43YPEOW;uTwo83-z;9(j%_wdBahuPNk6p|3=;}_!bsd&#n(P#n6 +z4BuNPzWZ=X%Z>r3H?Z~xn>H*x@$)A`M-IHZ;`Ze>zp8yzwW-=Q==7`oiZ`G-Tpk%< +t;a0{n(?-%v&z!lFxq0lQ_S)j=?7z_n9&1=|w@v^6002ovPDHLkV1nsBxXl0n + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png +deleted file mode 100755 +index c88f402f0c4d37d8b12e6ee12301a0333e4361c8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1776 +zcmV<M1`qj(P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H125m`1K~z|U&6#^_Q)L*&pPgRL+HSq9hZW0Kwso*enH!9b#9Jl= +zG-?Q%AZljBh?|jsmq@}4CXEm;2`0m!QZ#W&KxIn2VF+?H5ZwloQPvH@+PST@-P-lG +zUd~Rt`G>Tevkutm*7*GQKHvBC`<*u5`@QFF22zm0a9HS;M4l7M<m)BU9GzIERAy$$ +zgnW|B0Dve>Peew&V<F#&JLn(jig-PTyF%9HGX_I+rh8?~WODu6#uf5BO_QpiOfQlt +zcr#fW_IhHDzq;FpotCZ5jhowN6|nxD&r7L1&5^rGD$96$!A!W46pJ#jcV9C5?Y751 +zdh@w!{~2)Wo|e6Z)%Uziin3<(ZQn_BC@^8|IJfu1SDxB>yLq?VwBBG8Q`+K=yz=EG +zQ;jo`5c*B+uwU(j+h#$)?Zj9p2mla@CCFB)pv)_Rx}*~M6*Ul&qAB+o=(=EbTdwQ( +z8yZ5>2CO&irqsIo&ACOT^Cpk^oHleGZ$a;cvxtt-w|YK~_(Bp|eJv{2tcNUDoiy&S +zn1>x*=gapS-f-O!u-;%4t94a<li^|vjSD{>fa%l^m>7>u3v99o9v>Ae*P(iC9e8{p +zXUy4ac3Ila6&%>TEy#Je$sa;#i#sO6`G)K`VcdlgdtXXmagE2K==}9t{C)ijRyXW` +zSeBC*Q)$bou~4uLfR4R}lPX@>bNJ(;>IWWXd#-_A9BtZ;fZO?>;MfX!U9epI4GT(_ +zLL`+Ze3@#&Jgu%u(R%FLV@ZIUKloyCk-oN>FAyevcHfX4N1L`I67bC$TwMPivQ`x9 +zYaw7AplqdTg=S&dR~=`5asvR7pr4obJv)`e7#b&xyXFKguAs+-<NJ0Z#xMzwlt?qE +z!ou(3F%JM<*!4-xqMDVB1ab2hZ~wj-eVxD08C(L=>q15b0d>jU2`@{Ln>$~lId<vv +zFE#=Il<I;#>>I-8w83=hhdGCf%XIPx!hTO8<_QF#^0Z9=K-AY81*(EFJ$pgt@s^ZR +zNh)IK2s(});&`fsrTTiKQ9zK3L>t)`KNAU|_rlq<!Nqm0^#m9?l8D9f93Iars3U|j +z`Fi%mepCCjZ;07cl%_FYYU6lfsd57$k>+p`qy1`UTEW<|UA@GKC2~qfh-EoSw&}K6 +z(h9}dd(g^>MREm2kl8ZMr5JEI(h9}a=%m{!GfOHY_yUqsFffsDTA|n)i*V`$@CBI! +zaf`YC8xc{4o?sh-%&7~@bV!&f;lxoUGEUF|-x%AJQg@{limhyFJ|~Wh`p1ZnZ^X?u +zbMgw)3dNRk(%xaO$3=|#My{|;bxCDfp*VY&F6G2QzuQF6K2HnV%&({cUr44E3;_5f +ziG1C1ju#4ez9G6o*5<I+lc)@YqzGDlZMykTtbY&!GBXheeeP)YsP!Om#$bp#{_5tu +z=~u2<4}zEUx-w_t@dc=Q=t+(@WVzaY#$bpN05I&dY>h>4R<*KRH7ZuFOB-Ots&$+b +z9Ag-Gh6lF*H%k8I#?9^a?n`F&qUyDE$So|Lb2yc@9LpZ9<9N27KQDjQ_~OL`AON@r +zde_pSz<507@r79P(p!)ys5yfZ%amBPX*+m=o7FrW3QPp-_CyJoC{!<={@GJfRYOsl +zMJwW-fD~at=~DEYTERr7>`bIAiGso-Ti%9r-U5z){g0DPd$-jk%Il=gLgSYwyYh9* +z%h_Jo@4@kXJ27PKnH4xyQ5jY@?0`tB;Q0NfHq(0>SKrO{l8OZ~MpO^=^>FGQkyL@l +zUV9(Q9(e|QGW8r8Kdq0x`d$*8qt`s-=o_q=yylk8qxrgf&GU=OlbT0izXu&h58+zt +z2}J2>HjhXW#rg+P_0W?^_w5Zhr^9@H$+VhBHzAE;Wr4Omzd~O=)i^^(Fkotf{aPnn +z0~U<Bofr$>XupXh$Wp36X|zx;u0;M4JtqmX)o*GuIr;``nhnoKrW&6{1M};q!e#eu +zA;sCVT07D~|G2f|+@23#efss=&6`%&v|;DIML8Pn5p~JZCG3=tied}{ThE`DM+PiU +z?0>7F_fGR?)Yjef?x)oXRo-6J!cx6ho-?B+ddNExb6R`aJi~)q;z@WqN~!N$YcTN3 +zM4D&CQsoAToYINp3Mw;OM#kT7q6|F|_WS6F&*KXE-KJ2$^G)}t^<XN0L;M3lYGZl_ +SC^iZJ0000<MNUMnLSTY`HDU1p + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png +deleted file mode 100755 +index 730e06392a85b177024a31bc4d7ff3d50edb0273..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 729 +zcmV;~0w(>5P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10#->xK~y-6os`c{6G0rsKQrtuvfJ(wjMz4C0VEm^B&MJ-ChCck +zM*b2HCLWAG5<|j44*VlZ^hP{*;=qsSsfP;OT4;zMyX_X*-DNxsB?zSneV3hlv+wP^ +zo%cr228CUfDhI)AwZV%pA$t^K0bDa^Iz8;T7K=I0eRp?I)XsCo`N8+igHPLa`7(@@ +z+3sU4*oKI*eeuHd_`vJ7f`x*zHjQApTq6(AZ^4KQ85<l!zZ1q#sl!$PepAneQmm!N +z-G@(wi2oD(TJ+b-HS#?I?p=pbug&&PpcHHd@N*B26%09Q_4)1o`v9_KvnBR83u7I` +z0EB>B9z4l{6i^Dq)KW2+0}zE>m0GJ*_v?`|CvU)*+v(3;#D)*+f50(Cl+UCGWH|_C +z>ya}1Ef~F`80ZanCWMhPOMeeO%Ammvz-YR&&C4JJjCguoOT>(<Cn5v-G`mH%Pd~$0 +z<YXhk1h6}%t}|M(Y9zvxr&HCv;908dl|%sbxO>4Cx3@<{(lOKyz|LX!f-SCNP?oO6 +zBIr7)E^I5Mxd3TPeUXD{_pNOZ`AuD?t75~4pb3s4qMIr2gPh2SFx!_bfbM4H3f3!! +z@M~YMGdA-R84;dl`CHLnE!CKmCzr#Rt3!L4%?)3R9V-~NS$THHdjMz3@k1%2`a4)I +z)tCZZrx8zw);Y;&80iDp3bajt;S?*Ware=M>#K#OVlY=ZQm?|8j!}0EqKqx(r*FA$ +z&d%GKTHjXoUiDzMmWY`!7P&?uOwc)V47HuM_&i{H@AElPKhOOK`LX0a)Bi_^00000 +LNkvXXu0mjf=(|Rk + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png +deleted file mode 100755 +index 1f12268b4cbff99d6a99f3471ba6a381abfa7c0d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1434 +zcmV;L1!ek)P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11s6#~K~z|U#aYj96Gs&OX7-17*YS_U&QFM%DnLj=(*sR7AS$Io +z;#Rel5ErWUTnP^SOM*mu=E8wir9BoTNNIZ_DTjn4O@M+*WD;0oJF&g?dUvLWt*zOO +zLu@CQ@8tbvX5XhbJ8#~5CTIamOI+R1x4*I~?7Zdham%F%+lA_I5CD(~cu0b+Ni40) +zWJ#y^fgXunn<m6*))r}I^4&G_RGzCdX^T%<E~IAG>Xf(%gU=aq<?`9#<lKP@oPD}= +zJX^-ijUpfAyct<_3=*JU!*YK#^!cg7+S<Ma{`x3)b-jRZY_~aY?*&x?A2it2bH_R_ +zziHmCM(0!9c%I8Wcu^!H^~Mzn3>ZMK4#Y!1SO!$;joAz+I6$ThY+6972so_1oqmHX +z55^*s9}SRV!vbelQ^{9Oc-btWJ2)0qfYDCiy$(QX(5Eg3p5=j+46t3<IiAq)sz)x2 +zO^*zidkUOSapRxN*0Z2Ei2xH_z_A!WTik5Mfz=$akO5f0qe&g+NLO^|!#+|Fc{%u! +z=egVivqXI2A_{P(4~VI)39Et<U^EW&Xu$8AKuHKXriG;Xdh0%bao-y8;nrIA``|a% +z83N88+P^pv2@N=R7>EbnnX)i;`*ChY<Z7Gs$9n15s#*S9JgpJM6Q?y5@ft_b1#YeT +zJ*iUgktjKSW;nVA2p%-^_AjD1iFn)kw!{H|Apsxv`VX7UK+-mTsy<TyxU*_bZ4~*a +zxOk%LV7GNQBs5?w?&mg&?8M!t=Bb*%0@N$w4G~qm)7mZ^?*ugAxH1srZDj@k==?la +z(iWc-7mRkc9!gq)On?spUQAn<oabDjxvuT6#fx8|UJ!0KhN7O(Dl8XL?osw4wJPkq +zIB~#e{DwG4$OJeP_Hz~^7pUbDUtsLj+bPSBo`CJLOUG%+K|&<sp>|60BN(_X#*?(n +z;G;WsTz>6ChvI)Oxln0^`4a|(;+-LA+i^L4hjJPNRVaK(d}Wu!vK<K8mL<Yyh{6`h +ze4T`{T_^->YZ7d#$w-T2#>P8C(6&yANe#*$isYu%PDy?QZR;vuq?&{uMKV?NYKV5j +z;Xtb3=X9Cep!7)Wnoi-?CNi(UX*Zs2dm^haWa3~ba-B{S;v@|CD*cs=SKzb@i~}oK +zKbHvcxoJWi>Zz?<CPKL0u6Wf~yRe$|M-K{)uq<Elegil=oSf^|uq-ZG$N=fm+ZSh+ +zfW?fT>oe%WCr846)dT`Sx57VFCDcMCV_s=kY`P!SI4l?VbHjfqRSCR5qSjKtn!wXX +z<4*<+_MP~Gk^|g(;Z<J;jiLkmmhwc37}VK}*i_n)n*O}9we+IM$3#w(z3MBW9gMhi +zX=mXM00RbD{A@HjA#yvCg}4?unb5E)awP}2lL8*T_J@LI!8ov-@!k~_mki-$Op8nf +z*X-Indg+9h({-9hn(P%g!5ZRCaJU!eR<iZ)`lN=<Zn<!xq2^H)^C@nuXSe237RKt0 +zS8IqK-OGeK6o30IUjefA|LwQJ?w%ho$YM;3OijN}>c)&ceQ^76Zsy-SF4^wR&tX3Z +zNnnR{cIDhi=eKW~*U%>2dy+evvB}MiB0ItM*=VKU=ria-x6HmceKh`Luldb2(H|F1 +z=3VD%+CuY9bO~-!!~L)<U#bS-M$nQwW;vJHqwJR!BNxgp9k&=ymRy9Y^^HQoLlP+) +o6sE57MO`L0Fci7o%HI(G0o?xY@4(u@3IG5A07*qoM6N<$f|HA-EC2ui + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png +deleted file mode 100755 +index 94a14e070d204f0918800347641f397fa0a836f6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 735 +zcmV<50wDc~P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$fQ%K~y-6rPbd~6G0RP@NZ^zOLw*{no4Y`mCB`niciotz>qYN +z1Whj>@fnN~qP~R!qDF;{N#hgr4MZ(+VboCMj{z>+WoOIIbjJ%*f<P>x-{r}iUnZH8 +zGXy83SS-fVnS9wa*a)FyfDzgQ08Jfj>qsvv8C7<E)#t0#YU5}xIa(MU8=vShV~>Oo +zS=aLr_yVDn0Dzcjg4-OaWD1sTZG?e(_-^sV?1|v?^t7?^^~X~kMdgjnE%-v5boqmD +z&XLPzK|tmfl$eC$Gy#CM4qVLj&4f~xSL<uo55xar03fBrZ`Va4nHauqTDj%VOYaZB +z(XsIfsxh@%UqiFmY>Ty`wT9>I;rzMon^y;~t$wL}S|Y__F`n(~|F%~D+3WlMsj<Vc +zIY<6-ervP-{R&NI@@3(RGh+bY3xPlcnRF(9ml}-Sa$WDtSSzmQB4)4=$|xBK+Pvs# +zB76Z*GDHa_X{l7lpi~N!kPEb9>7Niyb)<Jq!|0eY4Fg(7J2cX|X4$-BkaHU<(lx4N +zROwEpItEkSNi>zLP!a`mmSwHm9o&+04$HDOcemDGQpa(^a9>UJX0l+6weLO>#u#$h +zEL7OIU#(Uf3;<S^KYkb-y3v<NCWbw44_fO}WBL3g7>qt!eDmrt033|Xf)bNmEH>L; +zD1dXjEoR#``U?fb40C2d2KQR^V+*!)`%c*~%_l(+<Xq2%@C90fZyLtm1)EC2id*YS +zHXb-{Uq3(Ge+&eGQmGV+SiBtj`vnXVLV5r|YrU-_T?>`0&}KOAIL@)f`3D=D{I$kH +RqPYM7002ovPDHLkV1f%eLxTVS + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png +deleted file mode 100755 +index 066c4bff7dda4bb05a9b3c13ab26c7af8bdd7cdf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1542 +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 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png +deleted file mode 100755 +index 035ba0db200115160fe5319d0e827efec737aa96..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 718 +zcmV;<0x|uGP)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10!v9mK~y-6rIgQ36Hye0f1SB^Ze?!MsY0WpC^g`wsnrCGA#QvF +zc@h^UE;JfrNLa{%7eSta1(+C8nN>AN3dNL$OzoZ0`wv~{5CSBH@-6P-<eV?(B=?*Q +z&LL{G_|blQzTcNGv{JXUF&+R=LKOA9J;vCITO55?E*8b<+RW*|w<!A5{ViU4%%ee& +zhwpQElmY;>(hy04xD!K4r8(zI)k^vGxxy%lJZbEzJnT>38NUtg^YfZNMkE4_#xAni +z?3YfpGW$G}F#zDC3DVeAtL^mE)Z{=J0C1n<!PF#-F*Es%+G-ki(lO;>f4Wq<2iJ86 +z%2Hg{MX5A_zLZaDo6!OQWTIA!$3M0X?v9UB&ixC^P9hS4?d^ssOx`azNBix0#=N0r +zz`yacj1l{*_0j1c%DEs2hL)w|g8)jaIY%3P)Axt(E+yytP)di6F@~o9>?%-?!dOe4 +z!KoMH&;Q3EF40QsD+`TMAjH)U_2^!boLR|B(@lDyl<hi<v6VRPTv^zOV`Q(<&(7%e +z;H{KWcg65sibOyurJb>{4^9|{J<fAWJ3G6u)?Qj>tVN@-1E2H7a<M3mug%wu+PX1j +zrc{~$x!^t<Yq7QU6O@p($B!O91x{R>PPH;i2wkt&ze9**piGDa^?DtYlC`*6d6ve{ +z9N5}sw9xH#Uonr-d=Mb#kAQj}06;5+Zqh?1jv<xQoaYv+mGYaD^=E_t&}=qG+U<jR +zrPZ9$IyA;o03gKG9;Ho|Wy?1Th4*0?_D<LS1#Bt&Y{Jm@fdBvi07*qoM6N<$f@^?G +AV*mgE + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png +deleted file mode 100755 +index 733058a5a4c15f9f0f8b730a1feed52accb4a122..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1495 +zcmV;|1t|K7P)<h;3K|Lk000e1NJLTq001Ze001Zm1^@s6jQ+T700004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11yo5yK~z|U&6!Pe(?%G_|NA1zmMq)E37wj7FiwCZCY>n_ocRWA +zrwoTqr_*a^;LuM3GfdB1IKWJqegp2LP)aJ70PZPv0<o#%m4se)r5=Jko`i;&khs6& +z?rQd@)oS%Tj|e^h$8q$O^6#TCysTur5XY({mDH0YApk%rO*!L{rm+s=nxk`mcXMIx +z)+IvZsB@7K#V&?YUH3h2DUKx@<yy`)Wm(x}owIATT5b8G3a+lMo^}1;o)BU#O;Z4X +zVd$`J8#&X0kujj@IvAw@0HqSdafC1k;rbqg5D3F)dqP5B=d60MkpHS$tv)-j;Nw5* +zH$}Jmqg09zLQpIgFjbm_X_@=Ew*j8#q21}A+ucH%reK_<#k_rU@!Yv<A0*gnwanJ~ +zt4G2WX8^#?+n6qwVHn0pVmk@K5UpktJ>dcX@_D=d=_kjR%H^`ZZ^7SIS0@wU);-Uk +zqJ-eY^a+$ECJrRFlTPO~)|xG(X#&eMH)%dM|HYXz?VaQ3&W2X2W%lJX&M`AP^U>u1 +zpj4W`>`WD$b9lZ#l?d;zjg1ZK{etVS9`)s_GgX+`>_?aDW13ma^d&uSve{aHu&3Z3 +zE6&ft6=x_RsGO=GbHM$!A2No4Q<Vw`rRWKFe#NO@AMPLQ!A7HTy0!lDsZ@%bJUM+R +zk99BFo!3}fTLWV}ohltaJ2$s|1PxZO+jD=FN)bD6AGsU=OqM2K+c_vDi66MX^xG)_ +zIF55c2r)+p!F0KN<Z^wc%O^kxfe@nRIL^g^U?|m%G)++~77l#Q9Rwp|pin3vO;d!i +zybb{LewuR6^_Ku(sx&z^xjs{qB>;f$`%8}F=ydAovmd04nPKQ7f4&X_%d(*BI^tL| +z1$;}RFuV)^wr!8wZ9v}60RW^-u27}q0s!R9U5EJCu&ixC70U%0N3sL}MkX^>sbP%F +z_KO<Jc#<k5bpX&bZLCtm=x<$=QaV-rFrDrCERPL32z(X&|5*J8lu?=jK%$ayy9`K@ +zZ5PH^LK))`0K{=LR;gj4I0gVP#v-ceyaND15RO%9m@o(c02<fYlrioAfaiN-l^VwL +zwq0~xTcJAVcL6{MF;=Nz`U#b;X?N)6!rU#+xeCJwzW2_=>PYcC4^b3B*EG3t_VjIf +zi4bX7<}v_mc6KFIM^3xF?U2o8moE__DFEo4T_c2`+ucGCj_+j&f&ksE9ta`e%(@D^ +z4OnZn+OnOq>S>yy)ohMUu-R-OO;gx8`^n<s%)@~o0Aw@9myEHrCtP$oua8`=)9ygH +zE;#2&wvhX#-#!qWpPzqTEZ8>zV6EAL@4q=RInVd8w!RJkDA@Lm`D*ofzi(IR<Kgd* +zonBAObIvg{Q$6(DI1EBOZ!{pKMBdJ?od5i@#o_*4!NNqbaNaVrFQt@t@uG34E9v?E +zK+eosuO^P=FYFw%OR!R@1T=5gEYsYSQsQ}|f%YNn$xge27mdFmrG#Z#FImA_s8lM! +z&T)H|-_|!?F872x4*<5E!*uz?Alm&<f*?S%*@AH2mf!6B%EYn!g?GvADcEPlsbBAQ +zx2{SlDIo-fVgXa75-e-99LDoJwA*d`)7=69aL$v0ZQod2to^jtb^9s-*XxbhH=%n^ +z2vO^ofOTC*-p;|YaxgLmbWI;b<%v>=;uv8N!t-48go`K|E&<z5bld#;-0W=QeRGdg +zM1S(+#d(={H$Bf^l5*4{I#-ryKH$u{+CPN%!$^XC?x!g))$89$nOsq^T!>{nsiZXe +x`3<8qWt@i^*V?+St>~I|XXEVY+aK~9;$Ij{S*>O-szm?*002ovPDHLkV1g|l%bEZH + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below.png +deleted file mode 100755 +index 776d0836b3e21a290ef1a2c67d390e6c585eac83..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 738 +zcmV<80v-K{P)<h;3K|Lk000e1NJLTq000yK000yS1^@s6jfou%00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10$)i)K~y-6rIgK16Hyq3-*cu@S{Udrt(2I!6bmex!4N<b6E8rn +zf(0flL>D$1VyY~P35jCjEtn{G;HpiaLQJ6bXQ{zbCewCm>oD!<oZ|x95NJ}N&+^N> +z&wOw4<q&jWBc~}wl_v5g?rD}iQf|Nr06r%gA(wPGs*p|3fc<1K8mgVmlCy&snPPIc +z$d@8+$a5iz8(s;+u9MI7V}WdiBdyuUn_w|N*5lK|k2(t9<%Ba+E~XD^T)lr?M$}6? +zE#D?<aJ>G;a8;q76c(6SxkH)&&`xE_#dNJ9)TG+iRR#d#UWzrf57oMu`XlM-)||F# +z9@MxRpL9ZTbak~+96)?h#!pk+Ol;|^06;c!n)2}nDJ_jT<OyH*%{q}YI9}#h^X@hH +zs8OYfNIxzu1AwTPVzi$)O25f7nl~|jD|~rbi`lS*f+gnZQC(aa^GH1lCp;9|v53$L +z6LPTc+&NyDfQ!Ir61n%T|KI?K0I0`7m|hn>3riM<M;45RUF7hKVfQS|8UkTA{Y6I= +zvYFC&&%%^uW5i8A&;a$v^QK^X<;zR621mgH^A6f8bU`I%%um+ed}pXNFD|PxfmdG{ +zVm`9A7!B3h_p+SQGu677iciWIl>hIHs!ZVd9>b7Kwv)Gm)4-|MMqz=OAt%W^+-+dr +z=w5%n%(1-Fz>t${57>dZ*8JQmi7kEgbBR9~aT9qqEMeS35OkgVSGPE_6@k=|jl!{D +zF+W|4PX`~L&Uftgc1QGUOivUnF|S!7VlW~DfL9hQ<RbZqTY4XK_@6GQ#5|k*3&TM3 +U>$k!{i~s-t07*qoM6N<$f<nbb{{R30 + +diff --git a/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png b/Breeze-gtk/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png +deleted file mode 100755 +index d41726dae24cedf3941ff8dc5c44089971d79c38..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1554 +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 +Ef*m5++W-In + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close-active.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close-active.png +deleted file mode 100644 +index 5340acb3e1a95fb448b21bcb25316854386b224a..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 571 +zcmV-B0>u4^P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10k}y-K~y-6os+R^R6!WTfAhV>gA*htXoOfM)g`5tK|zGWSct@0 +zu(){nW2}rGB3OmUD^diTKpHD8B_SzdBPcOi7%WbF<n7qpg}avs;#A9TXNKKxSy9p6 +zt;M-<+)45s%p?Hf5c4J?J)PcM-x>C6u-I?4YA))}B_1GZHd)13TKtw-D;n{*ndikx +z!G5b%^YQt&*t0;rdMZYnda|~QhUS}jUIc)PdiS5g0H$tv?%a>`3_yFg7U#xD?>rR# +z30$b;PBGEbG1p@pcM!D!KazQpl^n<?-h)0n8e*7Q%G`;hv@krd35!Q%MmG{)WWHj$ +zk$6}J6Ba|tB;6g8b;*qCD$q_DD_IGKr4&pd&d}xXnY@2ZSF0;B4)FIX{|t1aq+O1& +zTm~;9@kwWveG9A&K{+5tGB2}|b_%9|D~NUqUPT%iqM(%6(8t^NW|QMR{*Px&aV@4d +z*LRZr8qpi<Rl}#5drn%N*~)hVploDIvbKjy{x0`Kd^o<SWq<%^=6O*xG%vH(FDa|B +z{+xc<v05~AW8^apYyal`X3E?Vu^>DNV00*XgA^+>Tlwy={|_dIz*qOE^1lE8002ov +JPDHLkV1n0m_1ORb + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close-active@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close-active@2.png +deleted file mode 100644 +index 6d8c4cf5a529fd21bc54a7e2acc9f8f014537baf..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1085 +zcmV-D1j74?P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11G-5>K~z|Uy_ZpF)pZodKj-}Z_c|Opizt(Vt`wG5tekEmh)oMw +z!6Ic(109W|(NnLL5)SOi9%mL(M)h)I*@X~Ea|O9IuT-QV4Yt72*-LJ1GWWm#-|1oZ +zZf)(}`@duB`}Y6;&pn?n|KGXioWBrLLoF?<WV))^i@pGC1s(v_<saV!egm><K4ZzL +za}S+5bvsU8DHm|%+13qei3318uqLM8ap2ROvqPIt_g-I;fsv+;sxbKbP2e?PbxiO= +zO(OPAB3yeo)%W34Yy-dS+I?@}If=>kC4v`fAd%A-Q+?^tvIef~-1E39Ut-+1Oz;Bf +z_sI0QN6w^wE^1(;scn52_(9<QWrfe-u9=tZo4!u}QMjXX@Q$i5@F!Oe4qzKZ{bwUh +z9aaA^5C#)(0QD;epH)Mc7=OKRA&@V+NQQvw|G@yjWFn^zrux#O3J^qcuoT>Y0WmB_ +z=9sb7Vc-t}$WTkmDhpTt39Ky^{jGRDah^u6?DaZ#ZVTjrkJQtzp7uz2+KNR2Fc#jS +zcdNf$y`vNy;3-pTP3c$9agFdr;3x9%EnaA}vQ4%o`Im22QEM$1>45!_QtO4R8pqvy +z6COC>A_mm+s0m$ONtEyMc&t^K87yVxfc@T4YeH7$Ow7W?c+7;Z$i;#K2(mQ*OU0N; +zb0#9k`_7XUk7<NM7|g?8i5x+!OtVS_ASKU#aTCf1&KOh!j3-QZIdZtl-~crx%e0gh +zE5xNp!Nx23K?EFg5m_;wG^O5zAH+E7B65}U#{z_5jJx8(-_wX6#i%o(Gn#pUk}txe +zE~2ZlIv7?=E>;9rqs|MRkwcjoCi@~sgI6wz(W4Pztey#CTvRomi3308X5ibr(&^p2 +zZm7UMuQYn)vKsF?AIpT{zfem~onvN)E2{6r^OG2jUU{iVD^_4{-ozy_`lYOavGC5| +z8v*$BnLRx~S8=ECy%_Z-WjjXPSi^cYo#}m50dmf|fyrXQ0yM;cR}edq%(-sJFC?2! +z_g**SNR0f;B14W87S!3})a0$hVEro&7tU*9^6kR)yf-zxv-O^wBrdRmOR1OXZ4ZBy +zxmLI{ub?-c&D@C4=Ygv$K)<RQ?fN$yij2Yhdj2`kupDF)&L@1hd*j*6jfKw^9Y(3X +z^k^ctrrC@`l=yeV(1c)bX>e=DVsMDD2#hqft)C8}1A?>zH8H_sVtnifyNiKi8z|^< +zTU#=D)0*(sYC;{5V*cm(h!|N^GSlm%Z%aBo9VhQUDwTn(b5vo%00000NkvXXu0mjf +DW()ru + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close-backdrop.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close-backdrop.png +deleted file mode 100644 +index 314205db178615a8e571ec28394e66d3023eb0e4..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 554 +zcmV+_0@eMAP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10jEhsK~y-6jgwDn6Hye!f9K6WjY$PV#6=O^k8L;E34xeqVL!ku +z+GPay#jhcXD0HFAD(wdt!Tw{Q?pv@~S0oFKet|eM*G0#gyd==GdYpI8efQpXuketj +z>9XOTn$bZ#0Km9F98kD-?e?Ru<9hu&BuTPxqju{hX3qr94_qP#wug=SRvbm6s{l!o +zEL5tCpMdrp;{=3`el~7DiKA%b04mkmtLvICE3(ITe*Jy{pfpXFbKI$y_7C8$=kvMT +z0<F3N*YnH+3)B(x|EEmf0(F4Fm@Xir=LB8vr6pyyQv`}J&N0r5K(R900hT6uA?t<) +z_oj*zt1h<>nX?!m%=u_yWkx&hhcn14IOkMWJ6|LCKE)bmMW793wyVr`i$EI~XEXfY +zoWZ_F4lLBB%WV%4AtIOCo`u?EvWb{!U&qH^9^#5qAQ-#5);H#|6<5yowkP(@Q=H)K +zTC3G}0K-Oo3pku%nhkMKt5%*vIY4m~jfRc-I@lX77iJ!E!Ry7FmGx$``KQce5=SQ| +s5g9$nx=^k&Tu6M*u=i`NR)1Xo7nPQdN)|{9DF6Tf07*qoM6N<$f=1@>7ytkO + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close-backdrop@2.png +deleted file mode 100644 +index f9459bc98f241986a7c87aa8f918c1529385ab61..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1129 +zcmV-v1eW`WP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11LjFYK~z|Uy_ZjD99100Kfkxx*0!N|Q0PHH5A`J0KiGrJpPgwC +zA)(L)lVD9^DtPs%rywe5F4AjJ2q8`5zeFfWM9_UZ*>xMdSSy|itzgw)FWM$)lii)4 +zhusZpn(R(O;`cN&@Atl+@4R{M&5V#xa|;WH58f+vDiR{`F_6cA2W!oLgZ`=_R|L(b +zjhS^E=S~t|X;tuTKL12p%v(U8!oh^5D+-f_c*OVpYdZ>1EEW%}mMZT7Zvt&ez?-O~ +zD(6H?!$A<-OB^7IqN6cp8hCPt;Eh^HiJta6@6VP2q9}SM#(V=jyi4%9ZdOD)J3Q~| +zmH}#a{{0@n*FzAOpAUjyv3|kS53IEh#A?3SLpZ=An6{Z>v3TIV0GPJ-5svL4ysqcg +z%JJLv6M^bdOU3-c&S(2}wM1M#8U(?j0jRC>W^h$uTp@1dtPra(UOn7W?V3st1DLsm +zg~LE!3)}Od=MD&R7N|5StO#;8^xOf^^UWMZb--HNZmQdBs~t{;Y(C!=_|BLpLtBKX +zh%yxT&X~>TyFiATdvXYq?lg*oEeZklOUzU@DxAz@+;Nb>4IwHZgPDvwo{b78C1wiP +z-^x_b&{SV6t);L}&@Xej{HefqCKP!EC<7HlUkiL^B0E3dDd^`4`x1ISB{s_60v<}z +zp{9}|eWCA6+o;eB5ctk#*{E<@&`*JMQX_%CBp2mZlO}FZMUjEfcP;{C=jXdcWpX?4 +znpREgn$2ZYn=P|#_`vOL_9-dSlgYS~HY)VmsL&gF-jpJJKxsQh0{<A$8{6oxCQ5JU +zJJZ>y&;xn_bRw6__lLeSt)i!Z)uet3*Nuu?NeYjVmopjnD;pKg2zrs~?wL|y)JBCf +zq36vi(j%~zFvCwq&}@RjRW)>nzH=#;%lCth0jY-e6zEuOBrd6;n*<{v%6BGh%&fpl +z^HLoRTzAGsg+UcYH^A3J)J9@3aNQZu(H8t=)$-Q@V59se!0XKtsBi)0j5NN&H!Fk~ +zVM3HwY4Xjf!pEWKzF`0i@d(Xlu!z#%3Qm=1MCoq^7g&ph536jz_x)?Ca;}y6Zb{*z +z4%fZD9soeJGz={K5BSS>m+!o@&TVY6)*ivM{Qx|=7ifV$D&^Gi6DMByy?*UK&ol^v +z#foSbaB~m%zX|b6jqv*d0CafX)s*P7g3Rw8TQ3urkNdv=^Tw7<XSL^fw^o*KzbGQ_ +z0?Rwa3aqK>2X~j3g2sP=4K>YWtv#Zt^suN70EZH?mjx!uhLQSgZxS+@thMc!bSG#4 +vJT34z4Zr6KH$Z<>jFq@F7X-ml65oFTIR}#cb&+B400000NkvXXu0mjfJqZhb + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close-hover.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close-hover.png +deleted file mode 100644 +index a7c3ee03bc667916b098ab7e27346b9a42945c98..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 595 +zcmV-Z0<8UsP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10nkZAK~y-6jg!x76Hyd}zxzs^NujZ63+@En+HRCi&_!|Ix}8<& +zI*H3}1Q7<*h1-C(b)`~DT?hYx7HSfIfV31`D8yYgQj^HcG?2M2rlylgm43_f?m4`B +z-+e*~UEi2RqY}yj!lhW`5Q*NP=BX5y_mlO~H<rs5qZ4ZgE+Q7HBLm4IJ<ww!-C`<J +z6xZ$c1GHSWxG=GeFoQCdzEuhzVUL_WFRt4)0F36=&uIo2Lz(4gunHh2Jy+q>d=!S{ +zY<s{pqzOI}IR=eNfb~~zh5;+PJ2X1&er==EW@UGWW*D3XC>D{F46q3F2R3bIxPQaJ +ztJnD2Zt<<t!K>G}cYTg&JCnTB2r73(*ItGo7AYFPJ3Oeq1;BIiT+LoQYaYiY@sdLb +z3g|!25!3)b()yQH3$Iqib8hk|e~X9j>U{onG#sFOHz<{ONn)B|z~c{fJSWeUY?jO8 +z<9JS<Cm-Jr4iS1lMRfJm42D{A2hR13;DebnQe56g^>r-7q|Ik&J}R41SUQL|aWYdt +z*h_}|2Os#vlyw)t0Ep{$$=UO$ZXx(5{iW%l1gLB>Y2P0BOiA?li)%zu0$Bu&zcX?O +hRKPrw!qP#q{txwbvX)-&5#9g*002ovPDHLkV1k?j|Azno + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close-hover@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close-hover@2.png +deleted file mode 100644 +index c6cd35c4ab8fba0ac65eb3c20d10b3a16bba7dde..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1163 +zcmV;61a$j}P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11PDn)K~z|UwU=8=9Ay;8f9IP8Hf@x)F#=m)i}6`QVPTt8QwWu) +z5#vh}d(rUFAR#vCLp5n-#U*0YRFfJ}<HN>kYSQ>nF~-o=g3)kUE{&;gCbaA<mu+GI +zQw%KZd_K%B_hp9${!cUWojJdMX1+P+jNnlE(xn`-_f~;^8BG~*0AY{4$TV;d7(}Fl +z_*9piIWzAhuVe&&_PvL!g=XLc@Q6dd{{mMK2};AMiH9<vLm@YD;~g|-fn5&4Yc-3O +zPjD}`NqzmCV*~oDZwt`+8c^|&;I$e1NLa5(Q~hK{1G@d2r%>`UP`FL-6efzO7o_3j +zowNq@=b?NIBMcO64}7f`Jq}bz<LhIoOKNE?6mnx2*LDmJAmTyzL5D)_bq1I>E&!D~ +z248mJXU=tg=?s=O-QU3Ooi_l$EQ!RE(o{cbKLM=+o58i#+%O|(2bne4v3k?!-6$gf +zAa;e@b02s#UGz_PNBH#5+te0&IagYSl8wuUr8OVl9-=cc%Gsw&d8y=y%}mU&&;7Uy +zcWyOSdN{!I-UEd1$LNfV5>F&JU+%*YwJOHanvaHuxNeS8k(Wnpv3IkS0J;1#SEaC| +zE>omSDc<!}a=5@l*I1PI2M0)KYZd&%;X$sOqg3YQ6RbEywqayS3nFzY*;q2lr4#|5 +zpTh+nx>uO6;RD<-Blz<R2v$0T1E9-X2qg}qaVa6-^V2%mPxn|9OKY-};@7B&Kfi$Y +zD*R+Al{wL}N<@Eoc^=5#%3YS$v<(k%%QOLa#^a&6+>c9TY_4lHza_gXwdym|TLv#l +zVfSvwTC_AR;Xb;eQJ(b_Qd3yS?-OGL!o4h5R^|k&HRA$CfXAG{ErJ96{4p`kk^O~S +zDEA=<B8nSkgg}2U!OBBh*avz<p&8mLyebJdM4?1@`(QcG6?y58P14-oLp+giXh4P( +zA{|cPEnyp8y}xK(AyOi|b+C-uVlUxXj6k^0p$Yj>5ufTJ!#?<B^d3Ev<J1;=H>`pw +z6X!}(CMM~OjAo+GurKE~yBmISxgDV~U8L5Un^BXRqT-BGtOjnH5o!vHkTgBRmbA+o +zr<zpKek(AWHdKV84&Y$-_oGF{8Q?r1vDga9fh0LPUv!Xvd!+Tn)PTDDGUL;2K=01O +z>0x2!gVgEjq4eu3c_bDG*vX-EG216^zB-<|v}!xc>Ekg(y$G1wNKGA>Ahj#u>kI%$ +z!^t}&5*48Pw#R_jkKJ(jr17=C)~;??Go`71k{qiF2(ro7;Xn@%X<=cyT23F2rLniU +z?4K1^Gw2gQu0!w)@EwM$H67Tofh8kXuVyp#-x0K`1ImFCNdBI~G;kLfM63?>?&_9f +d$Kp=%{trL4hvdb3)H478002ovPDHLkV1ma-7DoU8 + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close.png +deleted file mode 100644 +index 85aba525c8a93110269c6f42080fe35eba2792be..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 527 +zcmV+q0`UEbP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10gOpRK~y-6ol?PSQ&A8-lYs`hYQI3;YO<`$;-_SlMaj}Gq|g?+ +z@dHwWh`JNM!<8;YXlvV-_>wLfXsDZ{nR144(U-^b`5KA`1}?)nbMKscfD+8CNwVke +zLy|_)vUAVO8fAWth^UkNNOJ1#BpJoZdQ+0`BVuKtlZDvbzW`_eSiSd_JInz5P}NNl +zxvc?!yT5&)7#XMO?mYkyGi$2q*P{6P`Zw0s*Zxvf^k(k<yr!yKB2r&;uO<_0@9ZNT +zj&f!?9ASHBA6Jt}aX?*Fw?J}KHth5)iB`K4XGuT$gJ02VcjEZuG%Ac83duQuI!Z`K +z7uY*^4H3catCx84_)(P~R$JzlKoH9aKrCJ1JQ?IG9G(2ES|J6=H^tywj>pkzcOvNz +za$?dSM62D2%kj84fF!$OW(`&ShX43RRowspko=Iv^q*(mQ&W=f?tB6e5i41gn|N51 +zzpLttJjx<+tE!s-K4%245PC%10Qj^JSB^KcXCx2ZJta9OInU1Bh<IA&{{d%5rI*@L +RE|vfQ002ovPDHLkV1hUR<~jfX + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-close@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-close@2.png +deleted file mode 100644 +index f42113dde12473dea98829764d6b51c4bdc98f47..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1056 +zcmV+*1mF9KP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H11D#1kK~z|U#h2SpT}2d!zqMy`Nt&n+CWS^5P4v}7Dfd!2phz@< +z=)a+fB&7{4Y6*eRa#4)M{u3r535jVbmvRxIR1+Ufs!6p{eSroZIC~At2hPF6<#6_q +zkp7bWGP7oVznMK(A*Rf%NL3Re(h8ITF9FY`s@H(ufqP~)7KY)Jh-}5poeO+MRd1^5 +z6IHdC-@2;aG_%s<fQzFj>QU9rJiz<EjVOw`&8#>ZN3y_6z4xO)#sBWXUM)K3-WQS8 +zoCdbGwqA42jRP;386t;zjIE3ue|YcTEh;MdC9455EAieh0WThlnq7~aa}^@;XSyKB +zfETBR{iNUkXT0~{WX_3Q1FG5yRGuIlGXtnn)hp>TNmZ13?|%hOouq*bZ93;(5s}pZ +zz<dAMQE)S3Vsa+kgCi9)_Ed_wyTh#?wVp@E#x2p@YJCI4mP{tI#wC+U>l+xhM02Z+ +zj*aKqBi78UF!bIx0M8s{x4Eg2<@-N#>&_I(WRi~dk8#fJiP_%XW^j0f+mq9jm%UEY +zTZvqQ^{lEU0-z;VWEh5g+Hrx}stTrO=jj_9#(Td9J}`WP+mq8&oPC3?&Px;)7UoKe +zh_nRk94t8%h9RGHv{PGM$;|A+u8HmKZ3e#hiiyb?D$C1a!&52~Rs9EeK5h$DPjCO{ +z%q=W(zNQKn7BF>pmdf%nu3ouFK|w*>Q~-aAs%`<XEyK=`UmN<8shK$d&ec@XdFcXS +z=yJ3?psgTx%;DOz%yO^JtO|f9`7}`VboUK1eRrO^+G-l>>zMoDN4k2i6Gc(J{Phrc +zK+HLys`OkNVt#RnH|uJ++}?(WAVI*y<P2TC{d9F+%4Z%t2!NG*;q`U3TyAf}IY$r# +zTx|P@w;SqNx_6(eJ=aMllW`5K1ZFlC2j1N`$o%3GiSy?UY(zm2(BAeTO^pebSAL?a +zw?CE%GyCqTZ^h{zetlGM6h-#^tveP)QO<i{9<d|v^p4{V=iIBi$FYd~WoAPuGbct( +z=QgvU^aWKiDvP}LQ$Y2JIoQ#HbFLx%aM^z;J?*_;=43CW<s$MZU9e{>7Lmu^`}cr{ +zDMQC5X5@J2y?-YY4%r_jCEojQfvRIW*wKP>?gJ5dyuaem!$?F{opT8@>jpND0p1Xi +zuGBw20FNazD^b-ERb9*DO}M72H_YsGuKcmzU1nCOs`Vn$0-Ob2X7BU-H~xE`Pm4&b +a1L0rpt&#%@=fL6s0000<MNUMnLSTaMmGMLX + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-active.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-active.png +deleted file mode 100644 +index e543fa189033d7548396ad9c3fd2badc68dea864..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 560 +zcmV-00?+-4P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10j)_yK~y-6jgvi36j2n0pZAVt$Skc=7#e1#l5H)Cz1aF2bPe?; +z(A;bR{U)yZ2ME?1|A3XPf$#%ZEYM^N3G<~h$HK7Lk0JP0w>Zyp&bc>NETumfbkzhs +z2QSRn0Fbz9%sxBm-Jw4?o3GdHVQ)ALJJahAf>)prELc>l7ERfplQn+7@!nT6!QOBf +zu1~MO0NX&cJk?S%q|?x<9q)bR0M@6!J_6g=y)YONX5E5^?*Y^w47#ofzWzt&#f7k} +zcFnT~YJwgj#8!(YlkWg*Za!%l#D!|qbAnxrpbakaoFdO>q9sM(;H5))v;tpVk{20C +z5|gGeWm#}>F=?5C#}2bqIL}Gr1UZ335^qseRhz_|!OuJ4+uSYr;hZ!E)i+s2kr$-N +z5<Dk~<1Nav<R;4i)ktH9*+?{HCyGeZ1gQm{IYgQ!bfO5+lo%s-=nu|J?h}x;J!RX? +zfn|+xeB}4f9YAQ+Yot>|cCSE|A@^-ff8GK(0PlSjTD4<vA}j;dD~&~MkehKFTJ?P4 +yGtH+z7(7)I^aQ&|8~<p#LK<U?j{N@leEnZ5?8WFV9ai@M0000<MNUMnLSTYReC<>K + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-active@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-active@2.png +deleted file mode 100644 +index 34a477911ce362b50ba5a82bcbfd5c543b3a6cb8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 977 +zcmV;?11|iDP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H115QaqK~z|UwU@zb990;=f8S%PCB>_KYL)PRuP9=x>1o=Pi% +zpb+W7lV=Yi4R}bzOk5rfyONajkV5~0>d8Ybc=FJCiAC(GLJ^_bOm;W*P`gPMnoM>- +z53{>&o2EN6$$qEd%{TA&n>TOXd!G<7F0QN$xQ}b+EgBywoC4keMw_>v0Dl9&Db~$e +z#=UiQdU_{HztSyX)+`>k+51}I6Cf4QcT?ay94-|-uaZc>7&EwwGq3OkFoY^dSKl!H +z&#ehu=_e=}W1dD9m@5=s)qoqoWGwIjA_{lvI2SIP*^RCObEfc?!jHgf$*2d$dc&%J +zu$a%^J5XT8EFH56eg$4XVt6acmaUV8`T0_-!D?L?V+L)48$E;r9Ix-m_r{pPeF8h! +z9`H^N;h-RJW*29!)g;iKbbq4iCZ2GSB@{$zdpK`iHnSVy2n6JT-ov5wN4YjZ9zZUx +ztPBi4-uegCbX)=7U#HP%aN@*RJc)1=ssjYC*r|WF-c^VVUt9Ajm%~L)L>L>3F?U1O +z$gVi&ZIr24<PNy&x&UpFSP}rrl-=A|B8Ts<hwz~xa@h&6g!}jZpj@t?s<A$Y!YNB& +zJPy26Du?h~7TdA0`})Y`CUA#`sZ=(2_;4-8>&UpJkWLD3MRExpvAQR{9DY~{OJMV` +z@Z=IwwG<v41w4s_q7N+K?oq+xN(kJw6zk@GcqxRtF1eGrSny{gvJ<$jOQo`b@0a%F +zi133|%ec3IO;p=AMn}`6(kXJ;32eJBHoPri_mMl9C7n(&lI}Q8hOBD820shHSEg_c +z_$)CgK?qzc8t-!pKpYl;TIVSAEJDV1fU^M214(#v)@4MXmktVuAh6szptcvH?M%7| +z{L;NrI7Ec+x4M-{ebZ`c3tXL^-VuijfZs!fas&J0&Z_B|rMT#Mj~Z6}!?wiHehy#Y +z{U!5dxwCQKUa*+Y-`m5PRJen{p(bYYS%p<`c)Mu4-=9x;;ZMGL`={;q&Yk_Xj@3Zq +zG|-=@LK4|lp;*hLK3$%fslG6!TOTuK>6k;%Do#ftqN~7laabsN-lLZ~M(hw{O#f2` +z&Iyev;55iMXtO+*C!l}PEYAnoxowQujneOb-@j-(k5lJ%00000NkvXXu0mjfce}zu + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop.png +deleted file mode 100644 +index c8ce29a22d780fcfd9ae7b1927d0751790d7f18f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 293 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlA*x;Tbd +z^d=`rux?@f%`caCul_@Uv7Kqp4-?}*=@%MS?RuDzAKmRMD{OYKmYvVk(7+(;)29Nr +zy>(x0nkF_nX5Md9j&<3YaKF*nx2MM^YR?^+iE3(U`z0kLB*NB49o13O+xg;t{jueK +zd}gT@ya$#^vK2@&eLwW?uRE`Vq~sNee}DTNuAez@;DCUb*thTh_uGH$>G}WU+k5-0 +ghO^d-8+;fTk|k}jw9a1N1#~Tgr>mdKI;Vst0BY`Q!~g&Q + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png +deleted file mode 100644 +index a393d767a4912bf44caa7a5534c6a6e737f1fda8..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 390 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?%$_ce +zArY-_ryTS;Y#`CFfB)ht(fcXwiXzL4OE!F;SSeteso(e0#yREetxetSKb79;rT(_P +zqIlxjv=AGQeaRl5YCRPme5|mUCpBY@htIVBS8o*8ajP$@5V*+Lu!?8*+{>%&xqnPL +zy+`WevTT=x-3L-!KUIFZo+|k*VruLKaY5M~Htkn=fm%bp?wTZjq_E}_+k|B=1sxxA +zE>S&{{CrLA&)1B%pJc}<f8)BLx?XsraYFpg>?8e*+lr=ltYutRbi1RM@ukUr<~)aI +z?-K>SFV09*jyIlnwvYexRpSid9s4cv@7K-W{82vOqTvMn(;J>^vA=M?xagPqjIL8h +iO6B{HKmK{Yh9UXJ5;38f*2jQh#^CAd=d#Wzp$Pylp`-Qy + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-hover.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-hover.png +deleted file mode 100644 +index ed39b78eea4146cc6a40648d2e4631b2846a74bc..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 520 +zcmV+j0{8uiP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10fk9KK~y-6oszw3R8bU#zkPPd1>0CAFQ7A}DT9w;p`e9LK*2yF +zm?ubMAqj(sBw`F>oj0)3QWU$8pF3DgOqpbM*qdXKd&A6i1_l=#IBeFp&W5v~Av0^c +zdnY1J+}+&Ws(Z)GT223ra?XXjZ@c?>M7X=>;Zx1d-Ti&edA8=Hh9lw&&;o8veC1jf +zzz<bj5|OI}5D{;ugsD93i0A-_nYC5*>y+@wCK0iiRCQTIigAve-7Y)3-AMt3sxFJW +zm%#iuxGZ}BEG*3P_~C<p5=5jFcOL*F8+`cG<@luJ)#?f<2^+89aC>f!r%xU=Gb}YH +z!|=?El2YR3%5(mlo$+q_W7D1!a5@RDH7P_y`U%(<kvKR!qSyP)`r0Tw9J2P}8U6k# +z2Zu)hk#pV`Gi#~pH~!-rRrOvfisC2mnd^p44Fh{3@~f`$Y*pp<6q{TC-&OVgO_fFD +zN>!JDZe@ruVC0-HfxQ|Y8*gTJ-F+(}j@^CW?t|*SnRC9=^#29ryz3-E_4Y*o0000< +KMNUMnLSTaAc;z?% + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-hover@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize-hover@2.png +deleted file mode 100644 +index b8c70e59b147a2530d4e7cf93eee89555baae400..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 918 +zcmV;H18Mw;P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10~1L^K~z|U#g|KH6Hyd~|1)<mg=lr9ttd2FUAn2yoe{*K(4cz} +z(IQpELIt0wl)6xGrxj6&S}9lz2EnziMAV8>cY+GOT7_m(S}>h+dR*k;G;PQv)94R( +zbI)+Tf9}29a}U9%R5irRQ6h>1Xamp!U`amg0Qd~xwW>b0ZTl$^W&P%^1YXX}*O_^o +znbqgWF!Oa)Z4Lr%a9y{TnJ23NmyQY7b$e8`p&W<Gz?(%R1z=;%e=t)oj4`{3Xr!Wn +zY&N^j81n?c3RMNsoF0A4ljEz1><ooM!(|PqYLke(1h6s?wY<I?V>S}ex59+wfj8ur +zy<TttSS}(Dy=S6mfSJz#*i=V2R22X=GxO=f9OVPeBJu%1xSj?)nl#3=648hS03vek +zAHo43oM(bmH6$WG0W?;dCDA{CsVNtS4(zMNM8+7i)E1F#wZLyC`Z1VH0RSw^LdX8S +z)uvd?%uyRad#&)+RS^Iv8mZO<5w+XM6&Bx0^bcS#nZoKw3oiAZhh;3BINO84WD3*M +z)75TA8<_c*-@E;0;+{rhaXr|1OvlF3#d#-_(L+bOH5!ZSwHvpqsTHGO=4=pnKoh^M +z%Bz%H_JIdUtd6wc^2G~iY+N+!n}y*pF7=+n+BL0s_~<ci+`j8;4=e!VLE!;RWGnz5 +z=L24&iH{b5q4|Q>U}6Za>&8kC$E`c}H5!X+$Kftbr=40~Lz+%I+Htr`qp`T&x^sV4 +z+;!dUg~w*b8+bSTUXOO4ob$9-JDf~Lj~zdyLvP-e#vD~$KmfqZeE>Rrukrk-&$jI& +z|EnBN7-QBH%P|rCP}M7WGj*dDa;xf<!UL5&!H|eN1+b-V4sv>KjM-LbTuL9M%S7ZA +z>ia0&Kt$gQ6Em)2A{rHuT>!r14Fx88a(oey9bPz4zA<SMkw*YF2X>Itb7RaNA{s3X +z%vp?xXv7#3Rn;B<lL5dJM06p)=d<9xq^eEKe2tl%DlQ<0nXjtqvP$`V_g$*GfSI=v +sQ9FS303w*#o`1sM_WT(UP5H_D2k#EFQ^KArB>(^b07*qoM6N<$f;-ce=Kufz + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize.png +deleted file mode 100644 +index 3c033d62d5257b302786f6120872af0c0bd2b98f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 233 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr&QT^vI! +zdf)bM<ZUnzV76Df**b|e)8n|Dho(eF<h^M=uIzz97oK{(K7VaC?>|-twh7th3)R{M +z(u|Eg!@V-!M&9$7H)+z6&L@ls@2AaQv-62>o?hYi)|81N``J`nCmp>zeOWnM?j8Mq +Wakp!hsNV+K$l&Sf=d#Wzp$P!%!B3w6 + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-maximize@2.png +deleted file mode 100644 +index 02fc47a50fa54e866951a433ce4ad54fe87b1ec9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 283 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vBJY5_^ +zB3j>0G307?5OJ|>n(=tashdaKPRw;WCGyO{c)sUi1x3Zk((nnDPsM)UOaB=idQ2iY +zj9~$D!CmirlSMokUzAUDKO!LLe366Uu139=mFFr?yJH=D&VSUKf3Dl5X0mwa57qNh +zAJ^M>yR53Y+_ChNuM)$S%k#Xmf}U>fNc-l$MUydo(s$L#^&Klb?=i$&yO-Kyc>D<~ +YvySpVhQxMppc@%HUHx3vIVCg!0QN>_RR910 + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-active.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-active.png +deleted file mode 100644 +index 5b384e34681b27a5e5e8850b073ec10d9e02847f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 563 +zcmV-30?hr1P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10kBC#K~y-6jg!4@6G0S(zdH-e?m8``a5gVM+)_sLgqCLjqtup? +zX0%1pTf)E#M4`5L0V-OQD9!Fx5k)|9L6k|nuyZMp!Cq{_sYaS}zWXy8p`}5d_asDp +z15Z?02N2;RsJ=HMuMXV)>AYWNhuz`Ob|#l^1fGFd&}b1YjS!{*Iga`M!Z}y}2J8-p +zc5QO`0oVf4c2_NVL{6;M+s?V#0IW^Ey#=<=Tf?BFsP=BS`x-z7dEPT2`uHD}7Y9Op +zW5OdNA?hR8EAJ_a5>;JYT$Q3Ix$+*xSP4<z2<)Iloirth6N<7#!xD%pWmRFVrIV(B +zMh2c5MDEW#8(Eh$PARGuM3thdu=gyRo7vntcwlI?{1;?Jc*eM+@Ks==4LLvmOj%X{ +z#7RPyb(gK>i!mZ&kfwc;WnJPV`A1k9M8*cykr1ZK@LASfRT&{nQAXy#?VqZccYtU0 +z3;vM;s1M4~q1!t%09Nbgh@2q!TLGdTF`r`j@e;rQIOl4s^|r#Xpnlm-RA>~gRXMU+ +zKVJAu^BUy&LkUq|U<Z-)UunHSWQ;O8bbDv>{-4b?zF7m}FT4N%002ovPDHLkV1ksP +B?@#~$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-active@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-active@2.png +deleted file mode 100644 +index 62b00fb7eded981ac074cacdeaa794a79eb64e27..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1008 +zcmV<M0}uR(P)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H118qq}K~z|UwU@DP8&w>~KfmKHiE!f}4=A>CE|E~#SXu%TY7r6= +zNI@N#m>C<1Awi0R_0%XvNfn0lUm#2jr4kcE%MvO?r=r*?Qb8%WEklTXzN*RH`7xZ& +z4NX$tUFz>-{qFaE-_N^ye((K+n7XvKHk{dUFBo(_)^HYh4S1#dco+B+_*G+EcXOE= +zS7&DS;?$LX33F<>VB&wN;ZtBVCT~mNTP!YD%jE~D0F+WA`&bJaJ_lY#YmmOYp`PZt +z0$&f|Rh3dtVgt-CE#<YxHDD@{@i8D8ZUtBuuc*0)eF5gx(wiE704CD89;?4PM)2Ws +zrE=$3fLXONZsPp{*e}>TQo}Iy)Y8Jj-%-Gbeki3zOuTCYGzTaIzI>;Y8aV{8hgk;R +z9-ujB5O`-FYd#7I^cLOkXq`#D;9^5)5OIC1*RQC#hv6IWr~rdEhv*-bG4Uz@a%pXC +z_|%T`4_ap<0LN*wy}ivFXU<?+=863LAmHxST_%b}vSZmW7`}z(Fy5=i=)cZ;K=$D5 +zcXyjOPMcbN3*QgYoBIK^%{r}?L$l>PeGqz$?TdB6Kr{X9K-(@-EEaHGm)d3x-}953 +z2Lbh39oKcq=f|<_;^8FCw9!3S4#~DBLWswYsnzO<Ap9VpzFDW;H9vj2bYz}}vxdOr +zafQ-A#5E5klZJ-u^9m+`NM;V8$BaH1u_2P1hcX0OCxu9B4$?F<+>4ogBt&|1(CB+6 +za2uFP0-?30(Re_uz6F5mx)cg|N~L7yn80mAV_Z)(3MiFq3WYqb>!vmb5aD~%&1G(! +z+HqP3x8k@EB0{IrNp9ZViifoKlhM7suBSPOY<nWnH}6RVfpw+Sz5yT>i-3#P$%`db +z=+XAD7NL6~39rt26%iODgC?5&YIH&EZA9%{whH{*zf(AY!uf4DxzVqpP!Hhh%*>ux +zTm<e95TVh*{N!NQ^uMjRS}s587{Nz9h!^`g?hAadqP}Px3?4cQmMfJzKGu|mTL_$J +zVRpxA*bs}is;d0kvnekfHE!ePkL~x*zq=k_bPzcQ45jLjMA}-Yy1CKMR%d6MN2c_v +zF{@U_Exf2X9gAt*1ilfA#cH|y=(&tB3!;=7dcyE|p)(Df1DOQfZO>&F^dEHF^AYxL +eDy8=0)cp_8mZ{>J`zL?^0000<MNUMnLSTZ&uF=W> + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop.png +deleted file mode 100644 +index 862fd67a0f6dacdeabb5999b90a856df73dc7789..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 310 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMIx;Tbd +z^d=`ru!=CdNhJUOx0sE`r(Rp)-{0QCl9E5oz90Yn{T(SWW5#rYKgsV3O1A7f00JzN +zOF+yMCrTzac9tHUX`CK$(R6*()~=uS#;29s+>W&yoYl~4Xk>2hGx_)b{DQNm&kANH +zC4G`!7U|+tWGKvhIGNr0cF~%+1F0wWR)7EZ@KVoZ1~xXfw!iHB=Ei^0FEp&$^)Mqp +sy4zdVZ^Qow51)a=C$A|KnZU+y@2Rc+*_vb#pz|3#UHx3vIVCg!05r&YtpET3 + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png +deleted file mode 100644 +index 10e4d47538f0bd04b7015ad9bc59ca1a835ea520..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 367 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v-JY5_^ +zB3j>0*voauK*VkT?WpvZvpJf)uLg0g+t>Z#!LtAs*ZD^S1!e_#ht~>*vwQF4+oj<+ +zTSUerea}xzbw(bx=7;wcZw7RnX+GQi>6T1u;`bPLg_ewiSvj4V?|#p#h~2(qxsF`Z +z!<&8^??2tSS{q1kpYCMjnPD;E?Zkf!3@VvohM##3tkjvc@Rh$!+&=aTiieK9|9;Gi +zu~cc*DSNgTE-OxGv#xMiaY~y#r1Qc=ZPq>A7p7{npHRyA9rWtdRwf1ozfG!w{tQ<4 +z)bFG%3w=->e0BF0rg_Q?v6Z=#Ou8q1+3;`IjRXUUx-RM1JM-_97OhAF`kTSi)z4*} +HQ$iB}#L<y% + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-hover.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-hover.png +deleted file mode 100644 +index 66f7303f332fb2e43a1e8b99794ed38925532021..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 540 +zcmV+%0^|LOP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW +zd<bNS00009a7bBm000fw000fw0YWI7cmMzZ8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H10hvieK~y-6osvCk(@_-0e<!E(56;#OCMBhtCZmqU51_MxFLV%x +zj)IGO#3%+7H9CkQTH3GSq@yTqr7`g<wC0xQ<T~Vqnx+ywaN%<A^Lx&@+y|yArBs*H +zj)<<LBq@#d?UYh&T0g0rb0O)ir2UAHq<nOZ&h{m}$vH2MIUB<f@d>B_r%voLtOMYi +zyRVzsVF@52Ue5_L($piO4PYsyy1Rd#6aH(Gh`3mC_f0b^cK13onk^#YL?R++G+XTM +zbpQ%?-z))_bI!iDTBTAxOXE=s>A1;YFre9b#`5wKYpYcNH?u1ysSgxm;rov}bh=&c +z-@D7gf=}RwPo8pS=`^=DZXWebrRh$$u3x3PvciMM!%6-D17wrb1Ip7k?>=nP>-_?t +zQYo`><Jz%jnOWB)y)?5sIcJ|`0?dSg0A5*2spjrq_>XUN_Y0+>D82(b3==jt3~ZU% +zk8zY2M^UcNG06e&)!i>mqHJb|?!FFej|8*Q6glVLz}6U^X`fO$FX=@@{FKy})F17i +e=bX<?>;C{X67asEpRWP{0000<MNUMnLSTa1Ebf*7 + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-hover@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize-hover@2.png +deleted file mode 100644 +index 4bb291c5bf1fb2c890dadbb974a0345aa442b20d..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 952 +zcmV;p14sOcP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW +zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ +zaAhuUa%Y?FJQ@H112suRK~z|U#g|`*)KwJ6KWFaXEC|(8?n*(1z4lU>y){16QZU=L +zk}@bM6(R+Z;h)@0U3&GcRYGDRp@%4vAbPYX5tIJdvPi8nf@Ql2wzD%oX!dswrw3<j +zc6P@7%}i5YxG(qI-}!uh_g?P3M@T4l&!}ovL`HzefQNwlYT*Uo8gR+ozf7mo=R~BM +zH1}%Y^{RSGRTov&6Sk77o^to0Ucdu!9KWxsQ3v4WR*B<y!rcejaik4=$jr_Ho4Wpk +z<+>0;7!{GZRSi_D)ki}JUjYxeJ0dMTCRRg^U(M{fOeXVFTLbPsXl56I2YaHn*NqUu +zCK36q-jQm657ef;UvPl+X7*X*p15N`RmXuR`v}L~0XD1Z;d-Cc0z+o@3$V7I1{xHF +z5H^a)TnfO<-un;X0BdVZQtqAs@{Q5ynJc_?V4TIpa?hkn6!G?<Bm8)Ix;d10_cbXq +z+XCFv7`gP_4@}Qo;o!T+DVHl<!^`Cg``<ar<>?u|Uuoc8Rn4Y=TytdCj_u^PjWJs& +zvj6bWu4bYVMI1UZ!EB+(*3lfhc5GiUMnrO`>cw_P>FKGDJv%(&ukL-*Z{7Mc@e#aG +zD*2u__IY-A#3w)e=x$>#psF|TmaJ0~9l%{x=TX(_YDtrt=n(Fz`d6yO@~zPBoq6)x +z#<*I%#)0u;E%!tvia0oaoS$c}vUN1ao>yK@v{zEVVy`B;g#)D&P)Itum5CnU00mLi +zlfd3izB)a1hEG2~%f^Q{05Dr9^3vD~ytaF1CusmCC641^5&62)FY6|NZsEB5Gve+U +zGy8+4(=dsq&V0hsQrzjZ*HsE3+%Ev#EW^K`lj(H&_5bTSu7nUCxpN(h$nWlcqGqOV +z)Ov1rKT&_6N<%PXX6JyX`sU!a&W8}T)C-s9N9j5<`<DJbN}mvs8}*K5N3n>^o7wZg +z^_roci48ffo7uCCaA;qc44T;&z~-JE+}8OJ!iyp@-yCRp8HvbT2qEk46F}4hxFRCQ +zYHPj%o=EOKsH&5yy3j#QxS*;Zxcj=*@+Ypl+<lFzJ}n|S;BjCB%ggg3|CHz7h{#fs +aynh3*#CoRsBcZSW0000<MNUMnLSTY!FwemN + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize.png +deleted file mode 100644 +index 2a100dbd640fd342b341b906a4a1c72f56254cb6..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 263 +zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p +zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQni?T^vI! +zdf)aN@*Q&EVJTL5zCGYsvxtW1{RIx;A7)JPJZZisTbFmDl8eGb4dbb)mB-6M-~Qn* +z&-WDbJbS5UNn1+c_p(>A%MP8X@=SIS@%-t$qpxH2lJ=QjyQec)Ox|-|byC(ObB5`m +z@6V|2KlHMDiMOU~yf}~L^UJH=z87M+`|QCvvw8K45>w8|Ri^>n!{F)a=d#Wzp$Pz8 +CsbGr$ + +diff --git a/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize@2.png b/Breeze-gtk/gtk-3.0/assets/titlebutton-minimize@2.png +deleted file mode 100644 +index dd47113ac3c5f3ff05a80e2b95e5502c3bbec2cd..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 295 +zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq +zq}PKmW1Q4P8K9tKiEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vZJY5_^ +zB3j>0@Z~z>z~k1eKA~!E(~D!1OM^eSG;!#)RxNn%{U}Y$HLB#7anqCB_9uHgJp@=B +z4Hz0`J-K_gytsVl?`cnX4<x>*H8v_2nt1Ds-n+Q76T;KVL?`a;klEbEXrdAuIzL!% +zV%<N5mkj52e%`DkHqpN~B4nQQ#;!lNJ3^n%SL!-(T&e3+wP0@7i;%6}pSE@Uv3;ce +kDb6MM%^ODnmip7&E1JcWChh8a40JDpr>mdKI;Vst0EoVEy8r+H + +diff --git a/Breeze-gtk/gtk-3.0/gtk-contained-dark.css b/Breeze-gtk/gtk-3.0/gtk-contained-dark.css +deleted file mode 100755 +index 08ffc23..0000000 +--- a/Breeze-gtk/gtk-3.0/gtk-contained-dark.css ++++ /dev/null +@@ -1,4502 +0,0 @@ +-* { +- padding: 0; +- -GtkToolButton-icon-spacing: 4; +- -GtkTextView-error-underline-color: #cc0000; +- -GtkCheckButton-indicator-size: 16; +- -GtkCheckMenuItem-indicator-size: 16; +- -GtkScrolledWindow-scrollbar-spacing: 0; +- -GtkScrolledWindow-scrollbars-within-bevel: 1; +- -GtkToolItemGroup-expander-size: 11; +- -GtkExpander-expander-size: 16; +- -GtkTreeView-expander-size: 11; +- -GtkTreeView-horizontal-separator: 4; +- -GtkMenu-horizontal-padding: 0; +- -GtkMenu-vertical-padding: 0; +- -GtkWidget-link-color: #4a90d9; +- -GtkWidget-visited-link-color: #2a76c6; +- -GtkWidget-focus-padding: 2; +- -GtkWidget-focus-line-width: 1; +- -GtkWidget-text-handle-width: 20; +- -GtkWidget-text-handle-height: 20; +- -GtkDialog-button-spacing: 4; +- -GtkDialog-action-area-border: 0; +- -GtkStatusbar-shadow-type: none; +- outline-color: rgba(238, 238, 236, 0.3); +- outline-style: dashed; +- outline-offset: -3px; +- outline-width: 1px; +- outline-radius: 2px; } +- +-/*************** +- * Base States * +- ***************/ +-.background { +- color: #eeeeec; +- background-color: #393f3f; } +- .background:backdrop { +- text-shadow: none; +- icon-shadow: none; +- color: #939695; +- background-color: #393f3f; } +- +-/* +- These wildcard seems unavoidable, need to investigate. +- Wildcards are bad and troublesome, use them with care, +- or better, just don't. +- Everytime a wildcard is used a kitten dies, painfully. +-*/ +-*:insensitive { +- -gtk-image-effect: dim; } +- +-.gtkstyle-fallback { +- background-color: #393f3f; +- color: #eeeeec; } +- .gtkstyle-fallback:prelight { +- background-color: #515a5a; +- color: #eeeeec; } +- .gtkstyle-fallback:active { +- background-color: #212424; +- color: #eeeeec; } +- .gtkstyle-fallback:insensitive { +- background-color: #323636; +- color: #939695; } +- .gtkstyle-fallback:selected { +- background-color: #215d9c; +- color: #ffffff; } +- +-.view { +- color: white; +- background-color: #292929; } +- .view:backdrop { +- color: #d4d4d4; +- background-color: #2c2c2c; } +- .view:selected, GtkCalendar:selected { +- border-radius: 3px; } +- +-.rubberband { +- border: 1px solid #215d9c; +- background-color: rgba(33, 93, 156, 0.2); } +- +-.label.separator, GtkPlacesSidebar.sidebar .view .label.separator { +- color: #eeeeec; } +- .label.separator:backdrop, GtkPlacesSidebar.sidebar .view .label.separator:backdrop { +- color: #939695; } +-.label:insensitive { +- color: #939695; } +- .label:insensitive:backdrop { +- color: #5d6767; } +- +-.dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, +-.header-bar .subtitle { +- opacity: 0.55; +- text-shadow: none; } +- +-GtkAssistant .sidebar { +- background-color: #292929; +- border-top: 1px solid #1c1f1f; } +- GtkAssistant .sidebar:dir(ltr) { +- border-right: 1px solid #1c1f1f; } +- GtkAssistant .sidebar:dir(rtl) { +- border-left: 1px solid #1c1f1f; } +- GtkAssistant .sidebar:backdrop { +- background-color: #2c2c2c; +- border-color: #1e2222; } +-GtkAssistant.csd .sidebar { +- border-top-style: none; } +-GtkAssistant .sidebar .label { +- padding: 6px 12px; } +-GtkAssistant .sidebar .label.highlight { +- background-color: #5d6261; } +- +-GtkTextView { +- background-color: #313434; } +- GtkTextView:backdrop { +- background-color: #323535; } +- +-.grid-child { +- padding: 3px; +- border-radius: 3px; } +- .grid-child:selected { +- outline-offset: -2px; } +- +-.popover.osd, .app-notification, +-.app-notification.frame, .osd { +- color: #eeeeec; +- border: none; +- background-color: rgba(32, 37, 38, 0.7); +- background-clip: padding-box; +- outline-color: rgba(238, 238, 236, 0.3); +- box-shadow: none; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { +- text-shadow: none; } +- +-/********************* +- * Spinner Animation * +- *********************/ +-@keyframes spin { +- to { +- -gtk-icon-transform: rotate(1turn); } } +-.spinner { +- background-image: none; +- background-color: blue; +- opacity: 0; +- -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } +- .spinner:active { +- opacity: 1; +- animation: spin 1s linear infinite; } +- .spinner:active:insensitive { +- opacity: 0.5; } +- +-/**************** +- * Text Entries * +- ****************/ +-.entry { +- border: 1px solid; +- padding: 5px 8px 6px; +- border-radius: 3px; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: white; +- border-color: #1c1f1f; +- box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .entry.image.left { +- padding-left: 0; } +- .entry.image.right { +- padding-right: 0; } +- .entry.flat, .entry.flat:focus { +- padding: 2px; +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: white; +- border-color: #1c1f1f; +- box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0); +- border: none; +- border-radius: 0; } +- .entry:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- box-shadow: inset 0 0 0 1px #215d9c, 0 1px rgba(238, 238, 236, 0.1); +- border-color: #0f2b48; } +- .entry:insensitive { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); } +- .entry:backdrop { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: #d4d4d4; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #2c2c2c); +- box-shadow: 0 1px rgba(238, 238, 236, 0); } +- .entry:backdrop:insensitive { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- box-shadow: 0 1px rgba(238, 238, 236, 0); } +- .entry.progressbar { +- margin: 1px; +- border-radius: 0; +- border-width: 0 0 2px; +- border-color: #215d9c; +- border-style: solid; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .entry.progressbar:backdrop { +- background-color: transparent; } +- .linked > .entry { +- border-radius: 0; } +- .linked > .entry:first-child { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .linked > .entry:first-child:dir(rtl) { +- border-right-style: none; } +- .linked > .entry:last-child { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- border-left-style: none; } +- .linked > .entry:last-child:dir(rtl) { +- border-left-style: solid; } +- .entry.error { +- color: #cc0000; +- border-color: #1a0000; } +- .entry.error:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- box-shadow: inset 0 0 0 1px #cc0000, 0 1px rgba(238, 238, 236, 0.1); +- border-color: #1a0000; } +- .entry.error:selected, .entry.error:selected:focus { +- background-color: #cc0000; } +- .entry.warning { +- color: #f57900; +- border-color: #432100; } +- .entry.warning:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- box-shadow: inset 0 0 0 1px #f57900, 0 1px rgba(238, 238, 236, 0.1); +- border-color: #432100; } +- .entry.warning:selected, .entry.warning:selected:focus { +- background-color: #f57900; } +- .entry.image { +- color: #c6c6c5; } +- .entry.image:hover { +- color: #eeeeec; } +- .entry.image:active { +- color: #215d9c; } +- .entry.image:backdrop { +- color: #7e8080; } +- .osd .entry { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .osd .entry:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: white; +- border-color: #215d9c; +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); +- background-clip: padding-box; +- box-shadow: inset 0 0 0 1px #215d9c; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .osd .entry:backdrop { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:insensitive { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-.linked.vertical > .entry:not(:last-child) { +- box-shadow: none; } +-.linked.vertical > .entry:focus:not(:last-child) { +- box-shadow: inset 0 0 0 1px #215d9c; } +-.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive) { +- border-top-color: #252626; +- background-image: linear-gradient(to bottom, #292929); } +- .linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive):backdrop { +- border-top-color: #272929; +- background-image: linear-gradient(to bottom, #2c2c2c); } +-.linked.vertical > .entry + .entry:focus:not(:last-child) { +- border-top-color: #0f2b48; +- box-shadow: inset 0 0 0 1px #215d9c; } +-.linked.vertical > .entry + .entry:focus:last-child { +- border-top-color: #0f2b48; } +-.linked.vertical > .entry:focus:not(:only-child) + .entry, +-.linked.vertical > .entry:focus:not(:only-child) + .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .button { +- border-top-color: #0f2b48; } +- +-/*********** +- * Buttons * +- ***********/ +-@keyframes needs_attention { +- from { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3583d5), to(transparent)); } +- to { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#215d9c), to(transparent)); } } +-.button, .header-bar .button.titlebutton, +-.titlebar .button.titlebutton { +- border: 1px solid; +- border-radius: 3px; +- padding: 5px 8px 6px; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .button.flat, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- transition: none; } +- .button.flat:hover, .header-bar .titlebutton.button:hover, +- .titlebar .titlebutton.button:hover { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- transition-duration: 500ms; } +- .button.flat:hover:active, .header-bar .titlebutton.button:hover:active, +- .titlebar .titlebutton.button:hover:active { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .button:hover, .header-bar .button.titlebutton:hover, +- .titlebar .button.titlebutton:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); +- -gtk-image-effect: highlight; } +- .button:active, .header-bar .button.titlebutton:active, +- .titlebar .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, +- .titlebar .button.titlebutton:checked { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); +- transition-duration: 50ms; } +- .button:backdrop, .header-bar .button.titlebutton:backdrop, +- .titlebar .button.titlebutton:backdrop, .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- -gtk-image-effect: none; } +- .button:backdrop:active, .button:backdrop:checked, .button.flat:backdrop:active, .header-bar .titlebutton.button:backdrop:active, +- .titlebar .titlebutton.button:backdrop:active, .button.flat:backdrop:checked, .header-bar .titlebutton.button:backdrop:checked, +- .titlebar .titlebutton.button:backdrop:checked { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #2f3434); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button:backdrop:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button:backdrop:insensitive > .label, .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .titlebar .button.titlebutton:backdrop:insensitive > .label, .button.flat:backdrop:insensitive > .label, .header-bar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked, .button.flat:backdrop:insensitive:active, .header-bar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .titlebutton.button:backdrop:insensitive:active, .button.flat:backdrop:insensitive:checked, .header-bar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .titlebutton.button:backdrop:insensitive:checked { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #262929); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button:backdrop:insensitive:active > .label, .header-bar .button.titlebutton:backdrop:insensitive:active > .label, +- .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, +- .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .button.flat:backdrop:insensitive:active > .label, .header-bar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .button.flat:backdrop:insensitive:checked > .label, .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop, .button.flat:insensitive, .header-bar .titlebutton.button:insensitive, +- .titlebar .titlebutton.button:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; } +- .button:insensitive, .header-bar .button.titlebutton:insensitive, +- .titlebar .button.titlebutton:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .button:insensitive > .label, .header-bar .button.titlebutton:insensitive > .label, +- .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .button:insensitive:active, .button:insensitive:checked { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #2f3333, #323636); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .button:insensitive:active > .label, .header-bar .button.titlebutton:insensitive:active > .label, +- .titlebar .button.titlebutton:insensitive:active > .label, .button:insensitive:checked > .label, .header-bar .button.titlebutton:insensitive:checked > .label, +- .titlebar .button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .button.osd, .header-bar .osd.button.titlebutton, +- .titlebar .osd.button.titlebutton { +- color: #eeeeec; +- border-radius: 5px; +- outline-color: rgba(238, 238, 236, 0.3); +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- border: none; +- box-shadow: none; } +- .button.osd.image-button, .header-bar .osd.titlebutton.button, +- .titlebar .osd.titlebutton.button { +- padding: 13px; } +- .button.osd:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- border: none; +- box-shadow: none; } +- .button.osd:active, .button.osd:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); +- border: none; +- box-shadow: none; } +- .button.osd:insensitive, .button.osd:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .button.osd:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .osd .button, .osd .header-bar .button.titlebutton, .header-bar .osd .button.titlebutton, +- .osd .titlebar .button.titlebutton, +- .titlebar .osd .button.titlebutton { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- border-radius: 0; +- border-left-style: none; } +- .osd .button:dir(rtl) { +- border-radius: 0; +- border-right-style: none; +- border-left-style: solid; } +- .osd .button:first-child { +- border-radius: 3px 0 0 3px; +- border-left-style: solid; } +- .osd .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .button:last-child:dir(rtl) { +- border-right-style: solid; } +- .osd .button:only-child { +- border-radius: 3px; +- border-style: solid; } +- .osd .button:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button:insensitive, .osd .button:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat, .osd .header-bar .titlebutton.button, .header-bar .osd .titlebutton.button, +- .osd .titlebar .titlebutton.button, +- .titlebar .osd .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: none; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .osd .button.flat:hover, .osd .header-bar .titlebutton.button:hover, .header-bar .osd .titlebutton.button:hover, +- .osd .titlebar .titlebutton.button:hover, +- .titlebar .osd .titlebutton.button:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, +- .osd .titlebar .titlebutton.button:insensitive, +- .titlebar .osd .titlebutton.button:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:backdrop, .osd .header-bar .titlebutton.button:backdrop, .header-bar .osd .titlebutton.button:backdrop, +- .osd .titlebar .titlebutton.button:backdrop, +- .titlebar .osd .titlebutton.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat:active, .osd .header-bar .titlebutton.button:active, .header-bar .osd .titlebutton.button:active, +- .osd .titlebar .titlebutton.button:active, +- .titlebar .osd .titlebutton.button:active, .osd .button.flat:checked, .osd .header-bar .titlebutton.button:checked, .header-bar .osd .titlebutton.button:checked, +- .osd .titlebar .titlebutton.button:checked, +- .titlebar .osd .titlebutton.button:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .button.suggested-action, .header-bar .suggested-action.button.titlebutton, +- .titlebar .suggested-action.button.titlebutton { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .button.suggested-action.flat, .header-bar .suggested-action.titlebutton.button, +- .titlebar .suggested-action.titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #215d9c; } +- .button.suggested-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .button.suggested-action:active, .button.suggested-action:checked { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } +- .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop { +- color: #d2deeb; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #215d9c); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:checked { +- color: #d0d9e2; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #184472); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.suggested-action:backdrop:insensitive > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, +- .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { +- color: #6c88a5; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #1d4876); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.suggested-action:backdrop:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop, .button.suggested-action.flat:insensitive, .header-bar .suggested-action.titlebutton.button:insensitive, +- .titlebar .suggested-action.titlebutton.button:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: rgba(33, 93, 156, 0.8); } +- .button.suggested-action:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .button.suggested-action:insensitive > .label, .header-bar .suggested-action.button.titlebutton:insensitive > .label, +- .titlebar .suggested-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { +- color: #a4b5c8; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #1b436f, #1d4876); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .button.suggested-action:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:insensitive:active > .label, +- .titlebar .suggested-action.button.titlebutton:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:insensitive:checked > .label, +- .titlebar .suggested-action.button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .osd .button.suggested-action { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(33, 93, 156, 0.5)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.suggested-action:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(33, 93, 156, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, #215d9c); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(33, 93, 156, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.destructive-action, .header-bar .destructive-action.button.titlebutton, +- .titlebar .destructive-action.button.titlebutton { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #ed1212, #d51010 40%, #bd0e0e); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(238, 238, 236, 0.1); } +- .button.destructive-action.flat, .header-bar .destructive-action.titlebutton.button, +- .titlebar .destructive-action.titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #d51010; } +- .button.destructive-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #f03c3c, #e81111 40%, #d51010); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.60878); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(238, 238, 236, 0.1); } +- .button.destructive-action:active, .button.destructive-action:checked { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #aa0d0d, #b60e0e 40%, #bd0e0e); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.72078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } +- .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop { +- color: #f6cfcf; +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #d51010); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .header-bar .destructive-action.titlebutton.button:backdrop:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:active, .button.destructive-action.flat:backdrop:checked, .header-bar .destructive-action.titlebutton.button:backdrop:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:checked { +- color: #edcece; +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #a60c0c); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.destructive-action:backdrop:insensitive > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, +- .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { +- color: #c36464; +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #a41111); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .button.destructive-action:backdrop:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop, .button.destructive-action.flat:insensitive, .header-bar .destructive-action.titlebutton.button:insensitive, +- .titlebar .destructive-action.titlebutton.button:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: rgba(213, 16, 16, 0.8); } +- .button.destructive-action:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .button.destructive-action:insensitive > .label, .header-bar .destructive-action.button.titlebutton:insensitive > .label, +- .titlebar .destructive-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { +- color: #da9f9f; +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #9d1010, #a41111); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .button.destructive-action:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:insensitive:active > .label, +- .titlebar .destructive-action.button.titlebutton:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:insensitive:checked > .label, +- .titlebar .destructive-action.button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .osd .button.destructive-action { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(213, 16, 16, 0.5)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.destructive-action:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(213, 16, 16, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, #d51010); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(213, 16, 16, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.image-button, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- padding: 8px; } +- .button.text-button, .header-bar .text-button.button.titlebutton, +- .titlebar .text-button.button.titlebutton { +- padding-left: 16px; +- padding-right: 16px; } +- .button.text-button.image-button, .header-bar .text-button.titlebutton.button, +- .titlebar .text-button.titlebutton.button { +- padding: 5px 8px 6px; } +- .button.text-button.image-button .label:first-child, .header-bar .text-button.titlebutton.button .label:first-child, +- .titlebar .text-button.titlebutton.button .label:first-child { +- padding-left: 8px; } +- .button.text-button.image-button .label:last-child, .header-bar .text-button.titlebutton.button .label:last-child, +- .titlebar .text-button.titlebutton.button .label:last-child { +- padding-right: 8px; } +- .stack-switcher > .button, .header-bar .stack-switcher > .button.titlebutton, +- .titlebar .stack-switcher > .button.titlebutton { +- outline-offset: -3px; } +- .stack-switcher > .button > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .stack-switcher > .button > GtkImage, .header-bar .stack-switcher > .button.titlebutton > GtkImage, +- .titlebar .stack-switcher > .button.titlebutton > GtkImage { +- padding-left: 6px; +- padding-right: 6px; +- padding-top: 3px; +- padding-bottom: 3px; } +- .stack-switcher > .button.text-button, .header-bar .stack-switcher > .text-button.button.titlebutton, +- .titlebar .stack-switcher > .text-button.button.titlebutton { +- padding: 5px 10px 6px; } +- .stack-switcher > .button.image-button, .header-bar .stack-switcher > .titlebutton.button, +- .titlebar .stack-switcher > .titlebutton.button { +- padding: 5px 2px; } +- .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { +- animation: none; +- background-image: none; } +- .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +- .inline-toolbar .titlebar .button.titlebutton, +- .titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop { +- border-radius: 2px; +- border-width: 1px; } +- .primary-toolbar .button, .primary-toolbar .header-bar .button.titlebutton, .header-bar .primary-toolbar .button.titlebutton, +- .primary-toolbar .titlebar .button.titlebutton, +- .titlebar .primary-toolbar .button.titlebutton { +- icon-shadow: none; } +- +-.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { +- animation: needs_attention 150ms ease-in; +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3583d5), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.81176)), to(transparent)); +- background-size: 6px 6px, 6px 6px; +- background-repeat: no-repeat; +- background-position: right 3px, right 2px; } +- .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { +- background-size: 6px 6px, 0 0; } +- .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { +- background-position: left 3px, left 2px; } +- +-.inline-toolbar GtkToolButton > .button, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .inline-toolbar GtkToolButton > .button:hover, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:hover, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .inline-toolbar GtkToolButton > .button:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:active, .inline-toolbar GtkToolButton > .button:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:checked { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } +- .inline-toolbar GtkToolButton > .button:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .inline-toolbar GtkToolButton > .button:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:checked { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #2f3333, #323636); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:checked { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #2f3434); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #262929); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { +- color: inherit; } +- +-.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop > .button.titlebutton, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked, .osd .button:insensitive, .osd .button:backdrop:insensitive, .osd .button:backdrop, .osd .button.suggested-action, .osd .button.suggested-action:hover, .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked, .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive, .osd .button.suggested-action:backdrop, .osd .button.destructive-action, .osd .button.destructive-action:hover, .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked, .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive, .osd .button.destructive-action:backdrop, .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +-.inline-toolbar .titlebar .button.titlebutton, +-.titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop, .linked > .button, .header-bar .linked > .button.titlebutton, +-.titlebar .linked > .button.titlebutton, .linked > .button:hover, .linked > .button:active, .linked > .button:checked, .linked > .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .header-bar .button.titlebutton, .header-bar GtkComboBox.combobox-entry .button.titlebutton, +-GtkComboBox.combobox-entry .titlebar .button.titlebutton, +-.titlebar GtkComboBox.combobox-entry .button.titlebutton, GtkComboBox.combobox-entry .button:backdrop, .linked > GtkComboBox > .button:dir(ltr) { +- border-radius: 0; +- border-left-style: none; } +- .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), .header-bar .linked > .button.titlebutton:dir(rtl), +- .titlebar .linked > .button.titlebutton:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { +- border-radius: 0; +- border-right-style: none; +- border-left-style: solid; } +- +-.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .header-bar .linked > .button.titlebutton:first-child, +-.titlebar .linked > .button.titlebutton:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { +- border-radius: 3px 0 0 3px; +- border-left-style: solid; } +-.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .header-bar .linked > .button.titlebutton:last-child, +-.titlebar .linked > .button.titlebutton:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { +- border-radius: 0 3px 3px 0; } +- .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .header-bar .linked > .button.titlebutton:last-child:dir(rtl), +- .titlebar .linked > .button.titlebutton:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { +- border-right-style: solid; } +-.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .header-bar .linked > .button.titlebutton:only-child, +-.titlebar .linked > .button.titlebutton:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } +- +-.linked.vertical > .entry, .linked.vertical > .button, .header-bar .linked.vertical > .button.titlebutton, +-.titlebar .linked.vertical > .button.titlebutton, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button, +-.linked.vertical > GtkComboBox > .button { +- border-left-style: solid; +- border-bottom-style: none; +- border-radius: 0; } +- +-.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .header-bar .linked.vertical > .button.titlebutton:first-child, +-.titlebar .linked.vertical > .button.titlebutton:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, +-.linked.vertical > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 0 0; } +-.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .header-bar .linked.vertical > .button.titlebutton:last-child, +-.titlebar .linked.vertical > .button.titlebutton:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, +-.linked.vertical > GtkComboBox:last-child > .button { +- border-radius: 0 0 3px 3px; +- border-style: solid; } +-.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .header-bar .linked.vertical > .button.titlebutton:only-child, +-.titlebar .linked.vertical > .button.titlebutton:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, +-.linked.vertical > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } +- +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .header-bar .menuitem.titlebutton.button:backdrop:hover, +-.titlebar .menuitem.titlebutton.button:backdrop:hover, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .menu.button, .header-bar .menu.button.titlebutton, +-.titlebar .menu.button.titlebutton, .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +-.notebook tab .titlebar .button.titlebutton, +-.titlebar .notebook tab .button.titlebutton, .list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked, .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +-.app-notification .titlebar .titlebutton.button, +-.titlebar .app-notification .titlebutton.button, +-.app-notification.frame .button.flat, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, .app-notification .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification .titlebar .titlebutton.button:backdrop:insensitive, +-.titlebar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification.frame .button.flat:backdrop, +-.app-notification.frame .header-bar .button.titlebutton:backdrop, +-.header-bar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .titlebar .button.titlebutton:backdrop, +-.titlebar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .button.flat:insensitive, +-.app-notification.frame .header-bar .button.titlebutton:insensitive, +-.header-bar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .titlebar .button.titlebutton:insensitive, +-.titlebar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +-.titlebar GtkCalendar.button.titlebutton, GtkCalendar.button:hover, GtkCalendar.button:backdrop, .scale-popup .button:hover, .scale-popup .button:backdrop, .scale-popup .button:backdrop:hover, .scale-popup .button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- +-/* menu buttons */ +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button { +- outline-offset: -1px; } +- .menuitem.button.flat:hover, .header-bar .menuitem.titlebutton.button:hover, +- .titlebar .menuitem.titlebutton.button:hover { +- background-color: #4b5050; } +- +-GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, +-.titlebar GtkColorButton.button.titlebutton { +- padding: 5px; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child { +- border-radius: 0; +- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { +- box-shadow: none; } +- +-/********* +- * Links * +- *********/ +-*:link, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- color: #4a90d9; } +- *:link:visited, .button:visited, .header-bar .button.titlebutton:visited, +- .titlebar .button.titlebutton:visited { +- color: #2a76c6; } +- *:selected *:link:visited, *:selected .button:visited { +- color: #a6bed7; } +- *:link:hover, .button:hover:link, .button:hover:visited { +- color: #74aae2; } +- *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { +- color: #e8eef5; } +- *:link:active, .button:active:link, .button:active:visited { +- color: #4a90d9; } +- *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { +- color: #d2deeb; } +- *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, +- .header-bar.selection-mode .subtitle:backdrop:hover:link { +- color: #215d9c; } +- *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, +- .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { +- color: #d2deeb; } +- +-.button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- text-shadow: none; } +- .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { +- text-shadow: none; } +- +-/***************** +- * GtkSpinButton * +- *****************/ +-.spinbutton .button, .spinbutton .header-bar .button.titlebutton, .header-bar .spinbutton .button.titlebutton, +-.spinbutton .titlebar .button.titlebutton, +-.titlebar .spinbutton .button.titlebutton { +- background-image: none; +- border-style: none none none solid; +- border-color: rgba(28, 31, 31, 0.3); +- color: #dadad8; +- border-radius: 0; +- box-shadow: none; } +- .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .spinbutton .button:hover { +- color: #eeeeec; +- background-color: rgba(238, 238, 236, 0.05); } +- .spinbutton .button:insensitive { +- color: rgba(147, 150, 149, 0.3); } +- .spinbutton .button:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); +- background-color: rgba(0, 0, 0, 0.1); } +- .spinbutton .button:backdrop { +- color: #888b8a; +- border-color: rgba(30, 34, 34, 0.3); +- background-color: transparent; } +- .spinbutton .button:backdrop:insensitive { +- background-image: none; +- color: rgba(93, 103, 103, 0.3); +- border-style: none none none solid; } +- .spinbutton .button:backdrop:insensitive:dir(rtl) { +- border-style: none solid none none; } +-.osd .spinbutton .button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #eeeeec; +- border-style: none none none solid; +- border-color: rgba(0, 0, 0, 0.4); +- border-radius: 0; +- box-shadow: none; +- icon-shadow: 0 1px black; } +- .osd .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .osd .spinbutton .button:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.5); +- background-color: rgba(238, 238, 236, 0.1); +- icon-shadow: 0 1px black; +- box-shadow: none; } +- .osd .spinbutton .button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #878989; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .spinbutton .button:dir(rtl):first-child { +- border-radius: 3px 0 0 3px; } +-.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { +- padding-top: 8px; +- padding-bottom: 8px; } +- .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:first-child:insensitive > .label, +- .spinbutton.vertical .titlebar .button.titlebutton:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .header-bar .button.titlebutton:first-child:insensitive > .label, +- .spinbutton.vertical:dir(rtl) .titlebar .button.titlebutton:first-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); } +- .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:last-child:insensitive > .label, +- .spinbutton.vertical .titlebar .button.titlebutton:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .header-bar .button.titlebutton:last-child:insensitive > .label, +- .spinbutton.vertical:dir(rtl) .titlebar .button.titlebutton:last-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .spinbutton.vertical .titlebar .button.titlebutton:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .spinbutton.vertical:dir(rtl) .titlebar .button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +-.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { +- border-radius: 0; +- padding-left: 3px; +- padding-right: 3px; } +-.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- border-radius: 3px 3px 0 0; +- border-style: solid solid none solid; } +-.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- border-radius: 0 0 3px 3px; +- border-style: none solid solid solid; } +-GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { +- padding: 1px; +- border-width: 1px 0; +- border-color: #215d9c; +- border-radius: 0; +- box-shadow: none; } +- +-/************** +- * ComboBoxes * +- **************/ +-GtkComboBox { +- -GtkComboBox-arrow-scaling: 0.5; +- -GtkComboBox-shadow-type: none; +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); } +- GtkComboBox > .button, .header-bar GtkComboBox > .button.titlebutton, +- .titlebar GtkComboBox > .button.titlebutton { +- padding-top: 3px; +- padding-bottom: 4px; } +- GtkComboBox:insensitive { +- color: #939695; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop { +- color: #939695; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop:insensitive { +- color: #5d6767; } +- GtkComboBox .menuitem { +- text-shadow: none; } +- GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/************ +- * Toolbars * +- ************/ +-.toolbar, .inline-toolbar, .search-bar, .location-bar { +- -GtkWidget-window-dragging: true; +- padding: 4px; +- background-color: #393f3f; } +- .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { +- padding: 13px; +- border: none; +- border-radius: 5px; +- background-color: rgba(32, 37, 38, 0.7); } +- +-.inline-toolbar { +- border-width: 0 1px 1px; +- padding: 3px; +- border-radius: 0 0 5px 5px; } +- +-.search-bar, .location-bar { +- border-width: 0 0 1px; +- padding: 3px; } +- +-.inline-toolbar, .search-bar, .location-bar { +- border-style: solid; +- border-color: #1c1f1f; +- background-color: #303535; +- box-shadow: inset 0 2px 3px -1px #242727, 0 1px rgba(238, 238, 236, 0.1); } +- .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { +- border-color: #1e2222; +- background-color: #2f3434; +- box-shadow: none; } +- +-/*************** +- * Header bars * +- ***************/ +-.titlebar, +-.header-bar { +- padding: 6px; +- border-width: 0 0 1px; +- border-style: solid; +- border-color: #1c1f1f; +- border-radius: 7px 7px 0 0; +- background-color: transparent; +- background-image: linear-gradient(to bottom, #434a4a, #393f3f); +- box-shadow: inset 0 -1px #2d3232, inset 0 1px rgba(238, 238, 236, 0.1); } +- .titlebar:backdrop, +- .header-bar:backdrop { +- border-color: #1e2222; +- background-color: #393f3f; +- background-image: none; +- box-shadow: inset 0 1px rgba(238, 238, 236, 0.1); } +- .titlebar .title, +- .header-bar .title { +- font-weight: bold; +- padding: 0px 12px; } +- .titlebar .subtitle, +- .header-bar .subtitle { +- font-size: smaller; +- padding: 0 12px; } +- .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, +- .header-bar .header-bar-separator, +- .header-bar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { +- -GtkWidget-wide-separators: true; +- -GtkWidget-separator-width: 1px; +- border-width: 0 1px; +- border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 0) 100%) 0 1/0 1px stretch; } +- .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, +- .header-bar .header-bar-separator:backdrop, +- .header-bar > GtkBox > .separator.vertical:backdrop { +- border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; } +- .titlebar.selection-mode, +- .header-bar.selection-mode { +- color: #ffffff; +- text-shadow: 0 -1px rgba(0, 0, 0, 0.5); +- border-color: #0f2b48; +- background-image: linear-gradient(to bottom, #256ab1, #215d9c); +- box-shadow: inset 0 -1px #1a4b7e, inset 0 1px rgba(43, 100, 160, 0.55); } +- .titlebar.selection-mode:backdrop, +- .header-bar.selection-mode:backdrop { +- background-image: linear-gradient(to bottom, #215d9c); +- box-shadow: inset 0 1px rgba(48, 103, 161, 0.46); } +- .titlebar.selection-mode .button, +- .header-bar.selection-mode .button { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55); } +- .titlebar.selection-mode .button.flat, +- .titlebar.selection-mode .titlebutton.button, +- .header-bar.selection-mode .button.flat, +- .header-bar.selection-mode .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:hover, +- .header-bar.selection-mode .button:hover { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55); } +- .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked, +- .header-bar.selection-mode .button:active, +- .header-bar.selection-mode .button:checked { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(43, 100, 160, 0.55); } +- .titlebar.selection-mode .button:backdrop, .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop { +- color: #d2deeb; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #215d9c); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); +- -gtk-image-effect: none; +- border-color: #0f2b48; } +- .titlebar.selection-mode .button:backdrop:active, .titlebar.selection-mode .button:backdrop:checked, .titlebar.selection-mode .button.flat:backdrop:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode .button.flat:backdrop:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:checked, +- .header-bar.selection-mode .button:backdrop:active, +- .header-bar.selection-mode .button:backdrop:checked, +- .header-bar.selection-mode .button.flat:backdrop:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:active, +- .header-bar.selection-mode .button.flat:backdrop:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:checked { +- color: #d0d9e2; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #184472); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button:backdrop:insensitive, .titlebar.selection-mode .button.flat:backdrop:insensitive, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive, +- .header-bar.selection-mode .button:backdrop:insensitive, +- .header-bar.selection-mode .button.flat:backdrop:insensitive, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { +- color: #6f90b2; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #22558a); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button:backdrop:insensitive:active, +- .header-bar.selection-mode .button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { +- color: #6c88a5; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #1d4876); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, +- .titlebar.selection-mode .titlebutton.button:insensitive, .titlebar.selection-mode .button.flat:insensitive:backdrop, +- .titlebar.selection-mode .titlebutton.button:insensitive:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button.flat:insensitive, +- .header-bar.selection-mode .titlebutton.button:insensitive, +- .header-bar.selection-mode .button.flat:insensitive:backdrop, +- .header-bar.selection-mode .titlebutton.button:insensitive:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:insensitive, +- .header-bar.selection-mode .button:insensitive { +- color: #90aac4; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #22558a); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); } +- .titlebar.selection-mode .button:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive > .label, +- .header-bar.selection-mode .button:insensitive > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, +- .header-bar.selection-mode .button:insensitive:active, +- .header-bar.selection-mode .button:insensitive:checked { +- color: #a4b5c8; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #1b436f, #1d4876); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); } +- .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:checked > .label, +- .header-bar.selection-mode .button:insensitive:active > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:active > .label, +- .header-bar.selection-mode .button:insensitive:checked > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action, +- .header-bar.selection-mode .button.suggested-action { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button.suggested-action:hover, +- .header-bar.selection-mode .button.suggested-action:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button.suggested-action:active, +- .header-bar.selection-mode .button.suggested-action:active { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(43, 100, 160, 0.55); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button.suggested-action:insensitive, +- .header-bar.selection-mode .button.suggested-action:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button.suggested-action:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:insensitive > .label, +- .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action:backdrop, +- .header-bar.selection-mode .button.suggested-action:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0); +- border-color: #0f2b48; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, +- .header-bar.selection-mode .selection-menu, +- .header-bar.selection-mode .selection-menu:backdrop { +- border-color: rgba(33, 93, 156, 0); +- background-image: linear-gradient(to bottom, rgba(33, 93, 156, 0)); +- box-shadow: none; +- padding-left: 10px; +- padding-right: 10px; } +- .titlebar.selection-mode .selection-menu GtkArrow, .titlebar.selection-mode .selection-menu:backdrop GtkArrow, +- .header-bar.selection-mode .selection-menu GtkArrow, +- .header-bar.selection-mode .selection-menu:backdrop GtkArrow { +- -GtkArrow-arrow-scaling: 1; } +- .titlebar.selection-mode .selection-menu .arrow, +- .header-bar.selection-mode .selection-menu .arrow { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +- color: rgba(255, 255, 255, 0.5); +- icon-shadow: none; } +- .tiled .titlebar, .maximized .titlebar, .tiled +- .header-bar, .maximized +- .header-bar { +- border-radius: 0; } +- .titlebar.default-decoration, +- .header-bar.default-decoration { +- padding: 4px; } +- .titlebar.default-decoration .button, +- .header-bar.default-decoration .button { +- padding: 5px; } +- +-/************ +- * Pathbars * +- ************/ +-.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton, +-.path-bar .titlebar .button.titlebutton, +-.titlebar .path-bar .button.titlebutton { +- padding: 5px 6px 6px; } +- .path-bar .button:first-child { +- padding-left: 8px; } +- .path-bar .button:last-child { +- padding-right: 8px; } +- .path-bar .button:only-child { +- padding-left: 12px; +- padding-right: 12px; } +- .path-bar .button .label:last-child { +- padding-left: 2px; } +- .path-bar .button .label:first-child { +- padding-right: 2px; } +- .path-bar .button .label:only-child { +- padding-right: 0; +- padding-left: 0; } +- .path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage, +- .path-bar .titlebar .button.titlebutton GtkImage, +- .titlebar .path-bar .button.titlebutton GtkImage { +- padding-top: 1px; } +- +-/************** +- * Tree Views * +- **************/ +-GtkTreeView.view { +- -GtkTreeView-grid-line-width: 1; +- -GtkTreeView-grid-line-pattern: ''; +- -GtkTreeView-tree-line-width: 1; +- -GtkTreeView-tree-line-pattern: ''; +- -GtkTreeView-expander-size: 16; +- border-left-color: #8b8b8a; +- border-top-color: #393f3f; } +- GtkTreeView.view:selected { +- border-radius: 0; } +- GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { +- border-left-color: #90aecd; +- border-top-color: rgba(238, 238, 236, 0.1); } +- GtkTreeView.view:insensitive { +- color: #939695; } +- GtkTreeView.view:insensitive:selected { +- color: #799dc3; } +- GtkTreeView.view:insensitive:selected:backdrop { +- color: #638db9; } +- GtkTreeView.view:insensitive:backdrop { +- color: #5d6767; } +- GtkTreeView.view.separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkTreeView.view:backdrop { +- border-left-color: #666a6a; +- border-top: #393f3f; } +- GtkTreeView.view.dnd { +- border-style: solid none; +- border-width: 1px; +- border-color: #87a5c4; } +- GtkTreeView.view.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +- color: #b2b2b1; } +- GtkTreeView.view.expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- GtkTreeView.view.expander:hover { +- color: #eeeeec; } +- GtkTreeView.view.expander:selected { +- color: #bccee1; } +- GtkTreeView.view.expander:selected:hover { +- color: #ffffff; } +- GtkTreeView.view.expander:selected:backdrop { +- color: #bccee1; } +- GtkTreeView.view.expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- GtkTreeView.view.expander:backdrop { +- color: #747675; } +- GtkTreeView.view.progressbar { +- border: 1px solid #0f2b48; +- border-radius: 4px; +- background-image: linear-gradient(to bottom, #215d9c, #184472); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } +- GtkTreeView.view.progressbar:selected { +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); +- background-image: linear-gradient(to bottom, #292929, #101010); } +- GtkTreeView.view.progressbar:selected:backdrop { +- border-color: #2c2c2c; +- background-color: #2c2c2c; } +- GtkTreeView.view.progressbar:backdrop { +- border-color: #2c2c2c; +- background-image: none; +- box-shadow: none; } +- GtkTreeView.view.trough { +- background-color: rgba(238, 238, 236, 0.1); +- border-radius: 4px; } +- GtkTreeView.view.trough:selected { +- background-color: #184472; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton { +- color: #8b8b8a; +- background-color: #292929; +- font-weight: bold; +- text-shadow: none; +- box-shadow: none; } +- column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, +- column-header .titlebar .button.titlebutton:hover, +- .titlebar column-header .button.titlebutton:hover { +- color: #bcbcbb; +- box-shadow: none; +- transition: none; } +- column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, +- column-header .titlebar .button.titlebutton:active, +- .titlebar column-header .button.titlebutton:active { +- color: #eeeeec; +- transition: none; } +-column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton, +-column-header:last-child .titlebar .button.titlebutton, +-.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child, +-.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { +- border-right-style: none; } +- +-column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton, +-column-header .titlebar .dnd.button.titlebutton, +-.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, .header-bar column-header.dnd.button.titlebutton, +-.titlebar column-header.dnd.button.titlebutton { +- transition: none; +- color: #215d9c; +- box-shadow: inset 1px 1px 0 1px #215d9c, inset -1px 0 0 1px #215d9c, inset 1px 1px #292929, inset -1px 0 #292929; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton, column-header .button:hover, column-header .button:active { +- padding: 3px 6px; +- border-style: none solid solid none; +- border-radius: 0; +- background-image: none; +- border-color: #393f3f; +- text-shadow: none; } +- column-header .button:insensitive, column-header .header-bar .button.titlebutton:insensitive, .header-bar column-header .button.titlebutton:insensitive, +- column-header .titlebar .button.titlebutton:insensitive, +- .titlebar column-header .button.titlebutton:insensitive { +- border-color: #393f3f; +- background-image: none; } +- column-header .button:backdrop, column-header .header-bar .button.titlebutton:backdrop, .header-bar column-header .button.titlebutton:backdrop, +- column-header .titlebar .button.titlebutton:backdrop, +- .titlebar column-header .button.titlebutton:backdrop { +- border-color: #393f3f; +- border-style: none solid solid none; +- color: #666a6a; +- background-image: none; +- background-color: #2c2c2c; } +- column-header .button:backdrop:insensitive { +- border-color: #393f3f; +- background-image: none; } +- +-/********* +- * Menus * +- *********/ +-.menubar { +- -GtkWidget-window-dragging: true; +- padding: 0px; +- box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } +- .menubar:backdrop { +- background-color: #393f3f; } +- .menubar > .menuitem { +- padding: 4px 8px; } +- .menubar > .menuitem:hover { +- box-shadow: inset 0 -3px #215d9c; +- color: #4a90d9; } +- .menubar > .menuitem:insensitive { +- color: #939695; +- box-shadow: none; } +- +-.menu { +- margin: 4px; +- padding: 0px; +- background-color: #292929; +- border: 1px solid #1c1f1f; } +- .csd .menu { +- border: none; } +- .menu .menuitem { +- text-shadow: none; +- padding: 4px; } +- .menu .menuitem:hover { +- color: #ffffff; +- background-color: #215d9c; } +- .menu .menuitem:insensitive { +- color: #939695; } +- .menu .menuitem:insensitive:backdrop { +- color: #5d6767; } +- .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { +- color: #939695; +- background-color: #2c2c2c; } +- .menu .menuitem.arrow { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .menu .menuitem.arrow:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .menu.button, .header-bar .menu.button.titlebutton, +- .titlebar .menu.button.titlebutton { +- border-style: none; +- border-radius: 0; } +- .menu.button.top { +- border-bottom: 1px solid #3c3c3c; } +- .menu.button.bottom { +- border-top: 1px solid #3c3c3c; } +- .menu.button:hover { +- background-color: #3c3c3c; } +- .menu.button:insensitive { +- color: transparent; +- background-color: transparent; +- border-color: transparent; } +- +-.menuitem .accelerator { +- color: alpha(currentColor,0.55); } +- +-/*************** +- * Popovers * +- ***************/ +-.popover { +- padding: 2px; +- border: 1px solid #1c1f1f; +- border-radius: 5px; +- background-color: #313434; +- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } +- .popover:backdrop { +- box-shadow: none; } +- .popover > .list, +- .popover > .view, +- .popover > .toolbar, +- .popover > .inline-toolbar, +- .popover > .search-bar, +- .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { +- border-style: none; +- background-color: transparent; } +- .popover .button.flat, .popover .header-bar .titlebutton.button, .header-bar .popover .titlebutton.button, +- .popover .titlebar .titlebutton.button, +- .titlebar .popover .titlebutton.button, +- .popover .button.flat:hover, +- .popover .header-bar .titlebutton.button:hover, +- .header-bar .popover .titlebutton.button:hover, +- .popover .titlebar .titlebutton.button:hover, +- .titlebar .popover .titlebutton.button:hover { +- text-shadow: none; +- transition: none; } +- +-.entry.cursor-handle, +-.cursor-handle { +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- border-style: none; } +- .entry.cursor-handle.top, +- .cursor-handle.top { +- -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } +- .entry.cursor-handle.bottom, +- .cursor-handle.bottom { +- -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } +- +-/***************** +- * Notebooks and * +- * Tabs * +- *****************/ +-.notebook { +- padding: 0; +- background-color: #292929; +- -GtkNotebook-initial-gap: 10; +- -GtkNotebook-arrow-spacing: 5; +- -GtkNotebook-tab-curvature: 0; +- -GtkNotebook-tab-overlap: -8; +- -GtkNotebook-has-tab-gap: false; +- -GtkWidget-focus-padding: 0; +- -GtkWidget-focus-line-width: 0; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .notebook:backdrop { +- background-color: #2c2c2c; } +- .notebook.frame { +- border: 1px solid #1c1f1f; } +- .notebook.frame.top { +- border-top-width: 0; } +- .notebook.frame.bottom { +- border-bottom-width: 0; } +- .notebook.frame.right { +- border-right-width: 0; } +- .notebook.frame.left { +- border-left-width: 0; } +- .notebook.frame:backdrop { +- border-color: #1e2222; } +- .notebook.header { +- background-color: #303535; } +- .notebook.header.frame { +- border: 1px solid #1c1f1f; } +- .notebook.header.frame.top { +- border-bottom-width: 0; } +- .notebook.header.frame.bottom { +- border-top-width: 0; } +- .notebook.header.frame.right { +- border-left-width: 0; } +- .notebook.header.frame.left { +- border-right-width: 0; } +- .notebook.header.frame:backdrop { +- border-color: #1e2222; } +- .notebook.header.top { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #1c1f1f; } +- .notebook.header.top:backdrop { +- box-shadow: inset 0 -1px #1e2222; } +- .notebook.header.bottom { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #1c1f1f; } +- .notebook.header.bottom:backdrop { +- box-shadow: inset 0 1px #1e2222; } +- .notebook.header.right { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #1c1f1f; } +- .notebook.header.right:backdrop { +- box-shadow: inset 1px 0 #1e2222; } +- .notebook.header.left { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #1c1f1f; } +- .notebook.header.left:backdrop { +- box-shadow: inset -1px 0 #1e2222; } +- .notebook.header:backdrop { +- background-color: #2f3434; +- box-shadow: none; } +- .notebook tab { +- border-width: 0; +- border-style: solid; +- border-color: transparent; +- background-color: transparent; +- outline-offset: 0; +- /* works for testnotebookdnd, but there's a superfluous border +- in gedit or web, commented out for now, needs gtk fixes +- &.reorderable-page { +- &.top { +- padding-top: ($vt_vpadding - 1px); +- border-top-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.bottom { +- padding-bottom: ($vt_vpadding - 1px); +- border-bottom-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.left { +- padding-left: ($ht_hpadding - 1px); +- border-left-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- &.right { +- padding-right: ($ht_hpadding - 1px); +- border-right-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- } +- */ } +- .notebook tab.top, .notebook tab.bottom { +- padding: 8px 20px; } +- .notebook tab.left, .notebook tab.right { +- padding: 5px 20px; } +- .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { +- padding-left: 12px; +- padding-right: 12px; +- border-left-width: 1px; +- border-right-width: 1px; } +- .notebook tab.reorderable-page.left, .notebook tab.reorderable-page.right { +- border-bottom-width: 1px; +- border-top-width: 1px; } +- .notebook tab.top { +- border-bottom-width: 3px; } +- .notebook tab.bottom { +- border-top-width: 3px; } +- .notebook tab.left { +- border-right-width: 3px; } +- .notebook tab.right { +- border-left-width: 3px; } +- .notebook tab:hover, .notebook tab.prelight-page { +- border-color: #1c1f1f; } +- .notebook tab:active, .notebook tab.active-page, .notebook tab:backdrop:active { +- border-color: #215d9c; } +- .notebook tab:backdrop { +- background-color: transparent; +- border-color: transparent; } +- .notebook tab.reorderable-page.top { +- border-color: transparent; } +- .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { +- border-color: rgba(28, 31, 31, 0.3); +- border-bottom-color: #1c1f1f; +- background-color: rgba(57, 63, 63, 0.2); } +- .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { +- background-color: rgba(57, 63, 63, 0.5); +- border-color: rgba(28, 31, 31, 0.5); +- border-bottom-color: #215d9c; } +- .notebook tab.reorderable-page.top:active:hover, .notebook tab.reorderable-page.top.active-page:hover { +- background-color: rgba(57, 63, 63, 0.7); } +- .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { +- border-color: #1e2222; +- background-color: #393f3f; +- border-bottom-color: #215d9c; } +- .notebook tab.reorderable-page.top:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab.reorderable-page.bottom { +- border-color: transparent; } +- .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { +- border-color: rgba(28, 31, 31, 0.3); +- border-top-color: #1c1f1f; +- background-color: rgba(57, 63, 63, 0.2); } +- .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { +- background-color: rgba(57, 63, 63, 0.5); +- border-color: rgba(28, 31, 31, 0.5); +- border-top-color: #215d9c; } +- .notebook tab.reorderable-page.bottom:active:hover, .notebook tab.reorderable-page.bottom.active-page:hover { +- background-color: rgba(57, 63, 63, 0.7); } +- .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { +- border-color: #1e2222; +- background-color: #393f3f; +- border-top-color: #215d9c; } +- .notebook tab.reorderable-page.bottom:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab.reorderable-page.left { +- border-color: transparent; } +- .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { +- border-color: rgba(28, 31, 31, 0.3); +- border-right-color: #1c1f1f; +- background-color: rgba(57, 63, 63, 0.2); } +- .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { +- background-color: rgba(57, 63, 63, 0.5); +- border-color: rgba(28, 31, 31, 0.5); +- border-right-color: #215d9c; } +- .notebook tab.reorderable-page.left:active:hover, .notebook tab.reorderable-page.left.active-page:hover { +- background-color: rgba(57, 63, 63, 0.7); } +- .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { +- border-color: #1e2222; +- background-color: #393f3f; +- border-right-color: #215d9c; } +- .notebook tab.reorderable-page.left:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab.reorderable-page.right { +- border-color: transparent; } +- .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { +- border-color: rgba(28, 31, 31, 0.3); +- border-left-color: #1c1f1f; +- background-color: rgba(57, 63, 63, 0.2); } +- .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { +- background-color: rgba(57, 63, 63, 0.5); +- border-color: rgba(28, 31, 31, 0.5); +- border-left-color: #215d9c; } +- .notebook tab.reorderable-page.right:active:hover, .notebook tab.reorderable-page.right.active-page:hover { +- background-color: rgba(57, 63, 63, 0.7); } +- .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { +- border-color: #1e2222; +- background-color: #393f3f; +- border-left-color: #215d9c; } +- .notebook tab.reorderable-page.right:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab .label { +- padding: 0 2px; +- font-weight: bold; +- color: #939695; } +- .notebook tab .label:backdrop, .notebook tab .label.prelight-page:backdrop { +- color: #787e7e; } +- .notebook tab .prelight-page .label, .notebook tab .label.prelight-page { +- color: #c0c2c0; } +- .notebook tab .prelight-page .label:backdrop, .notebook tab .label.prelight-page:backdrop { +- color: #787e7e; } +- .notebook tab .active-page .label, .notebook tab .label.active-page { +- color: #eeeeec; } +- .notebook tab .active-page .label:backdrop, .notebook tab .label.active-page:backdrop { +- color: #939695; } +- .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +- .notebook tab .titlebar .button.titlebutton, +- .titlebar .notebook tab .button.titlebutton { +- padding: 0; +- border: 1px solid transparent; +- icon-shadow: none; +- transition: none; +- color: rgba(238, 238, 236, 0.3); } +- .notebook tab .button:hover { +- color: #eeeeec; +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:active { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .notebook tab .button:backdrop { +- color: rgba(147, 150, 149, 0.3); +- border-color: transparent; } +- .notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage, .header-bar .notebook tab .button.titlebutton > GtkImage, +- .notebook tab .titlebar .button.titlebutton > GtkImage, +- .titlebar .notebook tab .button.titlebutton > GtkImage { +- padding: 2px; } +- .notebook.arrow { +- color: #939695; } +- .notebook.arrow:hover { +- color: #c0c2c0; } +- .notebook.arrow:active { +- color: #eeeeec; } +- .notebook.arrow:insensitive { +- color: rgba(147, 150, 149, 0.3); } +- .notebook.arrow:backdrop { +- color: rgba(147, 150, 149, 0.4); } +- .notebook.arrow:backdrop:insensitive { +- color: #5d6767; } +- +-/************** +- * Scrollbars * +- **************/ +-.scrollbar { +- -GtkRange-slider-width: 13; +- -GtkRange-trough-border: 1; +- -GtkScrollbar-has-backward-stepper: false; +- -GtkScrollbar-has-forward-stepper: false; +- -GtkScrollbar-min-slider-length: 42; +- -GtkRange-stepper-spacing: 0; +- -GtkRange-trough-under-steppers: 1; } +- .scrollbar .button, .scrollbar .header-bar .button.titlebutton, .header-bar .scrollbar .button.titlebutton, +- .scrollbar .titlebar .button.titlebutton, +- .titlebar .scrollbar .button.titlebutton { +- border: none; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- opacity: 0.4; +- -GtkRange-slider-width: 5px; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { +- margin: 0; +- background-color: #eeeeec; +- border: 1px solid black; +- background-clip: padding-box; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { +- border-style: none; +- background-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { +- margin-top: 2px; +- margin-bottom: 2px; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { +- margin-left: 2px; +- margin-right: 2px; } +- .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { +- opacity: 0.7; } +- .scrollbar .trough { +- background-color: #282c2c; +- border: 1px none #1c1f1f; } +- .scrollbar .trough:backdrop { +- background-color: #323737; +- border-color: #1e2222; } +- .scrollbar .slider { +- background-color: #a5a8a6; } +- .scrollbar .slider:hover { +- background-color: #c9cbc9; } +- .scrollbar .slider:prelight:active { +- background-color: #2a76c6; } +- .scrollbar .slider:backdrop { +- background-color: #5d6161; } +- .scrollbar .slider:insensitive { +- background-color: transparent; } +- .scrollbar .slider { +- border-radius: 100px; +- margin: 3px; } +- .scrollbar.fine-tune .slider { +- margin: 4px; } +- .scrollbar.vertical .slider { +- margin-left: 4px; } +- .scrollbar.vertical .slider:dir(rtl) { +- margin-left: 3px; +- margin-right: 4px; } +- .scrollbar.vertical.fine-tune .slider { +- margin-left: 5px; } +- .scrollbar.vertical.fine-tune .slider:dir(rtl) { +- margin-left: 4px; +- margin-right: 5px; } +- .scrollbar.vertical .trough { +- border-left-style: solid; } +- .scrollbar.vertical .trough:dir(rtl) { +- border-left-style: none; +- border-right-style: solid; } +- .scrollbar.horizontal .slider { +- margin-top: 4px; } +- .scrollbar.horizontal.fine-tune .slider { +- margin-top: 5px; } +- .scrollbar.horizontal .trough { +- border-top-style: solid; } +- +-.scrollbars-junction, +-.scrollbars-junction.frame { +- border-color: transparent; +- border-image: linear-gradient(to bottom, #1c1f1f 1px, transparent 1px) 0 0 0 1/0 1px stretch; +- background-color: #282c2c; } +- .scrollbars-junction:dir(rtl), +- .scrollbars-junction.frame:dir(rtl) { +- border-image-slice: 0 1 0 0; } +- .scrollbars-junction:backdrop, +- .scrollbars-junction.frame:backdrop { +- border-image-source: linear-gradient(to bottom, #1e2222 1px, transparent 1px); +- background-color: #323737; } +- +-/********** +- * Switch * +- **********/ +-GtkSwitch { +- -GtkSwitch-slider-width: 45px; +- font-weight: bold; +- font-size: smaller; +- outline-offset: -4px; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkSwitch.trough { +- border: 1px solid #1c1f1f; +- border-radius: 3px; +- color: #eeeeec; +- background-image: linear-gradient(to bottom, #2d3232); +- text-shadow: 0 1px rgba(0, 0, 0, 0.1); } +- GtkSwitch.trough:active { +- background-image: linear-gradient(to bottom, #215d9c 2px, #266cb5); +- color: white; +- border-color: #0f2b48; +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); +- text-shadow: 0 1px rgba(15, 43, 72, 0.5), 0 0 2px rgba(255, 255, 255, 0.6); } +- GtkSwitch.trough:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: none; +- background-color: #323636; +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); +- text-shadow: none; } +- GtkSwitch.trough:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #2f3434); +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.trough:backdrop:active { +- border-color: #0f2b48; +- background-image: linear-gradient(to bottom, #215d9c); +- box-shadow: none; } +- GtkSwitch.trough:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: none; +- background-color: #323636; } +- GtkSwitch.slider { +- border: 1px solid; +- border-radius: 3px; +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2a2f2f; } +- GtkSwitch.slider:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2a2f2f; } +- GtkSwitch.slider:active { +- border: 1px solid #0f2b48; } +- GtkSwitch.slider:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- GtkSwitch.slider:insensitive > .label { +- color: inherit; } +- GtkSwitch.slider:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- box-shadow: none; } +- GtkSwitch.slider:backdrop:active { +- border-color: #0f2b48; } +- GtkSwitch.slider:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- box-shadow: none; } +- GtkSwitch.slider:backdrop:insensitive > .label { +- color: inherit; } +- +-/************************* +- * Check and Radio items * +- *************************/ +-.check { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check.button.flat, .header-bar .check.titlebutton.button, +- .titlebar .check.titlebutton.button { +- icon-shadow: none; } +- +-.check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:hover.button.flat, .header-bar .check.titlebutton.button:hover, +- .titlebar .check.titlebutton.button:hover { +- icon-shadow: none; } +- +-.check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:active.button.flat, .header-bar .check.titlebutton.button:active, +- .titlebar .check.titlebutton.button:active { +- icon-shadow: none; } +- +-.check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:insensitive.button.flat, .header-bar .check.titlebutton.button:insensitive, +- .titlebar .check.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop.button.flat, .header-bar .check.titlebutton.button:backdrop, +- .titlebar .check.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:insensitive, +- .titlebar .check.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:inconsistent.button.flat, .header-bar .check.titlebutton.button:inconsistent, +- .titlebar .check.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:inconsistent:hover.button.flat, .header-bar .check.titlebutton.button:inconsistent:hover, +- .titlebar .check.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:inconsistent:selected.button.flat, .header-bar .check.titlebutton.button:inconsistent:selected, +- .titlebar .check.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:inconsistent:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:inconsistent:insensitive.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive, +- .titlebar .check.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:inconsistent:insensitive:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:checked.button.flat, .header-bar .check.titlebutton.button:checked, +- .titlebar .check.titlebutton.button:checked { +- icon-shadow: none; } +- +-.check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:checked:insensitive, +- .titlebar .check.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:checked:hover.button.flat, .header-bar .check.titlebutton.button:checked:hover, +- .titlebar .check.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .check:checked:active.button.flat, .header-bar .check.titlebutton.button:checked:active, +- .titlebar .check.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked.button.flat, .header-bar .check.titlebutton.button:backdrop:checked, +- .titlebar .check.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .check.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.menu .menuitem.check { +- -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); +- color: #a5a8a6; +- icon-shadow: none; } +- .menu .menuitem.check:active, .menu .menuitem.check:checked { +- -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); } +- .menu .menuitem.check:inconsistent { +- -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } +- .menu .menuitem.check:hover { +- color: #ffffff; } +- .menu .menuitem.check:insensitive { +- color: #666a6a; } +- +-.radio { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio.button.flat, .header-bar .radio.titlebutton.button, +- .titlebar .radio.titlebutton.button { +- icon-shadow: none; } +- +-.radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:hover.button.flat, .header-bar .radio.titlebutton.button:hover, +- .titlebar .radio.titlebutton.button:hover { +- icon-shadow: none; } +- +-.radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:active.button.flat, .header-bar .radio.titlebutton.button:active, +- .titlebar .radio.titlebutton.button:active { +- icon-shadow: none; } +- +-.radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:insensitive.button.flat, .header-bar .radio.titlebutton.button:insensitive, +- .titlebar .radio.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop.button.flat, .header-bar .radio.titlebutton.button:backdrop, +- .titlebar .radio.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:inconsistent.button.flat, .header-bar .radio.titlebutton.button:inconsistent, +- .titlebar .radio.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:inconsistent:hover.button.flat, .header-bar .radio.titlebutton.button:inconsistent:hover, +- .titlebar .radio.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:inconsistent:selected.button.flat, .header-bar .radio.titlebutton.button:inconsistent:selected, +- .titlebar .radio.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:inconsistent:insensitive.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:insensitive:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:checked.button.flat, .header-bar .radio.titlebutton.button:checked, +- .titlebar .radio.titlebutton.button:checked { +- icon-shadow: none; } +- +-.radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:checked:insensitive, +- .titlebar .radio.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:checked:hover.button.flat, .header-bar .radio.titlebutton.button:checked:hover, +- .titlebar .radio.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); } +- .radio:checked:active.button.flat, .header-bar .radio.titlebutton.button:checked:active, +- .titlebar .radio.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked, +- .titlebar .radio.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.menu .menuitem.radio { +- -gtk-icon-source: -gtk-icontheme("radio-symbolic"); +- color: #a5a8a6; +- icon-shadow: none; } +- .menu .menuitem.radio:active, .menu .menuitem.radio:checked { +- -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); } +- .menu .menuitem.radio:inconsistent { +- -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } +- .menu .menuitem.radio:hover { +- color: #ffffff; } +- .menu .menuitem.radio:insensitive { +- color: #666a6a; } +- +-.view.check, .view.radio, +-.list-row .check, list-row .radio { +- icon-shadow: none; } +- .view.check:selected, GtkCalendar.check:selected, .view.check:hover, .view.radio:selected, GtkCalendar.radio:selected, .view.radio:hover, +- .list-row .check:selected, +- .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { +- icon-shadow: none; } +- +-.content-view { +- background-color: #282c2c; } +- .content-view:backdrop { +- background-color: #282c2c; } +- +-.view.content-view.check { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-GtkCheckButton.text-button, GtkRadioButton.text-button { +- padding: 1px 2px 4px; +- outline-offset: 0; } +- GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { +- color: #939695; } +- GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { +- color: #5d6767; } +- +-/************ +- * GtkScale * +- ************/ +-.scale, +-.scale.scale-has-marks-above.scale-has-marks-below, +-.scale.vertical.scale-has-marks-above.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 20; +- -GtkRange-trough-border: 2; +- outline-offset: -9px; +- outline-radius: 4px; } +- .scale.fine-tune, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune { +- outline-offset: -7px; +- outline-radius: 6px; } +- .scale.fine-tune.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { +- margin: 8px; +- border-radius: 4px; } +- .scale.slider, +- .scale.scale-has-marks-above.scale-has-marks-below.slider, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); +- border: 1px solid; +- border-radius: 50%; +- border-color: #151717; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #393f3f, inset 0 -1px #2a2f2f; } +- .scale.slider:hover, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); +- border-color: #151717; +- border-radius: 50%; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(255, 255, 255, 0.14), inset 0 -1px #303535; } +- .scale.slider:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { +- border-style: solid; +- border-radius: 50%; +- background-image: linear-gradient(to bottom, #323636); +- box-shadow: none; } +- .scale.slider:backdrop, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- border-style: solid; +- border-radius: 50%; +- border-color: #171a1a; +- background-image: linear-gradient(to bottom, #393f3f); +- box-shadow: none; } +- .scale.slider:backdrop:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- .scale.slider:backdrop:insensitive > .label, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > .label, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > .label { +- color: inherit; } +- .scale.slider:active, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- border: 1px solid #14375d; } +- .osd .scale.slider, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- background-color: #202526; } +- .osd .scale.slider:hover, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .scale.slider:active, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .scale.slider:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .scale.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- margin: 10px; +- border: 1px solid #1c1f1f; +- border-radius: 3px; +- background-color: #2d3232; +- box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- .scale.trough.highlight, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: linear-gradient(to bottom, #215d9c 2px, #266cb5); +- border-color: #0f2b48; +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); } +- .scale.trough.highlight.vertical, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { +- background-image: linear-gradient(to right, #215d9c 2px, #266cb5); } +- .scale.trough.highlight:backdrop, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { +- border-color: #0f2b48; +- background-color: #215d9c; +- box-shadow: none; } +- .scale.trough:insensitive, .scale.trough.vertical:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { +- border-color: #1c1f1f; +- background-image: none; +- background-color: #323636; +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); } +- .scale.trough:backdrop, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { +- border-color: #1e2222; +- background-color: #2a2f2f; +- box-shadow: none; } +- .scale.trough:backdrop:insensitive, .scale.trough .highlight:backdrop:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive { +- border-color: #1e2222; +- background-color: #323636; } +- .osd .scale.trough, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- border-color: rgba(0, 0, 0, 0.7); +- box-shadow: none; +- margin: 9px; +- background-color: rgba(0, 0, 0, 0.5); +- outline-color: rgba(238, 238, 236, 0.2); +- outline-offset: -8px; } +- .osd .scale.trough.fine-tune, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.fine-tune, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.fine-tune { +- margin: 7px; } +- .osd .scale.trough.highlight, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: none; +- background-color: #215d9c; } +- .osd .scale.trough:insensitive, .osd .scale.trough:backdrop:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; } +- .osd .scale.trough:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { +- border-color: rgba(0, 0, 0, 0.7); +- background-image: none; } +- +-.scale.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover-dark.png"), url("assets/slider-horz-scale-has-marks-below-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover-dark.png"), url("assets/slider-vert-scale-has-marks-below-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above .trough { +- margin: 14px 10px 10px; } +-.fine-tune.scale.scale-has-marks-above .trough { +- margin: 12px 8px 8px; } +- +-.scale.scale-has-marks-below .trough { +- margin: 10px 10px 14px; } +-.fine-tune.scale.scale-has-marks-below .trough { +- margin: 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-above .trough { +- margin: 10px 10px 10px 14px; } +-.fine-tune.scale.vertical.scale-has-marks-above .trough { +- margin: 8px 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-below .trough { +- margin: 10px 14px 10px 10px; } +-.fine-tune.scale.vertical.scale-has-marks-below .trough { +- margin: 8px 12px 8px 8px; } +- +-/***************** +- * Progress bars * +- *****************/ +-GtkProgressBar { +- padding: 0; +- font-size: smaller; +- color: rgba(238, 238, 236, 0.4); +- box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkProgressBar:backdrop { +- color: #5d6767; } +- GtkProgressBar.osd { +- -GtkProgressBar-xspacing: 0; +- -GtkProgressBar-yspacing: 0; +- -GtkProgressBar-min-horizontal-bar-height: 3; } +- GtkProgressBar.trough { +- border: 1px solid #1c1f1f; +- border-radius: 3px; +- background-color: #2e3333; } +- GtkProgressBar.trough:backdrop { +- border-color: #1e2222; +- background-color: #2f3434; +- box-shadow: 0 1px rgba(255, 255, 255, 0); } +- GtkProgressBar.trough.osd { +- border-style: none; +- background-color: transparent; +- box-shadow: none; } +- +-.progressbar { +- background-image: linear-gradient(to bottom, #215d9c 2px, #266cb5); +- border: 1px solid #0f2b48; +- border-radius: 1.5px; +- box-shadow: none; } +- .progressbar.left { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .progressbar.right { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; } +- .progressbar.left.right { +- box-shadow: none; } +- .progressbar.vertical { +- background-image: linear-gradient(to right, #215d9c 2px, #266cb5); } +- .progressbar.vertical.bottom { +- border-bottom-left-radius: 3px; +- border-bottom-right-radius: 3px; +- box-shadow: none; } +- .progressbar.vertical.top { +- border-top-left-radius: 3px; +- border-top-right-radius: 3px; } +- .progressbar:backdrop { +- border-color: #0f2b48; +- background-image: none; +- background-color: #215d9c; +- box-shadow: none; } +- .progressbar.osd { +- background-image: none; +- background-color: #215d9c; +- border-style: none; +- border-radius: 0; } +- +-/************* +- * Level Bar * +- *************/ +-.level-bar.vertical { +- -GtkLevelBar-min-block-width: 3; +- -GtkLevelBar-min-block-height: 34; } +- +-.level-bar { +- box-shadow: 0 1px rgba(238, 238, 236, 0.1); +- -GtkLevelBar-min-block-width: 34; +- -GtkLevelBar-min-block-height: 3; } +- .level-bar.vertical { +- -GtkLevelBar-min-block-width: 3; +- -GtkLevelBar-min-block-height: 34; } +- .level-bar.trough { +- border: 1px solid; +- padding: 2px; +- border-radius: 3px; +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: white; +- border-color: #1c1f1f; +- box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1); } +- .level-bar.trough:backdrop { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #1c1f1f, #232525 3px, #292929 90%); +- color: #d4d4d4; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #2c2c2c); +- box-shadow: 0 1px rgba(238, 238, 236, 0); } +- .level-bar.fill-block { +- border: 1px solid #1c5187; +- background-color: #215d9c; +- box-shadow: 0 1px rgba(0, 0, 0, 0.1); +- border-radius: 1px; } +- .level-bar.fill-block:backdrop { +- border-color: #215d9c; +- box-shadow: none; } +- .level-bar.fill-block.indicator-discrete.horizontal { +- margin: 0 1px; } +- .level-bar.fill-block.indicator-discrete.vertical { +- margin: 1px 0; } +- .level-bar.fill-block.level-high { +- border-color: #40760c; +- background-color: #5aa411; } +- .level-bar.fill-block.level-high:backdrop { +- border-color: #5aa411; } +- .level-bar.fill-block.level-low { +- border-color: #c26000; +- background-color: #f57900; } +- .level-bar.fill-block.level-low:backdrop { +- border-color: #f57900; } +- .level-bar.fill-block.empty-fill-block { +- background-color: transparent; +- border-color: rgba(238, 238, 236, 0.1); +- box-shadow: none; } +- .level-bar.fill-block.empty-fill-block:backdrop { +- border-color: rgba(147, 150, 149, 0.15); } +- +-/********** +- * Frames * +- **********/ +-.frame { +- border: 1px solid #1c1f1f; +- padding: 0; } +- .frame.flat { +- border-style: none; } +- .frame:backdrop { +- border-color: #1e2222; } +- .frame.action-bar { +- padding: 6px; +- border-width: 1px 0 0; } +- +-GtkScrolledWindow GtkViewport.frame { +- border-style: none; } +- +-.separator, GtkPlacesSidebar.sidebar .view .separator, +-GtkPlacesSidebar.sidebar .view .separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/********* +- * Lists * +- *********/ +-.list, .list-row { +- background-color: #292929; +- border-color: #1c1f1f; } +- .list:backdrop, .list-row:backdrop { +- background-color: #2c2c2c; +- border-color: #1e2222; } +- +-.list-row, +-.grid-child { +- padding: 2px; } +- +-.list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked { +- background-color: rgba(41, 41, 41, 0); +- border-style: none; +- border-radius: 0; +- box-shadow: none; } +- +-.list-row.button:hover { +- background-color: #323232; } +-.list-row.button:active { +- box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } +-.list-row.button:selected:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +-.list-row.button:selected:hover { +- background-color: #356ba4; } +-.list-row.button:selected:backdrop { +- background-color: #215d9c; } +-.list-row.button:backdrop:hover { +- background-color: transparent; } +- +-.list-row:selected .button { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .list-row:selected .button.flat, .list-row:selected .header-bar .titlebutton.button, .header-bar .list-row:selected .titlebutton.button, +- .list-row:selected .titlebar .titlebutton.button, +- .titlebar .list-row:selected .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #ffffff; } +- .list-row:selected .button:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .list-row:selected .button:active, .list-row:selected .button:checked { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .header-bar .titlebutton.button:backdrop:active, .header-bar .list-row:selected .titlebutton.button:backdrop:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:checked { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #2f3434); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #262929); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #939695; } +- .list-row:selected .button:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:insensitive > .label, +- .list-row:selected .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #2f3333, #323636); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:active > .label, +- .list-row:selected .titlebar .button.titlebutton:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:checked > .label, +- .list-row:selected .titlebar .button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- +-.list-row, list-row.button, .header-bar list-row.button.titlebutton, +-.titlebar list-row.button.titlebutton { +- transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .list-row:hover, list-row.button:hover, .header-bar list-row.button.titlebutton:hover, +- .titlebar list-row.button.titlebutton:hover { +- transition: none; } +- +-/********************* +- * App Notifications * +- *********************/ +-.app-notification, +-.app-notification.frame { +- padding: 10px; +- border: none; +- border-radius: 0 0 6px 6px; +- background-color: rgba(32, 37, 38, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); +- background-clip: padding-box; } +- .app-notification:backdrop, +- .app-notification.frame:backdrop { +- background-image: none; } +- .app-notification .button, .app-notification .header-bar .button.titlebutton, .header-bar .app-notification .button.titlebutton, +- .app-notification .titlebar .button.titlebutton, +- .titlebar .app-notification .button.titlebutton, +- .app-notification.frame .button { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +- .app-notification .titlebar .titlebutton.button, +- .titlebar .app-notification .titlebutton.button, +- .app-notification.frame .button.flat, +- .app-notification.frame .header-bar .titlebutton.button, +- .header-bar .app-notification.frame .titlebutton.button, +- .app-notification.frame .titlebar .titlebutton.button, +- .titlebar .app-notification.frame .titlebutton.button { +- icon-shadow: 0 1px black; +- text-shadow: 0 1px black; } +- .app-notification .button:hover, +- .app-notification.frame .button:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, +- .app-notification.frame .button:active, +- .app-notification.frame .button:checked, +- .app-notification.frame .button:backdrop:active, +- .app-notification.frame .button:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, +- .app-notification.frame .button:insensitive, +- .app-notification.frame .button:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:backdrop, +- .app-notification.frame .button:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-/************* +- * Expanders * +- *************/ +-.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .expander:hover { +- color: white; } +- .expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- +-/************ +- * Calendar * +- ***********/ +-GtkCalendar { +- color: white; +- border: 1px solid #1c1f1f; } +- GtkCalendar.header { +- border: 1px solid rgba(0, 0, 0, 0.1); +- border-radius: 0; } +- GtkCalendar.header:backdrop { +- border-color: rgba(0, 0, 0, 0.1); } +- GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +- .titlebar GtkCalendar.button.titlebutton { +- color: rgba(238, 238, 236, 0.45); } +- GtkCalendar.button:hover, .header-bar GtkCalendar.button.titlebutton:hover, +- .titlebar GtkCalendar.button.titlebutton:hover { +- color: #eeeeec; } +- GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, +- .titlebar GtkCalendar.button.titlebutton:backdrop { +- color: rgba(147, 150, 149, 0.45); } +- GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop { +- color: alpha(currentColor,0.55); } +- GtkCalendar:backdrop { +- color: #d4d4d4; +- border-color: #1e2222; } +- +-/*********** +- * Dialogs * +- ***********/ +-.message-dialog .dialog-action-area .button { +- padding: 8px; } +- +-.message-dialog { +- -GtkDialog-button-spacing: 0; } +- .message-dialog .titlebar { +- border-style: none; +- box-shadow: inset 0 1px rgba(238, 238, 236, 0.1); } +- .message-dialog.csd.background { +- border-bottom-left-radius: 9px; +- border-bottom-right-radius: 9px; } +- .message-dialog.csd .dialog-action-area .button { +- padding: 12px; +- border-radius: 0; +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .message-dialog.csd .dialog-action-area .button:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .message-dialog.csd .dialog-action-area .button:active { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .message-dialog.csd .dialog-action-area .button:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:active { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { +- color: #d2deeb; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #215d9c); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #ed1212, #d51010 40%, #bd0e0e); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #f03c3c, #e81111 40%, #d51010); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.60878); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:active { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #aa0d0d, #b60e0e 40%, #bd0e0e); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.72078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { +- color: #f6cfcf; +- border-color: #5e0707; +- background-image: linear-gradient(to bottom, #d51010); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { +- color: #5d6767; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- color: #939695; +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #323636); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- border-left-style: solid; +- border-right-style: none; +- border-bottom-style: none; } +- .message-dialog.csd .dialog-action-area .button:last-child { +- border-bottom-right-radius: 7px; +- outline-bottom-right-radius: 5px; } +- .message-dialog.csd .dialog-action-area .button:first-child { +- border-left-style: none; +- border-bottom-left-radius: 7px; +- outline-bottom-left-radius: 5px; } +- +-GtkFileChooserDialog .search-bar { +- background-color: #292929; +- border-color: #393f3f; +- box-shadow: none; } +- GtkFileChooserDialog .search-bar:backdrop { +- background-color: #2c2c2c; +- border-color: #393f3f; } +-GtkFileChooserDialog .dialog-action-box { +- border-top: 1px solid #1c1f1f; } +- GtkFileChooserDialog .dialog-action-box:backdrop { +- border-top-color: #1e2222; } +- +-/*********** +- * Sidebar * +- ***********/ +-.sidebar { +- border: none; +- background-color: #454c4c; } +- .sidebar:backdrop { +- background-color: #454c4c; } +- +-GtkPlacesSidebar.sidebar .view { +- color: #eeeeec; +- background-color: transparent; } +- GtkPlacesSidebar.sidebar .view .image { +- color: #bbbdbc; } +- GtkPlacesSidebar.sidebar .view .image:selected { +- color: #e8eef5; } +- GtkPlacesSidebar.sidebar .view .image:selected:backdrop { +- color: #e8eef5; } +- GtkPlacesSidebar.sidebar .view .image:insensitive { +- color: #7b7f7f; } +- GtkPlacesSidebar.sidebar .view .image:backdrop { +- color: #7b7f7f; } +- GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { +- color: #555e5e; } +- GtkPlacesSidebar.sidebar .view:insensitive { +- color: #939695; } +- GtkPlacesSidebar.sidebar .view:backdrop { +- color: #939695; } +- GtkPlacesSidebar.sidebar .view:backdrop:insensitive { +- color: #5d6767; } +- +-.sidebar-item { +- padding: 10px 4px; } +- .sidebar-item > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .sidebar-item.needs-attention > .label { +- background-size: 6px 6px, 0 0; } +- +-/********* +- * Paned * +- *********/ +-GtkPaned { +- -GtkPaned-handle-size: 1; +- -gtk-icon-source: none; +- margin: 0 8px 8px 0; } +- GtkPaned:dir(rtl) { +- margin-right: 0; +- margin-left: 8px; } +- GtkPaned .pane-separator { +- background-color: #1c1f1f; } +- GtkPaned .pane-separator:backdrop { +- background-color: #1e2222; } +- +-GtkPaned.wide { +- -GtkPaned-handle-size: 5; +- margin: 0; } +- GtkPaned.wide .pane-separator { +- background-color: transparent; +- border-style: none solid; +- border-color: #1c1f1f; +- border-width: 1px; } +- GtkPaned.wide.vertical .pane-separator { +- border-style: solid none; } +- GtkPaned.wide .pane-separator:backdrop { +- border-color: #1e2222; } +- +-/************** +- * GtkInfoBar * +- **************/ +-GtkInfoBar { +- border-style: none; } +- +-.info, +-.question, +-.warning, +-.error { +- background-color: #215d9c; +- color: #ffffff; +- text-shadow: 0 1px #184472; +- border-color: #184472; } +- .info .button, .info .header-bar .button.titlebutton, .header-bar .info .button.titlebutton, +- .info .titlebar .button.titlebutton, +- .titlebar .info .button.titlebutton, +- .question .button, +- .question .header-bar .button.titlebutton, +- .header-bar .question .button.titlebutton, +- .question .titlebar .button.titlebutton, +- .titlebar .question .button.titlebutton, +- .warning .button, +- .warning .header-bar .button.titlebutton, +- .header-bar .warning .button.titlebutton, +- .warning .titlebar .button.titlebutton, +- .titlebar .warning .button.titlebutton, +- .error .button, +- .error .header-bar .button.titlebutton, +- .header-bar .error .button.titlebutton, +- .error .titlebar .button.titlebutton, +- .titlebar .error .button.titlebutton { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .info .button:hover, +- .question .button:hover, +- .warning .button:hover, +- .error .button:hover { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } +- .info .button:active, +- .question .button:active, +- .warning .button:active, +- .error .button:active { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .info .button:insensitive, +- .question .button:insensitive, +- .warning .button:insensitive, +- .error .button:insensitive { +- color: #90aac4; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #22558a); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .info .button:insensitive > .label, .info .header-bar .button.titlebutton:insensitive > .label, +- .info .titlebar .button.titlebutton:insensitive > .label, +- .question .button:insensitive > .label, +- .question .header-bar .button.titlebutton:insensitive > .label, +- .question .titlebar .button.titlebutton:insensitive > .label, +- .warning .button:insensitive > .label, +- .warning .header-bar .button.titlebutton:insensitive > .label, +- .warning .titlebar .button.titlebutton:insensitive > .label, +- .error .button:insensitive > .label, +- .error .header-bar .button.titlebutton:insensitive > .label, +- .error .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .info .button:backdrop, +- .question .button:backdrop, +- .warning .button:backdrop, +- .error .button:backdrop { +- color: #d2deeb; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #215d9c); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #0b1e33; } +- .info .button:backdrop:insensitive, +- .question .button:backdrop:insensitive, +- .warning .button:backdrop:insensitive, +- .error .button:backdrop:insensitive { +- color: #6f90b2; +- border-color: #0b1e33; +- background-image: linear-gradient(to bottom, #22558a); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #0b1e33; } +- .info .button:backdrop:insensitive > .label, .info .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .info .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .question .button:backdrop:insensitive > .label, +- .question .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .question .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .warning .button:backdrop:insensitive > .label, +- .warning .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .warning .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .error .button:backdrop:insensitive > .label, +- .error .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .error .titlebar .button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .info .label:selected, +- .info .label:selected:focus, +- .info .label:selected:hover, +- .question .label:selected, +- .question .label:selected:focus, +- .question .label:selected:hover, +- .warning .label:selected, +- .warning .label:selected:focus, +- .warning .label:selected:hover, +- .error .label:selected, +- .error .label:selected:focus, +- .error .label:selected:hover { +- background-color: #184472; } +- +-/************ +- * Tooltips * +- ************/ +-.tooltip { +- color: white; +- padding: 4px; +- /* not working */ +- border-radius: 5px; +- box-shadow: none; +- text-shadow: 0 1px black; } +- .tooltip.background { +- background-color: rgba(0, 0, 0, 0.8); +- background-clip: padding-box; +- border: 1px solid rgba(255, 255, 255, 0.1); } +- .tooltip.window-frame.csd { +- background-color: transparent; } +- +-.tooltip * { +- padding: 4px; +- background-color: transparent; +- color: inherit; } +- +-/***************** +- * Color Chooser * +- *****************/ +-GtkColorSwatch { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- :selected GtkColorSwatch { +- box-shadow: none; } +- :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { +- border-color: #ffffff; } +- GtkColorSwatch:selected { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkColorSwatch.top { +- border-top-left-radius: 6px; +- border-top-right-radius: 6px; } +- GtkColorSwatch.bottom { +- border-bottom-left-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) { +- border-top-left-radius: 6px; +- border-bottom-left-radius: 6px; } +- GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) { +- border-top-right-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch:only-child:not(.overlay) { +- border-radius: 6px; } +- GtkColorSwatch.top > .overlay { +- border-top-left-radius: 5px; +- border-top-right-radius: 5px; } +- GtkColorSwatch.bottom > .overlay { +- border-bottom-left-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:first-child:not(.top) > .overlay { +- border-top-left-radius: 5px; +- border-bottom-left-radius: 5px; } +- GtkColorSwatch:last-child:not(.bottom) > .overlay { +- border-top-right-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:only-child > .overlay { +- border-radius: 5px; } +- GtkColorSwatch:hover, GtkColorSwatch:hover:selected { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); } +- GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } +- GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected +- GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { +- background-image: none; +- box-shadow: none; } +- GtkColorEditor GtkColorSwatch { +- border-radius: 3px; } +- GtkColorEditor GtkColorSwatch:hover { +- background-image: none; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkColorEditor GtkColorSwatch:backdrop { +- box-shadow: none; } +- GtkColorSwatch.color-dark { +- color: white; +- outline-color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.color-dark:backdrop { +- color: rgba(255, 255, 255, 0.3); } +- GtkColorSwatch.color-light { +- color: black; +- outline-color: rgba(255, 255, 255, 0.5); } +- GtkColorSwatch.color-light:backdrop { +- color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { +- border: 1px solid #1c1f1f; } +- GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { +- border-color: black; } +- GtkColorSwatch#add-color-button { +- border-style: solid; +- border-width: 1px; +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkColorSwatch#add-color-button:hover { +- color: #eeeeec; +- outline-color: rgba(238, 238, 236, 0.3); +- border-color: #1c1f1f; +- background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } +- GtkColorSwatch#add-color-button:backdrop { +- color: #939695; +- border-color: #1e2222; +- background-image: linear-gradient(to bottom, #393f3f); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); } +- GtkColorSwatch#add-color-button .overlay { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); +- text-shadow: none; +- icon-shadow: none; } +- +-/******** +- * Misc * +- ********/ +-.scale-popup .button, .scale-popup .header-bar .button.titlebutton, .header-bar .scale-popup .button.titlebutton, +-.scale-popup .titlebar .button.titlebutton, +-.titlebar .scale-popup .button.titlebutton { +- padding: 6px; } +- .scale-popup .button:hover { +- background-color: rgba(238, 238, 236, 0.1); +- border-radius: 5px; } +- +-GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, +-.titlebar GtkVolumeButton.button.titlebutton { +- padding: 8px; } +- +-/********************** +- * Window Decorations * +- *********************/ +-.window-frame { +- border-radius: 7px 7px 0 0; +- border-width: 0px; +- box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(28, 31, 31, 0.9); +- /* this is used for the resize cursor area */ +- margin: 10px; } +- .window-frame:backdrop { +- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 31, 31, 0.9); } +- .window-frame.tiled { +- border-radius: 0; } +- .window-frame.popup { +- box-shadow: none; } +- .window-frame.ssd { +- box-shadow: 0 0 0 1px rgba(28, 31, 31, 0.9); } +- .window-frame.csd.popup { +- border-radius: 0; +- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 31, 31, 0.8); } +- .window-frame.csd.tooltip { +- border-radius: 5px; +- box-shadow: none; } +- .window-frame.csd.message-dialog { +- border-radius: 7px; +- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 31, 31, 0.8); } +- .window-frame.solid-csd { +- border-radius: 0; +- margin: 4px; +- background-color: #393f3f; +- border: solid 1px #1e2222; +- box-shadow: none; } +- +-.header-bar .titlebutton.button, +-.titlebar .titlebutton.button { +- text-shadow: 0 -1px rgba(0, 0, 0, 0.81176); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); } +- .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.header-bar.selection-mode .titlebutton.button, +-.titlebar.selection-mode .titlebutton.button { +- text-shadow: 0 -1px rgba(0, 0, 0, 0.70353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); } +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view:selected, GtkCalendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected, .header-bar .menuitem.titlebutton.button:selected, +-.titlebar .menuitem.titlebutton.button:selected, .list-row:selected, .sidebar:selected, GtkPlacesSidebar.sidebar .view:selected, GtkPlacesSidebar.sidebar GtkCalendar:selected { +- background-color: #215d9c; +- color: #ffffff; } +- .view:backdrop:selected, GtkCalendar:backdrop:selected, .label:backdrop:selected, .grid-child:backdrop:selected, .entry:backdrop:selected, .menuitem.button.flat:backdrop:selected, .header-bar .menuitem.titlebutton.button:backdrop:selected, +- .titlebar .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected, GtkPlacesSidebar.sidebar GtkCalendar:backdrop:selected { +- color: #ffffff; } +- +-/* Decouple the font of context menus from their entry/textview */ +-.touch-selection, +-.context-menu { +- font: initial; } +- +-.monospace { +- font: Monospace; } +- +-.overshoot.top { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#040404), to(rgba(4, 4, 4, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(238, 238, 236, 0.07)), to(rgba(238, 238, 236, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.top:backdrop { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.bottom { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#040404), to(rgba(4, 4, 4, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(238, 238, 236, 0.07)), to(rgba(238, 238, 236, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.bottom:backdrop { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.left { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#040404), to(rgba(4, 4, 4, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(238, 238, 236, 0.07)), to(rgba(238, 238, 236, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.left:backdrop { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.right { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#040404), to(rgba(4, 4, 4, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(238, 238, 236, 0.07)), to(rgba(238, 238, 236, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.right:backdrop { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#1e2222), to(rgba(30, 34, 34, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- +-.undershoot.top { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-top: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center top; } +-.undershoot.bottom { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-bottom: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center bottom; } +-.undershoot.left { +- background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-left: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: left center; } +-.undershoot.right { +- background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-right: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: right center; } +- +-/* GTK NAMED COLORS +- ---------------- +- use responsibly! */ +-/* +-widget text/foreground color */ +-@define-color theme_fg_color #eeeeec; +-/* +-text color for entries, views and content in general */ +-@define-color theme_text_color white; +-/* +-widget base background color */ +-@define-color theme_bg_color #393f3f; +-/* +-text widgets and the like base background color */ +-@define-color theme_base_color #292929; +-/* +-base background color of selections */ +-@define-color theme_selected_bg_color #215d9c; +-/* +-text/foreground color of selections */ +-@define-color theme_selected_fg_color #ffffff; +-/* +-base background color of insensitive widgets */ +-@define-color insensitive_bg_color #323636; +-/* +-text foreground color of insensitive widgets */ +-@define-color insensitive_fg_color #939695; +-/* +-insensitive text widgets and the like base background color */ +-@define-color insensitive_base_color #292929; +-/* +-widget text/foreground color on backdrop windows */ +-@define-color theme_unfocused_fg_color #939695; +-/* +-text color for entries, views and content in general on backdrop windows */ +-@define-color theme_unfocused_text_color white; +-/* +-widget base background color on backdrop windows */ +-@define-color theme_unfocused_bg_color #393f3f; +-/* +-text widgets and the like base background color on backdrop windows */ +-@define-color theme_unfocused_base_color #2c2c2c; +-/* +-base background color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_bg_color #215d9c; +-/* +-text/foreground color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_fg_color #ffffff; +-/* +-widgets main borders color */ +-@define-color borders #1c1f1f; +-/* +-widgets main borders color on backdrop windows */ +-@define-color unfocused_borders #1e2222; +-/* +-these are pretty self explicative */ +-@define-color warning_color #f57900; +-@define-color error_color #cc0000; +-@define-color success_color #5aa411; +-/* +-these colors are exported for the window manager and shouldn't be used in applications, +-read if you used those and something break with a version upgrade you're on your own... */ +-@define-color wm_title shade(#eeeeec, 1.8); +-@define-color wm_unfocused_title #939695; +-@define-color wm_highlight transparent; +-@define-color wm_borders_edge rgba(238, 238, 236, 0.1); +-@define-color wm_bg_a shade(#393f3f, 1.2); +-@define-color wm_bg_b #393f3f; +-@define-color wm_shadow alpha(black, 0.35); +-@define-color wm_border alpha(black, 0.18); +-@define-color wm_button_hover_color_a shade(#393f3f, 1.3); +-@define-color wm_button_hover_color_b #393f3f; +-@define-color wm_button_active_color_a shade(#393f3f, 0.85); +-@define-color wm_button_active_color_b shade(#393f3f, 0.89); +-@define-color wm_button_active_color_c shade(#393f3f, 0.9); +-@define-color content_view_bg #292929; +diff --git a/Breeze-gtk/gtk-3.0/gtk-contained.css b/Breeze-gtk/gtk-3.0/gtk-contained.css +deleted file mode 100755 +index 052bfd3..0000000 +--- a/Breeze-gtk/gtk-3.0/gtk-contained.css ++++ /dev/null +@@ -1,4675 +0,0 @@ +-* { +- padding: 0; +- -GtkToolButton-icon-spacing: 4; +- -GtkTextView-error-underline-color: #cc0000; +- -GtkCheckButton-indicator-size: 16; +- -GtkCheckMenuItem-indicator-size: 16; +- -GtkScrolledWindow-scrollbar-spacing: 0; +- -GtkScrolledWindow-scrollbars-within-bevel: 1; +- -GtkToolItemGroup-expander-size: 11; +- -GtkExpander-expander-size: 16; +- -GtkTreeView-expander-size: 11; +- -GtkTreeView-horizontal-separator: 4; +- -GtkMenu-horizontal-padding: 0; +- -GtkMenu-vertical-padding: 0; +- -GtkWidget-link-color: #2a76c6; +- -GtkWidget-visited-link-color: #215d9c; +- -GtkWidget-focus-padding: 2; +- -GtkWidget-focus-line-width: 1; +- -GtkWidget-text-handle-width: 20; +- -GtkWidget-text-handle-height: 20; +- -GtkDialog-button-spacing: 4; +- -GtkDialog-action-area-border: 0; +- -GtkStatusbar-shadow-type: none; +- outline-color: rgba(46, 52, 54, 0.3); +- outline-style: dashed; +- outline-offset: -3px; +- outline-width: 1px; +- outline-radius: 2px; } +- +-/*************** +- * Base States * +- ***************/ +-.background { +- color: #2e3436; +- background-color: #e9e9e9; } +- .background:backdrop { +- text-shadow: none; +- icon-shadow: none; +- color: #8d9091; +- background-color: #ededed; } +- +-/* +- These wildcard seems unavoidable, need to investigate. +- Wildcards are bad and troublesome, use them with care, +- or better, just don't. +- Everytime a wildcard is used a kitten dies, painfully. +-*/ +-*:insensitive { +- -gtk-image-effect: dim; } +- +-.gtkstyle-fallback { +- background-color: #ededed; +- color: #2e3436; } +- .gtkstyle-fallback:prelight { +- background-color: white; +- color: #2e3436; } +- .gtkstyle-fallback:active { +- background-color: lightgray; +- color: #2e3436; } +- .gtkstyle-fallback:insensitive { +- background-color: #f4f4f4; +- color: #8d9091; } +- .gtkstyle-fallback:selected { +- background-color: #4a90d9; +- color: #ffffff; } +- +-.view { +- color: black; +- background-color: #ffffff; } +- .view:backdrop { +- color: #323232; +- background-color: white; } +- .view:selected, GtkCalendar:selected { +- border-radius: 3px; } +- +-.rubberband { +- border: 1px solid #4a90d9; +- background-color: rgba(74, 144, 217, 0.2); } +- +-.label.separator, GtkPlacesSidebar.sidebar .view .label.separator { +- color: #2e3436; } +- .label.separator:backdrop, GtkPlacesSidebar.sidebar .view .label.separator:backdrop { +- color: #8d9091; } +-.label:insensitive { +- color: #8d9091; } +- .label:insensitive:backdrop { +- color: #c7c7c7; } +- +-.dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, +-.header-bar .subtitle { +- opacity: 0.55; +- text-shadow: none; } +- +-GtkAssistant .sidebar { +- background-color: #ffffff; +- border-top: 1px solid #a1a1a1; } +- GtkAssistant .sidebar:dir(ltr) { +- border-right: 1px solid #a1a1a1; } +- GtkAssistant .sidebar:dir(rtl) { +- border-left: 1px solid #a1a1a1; } +- GtkAssistant .sidebar:backdrop { +- background-color: white; +- border-color: #a8a8a8; } +-GtkAssistant.csd .sidebar { +- border-top-style: none; } +-GtkAssistant .sidebar .label { +- padding: 6px 12px; } +-GtkAssistant .sidebar .label.highlight { +- background-color: #c6c8c8; } +- +-GtkTextView { +- background-color: #f6f6f6; } +- GtkTextView:backdrop { +- background-color: #f6f6f6; } +- +-.grid-child { +- padding: 3px; +- border-radius: 3px; } +- .grid-child:selected { +- outline-offset: -2px; } +- +-.popover.osd, .app-notification, +-.app-notification.frame, .osd { +- color: #eeeeec; +- border: none; +- background-color: rgba(32, 37, 38, 0.7); +- background-clip: padding-box; +- outline-color: rgba(238, 238, 236, 0.3); +- box-shadow: none; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { +- text-shadow: none; } +- +-/********************* +- * Spinner Animation * +- *********************/ +-@keyframes spin { +- to { +- -gtk-icon-transform: rotate(1turn); } } +-.spinner { +- background-image: none; +- background-color: blue; +- opacity: 0; +- -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } +- .spinner:active { +- opacity: 1; +- animation: spin 1s linear infinite; } +- .spinner:active:insensitive { +- opacity: 0.5; } +- +-/**************** +- * Text Entries * +- ****************/ +-.entry { +- border: 1px solid; +- padding: 5px 8px 6px; +- border-radius: 3px; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: black; +- border-color: #a1a1a1; +- box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white; } +- .entry.image.left { +- padding-left: 0; } +- .entry.image.right { +- padding-right: 0; } +- .entry.flat, .entry.flat:focus { +- padding: 2px; +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: black; +- border-color: #a1a1a1; +- box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0); +- border: none; +- border-radius: 0; } +- .entry:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- box-shadow: inset 0 0 0 1px #4a90d9, 0 1px white; +- border-color: #4a90d9; } +- .entry:insensitive { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- box-shadow: 0 1px white; } +- .entry:backdrop { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: #323232; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, white); +- box-shadow: 0 1px rgba(255, 255, 255, 0); } +- .entry:backdrop:insensitive { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- box-shadow: 0 1px rgba(255, 255, 255, 0); } +- .entry.progressbar { +- margin: 1px; +- border-radius: 0; +- border-width: 0 0 2px; +- border-color: #4a90d9; +- border-style: solid; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .entry.progressbar:backdrop { +- background-color: transparent; } +- .linked > .entry { +- border-radius: 0; } +- .linked > .entry:first-child { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .linked > .entry:first-child:dir(rtl) { +- border-right-style: none; } +- .linked > .entry:last-child { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- border-left-style: none; } +- .linked > .entry:last-child:dir(rtl) { +- border-left-style: solid; } +- .entry.error { +- color: #cc0000; +- border-color: #cc0000; } +- .entry.error:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- box-shadow: inset 0 0 0 1px #cc0000, 0 1px white; +- border-color: #cc0000; } +- .entry.error:selected, .entry.error:selected:focus { +- background-color: #cc0000; } +- .entry.warning { +- color: #f57900; +- border-color: #f57900; } +- .entry.warning:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- box-shadow: inset 0 0 0 1px #f57900, 0 1px white; +- border-color: #f57900; } +- .entry.warning:selected, .entry.warning:selected:focus { +- background-color: #f57900; } +- .entry.image { +- color: #575c5e; } +- .entry.image:hover { +- color: #2e3436; } +- .entry.image:active { +- color: #4a90d9; } +- .entry.image:backdrop { +- color: #a3a6a7; } +- .osd .entry { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .osd .entry:focus { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: white; +- border-color: #4a90d9; +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); +- background-clip: padding-box; +- box-shadow: inset 0 0 0 1px #4a90d9; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .osd .entry:backdrop { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:insensitive { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-.linked.vertical > .entry:not(:last-child) { +- box-shadow: none; } +-.linked.vertical > .entry:focus:not(:last-child) { +- box-shadow: inset 0 0 0 1px #4a90d9; } +-.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive) { +- border-top-color: #e2e2e2; +- background-image: linear-gradient(to bottom, #ffffff); } +- .linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive):backdrop { +- border-top-color: #e4e4e4; +- background-image: linear-gradient(to bottom, white); } +-.linked.vertical > .entry + .entry:focus:not(:last-child) { +- border-top-color: #4a90d9; +- box-shadow: inset 0 0 0 1px #4a90d9; } +-.linked.vertical > .entry + .entry:focus:last-child { +- border-top-color: #4a90d9; } +-.linked.vertical > .entry:focus:not(:only-child) + .entry, +-.linked.vertical > .entry:focus:not(:only-child) + .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .button { +- border-top-color: #4a90d9; } +- +-/*********** +- * Buttons * +- ***********/ +-@keyframes needs_attention { +- from { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#4a90d9), to(transparent)); } +- to { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a90d9), to(transparent)); } } +-.button, .header-bar .button.titlebutton, +-.titlebar .button.titlebutton { +- border: 1px solid; +- border-radius: 3px; +- padding: 5px 8px 6px; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- .button.flat, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- transition: none; } +- .button.flat:hover, .header-bar .titlebutton.button:hover, +- .titlebar .titlebutton.button:hover { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- transition-duration: 500ms; } +- .button.flat:hover:active, .header-bar .titlebutton.button:hover:active, +- .titlebar .titlebutton.button:hover:active { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .button:hover, .header-bar .button.titlebutton:hover, +- .titlebar .button.titlebutton:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; +- -gtk-image-effect: highlight; } +- .button:active, .header-bar .button.titlebutton:active, +- .titlebar .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, +- .titlebar .button.titlebutton:checked { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; +- transition-duration: 50ms; } +- .button:backdrop, .header-bar .button.titlebutton:backdrop, +- .titlebar .button.titlebutton:backdrop, .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- -gtk-image-effect: none; } +- .button:backdrop:active, .button:backdrop:checked, .button.flat:backdrop:active, .header-bar .titlebutton.button:backdrop:active, +- .titlebar .titlebutton.button:backdrop:active, .button.flat:backdrop:checked, .header-bar .titlebutton.button:backdrop:checked, +- .titlebar .titlebutton.button:backdrop:checked { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #d4d4d4); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button:backdrop:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button:backdrop:insensitive > .label, .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .titlebar .button.titlebutton:backdrop:insensitive > .label, .button.flat:backdrop:insensitive > .label, .header-bar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked, .button.flat:backdrop:insensitive:active, .header-bar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .titlebutton.button:backdrop:insensitive:active, .button.flat:backdrop:insensitive:checked, .header-bar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .titlebutton.button:backdrop:insensitive:checked { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #e7e7e7); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button:backdrop:insensitive:active > .label, .header-bar .button.titlebutton:backdrop:insensitive:active > .label, +- .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, +- .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .button.flat:backdrop:insensitive:active > .label, .header-bar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .titlebutton.button:backdrop:insensitive:active > .label, .button.flat:backdrop:insensitive:checked > .label, .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop, .button.flat:insensitive, .header-bar .titlebutton.button:insensitive, +- .titlebar .titlebutton.button:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- .button:insensitive, .header-bar .button.titlebutton:insensitive, +- .titlebar .button.titlebutton:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button:insensitive > .label, .header-bar .button.titlebutton:insensitive > .label, +- .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .button:insensitive:active, .button:insensitive:checked { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button:insensitive:active > .label, .header-bar .button.titlebutton:insensitive:active > .label, +- .titlebar .button.titlebutton:insensitive:active > .label, .button:insensitive:checked > .label, .header-bar .button.titlebutton:insensitive:checked > .label, +- .titlebar .button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .button.osd, .header-bar .osd.button.titlebutton, +- .titlebar .osd.button.titlebutton { +- color: #eeeeec; +- border-radius: 5px; +- outline-color: rgba(238, 238, 236, 0.3); +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- border: none; +- box-shadow: none; } +- .button.osd.image-button, .header-bar .osd.titlebutton.button, +- .titlebar .osd.titlebutton.button { +- padding: 13px; } +- .button.osd:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- border: none; +- box-shadow: none; } +- .button.osd:active, .button.osd:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); +- border: none; +- box-shadow: none; } +- .button.osd:insensitive, .button.osd:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .button.osd:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .osd .button, .osd .header-bar .button.titlebutton, .header-bar .osd .button.titlebutton, +- .osd .titlebar .button.titlebutton, +- .titlebar .osd .button.titlebutton { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- border-radius: 0; +- border-left-style: none; } +- .osd .button:dir(rtl) { +- border-radius: 0; +- border-right-style: none; +- border-left-style: solid; } +- .osd .button:first-child { +- border-radius: 3px 0 0 3px; +- border-left-style: solid; } +- .osd .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .button:last-child:dir(rtl) { +- border-right-style: solid; } +- .osd .button:only-child { +- border-radius: 3px; +- border-style: solid; } +- .osd .button:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button:insensitive, .osd .button:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat, .osd .header-bar .titlebutton.button, .header-bar .osd .titlebutton.button, +- .osd .titlebar .titlebutton.button, +- .titlebar .osd .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: none; +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; } +- .osd .button.flat:hover, .osd .header-bar .titlebutton.button:hover, .header-bar .osd .titlebutton.button:hover, +- .osd .titlebar .titlebutton.button:hover, +- .titlebar .osd .titlebutton.button:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, +- .osd .titlebar .titlebutton.button:insensitive, +- .titlebar .osd .titlebutton.button:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:backdrop, .osd .header-bar .titlebutton.button:backdrop, .header-bar .osd .titlebutton.button:backdrop, +- .osd .titlebar .titlebutton.button:backdrop, +- .titlebar .osd .titlebutton.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat:active, .osd .header-bar .titlebutton.button:active, .header-bar .osd .titlebutton.button:active, +- .osd .titlebar .titlebutton.button:active, +- .titlebar .osd .titlebutton.button:active, .osd .button.flat:checked, .osd .header-bar .titlebutton.button:checked, .header-bar .osd .titlebutton.button:checked, +- .osd .titlebar .titlebutton.button:checked, +- .titlebar .osd .titlebutton.button:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .button.suggested-action, .header-bar .suggested-action.button.titlebutton, +- .titlebar .suggested-action.button.titlebutton { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; } +- .button.suggested-action.flat, .header-bar .suggested-action.titlebutton.button, +- .titlebar .suggested-action.titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #4a90d9; } +- .button.suggested-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; } +- .button.suggested-action:active, .button.suggested-action:checked { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } +- .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop { +- color: #dae8f7; +- border-color: #4a90d9; +- background-image: linear-gradient(to bottom, #4a90d9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:checked { +- color: #d4e3f3; +- border-color: #2a76c6; +- background-image: linear-gradient(to bottom, #2a76c6); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:insensitive > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, +- .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { +- color: #8db8e6; +- border-color: #5093da; +- background-image: linear-gradient(to bottom, #5093da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop, .button.suggested-action.flat:insensitive, .header-bar .suggested-action.titlebutton.button:insensitive, +- .titlebar .suggested-action.titlebutton.button:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: rgba(74, 144, 217, 0.8); } +- .button.suggested-action:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button.suggested-action:insensitive > .label, .header-bar .suggested-action.button.titlebutton:insensitive > .label, +- .titlebar .suggested-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { +- color: #b9d3f0; +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #4a8cd1, #5093da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button.suggested-action:insensitive:active > .label, .header-bar .suggested-action.button.titlebutton:insensitive:active > .label, +- .titlebar .suggested-action.button.titlebutton:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .header-bar .suggested-action.button.titlebutton:insensitive:checked > .label, +- .titlebar .suggested-action.button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .osd .button.suggested-action { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(74, 144, 217, 0.5)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.suggested-action:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(74, 144, 217, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, #4a90d9); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(74, 144, 217, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.destructive-action, .header-bar .destructive-action.button.titlebutton, +- .titlebar .destructive-action.button.titlebutton { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.56078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; } +- .button.destructive-action.flat, .header-bar .destructive-action.titlebutton.button, +- .titlebar .destructive-action.titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #ef2929; } +- .button.destructive-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.52878); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; } +- .button.destructive-action:active, .button.destructive-action:checked { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #da1010, #e51111 40%, #ed1212); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } +- .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop { +- color: #fbd4d4; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .header-bar .destructive-action.titlebutton.button:backdrop:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:active, .button.destructive-action.flat:backdrop:checked, .header-bar .destructive-action.titlebutton.button:backdrop:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:checked { +- color: #f6cfcf; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:insensitive > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, +- .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { +- color: #f47979; +- border-color: #ef3131; +- background-image: linear-gradient(to bottom, #ef3131); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.button.titlebutton:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop, .button.destructive-action.flat:insensitive, .header-bar .destructive-action.titlebutton.button:insensitive, +- .titlebar .destructive-action.titlebutton.button:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: rgba(239, 41, 41, 0.8); } +- .button.destructive-action:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button.destructive-action:insensitive > .label, .header-bar .destructive-action.button.titlebutton:insensitive > .label, +- .titlebar .destructive-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { +- color: #f8acac; +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #e52d2d, #ef3131); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button.destructive-action:insensitive:active > .label, .header-bar .destructive-action.button.titlebutton:insensitive:active > .label, +- .titlebar .destructive-action.button.titlebutton:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .header-bar .destructive-action.button.titlebutton:insensitive:checked > .label, +- .titlebar .destructive-action.button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .osd .button.destructive-action { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(239, 41, 41, 0.5)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.destructive-action:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(239, 41, 41, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, #ef2929); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(239, 41, 41, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.image-button, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- padding: 8px; } +- .button.text-button, .header-bar .text-button.button.titlebutton, +- .titlebar .text-button.button.titlebutton { +- padding-left: 16px; +- padding-right: 16px; } +- .button.text-button.image-button, .header-bar .text-button.titlebutton.button, +- .titlebar .text-button.titlebutton.button { +- padding: 5px 8px 6px; } +- .button.text-button.image-button .label:first-child, .header-bar .text-button.titlebutton.button .label:first-child, +- .titlebar .text-button.titlebutton.button .label:first-child { +- padding-left: 8px; } +- .button.text-button.image-button .label:last-child, .header-bar .text-button.titlebutton.button .label:last-child, +- .titlebar .text-button.titlebutton.button .label:last-child { +- padding-right: 8px; } +- .stack-switcher > .button, .header-bar .stack-switcher > .button.titlebutton, +- .titlebar .stack-switcher > .button.titlebutton { +- outline-offset: -3px; } +- .stack-switcher > .button > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .stack-switcher > .button > GtkImage, .header-bar .stack-switcher > .button.titlebutton > GtkImage, +- .titlebar .stack-switcher > .button.titlebutton > GtkImage { +- padding-left: 6px; +- padding-right: 6px; +- padding-top: 3px; +- padding-bottom: 3px; } +- .stack-switcher > .button.text-button, .header-bar .stack-switcher > .text-button.button.titlebutton, +- .titlebar .stack-switcher > .text-button.button.titlebutton { +- padding: 5px 10px 6px; } +- .stack-switcher > .button.image-button, .header-bar .stack-switcher > .titlebutton.button, +- .titlebar .stack-switcher > .titlebutton.button { +- padding: 5px 2px; } +- .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { +- animation: none; +- background-image: none; } +- .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +- .inline-toolbar .titlebar .button.titlebutton, +- .titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop { +- border-radius: 2px; +- border-width: 1px; } +- .primary-toolbar .button, .primary-toolbar .header-bar .button.titlebutton, .header-bar .primary-toolbar .button.titlebutton, +- .primary-toolbar .titlebar .button.titlebutton, +- .titlebar .primary-toolbar .button.titlebutton { +- icon-shadow: none; } +- +-.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { +- animation: needs_attention 150ms ease-in; +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a90d9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent)); +- background-size: 6px 6px, 6px 6px; +- background-repeat: no-repeat; +- background-position: right 3px, right 4px; } +- .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { +- background-size: 6px 6px, 0 0; } +- .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { +- background-position: left 3px, left 4px; } +- +-.inline-toolbar GtkToolButton > .button, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- .inline-toolbar GtkToolButton > .button:hover, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:hover, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- .inline-toolbar GtkToolButton > .button:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:active, .inline-toolbar GtkToolButton > .button:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:checked { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } +- .inline-toolbar GtkToolButton > .button:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .inline-toolbar GtkToolButton > .button:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:insensitive:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:insensitive:checked { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:checked { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #d4d4d4); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked, +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:backdrop:insensitive:checked { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #e7e7e7); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { +- color: inherit; } +- +-.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.search-bar GtkToolButton > .button.flat, .inline-toolbar.location-bar GtkToolButton > .button.flat, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop > .button.titlebutton, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked, .osd .button:insensitive, .osd .button:backdrop:insensitive, .osd .button:backdrop, .osd .button.suggested-action, .osd .button.suggested-action:hover, .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked, .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive, .osd .button.suggested-action:backdrop, .osd .button.destructive-action, .osd .button.destructive-action:hover, .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked, .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive, .osd .button.destructive-action:backdrop, .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +-.inline-toolbar .titlebar .button.titlebutton, +-.titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop, .linked > .button, .header-bar .linked > .button.titlebutton, +-.titlebar .linked > .button.titlebutton, .linked > .button:hover, .linked > .button:active, .linked > .button:checked, .linked > .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .header-bar .button.titlebutton, .header-bar GtkComboBox.combobox-entry .button.titlebutton, +-GtkComboBox.combobox-entry .titlebar .button.titlebutton, +-.titlebar GtkComboBox.combobox-entry .button.titlebutton, GtkComboBox.combobox-entry .button:backdrop, .linked > GtkComboBox > .button:dir(ltr) { +- border-radius: 0; +- border-left-style: none; } +- .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), .header-bar .linked > .button.titlebutton:dir(rtl), +- .titlebar .linked > .button.titlebutton:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { +- border-radius: 0; +- border-right-style: none; +- border-left-style: solid; } +- +-.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .header-bar .linked > .button.titlebutton:first-child, +-.titlebar .linked > .button.titlebutton:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { +- border-radius: 3px 0 0 3px; +- border-left-style: solid; } +-.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .header-bar .linked > .button.titlebutton:last-child, +-.titlebar .linked > .button.titlebutton:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { +- border-radius: 0 3px 3px 0; } +- .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .header-bar .linked > .button.titlebutton:last-child:dir(rtl), +- .titlebar .linked > .button.titlebutton:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { +- border-right-style: solid; } +-.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .header-bar .linked > .button.titlebutton:only-child, +-.titlebar .linked > .button.titlebutton:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } +- +-.linked.vertical > .entry, .linked.vertical > .button, .header-bar .linked.vertical > .button.titlebutton, +-.titlebar .linked.vertical > .button.titlebutton, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button, +-.linked.vertical > GtkComboBox > .button { +- border-left-style: solid; +- border-bottom-style: none; +- border-radius: 0; } +- +-.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .header-bar .linked.vertical > .button.titlebutton:first-child, +-.titlebar .linked.vertical > .button.titlebutton:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, +-.linked.vertical > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 0 0; } +-.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .header-bar .linked.vertical > .button.titlebutton:last-child, +-.titlebar .linked.vertical > .button.titlebutton:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, +-.linked.vertical > GtkComboBox:last-child > .button { +- border-radius: 0 0 3px 3px; +- border-style: solid; } +-.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .header-bar .linked.vertical > .button.titlebutton:only-child, +-.titlebar .linked.vertical > .button.titlebutton:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, +-.linked.vertical > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } +- +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .header-bar .menuitem.titlebutton.button:backdrop:hover, +-.titlebar .menuitem.titlebutton.button:backdrop:hover, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .menu.button, .header-bar .menu.button.titlebutton, +-.titlebar .menu.button.titlebutton, .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +-.notebook tab .titlebar .button.titlebutton, +-.titlebar .notebook tab .button.titlebutton, .list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked, .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +-.app-notification .titlebar .titlebutton.button, +-.titlebar .app-notification .titlebutton.button, +-.app-notification.frame .button.flat, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, .app-notification .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification .titlebar .titlebutton.button:backdrop:insensitive, +-.titlebar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification.frame .button.flat:backdrop, +-.app-notification.frame .header-bar .button.titlebutton:backdrop, +-.header-bar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .titlebar .button.titlebutton:backdrop, +-.titlebar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .button.flat:insensitive, +-.app-notification.frame .header-bar .button.titlebutton:insensitive, +-.header-bar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .titlebar .button.titlebutton:insensitive, +-.titlebar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +-.titlebar GtkCalendar.button.titlebutton, GtkCalendar.button:hover, GtkCalendar.button:backdrop, .scale-popup .button:hover, .scale-popup .button:backdrop, .scale-popup .button:backdrop:hover, .scale-popup .button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- +-/* menu buttons */ +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button { +- outline-offset: -1px; } +- .menuitem.button.flat:hover, .header-bar .menuitem.titlebutton.button:hover, +- .titlebar .menuitem.titlebutton.button:hover { +- background-color: #d9dada; } +- +-GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, +-.titlebar GtkColorButton.button.titlebutton { +- padding: 5px; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child { +- border-radius: 0; +- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { +- box-shadow: none; } +- +-/********* +- * Links * +- *********/ +-*:link, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- color: #2a76c6; } +- *:link:visited, .button:visited, .header-bar .button.titlebutton:visited, +- .titlebar .button.titlebutton:visited { +- color: #215d9c; } +- *:selected *:link:visited, *:selected .button:visited { +- color: #b6d2ef; } +- *:link:hover, .button:hover:link, .button:hover:visited { +- color: #4a90d9; } +- *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { +- color: #ecf3fb; } +- *:link:active, .button:active:link, .button:active:visited { +- color: #2a76c6; } +- *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { +- color: #dae8f7; } +- *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, +- .header-bar.selection-mode .subtitle:backdrop:hover:link { +- color: #4a90d9; } +- *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, +- .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { +- color: #dae8f7; } +- +-.button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- text-shadow: none; } +- .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { +- text-shadow: none; } +- +-/***************** +- * GtkSpinButton * +- *****************/ +-.spinbutton .button, .spinbutton .header-bar .button.titlebutton, .header-bar .spinbutton .button.titlebutton, +-.spinbutton .titlebar .button.titlebutton, +-.titlebar .spinbutton .button.titlebutton { +- background-image: none; +- border-style: none none none solid; +- border-color: rgba(161, 161, 161, 0.3); +- color: #42484a; +- border-radius: 0; +- box-shadow: none; } +- .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .spinbutton .button:hover { +- color: #2e3436; +- background-color: rgba(46, 52, 54, 0.05); } +- .spinbutton .button:insensitive { +- color: rgba(141, 144, 145, 0.3); } +- .spinbutton .button:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); +- background-color: rgba(0, 0, 0, 0.1); } +- .spinbutton .button:backdrop { +- color: #989b9c; +- border-color: rgba(168, 168, 168, 0.3); +- background-color: transparent; } +- .spinbutton .button:backdrop:insensitive { +- background-image: none; +- color: rgba(199, 199, 199, 0.3); +- border-style: none none none solid; } +- .spinbutton .button:backdrop:insensitive:dir(rtl) { +- border-style: none solid none none; } +-.osd .spinbutton .button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #eeeeec; +- border-style: none none none solid; +- border-color: rgba(0, 0, 0, 0.4); +- border-radius: 0; +- box-shadow: none; +- icon-shadow: 0 1px black; } +- .osd .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .osd .spinbutton .button:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.5); +- background-color: rgba(238, 238, 236, 0.1); +- icon-shadow: 0 1px black; +- box-shadow: none; } +- .osd .spinbutton .button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #878989; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .spinbutton .button:dir(rtl):first-child { +- border-radius: 3px 0 0 3px; } +-.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { +- padding-top: 8px; +- padding-bottom: 8px; } +- .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; } +- .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; } +- .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:first-child:insensitive > .label, +- .spinbutton.vertical .titlebar .button.titlebutton:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .header-bar .button.titlebutton:first-child:insensitive > .label, +- .spinbutton.vertical:dir(rtl) .titlebar .button.titlebutton:first-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; } +- .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:last-child:insensitive > .label, +- .spinbutton.vertical .titlebar .button.titlebutton:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .header-bar .button.titlebutton:last-child:insensitive > .label, +- .spinbutton.vertical:dir(rtl) .titlebar .button.titlebutton:last-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .spinbutton.vertical .titlebar .button.titlebutton:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .spinbutton.vertical:dir(rtl) .titlebar .button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +-.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { +- border-radius: 0; +- padding-left: 3px; +- padding-right: 3px; } +-.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- border-radius: 3px 3px 0 0; +- border-style: solid solid none solid; } +-.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- border-radius: 0 0 3px 3px; +- border-style: none solid solid solid; } +-GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { +- padding: 1px; +- border-width: 1px 0; +- border-color: #4a90d9; +- border-radius: 0; +- box-shadow: none; } +- +-/************** +- * ComboBoxes * +- **************/ +-GtkComboBox { +- -GtkComboBox-arrow-scaling: 0.5; +- -GtkComboBox-shadow-type: none; +- box-shadow: 0 1px white; +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); } +- GtkComboBox > .button, .header-bar GtkComboBox > .button.titlebutton, +- .titlebar GtkComboBox > .button.titlebutton { +- padding-top: 3px; +- padding-bottom: 4px; } +- GtkComboBox:insensitive { +- color: #8d9091; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop { +- color: #8d9091; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop:insensitive { +- color: #c7c7c7; } +- GtkComboBox .menuitem { +- text-shadow: none; } +- GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/************ +- * Toolbars * +- ************/ +-.toolbar, .inline-toolbar, .search-bar, .location-bar { +- -GtkWidget-window-dragging: true; +- padding: 4px; +- background-color: #ededed; } +- .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { +- padding: 13px; +- border: none; +- border-radius: 5px; +- background-color: rgba(32, 37, 38, 0.7); } +- +-.inline-toolbar { +- border-width: 0 1px 1px; +- padding: 3px; +- border-radius: 0 0 5px 5px; } +- +-.search-bar, .location-bar { +- border-width: 0 0 1px; +- padding: 3px; } +- +-.inline-toolbar, .search-bar, .location-bar { +- border-style: solid; +- border-color: #a1a1a1; +- background-color: #d6d6d6; +- box-shadow: inset 0 2px 3px -1px #b6b6b6, 0 1px white; } +- .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { +- border-color: #a8a8a8; +- background-color: #d4d4d4; +- box-shadow: none; } +- +-/*************** +- * Header bars * +- ***************/ +-.titlebar, +-.header-bar { +- padding: 6px; +- border-width: 0 0 1px; +- border-style: solid; +- border-color: #a1a1a1; +- border-radius: 7px 7px 0 0; +- background-color: transparent; +- background-image: linear-gradient(to bottom, #f7f7f7, #ededed); +- box-shadow: inset 0 -1px #d9d9d9, inset 0 1px white; } +- .titlebar:backdrop, +- .header-bar:backdrop { +- border-color: #a8a8a8; +- background-color: #ededed; +- background-image: none; +- box-shadow: inset 0 1px white; } +- .titlebar .title, +- .header-bar .title { +- font-weight: bold; +- padding: 0px 12px; } +- .titlebar .subtitle, +- .header-bar .subtitle { +- font-size: smaller; +- padding: 0 12px; } +- .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, +- .header-bar .header-bar-separator, +- .header-bar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { +- -GtkWidget-wide-separators: true; +- -GtkWidget-separator-width: 1px; +- border-width: 0 1px; +- border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0), #a1a1a1 30%, #a1a1a1 70%, rgba(161, 161, 161, 0) 100%) 0 1/0 1px stretch; } +- .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, +- .header-bar .header-bar-separator:backdrop, +- .header-bar > GtkBox > .separator.vertical:backdrop { +- border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; } +- .titlebar.selection-mode, +- .header-bar.selection-mode { +- color: #ffffff; +- text-shadow: 0 -1px rgba(0, 0, 0, 0.5); +- border-color: #184472; +- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9); +- box-shadow: inset 0 -1px #3875b4, inset 0 1px #a4c7ec; } +- .titlebar.selection-mode:backdrop, +- .header-bar.selection-mode:backdrop { +- background-image: linear-gradient(to bottom, #4a90d9); +- box-shadow: inset 0 1px #b6d2ef; } +- .titlebar.selection-mode .button, +- .header-bar.selection-mode .button { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a4c7ec; } +- .titlebar.selection-mode .button.flat, +- .titlebar.selection-mode .titlebutton.button, +- .header-bar.selection-mode .button.flat, +- .header-bar.selection-mode .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:hover, +- .header-bar.selection-mode .button:hover { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a4c7ec; } +- .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked, +- .header-bar.selection-mode .button:active, +- .header-bar.selection-mode .button:checked { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a4c7ec; } +- .titlebar.selection-mode .button:backdrop, .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop { +- color: #dae8f7; +- border-color: #4a90d9; +- background-image: linear-gradient(to bottom, #4a90d9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); +- -gtk-image-effect: none; +- border-color: #184472; } +- .titlebar.selection-mode .button:backdrop:active, .titlebar.selection-mode .button:backdrop:checked, .titlebar.selection-mode .button.flat:backdrop:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode .button.flat:backdrop:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:checked, +- .header-bar.selection-mode .button:backdrop:active, +- .header-bar.selection-mode .button:backdrop:checked, +- .header-bar.selection-mode .button.flat:backdrop:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:active, +- .header-bar.selection-mode .button.flat:backdrop:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:checked { +- color: #d4e3f3; +- border-color: #2a76c6; +- background-image: linear-gradient(to bottom, #2a76c6); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); +- border-color: #184472; } +- .titlebar.selection-mode .button:backdrop:insensitive, .titlebar.selection-mode .button.flat:backdrop:insensitive, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive, +- .header-bar.selection-mode .button:backdrop:insensitive, +- .header-bar.selection-mode .button.flat:backdrop:insensitive, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { +- color: #9ac1e9; +- border-color: #65a0de; +- background-image: linear-gradient(to bottom, #65a0de); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); +- border-color: #184472; } +- .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button:backdrop:insensitive:active, +- .header-bar.selection-mode .button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { +- color: #8db8e6; +- border-color: #5093da; +- background-image: linear-gradient(to bottom, #5093da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); +- border-color: #184472; } +- .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, .titlebar.selection-mode .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebar .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, +- .titlebar.selection-mode .titlebutton.button:insensitive, .titlebar.selection-mode .button.flat:insensitive:backdrop, +- .titlebar.selection-mode .titlebutton.button:insensitive:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button.flat:insensitive, +- .header-bar.selection-mode .titlebutton.button:insensitive, +- .header-bar.selection-mode .button.flat:insensitive:backdrop, +- .header-bar.selection-mode .titlebutton.button:insensitive:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:insensitive, +- .header-bar.selection-mode .button:insensitive { +- color: #b2cfee; +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #65a0de); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a4c7ec; } +- .titlebar.selection-mode .button:insensitive > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive > .label, +- .header-bar.selection-mode .button:insensitive > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, +- .header-bar.selection-mode .button:insensitive:active, +- .header-bar.selection-mode .button:insensitive:checked { +- color: #b9d3f0; +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #4a8cd1, #5093da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a4c7ec; } +- .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, .titlebar.selection-mode .header-bar .button.titlebutton:insensitive:checked > .label, +- .header-bar.selection-mode .button:insensitive:active > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:active > .label, +- .header-bar.selection-mode .button:insensitive:checked > .label, +- .header-bar.selection-mode .titlebar .button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action, +- .header-bar.selection-mode .button.suggested-action { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px #a4c7ec; +- border-color: #184472; } +- .titlebar.selection-mode .button.suggested-action:hover, +- .header-bar.selection-mode .button.suggested-action:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px #a4c7ec; +- border-color: #184472; } +- .titlebar.selection-mode .button.suggested-action:active, +- .header-bar.selection-mode .button.suggested-action:active { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a4c7ec; +- border-color: #184472; } +- .titlebar.selection-mode .button.suggested-action:insensitive, +- .header-bar.selection-mode .button.suggested-action:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a4c7ec; +- border-color: #184472; } +- .titlebar.selection-mode .button.suggested-action:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:insensitive > .label, +- .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action:backdrop, +- .header-bar.selection-mode .button.suggested-action:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); +- border-color: #184472; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(164, 199, 236, 0); +- border-color: #184472; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, .titlebar.selection-mode .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, +- .header-bar.selection-mode .selection-menu, +- .header-bar.selection-mode .selection-menu:backdrop { +- border-color: rgba(74, 144, 217, 0); +- background-image: linear-gradient(to bottom, rgba(74, 144, 217, 0)); +- box-shadow: none; +- padding-left: 10px; +- padding-right: 10px; } +- .titlebar.selection-mode .selection-menu GtkArrow, .titlebar.selection-mode .selection-menu:backdrop GtkArrow, +- .header-bar.selection-mode .selection-menu GtkArrow, +- .header-bar.selection-mode .selection-menu:backdrop GtkArrow { +- -GtkArrow-arrow-scaling: 1; } +- .titlebar.selection-mode .selection-menu .arrow, +- .header-bar.selection-mode .selection-menu .arrow { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +- color: rgba(255, 255, 255, 0.5); +- icon-shadow: none; } +- .tiled .titlebar, .maximized .titlebar, .tiled +- .header-bar, .maximized +- .header-bar { +- border-radius: 0; } +- .titlebar.default-decoration, +- .header-bar.default-decoration { +- padding: 4px; } +- .titlebar.default-decoration .button, +- .header-bar.default-decoration .button { +- padding: 5px; } +- +-/************ +- * Pathbars * +- ************/ +-.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton, +-.path-bar .titlebar .button.titlebutton, +-.titlebar .path-bar .button.titlebutton { +- padding: 5px 6px 6px; } +- .path-bar .button:first-child { +- padding-left: 8px; } +- .path-bar .button:last-child { +- padding-right: 8px; } +- .path-bar .button:only-child { +- padding-left: 12px; +- padding-right: 12px; } +- .path-bar .button .label:last-child { +- padding-left: 2px; } +- .path-bar .button .label:first-child { +- padding-right: 2px; } +- .path-bar .button .label:only-child { +- padding-right: 0; +- padding-left: 0; } +- .path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage, +- .path-bar .titlebar .button.titlebutton GtkImage, +- .titlebar .path-bar .button.titlebutton GtkImage { +- padding-top: 1px; } +- +-/************** +- * Tree Views * +- **************/ +-GtkTreeView.view { +- -GtkTreeView-grid-line-width: 1; +- -GtkTreeView-grid-line-pattern: ''; +- -GtkTreeView-tree-line-width: 1; +- -GtkTreeView-tree-line-pattern: ''; +- -GtkTreeView-expander-size: 16; +- border-left-color: #96999a; +- border-top-color: #ededed; } +- GtkTreeView.view:selected { +- border-radius: 0; } +- GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { +- border-left-color: #a4c7ec; +- border-top-color: rgba(46, 52, 54, 0.1); } +- GtkTreeView.view:insensitive { +- color: #8d9091; } +- GtkTreeView.view:insensitive:selected { +- color: #92bce8; } +- GtkTreeView.view:insensitive:selected:backdrop { +- color: #80b1e4; } +- GtkTreeView.view:insensitive:backdrop { +- color: #c7c7c7; } +- GtkTreeView.view.separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkTreeView.view:backdrop { +- border-left-color: #bdbebf; +- border-top: #ededed; } +- GtkTreeView.view.dnd { +- border-style: solid none; +- border-width: 1px; +- border-color: #3c6287; } +- GtkTreeView.view.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +- color: #6c7072; } +- GtkTreeView.view.expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- GtkTreeView.view.expander:hover { +- color: #2e3436; } +- GtkTreeView.view.expander:selected { +- color: #c8ddf3; } +- GtkTreeView.view.expander:selected:hover { +- color: #ffffff; } +- GtkTreeView.view.expander:selected:backdrop { +- color: #c8ddf3; } +- GtkTreeView.view.expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- GtkTreeView.view.expander:backdrop { +- color: #afb1b2; } +- GtkTreeView.view.progressbar { +- color: #ffffff; +- border: 1px solid #184472; +- border-radius: 4px; +- background-image: linear-gradient(to bottom, #4a90d9, #2a76c6); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); } +- GtkTreeView.view.progressbar:selected { +- color: #4a90d9; +- box-shadow: none; +- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); } +- GtkTreeView.view.progressbar:selected:backdrop { +- color: #4a90d9; +- border-color: #184472; +- background-color: white; } +- GtkTreeView.view.progressbar:backdrop { +- color: white; +- background-image: none; +- box-shadow: none; } +- GtkTreeView.view.trough { +- background-color: rgba(46, 52, 54, 0.1); +- border-radius: 4px; } +- GtkTreeView.view.trough:selected { +- background-color: rgba(255, 255, 255, 0.3); +- border-width: 1px 0; +- border-style: solid; +- border-color: #4a90d9; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton { +- color: #96999a; +- background-color: #ffffff; +- font-weight: bold; +- text-shadow: none; +- box-shadow: none; } +- column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, +- column-header .titlebar .button.titlebutton:hover, +- .titlebar column-header .button.titlebutton:hover { +- color: #626668; +- box-shadow: none; +- transition: none; } +- column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, +- column-header .titlebar .button.titlebutton:active, +- .titlebar column-header .button.titlebutton:active { +- color: #2e3436; +- transition: none; } +-column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton, +-column-header:last-child .titlebar .button.titlebutton, +-.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child, +-.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { +- border-right-style: none; } +- +-column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton, +-column-header .titlebar .dnd.button.titlebutton, +-.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, .header-bar column-header.dnd.button.titlebutton, +-.titlebar column-header.dnd.button.titlebutton { +- transition: none; +- color: #4a90d9; +- box-shadow: inset 1px 1px 0 1px #4a90d9, inset -1px 0 0 1px #4a90d9, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton, column-header .button:hover, column-header .button:active { +- padding: 3px 6px; +- border-style: none solid solid none; +- border-radius: 0; +- background-image: none; +- border-color: #ededed; +- text-shadow: none; } +- column-header .button:insensitive, column-header .header-bar .button.titlebutton:insensitive, .header-bar column-header .button.titlebutton:insensitive, +- column-header .titlebar .button.titlebutton:insensitive, +- .titlebar column-header .button.titlebutton:insensitive { +- border-color: #ededed; +- background-image: none; } +- column-header .button:backdrop, column-header .header-bar .button.titlebutton:backdrop, .header-bar column-header .button.titlebutton:backdrop, +- column-header .titlebar .button.titlebutton:backdrop, +- .titlebar column-header .button.titlebutton:backdrop { +- border-color: #ededed; +- border-style: none solid solid none; +- color: #bdbebf; +- background-image: none; +- background-color: white; } +- column-header .button:backdrop:insensitive { +- border-color: #ededed; +- background-image: none; } +- +-/********* +- * Menus * +- *********/ +-.menubar { +- -GtkWidget-window-dragging: true; +- padding: 0px; +- box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } +- .menubar:backdrop { +- background-color: #ededed; } +- .menubar > .menuitem { +- padding: 4px 8px; } +- .menubar > .menuitem:hover { +- box-shadow: inset 0 -3px #4a90d9; +- color: #2a76c6; } +- .menubar > .menuitem:insensitive { +- color: #8d9091; +- box-shadow: none; } +- +-.menu { +- margin: 4px; +- padding: 0px; +- background-color: #ffffff; +- border: 1px solid #a1a1a1; } +- .csd .menu { +- border: none; } +- .menu .menuitem { +- text-shadow: none; +- padding: 4px; } +- .menu .menuitem:hover { +- color: #ffffff; +- background-color: #4a90d9; } +- .menu .menuitem:insensitive { +- color: #8d9091; } +- .menu .menuitem:insensitive:backdrop { +- color: #c7c7c7; } +- .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { +- color: #8d9091; +- background-color: white; } +- .menu .menuitem.arrow { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .menu .menuitem.arrow:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .menu.button, .header-bar .menu.button.titlebutton, +- .titlebar .menu.button.titlebutton { +- border-style: none; +- border-radius: 0; } +- .menu.button.top { +- border-bottom: 1px solid #eaeaea; } +- .menu.button.bottom { +- border-top: 1px solid #eaeaea; } +- .menu.button:hover { +- background-color: #eaeaea; } +- .menu.button:insensitive { +- color: transparent; +- background-color: transparent; +- border-color: transparent; } +- +-.menuitem .accelerator { +- color: alpha(currentColor,0.55); } +- +-/*************** +- * Popovers * +- ***************/ +-.popover { +- padding: 2px; +- border: 1px solid #a1a1a1; +- border-radius: 5px; +- background-color: #f6f6f6; +- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } +- .popover:backdrop { +- box-shadow: none; } +- .popover > .list, +- .popover > .view, +- .popover > .toolbar, +- .popover > .inline-toolbar, +- .popover > .search-bar, +- .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { +- border-style: none; +- background-color: transparent; } +- .popover .button.flat, .popover .header-bar .titlebutton.button, .header-bar .popover .titlebutton.button, +- .popover .titlebar .titlebutton.button, +- .titlebar .popover .titlebutton.button, +- .popover .button.flat:hover, +- .popover .header-bar .titlebutton.button:hover, +- .header-bar .popover .titlebutton.button:hover, +- .popover .titlebar .titlebutton.button:hover, +- .titlebar .popover .titlebutton.button:hover { +- text-shadow: none; +- transition: none; } +- +-.entry.cursor-handle, +-.cursor-handle { +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- border-style: none; } +- .entry.cursor-handle.top, +- .cursor-handle.top { +- -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } +- .entry.cursor-handle.bottom, +- .cursor-handle.bottom { +- -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } +- +-/***************** +- * Notebooks and * +- * Tabs * +- *****************/ +-.notebook { +- padding: 0; +- background-color: #ffffff; +- -GtkNotebook-initial-gap: 10; +- -GtkNotebook-arrow-spacing: 5; +- -GtkNotebook-tab-curvature: 0; +- -GtkNotebook-tab-overlap: -8; +- -GtkNotebook-has-tab-gap: false; +- -GtkWidget-focus-padding: 0; +- -GtkWidget-focus-line-width: 0; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .notebook:backdrop { +- background-color: white; } +- .notebook.frame { +- border: 1px solid #a1a1a1; } +- .notebook.frame.top { +- border-top-width: 0; } +- .notebook.frame.bottom { +- border-bottom-width: 0; } +- .notebook.frame.right { +- border-right-width: 0; } +- .notebook.frame.left { +- border-left-width: 0; } +- .notebook.frame:backdrop { +- border-color: #a8a8a8; } +- .notebook.header { +- background-color: #d6d6d6; } +- .notebook.header.frame { +- border: 1px solid #a1a1a1; } +- .notebook.header.frame.top { +- border-bottom-width: 0; } +- .notebook.header.frame.bottom { +- border-top-width: 0; } +- .notebook.header.frame.right { +- border-left-width: 0; } +- .notebook.header.frame.left { +- border-right-width: 0; } +- .notebook.header.frame:backdrop { +- border-color: #a8a8a8; } +- .notebook.header.top { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px #a1a1a1; } +- .notebook.header.top:backdrop { +- box-shadow: inset 0 -1px #a8a8a8; } +- .notebook.header.bottom { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px #a1a1a1; } +- .notebook.header.bottom:backdrop { +- box-shadow: inset 0 1px #a8a8a8; } +- .notebook.header.right { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 #a1a1a1; } +- .notebook.header.right:backdrop { +- box-shadow: inset 1px 0 #a8a8a8; } +- .notebook.header.left { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 #a1a1a1; } +- .notebook.header.left:backdrop { +- box-shadow: inset -1px 0 #a8a8a8; } +- .notebook.header:backdrop { +- background-color: #d4d4d4; +- box-shadow: none; } +- .notebook tab { +- border-width: 0; +- border-style: solid; +- border-color: transparent; +- background-color: transparent; +- outline-offset: 0; +- /* works for testnotebookdnd, but there's a superfluous border +- in gedit or web, commented out for now, needs gtk fixes +- &.reorderable-page { +- &.top { +- padding-top: ($vt_vpadding - 1px); +- border-top-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.bottom { +- padding-bottom: ($vt_vpadding - 1px); +- border-bottom-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.left { +- padding-left: ($ht_hpadding - 1px); +- border-left-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- &.right { +- padding-right: ($ht_hpadding - 1px); +- border-right-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- } +- */ } +- .notebook tab.top, .notebook tab.bottom { +- padding: 8px 20px; } +- .notebook tab.left, .notebook tab.right { +- padding: 5px 20px; } +- .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { +- padding-left: 12px; +- padding-right: 12px; +- border-left-width: 1px; +- border-right-width: 1px; } +- .notebook tab.reorderable-page.left, .notebook tab.reorderable-page.right { +- border-bottom-width: 1px; +- border-top-width: 1px; } +- .notebook tab.top { +- border-bottom-width: 3px; } +- .notebook tab.bottom { +- border-top-width: 3px; } +- .notebook tab.left { +- border-right-width: 3px; } +- .notebook tab.right { +- border-left-width: 3px; } +- .notebook tab:hover, .notebook tab.prelight-page { +- border-color: #a1a1a1; } +- .notebook tab:active, .notebook tab.active-page, .notebook tab:backdrop:active { +- border-color: #4a90d9; } +- .notebook tab:backdrop { +- background-color: transparent; +- border-color: transparent; } +- .notebook tab.reorderable-page.top { +- border-color: transparent; } +- .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { +- border-color: rgba(161, 161, 161, 0.3); +- border-bottom-color: #a1a1a1; +- background-color: rgba(237, 237, 237, 0.2); } +- .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { +- background-color: rgba(237, 237, 237, 0.5); +- border-color: rgba(161, 161, 161, 0.5); +- border-bottom-color: #4a90d9; } +- .notebook tab.reorderable-page.top:active:hover, .notebook tab.reorderable-page.top.active-page:hover { +- background-color: rgba(237, 237, 237, 0.7); } +- .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { +- border-color: #a8a8a8; +- background-color: #ededed; +- border-bottom-color: #4a90d9; } +- .notebook tab.reorderable-page.top:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab.reorderable-page.bottom { +- border-color: transparent; } +- .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { +- border-color: rgba(161, 161, 161, 0.3); +- border-top-color: #a1a1a1; +- background-color: rgba(237, 237, 237, 0.2); } +- .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { +- background-color: rgba(237, 237, 237, 0.5); +- border-color: rgba(161, 161, 161, 0.5); +- border-top-color: #4a90d9; } +- .notebook tab.reorderable-page.bottom:active:hover, .notebook tab.reorderable-page.bottom.active-page:hover { +- background-color: rgba(237, 237, 237, 0.7); } +- .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { +- border-color: #a8a8a8; +- background-color: #ededed; +- border-top-color: #4a90d9; } +- .notebook tab.reorderable-page.bottom:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab.reorderable-page.left { +- border-color: transparent; } +- .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { +- border-color: rgba(161, 161, 161, 0.3); +- border-right-color: #a1a1a1; +- background-color: rgba(237, 237, 237, 0.2); } +- .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { +- background-color: rgba(237, 237, 237, 0.5); +- border-color: rgba(161, 161, 161, 0.5); +- border-right-color: #4a90d9; } +- .notebook tab.reorderable-page.left:active:hover, .notebook tab.reorderable-page.left.active-page:hover { +- background-color: rgba(237, 237, 237, 0.7); } +- .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { +- border-color: #a8a8a8; +- background-color: #ededed; +- border-right-color: #4a90d9; } +- .notebook tab.reorderable-page.left:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab.reorderable-page.right { +- border-color: transparent; } +- .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { +- border-color: rgba(161, 161, 161, 0.3); +- border-left-color: #a1a1a1; +- background-color: rgba(237, 237, 237, 0.2); } +- .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { +- background-color: rgba(237, 237, 237, 0.5); +- border-color: rgba(161, 161, 161, 0.5); +- border-left-color: #4a90d9; } +- .notebook tab.reorderable-page.right:active:hover, .notebook tab.reorderable-page.right.active-page:hover { +- background-color: rgba(237, 237, 237, 0.7); } +- .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { +- border-color: #a8a8a8; +- background-color: #ededed; +- border-left-color: #4a90d9; } +- .notebook tab.reorderable-page.right:backdrop { +- border-color: transparent; +- background-color: transparent; } +- .notebook tab .label { +- padding: 0 2px; +- font-weight: bold; +- color: #8d9091; } +- .notebook tab .label:backdrop, .notebook tab .label.prelight-page:backdrop { +- color: #aaabac; } +- .notebook tab .prelight-page .label, .notebook tab .label.prelight-page { +- color: #5d6263; } +- .notebook tab .prelight-page .label:backdrop, .notebook tab .label.prelight-page:backdrop { +- color: #aaabac; } +- .notebook tab .active-page .label, .notebook tab .label.active-page { +- color: #2e3436; } +- .notebook tab .active-page .label:backdrop, .notebook tab .label.active-page:backdrop { +- color: #8d9091; } +- .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +- .notebook tab .titlebar .button.titlebutton, +- .titlebar .notebook tab .button.titlebutton { +- padding: 0; +- border: 1px solid transparent; +- icon-shadow: none; +- transition: none; +- color: rgba(46, 52, 54, 0.3); } +- .notebook tab .button:hover { +- color: #2e3436; +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:active { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .notebook tab .button:backdrop { +- color: rgba(141, 144, 145, 0.3); +- border-color: transparent; } +- .notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage, .header-bar .notebook tab .button.titlebutton > GtkImage, +- .notebook tab .titlebar .button.titlebutton > GtkImage, +- .titlebar .notebook tab .button.titlebutton > GtkImage { +- padding: 2px; } +- .notebook.arrow { +- color: #8d9091; } +- .notebook.arrow:hover { +- color: #5d6263; } +- .notebook.arrow:active { +- color: #2e3436; } +- .notebook.arrow:insensitive { +- color: rgba(141, 144, 145, 0.3); } +- .notebook.arrow:backdrop { +- color: rgba(141, 144, 145, 0.4); } +- .notebook.arrow:backdrop:insensitive { +- color: #c7c7c7; } +- +-/************** +- * Scrollbars * +- **************/ +-.scrollbar { +- -GtkRange-slider-width: 13; +- -GtkRange-trough-border: 1; +- -GtkScrollbar-has-backward-stepper: false; +- -GtkScrollbar-has-forward-stepper: false; +- -GtkScrollbar-min-slider-length: 42; +- -GtkRange-stepper-spacing: 0; +- -GtkRange-trough-under-steppers: 1; } +- .scrollbar .button, .scrollbar .header-bar .button.titlebutton, .header-bar .scrollbar .button.titlebutton, +- .scrollbar .titlebar .button.titlebutton, +- .titlebar .scrollbar .button.titlebutton { +- border: none; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- opacity: 0.4; +- -GtkRange-slider-width: 5px; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { +- margin: 0; +- background-color: #2e3436; +- border: 1px solid white; +- background-clip: padding-box; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { +- border-style: none; +- background-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { +- margin-top: 2px; +- margin-bottom: 2px; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { +- margin-left: 2px; +- margin-right: 2px; } +- .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { +- opacity: 0.7; } +- .scrollbar .trough { +- background-color: #dbdbdb; +- border: 1px none #a1a1a1; } +- .scrollbar .trough:backdrop { +- background-color: #e5e5e5; +- border-color: #a8a8a8; } +- .scrollbar .slider { +- background-color: #7a7e7f; } +- .scrollbar .slider:hover { +- background-color: #54595a; } +- .scrollbar .slider:prelight:active { +- background-color: #2a76c6; } +- .scrollbar .slider:backdrop { +- background-color: #c6c7c8; } +- .scrollbar .slider:insensitive { +- background-color: transparent; } +- .scrollbar .slider { +- border-radius: 100px; +- margin: 3px; } +- .scrollbar.fine-tune .slider { +- margin: 4px; } +- .scrollbar.vertical .slider { +- margin-left: 4px; } +- .scrollbar.vertical .slider:dir(rtl) { +- margin-left: 3px; +- margin-right: 4px; } +- .scrollbar.vertical.fine-tune .slider { +- margin-left: 5px; } +- .scrollbar.vertical.fine-tune .slider:dir(rtl) { +- margin-left: 4px; +- margin-right: 5px; } +- .scrollbar.vertical .trough { +- border-left-style: solid; } +- .scrollbar.vertical .trough:dir(rtl) { +- border-left-style: none; +- border-right-style: solid; } +- .scrollbar.horizontal .slider { +- margin-top: 4px; } +- .scrollbar.horizontal.fine-tune .slider { +- margin-top: 5px; } +- .scrollbar.horizontal .trough { +- border-top-style: solid; } +- +-.scrollbars-junction, +-.scrollbars-junction.frame { +- border-color: transparent; +- border-image: linear-gradient(to bottom, #a1a1a1 1px, transparent 1px) 0 0 0 1/0 1px stretch; +- background-color: #dbdbdb; } +- .scrollbars-junction:dir(rtl), +- .scrollbars-junction.frame:dir(rtl) { +- border-image-slice: 0 1 0 0; } +- .scrollbars-junction:backdrop, +- .scrollbars-junction.frame:backdrop { +- border-image-source: linear-gradient(to bottom, #a8a8a8 1px, transparent 1px); +- background-color: #e5e5e5; } +- +-/********** +- * Switch * +- **********/ +-GtkSwitch { +- -GtkSwitch-slider-width: 45px; +- font-weight: bold; +- font-size: smaller; +- outline-offset: -4px; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkSwitch.trough { +- border: 1px solid #a1a1a1; +- border-radius: 3px; +- color: #2e3436; +- background-image: linear-gradient(to bottom, #cecece); +- text-shadow: 0 1px rgba(0, 0, 0, 0.1); } +- GtkSwitch.trough:active { +- background-image: linear-gradient(to bottom, #4a90d9 2px, #63a0de); +- color: white; +- border-color: #184472; +- box-shadow: 0 1px white; +- text-shadow: 0 1px rgba(24, 68, 114, 0.5), 0 0 2px rgba(255, 255, 255, 0.6); } +- GtkSwitch.trough:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: none; +- background-color: #f4f4f4; +- box-shadow: 0 1px white; +- text-shadow: none; } +- GtkSwitch.trough:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #d4d4d4); +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.trough:backdrop:active { +- color: #ededed; +- border-color: #4a90d9; +- background-image: linear-gradient(to bottom, #4a90d9); +- box-shadow: none; } +- GtkSwitch.trough:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: none; +- background-color: #f4f4f4; } +- GtkSwitch.slider { +- border: 1px solid; +- border-radius: 3px; +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; +- box-shadow: inset 0 1px white, inset 0 -2px rgba(237, 237, 237, 0.6), inset 0 -1px #c7c7c7; } +- GtkSwitch.slider:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; +- box-shadow: inset 0 1px white, inset 0 -2px rgba(237, 237, 237, 0.6), inset 0 -1px #c7c7c7; } +- GtkSwitch.slider:active { +- border: 1px solid #184472; } +- GtkSwitch.slider:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- GtkSwitch.slider:insensitive > .label { +- color: inherit; } +- GtkSwitch.slider:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- box-shadow: none; } +- GtkSwitch.slider:backdrop:active { +- border-color: #4a90d9; } +- GtkSwitch.slider:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- box-shadow: none; } +- GtkSwitch.slider:backdrop:insensitive > .label { +- color: inherit; } +- .list-row:selected GtkSwitch { +- box-shadow: none; +- border-color: #184472; } +- .list-row:selected GtkSwitch:backdrop { +- border-color: #184472; } +- .list-row:selected GtkSwitch.slider:dir(rtl) { +- border-left-color: #a1a1a1; } +- .list-row:selected GtkSwitch.slider:dir(ltr) { +- border-right-color: #a1a1a1; } +- .list-row:selected GtkSwitch.slider, .list-row:selected GtkSwitch.slider:active { +- border-color: #184472; } +- +-/************************* +- * Check and Radio items * +- *************************/ +-.check { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check.button.flat, .header-bar .check.titlebutton.button, +- .titlebar .check.titlebutton.button { +- icon-shadow: none; } +- +-.view.check:selected, GtkCalendar.check:selected, +-.list-row:selected .check { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked.png"), url("assets/selected-checkbox-unchecked@2.png")); } +- +-.check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover.png"), url("assets/checkbox-unchecked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:hover.button.flat, .header-bar .check.titlebutton.button:hover, +- .titlebar .check.titlebutton.button:hover { +- icon-shadow: none; } +- +-.view.check:hover:selected, GtkCalendar.check:hover:selected, +-.list-row:selected .check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-hover.png"), url("assets/selected-checkbox-unchecked-hover@2.png")); } +- +-.check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:active.button.flat, .header-bar .check.titlebutton.button:active, +- .titlebar .check.titlebutton.button:active { +- icon-shadow: none; } +- +-.view.check:active:selected, GtkCalendar.check:active:selected, +-.list-row:selected .check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-active.png"), url("assets/selected-checkbox-unchecked-active@2.png")); } +- +-.check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:insensitive.button.flat, .header-bar .check.titlebutton.button:insensitive, +- .titlebar .check.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.view.check:insensitive:selected, GtkCalendar.check:insensitive:selected, +-.list-row:selected .check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-insensitive.png"), url("assets/selected-checkbox-unchecked-insensitive@2.png")); } +- +-.check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop.png"), url("assets/checkbox-unchecked-backdrop@2.png")); +- icon-shadow: none; } +- .check:backdrop.button.flat, .header-bar .check.titlebutton.button:backdrop, +- .titlebar .check.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view.check:backdrop:selected, GtkCalendar.check:backdrop:selected, +-.list-row:selected .check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-backdrop.png"), url("assets/selected-checkbox-unchecked-backdrop@2.png")); } +- +-.check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive.png"), url("assets/checkbox-unchecked-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .check:backdrop:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:insensitive, +- .titlebar .check.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.view.check:backdrop:insensitive:selected, GtkCalendar.check:backdrop:insensitive:selected, +-.list-row:selected .check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-backdrop-insensitive.png"), url("assets/selected-checkbox-unchecked-backdrop-insensitive@2.png")); } +- +-.check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent.button.flat, .header-bar .check.titlebutton.button:inconsistent, +- .titlebar .check.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.view.check:inconsistent:selected, GtkCalendar.check:inconsistent:selected, +-.list-row:selected .check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed.png"), url("assets/selected-checkbox-mixed@2.png")); } +- +-.check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover.png"), url("assets/checkbox-mixed-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent:hover.button.flat, .header-bar .check.titlebutton.button:inconsistent:hover, +- .titlebar .check.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.view.check:inconsistent:hover:selected, GtkCalendar.check:inconsistent:hover:selected, +-.list-row:selected .check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-hover.png"), url("assets/selected-checkbox-mixed-hover@2.png")); } +- +-.check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent:selected.button.flat, .header-bar .check.titlebutton.button:inconsistent:selected, +- .titlebar .check.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.view.check:inconsistent:selected:selected, GtkCalendar.check:inconsistent:selected, +-.list-row:selected .check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-active.png"), url("assets/selected-checkbox-mixed-active@2.png")); } +- +-.check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop.png"), url("assets/checkbox-mixed-backdrop@2.png")); +- icon-shadow: none; } +- .check:inconsistent:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.view.check:inconsistent:backdrop:selected, GtkCalendar.check:inconsistent:backdrop:selected, +-.list-row:selected .check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-backdrop.png"), url("assets/selected-checkbox-mixed-backdrop@2.png")); } +- +-.check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent:insensitive.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive, +- .titlebar .check.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.view.check:inconsistent:insensitive:selected, GtkCalendar.check:inconsistent:insensitive:selected, +-.list-row:selected .check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-insensitive.png"), url("assets/selected-checkbox-mixed-insensitive@2.png")); } +- +-.check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive.png"), url("assets/checkbox-mixed-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .check:inconsistent:insensitive:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.view.check:inconsistent:insensitive:backdrop:selected, GtkCalendar.check:inconsistent:insensitive:backdrop:selected, +-.list-row:selected .check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-backdrop-insensitive.png"), url("assets/selected-checkbox-mixed-backdrop-insensitive@2.png")); } +- +-.check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked.button.flat, .header-bar .check.titlebutton.button:checked, +- .titlebar .check.titlebutton.button:checked { +- icon-shadow: none; } +- +-.view.check:checked:selected, GtkCalendar.check:checked:selected, +-.list-row:selected .check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked.png"), url("assets/selected-checkbox-checked@2.png")); } +- +-.check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:checked:insensitive, +- .titlebar .check.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.view.check:checked:insensitive:selected, GtkCalendar.check:checked:insensitive:selected, +-.list-row:selected .check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-insensitive.png"), url("assets/selected-checkbox-checked-insensitive@2.png")); } +- +-.check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover.png"), url("assets/checkbox-checked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked:hover.button.flat, .header-bar .check.titlebutton.button:checked:hover, +- .titlebar .check.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.view.check:checked:hover:selected, GtkCalendar.check:checked:hover:selected, +-.list-row:selected .check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-hover.png"), url("assets/selected-checkbox-checked-hover@2.png")); } +- +-.check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked:active.button.flat, .header-bar .check.titlebutton.button:checked:active, +- .titlebar .check.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.view.check:checked:active:selected, GtkCalendar.check:checked:active:selected, +-.list-row:selected .check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-active.png"), url("assets/selected-checkbox-checked-active@2.png")); } +- +-.check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop.png"), url("assets/checkbox-checked-backdrop@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked.button.flat, .header-bar .check.titlebutton.button:backdrop:checked, +- .titlebar .check.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.view.check:backdrop:checked:selected, GtkCalendar.check:backdrop:checked:selected, +-.list-row:selected .check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-backdrop.png"), url("assets/selected-checkbox-checked-backdrop@2.png")); } +- +-.check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive.png"), url("assets/checkbox-checked-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .check.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.view.check:backdrop:checked:insensitive:selected, GtkCalendar.check:backdrop:checked:insensitive:selected, +-.list-row:selected .check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-backdrop-insensitive.png"), url("assets/selected-checkbox-checked-backdrop-insensitive@2.png")); } +- +-.menu .menuitem.check { +- -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); +- color: #7a7e7f; +- icon-shadow: none; } +- .menu .menuitem.check:active, .menu .menuitem.check:checked { +- -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); } +- .menu .menuitem.check:inconsistent { +- -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } +- .menu .menuitem.check:hover { +- color: #ffffff; } +- .menu .menuitem.check:insensitive { +- color: #bdbebf; } +- +-.radio { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio.button.flat, .header-bar .radio.titlebutton.button, +- .titlebar .radio.titlebutton.button { +- icon-shadow: none; } +- +-.view.radio:selected, GtkCalendar.radio:selected, +-.list-row:selected .radio { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked.png"), url("assets/selected-radio-unchecked@2.png")); } +- +-.radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover.png"), url("assets/radio-unchecked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:hover.button.flat, .header-bar .radio.titlebutton.button:hover, +- .titlebar .radio.titlebutton.button:hover { +- icon-shadow: none; } +- +-.view.radio:hover:selected, GtkCalendar.radio:hover:selected, +-.list-row:selected .radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-hover.png"), url("assets/selected-radio-unchecked-hover@2.png")); } +- +-.radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:active.button.flat, .header-bar .radio.titlebutton.button:active, +- .titlebar .radio.titlebutton.button:active { +- icon-shadow: none; } +- +-.view.radio:active:selected, GtkCalendar.radio:active:selected, +-.list-row:selected .radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-active.png"), url("assets/selected-radio-unchecked-active@2.png")); } +- +-.radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:insensitive.button.flat, .header-bar .radio.titlebutton.button:insensitive, +- .titlebar .radio.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.view.radio:insensitive:selected, GtkCalendar.radio:insensitive:selected, +-.list-row:selected .radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-insensitive.png"), url("assets/selected-radio-unchecked-insensitive@2.png")); } +- +-.radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop.png"), url("assets/radio-unchecked-backdrop@2.png")); +- icon-shadow: none; } +- .radio:backdrop.button.flat, .header-bar .radio.titlebutton.button:backdrop, +- .titlebar .radio.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view.radio:backdrop:selected, GtkCalendar.radio:backdrop:selected, +-.list-row:selected .radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-backdrop.png"), url("assets/selected-radio-unchecked-backdrop@2.png")); } +- +-.radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive.png"), url("assets/radio-unchecked-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .radio:backdrop:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.view.radio:backdrop:insensitive:selected, GtkCalendar.radio:backdrop:insensitive:selected, +-.list-row:selected .radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-backdrop-insensitive.png"), url("assets/selected-radio-unchecked-backdrop-insensitive@2.png")); } +- +-.radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent.button.flat, .header-bar .radio.titlebutton.button:inconsistent, +- .titlebar .radio.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.view.radio:inconsistent:selected, GtkCalendar.radio:inconsistent:selected, +-.list-row:selected .radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed.png"), url("assets/selected-radio-mixed@2.png")); } +- +-.radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover.png"), url("assets/radio-mixed-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent:hover.button.flat, .header-bar .radio.titlebutton.button:inconsistent:hover, +- .titlebar .radio.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.view.radio:inconsistent:hover:selected, GtkCalendar.radio:inconsistent:hover:selected, +-.list-row:selected .radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-hover.png"), url("assets/selected-radio-mixed-hover@2.png")); } +- +-.radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent:selected.button.flat, .header-bar .radio.titlebutton.button:inconsistent:selected, +- .titlebar .radio.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.view.radio:inconsistent:selected:selected, GtkCalendar.radio:inconsistent:selected, +-.list-row:selected .radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-active.png"), url("assets/selected-radio-mixed-active@2.png")); } +- +-.radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop.png"), url("assets/radio-mixed-backdrop@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.view.radio:inconsistent:backdrop:selected, GtkCalendar.radio:inconsistent:backdrop:selected, +-.list-row:selected .radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-backdrop.png"), url("assets/selected-radio-mixed-backdrop@2.png")); } +- +-.radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent:insensitive.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.view.radio:inconsistent:insensitive:selected, GtkCalendar.radio:inconsistent:insensitive:selected, +-.list-row:selected .radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-insensitive.png"), url("assets/selected-radio-mixed-insensitive@2.png")); } +- +-.radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive.png"), url("assets/radio-mixed-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:insensitive:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.view.radio:inconsistent:insensitive:backdrop:selected, GtkCalendar.radio:inconsistent:insensitive:backdrop:selected, +-.list-row:selected .radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-backdrop-insensitive.png"), url("assets/selected-radio-mixed-backdrop-insensitive@2.png")); } +- +-.radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked.button.flat, .header-bar .radio.titlebutton.button:checked, +- .titlebar .radio.titlebutton.button:checked { +- icon-shadow: none; } +- +-.view.radio:checked:selected, GtkCalendar.radio:checked:selected, +-.list-row:selected .radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked.png"), url("assets/selected-radio-checked@2.png")); } +- +-.radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:checked:insensitive, +- .titlebar .radio.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.view.radio:checked:insensitive:selected, GtkCalendar.radio:checked:insensitive:selected, +-.list-row:selected .radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-insensitive.png"), url("assets/selected-radio-checked-insensitive@2.png")); } +- +-.radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover.png"), url("assets/radio-checked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked:hover.button.flat, .header-bar .radio.titlebutton.button:checked:hover, +- .titlebar .radio.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.view.radio:checked:hover:selected, GtkCalendar.radio:checked:hover:selected, +-.list-row:selected .radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-hover.png"), url("assets/selected-radio-checked-hover@2.png")); } +- +-.radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked:active.button.flat, .header-bar .radio.titlebutton.button:checked:active, +- .titlebar .radio.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.view.radio:checked:active:selected, GtkCalendar.radio:checked:active:selected, +-.list-row:selected .radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-active.png"), url("assets/selected-radio-checked-active@2.png")); } +- +-.radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop.png"), url("assets/radio-checked-backdrop@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked, +- .titlebar .radio.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.view.radio:backdrop:checked:selected, GtkCalendar.radio:backdrop:checked:selected, +-.list-row:selected .radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-backdrop.png"), url("assets/selected-radio-checked-backdrop@2.png")); } +- +-.radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive.png"), url("assets/radio-checked-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.view.radio:backdrop:checked:insensitive:selected, GtkCalendar.radio:backdrop:checked:insensitive:selected, +-.list-row:selected .radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-backdrop-insensitive.png"), url("assets/selected-radio-checked-backdrop-insensitive@2.png")); } +- +-.menu .menuitem.radio { +- -gtk-icon-source: -gtk-icontheme("radio-symbolic"); +- color: #7a7e7f; +- icon-shadow: none; } +- .menu .menuitem.radio:active, .menu .menuitem.radio:checked { +- -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); } +- .menu .menuitem.radio:inconsistent { +- -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } +- .menu .menuitem.radio:hover { +- color: #ffffff; } +- .menu .menuitem.radio:insensitive { +- color: #bdbebf; } +- +-.view.check, .view.radio, +-.list-row .check, list-row .radio { +- icon-shadow: none; } +- .view.check:selected, GtkCalendar.check:selected, .view.check:hover, .view.radio:selected, GtkCalendar.radio:selected, .view.radio:hover, +- .list-row .check:selected, +- .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { +- icon-shadow: none; } +- +-.content-view { +- background-color: #dbdbdb; } +- .content-view:backdrop { +- background-color: #dbdbdb; } +- +-.view.content-view.check { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-GtkCheckButton.text-button, GtkRadioButton.text-button { +- padding: 1px 2px 4px; +- outline-offset: 0; } +- GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { +- color: #8d9091; } +- GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { +- color: #c7c7c7; } +- +-/************ +- * GtkScale * +- ************/ +-.scale, +-.scale.scale-has-marks-above.scale-has-marks-below, +-.scale.vertical.scale-has-marks-above.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 20; +- -GtkRange-trough-border: 2; +- outline-offset: -9px; +- outline-radius: 4px; } +- .scale.fine-tune, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune { +- outline-offset: -7px; +- outline-radius: 6px; } +- .scale.fine-tune.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { +- margin: 8px; +- border-radius: 4px; } +- .scale.slider, +- .scale.scale-has-marks-above.scale-has-marks-below.slider, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; +- border: 1px solid; +- border-radius: 50%; +- border-color: #999999; +- box-shadow: inset 0 1px white, inset 0 -2px #ededed, inset 0 -1px #c7c7c7; } +- .scale.slider:hover, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; +- border-color: #999999; +- border-radius: 50%; +- box-shadow: inset 0 1px white, inset 0 -2px white, inset 0 -1px #d6d6d6; } +- .scale.slider:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { +- border-style: solid; +- border-radius: 50%; +- background-image: linear-gradient(to bottom, #f4f4f4); +- box-shadow: none; } +- .scale.slider:backdrop, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- border-style: solid; +- border-radius: 50%; +- border-color: #a0a0a0; +- background-image: linear-gradient(to bottom, #ededed); +- box-shadow: none; } +- .scale.slider:backdrop:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .scale.slider:backdrop:insensitive > .label, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > .label, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop:insensitive > .label { +- color: inherit; } +- .scale.slider:active, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- border: 1px solid #153d65; } +- .osd .scale.slider, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); +- background-color: #202526; } +- .osd .scale.slider:hover, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .scale.slider:active, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .osd .scale.slider:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .scale.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- margin: 10px; +- border: 1px solid #a1a1a1; +- border-radius: 3px; +- background-color: #cecece; +- box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- .scale.trough.highlight, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: linear-gradient(to bottom, #4a90d9 2px, #63a0de); +- border-color: #184472; +- box-shadow: 0 1px white; } +- .scale.trough.highlight.vertical, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { +- background-image: linear-gradient(to right, #4a90d9 2px, #63a0de); } +- .scale.trough.highlight:backdrop, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { +- border-color: #4a90d9; +- background-color: #4a90d9; +- box-shadow: none; } +- .scale.trough:insensitive, .scale.trough.vertical:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { +- border-color: #a1a1a1; +- background-image: none; +- background-color: #f4f4f4; +- box-shadow: 0 1px white; } +- .scale.trough:backdrop, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { +- border-color: #a8a8a8; +- background-color: #c7c7c7; +- box-shadow: none; } +- .scale.trough:backdrop:insensitive, .scale.trough .highlight:backdrop:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough .highlight:backdrop:insensitive { +- border-color: #a8a8a8; +- background-color: #f4f4f4; } +- .osd .scale.trough, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- border-color: rgba(0, 0, 0, 0.7); +- box-shadow: none; +- margin: 9px; +- background-color: rgba(0, 0, 0, 0.5); +- outline-color: rgba(238, 238, 236, 0.2); +- outline-offset: -8px; } +- .osd .scale.trough.fine-tune, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.fine-tune, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.fine-tune { +- margin: 7px; } +- .osd .scale.trough.highlight, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: none; +- background-color: #4a90d9; } +- .osd .scale.trough:insensitive, .osd .scale.trough:backdrop:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; } +- .osd .scale.trough:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { +- border-color: rgba(0, 0, 0, 0.7); +- background-image: none; } +- +-.scale.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover.png"), url("assets/slider-horz-scale-has-marks-below-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop.png"), url("assets/slider-horz-scale-has-marks-below-backdrop@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop.png"), url("assets/slider-horz-scale-has-marks-above-backdrop@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover.png"), url("assets/slider-vert-scale-has-marks-below-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop.png"), url("assets/slider-vert-scale-has-marks-below-backdrop@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover.png"), url("assets/slider-vert-scale-has-marks-above-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop.png"), url("assets/slider-vert-scale-has-marks-above-backdrop@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above .trough { +- margin: 14px 10px 10px; } +-.fine-tune.scale.scale-has-marks-above .trough { +- margin: 12px 8px 8px; } +- +-.scale.scale-has-marks-below .trough { +- margin: 10px 10px 14px; } +-.fine-tune.scale.scale-has-marks-below .trough { +- margin: 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-above .trough { +- margin: 10px 10px 10px 14px; } +-.fine-tune.scale.vertical.scale-has-marks-above .trough { +- margin: 8px 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-below .trough { +- margin: 10px 14px 10px 10px; } +-.fine-tune.scale.vertical.scale-has-marks-below .trough { +- margin: 8px 12px 8px 8px; } +- +-/***************** +- * Progress bars * +- *****************/ +-GtkProgressBar { +- padding: 0; +- font-size: smaller; +- color: rgba(46, 52, 54, 0.4); +- box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkProgressBar:backdrop { +- color: #c7c7c7; } +- GtkProgressBar.osd { +- -GtkProgressBar-xspacing: 0; +- -GtkProgressBar-yspacing: 0; +- -GtkProgressBar-min-horizontal-bar-height: 3; } +- GtkProgressBar.trough { +- border: 1px solid #a1a1a1; +- border-radius: 3px; +- background-color: #d2d2d2; } +- GtkProgressBar.trough:backdrop { +- border-color: #a8a8a8; +- background-color: #d4d4d4; +- box-shadow: 0 1px rgba(255, 255, 255, 0); } +- GtkProgressBar.trough.osd { +- border-style: none; +- background-color: transparent; +- box-shadow: none; } +- +-.progressbar { +- background-image: linear-gradient(to bottom, #4a90d9 2px, #63a0de); +- border: 1px solid #184472; +- border-radius: 1.5px; +- box-shadow: none; } +- .progressbar.left { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .progressbar.right { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; } +- .progressbar.left.right { +- box-shadow: none; } +- .progressbar.vertical { +- background-image: linear-gradient(to right, #4a90d9 2px, #63a0de); } +- .progressbar.vertical.bottom { +- border-bottom-left-radius: 3px; +- border-bottom-right-radius: 3px; +- box-shadow: none; } +- .progressbar.vertical.top { +- border-top-left-radius: 3px; +- border-top-right-radius: 3px; } +- .progressbar:backdrop { +- border-color: #4a90d9; +- background-image: none; +- background-color: #4a90d9; +- box-shadow: none; } +- .progressbar.osd { +- background-image: none; +- background-color: #4a90d9; +- border-style: none; +- border-radius: 0; } +- +-/************* +- * Level Bar * +- *************/ +-.level-bar.vertical { +- -GtkLevelBar-min-block-width: 3; +- -GtkLevelBar-min-block-height: 34; } +- +-.level-bar { +- box-shadow: 0 1px white; +- -GtkLevelBar-min-block-width: 34; +- -GtkLevelBar-min-block-height: 3; } +- .level-bar.vertical { +- -GtkLevelBar-min-block-width: 3; +- -GtkLevelBar-min-block-height: 34; } +- .level-bar.trough { +- border: 1px solid; +- padding: 2px; +- border-radius: 3px; +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: black; +- border-color: #a1a1a1; +- box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white; } +- .level-bar.trough:backdrop { +- background-color: transparent; +- background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%); +- color: #323232; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, white); +- box-shadow: 0 1px rgba(255, 255, 255, 0); } +- .level-bar.fill-block { +- border: 1px solid #2a76c6; +- background-color: #4a90d9; +- box-shadow: 0 1px rgba(0, 0, 0, 0.1); +- border-radius: 1px; } +- .level-bar.fill-block:backdrop { +- border-color: #4a90d9; +- box-shadow: none; } +- .level-bar.fill-block.indicator-discrete.horizontal { +- margin: 0 1px; } +- .level-bar.fill-block.indicator-discrete.vertical { +- margin: 1px 0; } +- .level-bar.fill-block.level-high { +- border-color: #5aa411; +- background-color: #73d216; } +- .level-bar.fill-block.level-high:backdrop { +- border-color: #73d216; } +- .level-bar.fill-block.level-low { +- border-color: #c26000; +- background-color: #f57900; } +- .level-bar.fill-block.level-low:backdrop { +- border-color: #f57900; } +- .level-bar.fill-block.empty-fill-block { +- background-color: transparent; +- border-color: rgba(46, 52, 54, 0.2); +- box-shadow: none; } +- .level-bar.fill-block.empty-fill-block:backdrop { +- border-color: rgba(141, 144, 145, 0.15); } +- +-/********** +- * Frames * +- **********/ +-.frame { +- border: 1px solid #a1a1a1; +- padding: 0; } +- .frame.flat { +- border-style: none; } +- .frame:backdrop { +- border-color: #a8a8a8; } +- .frame.action-bar { +- padding: 6px; +- border-width: 1px 0 0; } +- +-GtkScrolledWindow GtkViewport.frame { +- border-style: none; } +- +-.separator, GtkPlacesSidebar.sidebar .view .separator, +-GtkPlacesSidebar.sidebar .view .separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/********* +- * Lists * +- *********/ +-.list, .list-row { +- background-color: #ffffff; +- border-color: #a1a1a1; } +- .list:backdrop, .list-row:backdrop { +- background-color: white; +- border-color: #a8a8a8; } +- +-.list-row, +-.grid-child { +- padding: 2px; } +- +-.list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked { +- background-color: rgba(255, 255, 255, 0); +- border-style: none; +- border-radius: 0; +- box-shadow: none; } +- +-.list-row.button:hover { +- background-color: #f4f4f4; } +-.list-row.button:active { +- box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } +-.list-row.button:selected:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +-.list-row.button:selected:hover { +- background-color: #4786c8; } +-.list-row.button:selected:backdrop { +- background-color: #4a90d9; } +-.list-row.button:backdrop:hover { +- background-color: transparent; } +- +-.list-row:selected .button { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; +- border-color: #184472; } +- .list-row:selected .button.flat, .list-row:selected .header-bar .titlebutton.button, .header-bar .list-row:selected .titlebutton.button, +- .list-row:selected .titlebar .titlebutton.button, +- .titlebar .list-row:selected .titlebutton.button { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: #ffffff; } +- .list-row:selected .button:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; +- border-color: #184472; } +- .list-row:selected .button:active, .list-row:selected .button:checked { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); +- border-color: #184472; } +- .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #184472; } +- .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .header-bar .titlebutton.button:backdrop:active, .header-bar .list-row:selected .titlebutton.button:backdrop:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:checked { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #d4d4d4); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #184472; } +- .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #184472; } +- .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #e7e7e7); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #184472; } +- .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; +- color: white; } +- .list-row:selected .button:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #184472; } +- .list-row:selected .button:insensitive > .label, .list-row:selected .header-bar .button.titlebutton:insensitive > .label, +- .list-row:selected .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #ebebeb, #f4f4f4); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:insensitive:active > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:active > .label, +- .list-row:selected .titlebar .button.titlebutton:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label, .list-row:selected .header-bar .button.titlebutton:insensitive:checked > .label, +- .list-row:selected .titlebar .button.titlebutton:insensitive:checked > .label { +- color: inherit; } +- +-.list-row, list-row.button, .header-bar list-row.button.titlebutton, +-.titlebar list-row.button.titlebutton { +- transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .list-row:hover, list-row.button:hover, .header-bar list-row.button.titlebutton:hover, +- .titlebar list-row.button.titlebutton:hover { +- transition: none; } +- +-/********************* +- * App Notifications * +- *********************/ +-.app-notification, +-.app-notification.frame { +- padding: 10px; +- border: none; +- border-radius: 0 0 6px 6px; +- background-color: rgba(32, 37, 38, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); +- background-clip: padding-box; } +- .app-notification:backdrop, +- .app-notification.frame:backdrop { +- background-image: none; } +- .app-notification .button, .app-notification .header-bar .button.titlebutton, .header-bar .app-notification .button.titlebutton, +- .app-notification .titlebar .button.titlebutton, +- .titlebar .app-notification .button.titlebutton, +- .app-notification.frame .button { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +- .app-notification .titlebar .titlebutton.button, +- .titlebar .app-notification .titlebutton.button, +- .app-notification.frame .button.flat, +- .app-notification.frame .header-bar .titlebutton.button, +- .header-bar .app-notification.frame .titlebutton.button, +- .app-notification.frame .titlebar .titlebutton.button, +- .titlebar .app-notification.frame .titlebutton.button { +- icon-shadow: 0 1px black; +- text-shadow: 0 1px black; } +- .app-notification .button:hover, +- .app-notification.frame .button:hover { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(60, 69, 71, 0.7)); +- background-clip: padding-box; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +- text-shadow: 0 1px black; +- icon-shadow: 0 1px black; +- outline-color: rgba(238, 238, 236, 0.3); } +- .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, +- .app-notification.frame .button:active, +- .app-notification.frame .button:checked, +- .app-notification.frame .button:backdrop:active, +- .app-notification.frame .button:backdrop:checked { +- color: white; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- outline-color: rgba(238, 238, 236, 0.3); } +- .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, +- .app-notification.frame .button:insensitive, +- .app-notification.frame .button:backdrop:insensitive { +- color: #878989; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(52, 57, 57, 0.5)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:backdrop, +- .app-notification.frame .button:backdrop { +- color: #eeeeec; +- border-color: rgba(0, 0, 0, 0.7); +- background-image: linear-gradient(to bottom, rgba(32, 37, 38, 0.7)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-/************* +- * Expanders * +- *************/ +-.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .expander:hover { +- color: #748489; } +- .expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- +-/************ +- * Calendar * +- ***********/ +-GtkCalendar { +- color: black; +- border: 1px solid #a1a1a1; } +- GtkCalendar.header { +- border: 1px solid rgba(0, 0, 0, 0.1); +- border-radius: 0; } +- GtkCalendar.header:backdrop { +- border-color: rgba(0, 0, 0, 0.1); } +- GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +- .titlebar GtkCalendar.button.titlebutton { +- color: rgba(46, 52, 54, 0.45); } +- GtkCalendar.button:hover, .header-bar GtkCalendar.button.titlebutton:hover, +- .titlebar GtkCalendar.button.titlebutton:hover { +- color: #2e3436; } +- GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, +- .titlebar GtkCalendar.button.titlebutton:backdrop { +- color: rgba(141, 144, 145, 0.45); } +- GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop { +- color: alpha(currentColor,0.55); } +- GtkCalendar:backdrop { +- color: #323232; +- border-color: #a8a8a8; } +- +-/*********** +- * Dialogs * +- ***********/ +-.message-dialog .dialog-action-area .button { +- padding: 8px; } +- +-.message-dialog { +- -GtkDialog-button-spacing: 0; } +- .message-dialog.background { +- background-color: #ededed; } +- .message-dialog .titlebar { +- border-style: none; +- box-shadow: inset 0 1px white; } +- .message-dialog.csd.background { +- border-bottom-left-radius: 9px; +- border-bottom-right-radius: 9px; } +- .message-dialog.csd .dialog-action-area .button { +- padding: 12px; +- border-radius: 0; +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; } +- .message-dialog.csd .dialog-action-area .button:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white; } +- .message-dialog.csd .dialog-action-area .button:active { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .message-dialog.csd .dialog-action-area .button:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:active { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { +- color: #dae8f7; +- border-color: #4a90d9; +- background-image: linear-gradient(to bottom, #4a90d9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:backdrop:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .suggested-action.button.titlebutton:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.56078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:hover { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.52878); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:active { +- color: white; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #8e0b0b; +- background-image: linear-gradient(to bottom, #da1010, #e51111 40%, #ed1212); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { +- color: #fbd4d4; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { +- color: #c7c7c7; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:backdrop:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- color: #8d9091; +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #f4f4f4); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive > .label, .message-dialog.csd .dialog-action-area .header-bar .destructive-action.button.titlebutton:insensitive > .label, +- .message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .button:backdrop, .message-dialog.csd .dialog-action-area .button:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action, .message-dialog.csd .dialog-action-area .button.suggested-action:hover, .message-dialog.csd .dialog-action-area .button.suggested-action:active, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop, .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action, .message-dialog.csd .dialog-action-area .button.destructive-action:hover, .message-dialog.csd .dialog-action-area .button.destructive-action:active, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop, .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive, .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- border-left-style: solid; +- border-right-style: none; +- border-bottom-style: none; } +- .message-dialog.csd .dialog-action-area .button:last-child { +- border-bottom-right-radius: 7px; +- outline-bottom-right-radius: 5px; } +- .message-dialog.csd .dialog-action-area .button:first-child { +- border-left-style: none; +- border-bottom-left-radius: 7px; +- outline-bottom-left-radius: 5px; } +- +-GtkFileChooserDialog .search-bar { +- background-color: #ffffff; +- border-color: #ededed; +- box-shadow: none; } +- GtkFileChooserDialog .search-bar:backdrop { +- background-color: white; +- border-color: #ededed; } +-GtkFileChooserDialog .dialog-action-box { +- border-top: 1px solid #a1a1a1; } +- GtkFileChooserDialog .dialog-action-box:backdrop { +- border-top-color: #a8a8a8; } +- +-/*********** +- * Sidebar * +- ***********/ +-.sidebar { +- border: none; +- background-color: #fafafa; } +- .sidebar:backdrop { +- background-color: #fafafa; } +- +-GtkPlacesSidebar.sidebar .view { +- color: #2e3436; +- background-color: transparent; } +- GtkPlacesSidebar.sidebar .view .image { +- color: #6b6f70; } +- GtkPlacesSidebar.sidebar .view .image:selected { +- color: #ecf3fb; } +- GtkPlacesSidebar.sidebar .view .image:selected:backdrop { +- color: #ecf3fb; } +- GtkPlacesSidebar.sidebar .view .image:insensitive { +- color: #adafb0; } +- GtkPlacesSidebar.sidebar .view .image:backdrop { +- color: #adafb0; } +- GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { +- color: #d6d6d6; } +- GtkPlacesSidebar.sidebar .view:insensitive { +- color: #8d9091; } +- GtkPlacesSidebar.sidebar .view:backdrop { +- color: #8d9091; } +- GtkPlacesSidebar.sidebar .view:backdrop:insensitive { +- color: #c7c7c7; } +- +-.sidebar-item { +- padding: 10px 4px; } +- .sidebar-item > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .sidebar-item.needs-attention > .label { +- background-size: 6px 6px, 0 0; } +- +-/********* +- * Paned * +- *********/ +-GtkPaned { +- -GtkPaned-handle-size: 1; +- -gtk-icon-source: none; +- margin: 0 8px 8px 0; } +- GtkPaned:dir(rtl) { +- margin-right: 0; +- margin-left: 8px; } +- GtkPaned .pane-separator { +- background-color: #a1a1a1; } +- GtkPaned .pane-separator:backdrop { +- background-color: #a8a8a8; } +- +-GtkPaned.wide { +- -GtkPaned-handle-size: 5; +- margin: 0; } +- GtkPaned.wide .pane-separator { +- background-color: transparent; +- border-style: none solid; +- border-color: #a1a1a1; +- border-width: 1px; } +- GtkPaned.wide.vertical .pane-separator { +- border-style: solid none; } +- GtkPaned.wide .pane-separator:backdrop { +- border-color: #a8a8a8; } +- +-/************** +- * GtkInfoBar * +- **************/ +-GtkInfoBar { +- border-style: none; } +- +-.info, +-.question, +-.warning, +-.error { +- background-color: #4a90d9; +- color: #ffffff; +- text-shadow: 0 1px #2a76c6; +- border-color: #2a76c6; } +- .info .button, .info .header-bar .button.titlebutton, .header-bar .info .button.titlebutton, +- .info .titlebar .button.titlebutton, +- .titlebar .info .button.titlebutton, +- .question .button, +- .question .header-bar .button.titlebutton, +- .header-bar .question .button.titlebutton, +- .question .titlebar .button.titlebutton, +- .titlebar .question .button.titlebutton, +- .warning .button, +- .warning .header-bar .button.titlebutton, +- .header-bar .warning .button.titlebutton, +- .warning .titlebar .button.titlebutton, +- .titlebar .warning .button.titlebutton, +- .error .button, +- .error .header-bar .button.titlebutton, +- .header-bar .error .button.titlebutton, +- .error .titlebar .button.titlebutton, +- .titlebar .error .button.titlebutton { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); } +- .info .button:hover, +- .question .button:hover, +- .warning .button:hover, +- .error .button:hover { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); } +- .info .button:active, +- .question .button:active, +- .warning .button:active, +- .error .button:active { +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5); +- text-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353); +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); } +- .info .button:insensitive, +- .question .button:insensitive, +- .warning .button:insensitive, +- .error .button:insensitive { +- color: #b2cfee; +- border-color: #1c5187; +- background-image: linear-gradient(to bottom, #65a0de); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .info .button:insensitive > .label, .info .header-bar .button.titlebutton:insensitive > .label, +- .info .titlebar .button.titlebutton:insensitive > .label, +- .question .button:insensitive > .label, +- .question .header-bar .button.titlebutton:insensitive > .label, +- .question .titlebar .button.titlebutton:insensitive > .label, +- .warning .button:insensitive > .label, +- .warning .header-bar .button.titlebutton:insensitive > .label, +- .warning .titlebar .button.titlebutton:insensitive > .label, +- .error .button:insensitive > .label, +- .error .header-bar .button.titlebutton:insensitive > .label, +- .error .titlebar .button.titlebutton:insensitive > .label { +- color: inherit; } +- .info .button:backdrop, +- .question .button:backdrop, +- .warning .button:backdrop, +- .error .button:backdrop { +- color: #dae8f7; +- border-color: #4a90d9; +- background-image: linear-gradient(to bottom, #4a90d9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #1c5187; } +- .info .button:backdrop:insensitive, +- .question .button:backdrop:insensitive, +- .warning .button:backdrop:insensitive, +- .error .button:backdrop:insensitive { +- color: #9ac1e9; +- border-color: #65a0de; +- background-image: linear-gradient(to bottom, #65a0de); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #1c5187; } +- .info .button:backdrop:insensitive > .label, .info .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .info .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .question .button:backdrop:insensitive > .label, +- .question .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .question .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .warning .button:backdrop:insensitive > .label, +- .warning .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .warning .titlebar .button.titlebutton:backdrop:insensitive > .label, +- .error .button:backdrop:insensitive > .label, +- .error .header-bar .button.titlebutton:backdrop:insensitive > .label, +- .error .titlebar .button.titlebutton:backdrop:insensitive > .label { +- color: inherit; } +- .info .label:selected, +- .info .label:selected:focus, +- .info .label:selected:hover, +- .question .label:selected, +- .question .label:selected:focus, +- .question .label:selected:hover, +- .warning .label:selected, +- .warning .label:selected:focus, +- .warning .label:selected:hover, +- .error .label:selected, +- .error .label:selected:focus, +- .error .label:selected:hover { +- background-color: #2a76c6; } +- +-/************ +- * Tooltips * +- ************/ +-.tooltip { +- color: white; +- padding: 4px; +- /* not working */ +- border-radius: 5px; +- box-shadow: none; +- text-shadow: 0 1px black; } +- .tooltip.background { +- background-color: rgba(0, 0, 0, 0.8); +- background-clip: padding-box; +- border: 1px solid rgba(255, 255, 255, 0.1); } +- .tooltip.window-frame.csd { +- background-color: transparent; } +- +-.tooltip * { +- padding: 4px; +- background-color: transparent; +- color: inherit; } +- +-/***************** +- * Color Chooser * +- *****************/ +-GtkColorSwatch { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- :selected GtkColorSwatch { +- box-shadow: none; } +- :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { +- border-color: #ffffff; } +- GtkColorSwatch:selected { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkColorSwatch.top { +- border-top-left-radius: 6px; +- border-top-right-radius: 6px; } +- GtkColorSwatch.bottom { +- border-bottom-left-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) { +- border-top-left-radius: 6px; +- border-bottom-left-radius: 6px; } +- GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) { +- border-top-right-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch:only-child:not(.overlay) { +- border-radius: 6px; } +- GtkColorSwatch.top > .overlay { +- border-top-left-radius: 5px; +- border-top-right-radius: 5px; } +- GtkColorSwatch.bottom > .overlay { +- border-bottom-left-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:first-child:not(.top) > .overlay { +- border-top-left-radius: 5px; +- border-bottom-left-radius: 5px; } +- GtkColorSwatch:last-child:not(.bottom) > .overlay { +- border-top-right-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:only-child > .overlay { +- border-radius: 5px; } +- GtkColorSwatch:hover, GtkColorSwatch:hover:selected { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.1); } +- GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } +- GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected +- GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { +- background-image: none; +- box-shadow: none; } +- GtkColorEditor GtkColorSwatch { +- border-radius: 3px; } +- GtkColorEditor GtkColorSwatch:hover { +- background-image: none; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkColorEditor GtkColorSwatch:backdrop { +- box-shadow: none; } +- GtkColorSwatch.color-dark { +- color: white; +- outline-color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.color-dark:backdrop { +- color: rgba(255, 255, 255, 0.3); } +- GtkColorSwatch.color-light { +- color: black; +- outline-color: rgba(255, 255, 255, 0.5); } +- GtkColorSwatch.color-light:backdrop { +- color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { +- border: 1px solid rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { +- border-color: rgba(0, 0, 0, 0.5); } +- GtkColorSwatch#add-color-button { +- border-style: solid; +- border-width: 1px; +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- GtkColorSwatch#add-color-button:hover { +- color: #2e3436; +- outline-color: rgba(46, 52, 54, 0.3); +- border-color: #a1a1a1; +- background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- box-shadow: inset 0 1px white, 0 1px white; } +- GtkColorSwatch#add-color-button:backdrop { +- color: #8d9091; +- border-color: #a8a8a8; +- background-image: linear-gradient(to bottom, #ededed); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- GtkColorSwatch#add-color-button .overlay { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- +-/******** +- * Misc * +- ********/ +-.scale-popup .button, .scale-popup .header-bar .button.titlebutton, .header-bar .scale-popup .button.titlebutton, +-.scale-popup .titlebar .button.titlebutton, +-.titlebar .scale-popup .button.titlebutton { +- padding: 6px; } +- .scale-popup .button:hover { +- background-color: rgba(46, 52, 54, 0.1); +- border-radius: 5px; } +- +-GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, +-.titlebar GtkVolumeButton.button.titlebutton { +- padding: 8px; } +- +-/********************** +- * Window Decorations * +- *********************/ +-.window-frame { +- border-radius: 7px 7px 0 0; +- border-width: 0px; +- box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.23); +- /* this is used for the resize cursor area */ +- margin: 10px; } +- .window-frame:backdrop { +- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); } +- .window-frame.tiled { +- border-radius: 0; } +- .window-frame.popup { +- box-shadow: none; } +- .window-frame.ssd { +- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); } +- .window-frame.csd.popup { +- border-radius: 0; +- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } +- .window-frame.csd.tooltip { +- border-radius: 5px; +- box-shadow: none; } +- .window-frame.csd.message-dialog { +- border-radius: 7px; +- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } +- .window-frame.solid-csd { +- border-radius: 0; +- margin: 4px; +- background-color: #ededed; +- border: solid 1px #a8a8a8; +- box-shadow: none; } +- +-.header-bar .titlebutton.button, +-.titlebar .titlebutton.button { +- text-shadow: 0 1px rgba(255, 255, 255, 0.76923); +- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); } +- .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.header-bar.selection-mode .titlebutton.button, +-.titlebar.selection-mode .titlebutton.button { +- text-shadow: 0 -1px rgba(0, 0, 0, 0.54353); +- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); } +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view:selected, GtkCalendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected, .header-bar .menuitem.titlebutton.button:selected, +-.titlebar .menuitem.titlebutton.button:selected, .list-row:selected, .sidebar:selected, GtkPlacesSidebar.sidebar .view:selected, GtkPlacesSidebar.sidebar GtkCalendar:selected { +- background-color: #4a90d9; +- color: #ffffff; +- outline-color: rgba(255, 255, 255, 0.3); } +- .view:backdrop:selected, GtkCalendar:backdrop:selected, .label:backdrop:selected, .grid-child:backdrop:selected, .entry:backdrop:selected, .menuitem.button.flat:backdrop:selected, .header-bar .menuitem.titlebutton.button:backdrop:selected, +- .titlebar .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected, GtkPlacesSidebar.sidebar GtkCalendar:backdrop:selected { +- color: #ffffff; } +- +-/* Decouple the font of context menus from their entry/textview */ +-.touch-selection, +-.context-menu { +- font: initial; } +- +-.monospace { +- font: Monospace; } +- +-.overshoot.top { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#878787), to(rgba(135, 135, 135, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.top:backdrop { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.bottom { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#878787), to(rgba(135, 135, 135, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.bottom:backdrop { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.left { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#878787), to(rgba(135, 135, 135, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.left:backdrop { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.right { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#878787), to(rgba(135, 135, 135, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(46, 52, 54, 0.07)), to(rgba(46, 52, 54, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.right:backdrop { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a8a8a8), to(rgba(168, 168, 168, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- +-.undershoot.top { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-top: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center top; } +-.undershoot.bottom { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-bottom: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center bottom; } +-.undershoot.left { +- background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-left: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: left center; } +-.undershoot.right { +- background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-right: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: right center; } +- +-/* GTK NAMED COLORS +- ---------------- +- use responsibly! */ +-/* +-widget text/foreground color */ +-@define-color theme_fg_color #2e3436; +-/* +-text color for entries, views and content in general */ +-@define-color theme_text_color black; +-/* +-widget base background color */ +-@define-color theme_bg_color #ededed; +-/* +-text widgets and the like base background color */ +-@define-color theme_base_color #ffffff; +-/* +-base background color of selections */ +-@define-color theme_selected_bg_color #4a90d9; +-/* +-text/foreground color of selections */ +-@define-color theme_selected_fg_color #ffffff; +-/* +-base background color of insensitive widgets */ +-@define-color insensitive_bg_color #f4f4f4; +-/* +-text foreground color of insensitive widgets */ +-@define-color insensitive_fg_color #8d9091; +-/* +-insensitive text widgets and the like base background color */ +-@define-color insensitive_base_color #ffffff; +-/* +-widget text/foreground color on backdrop windows */ +-@define-color theme_unfocused_fg_color #8d9091; +-/* +-text color for entries, views and content in general on backdrop windows */ +-@define-color theme_unfocused_text_color black; +-/* +-widget base background color on backdrop windows */ +-@define-color theme_unfocused_bg_color #ededed; +-/* +-text widgets and the like base background color on backdrop windows */ +-@define-color theme_unfocused_base_color white; +-/* +-base background color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_bg_color #4a90d9; +-/* +-text/foreground color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_fg_color #ffffff; +-/* +-widgets main borders color */ +-@define-color borders #a1a1a1; +-/* +-widgets main borders color on backdrop windows */ +-@define-color unfocused_borders #a8a8a8; +-/* +-these are pretty self explicative */ +-@define-color warning_color #f57900; +-@define-color error_color #cc0000; +-@define-color success_color #73d216; +-/* +-these colors are exported for the window manager and shouldn't be used in applications, +-read if you used those and something break with a version upgrade you're on your own... */ +-@define-color wm_title shade(#2e3436, 1.8); +-@define-color wm_unfocused_title #8d9091; +-@define-color wm_highlight white; +-@define-color wm_borders_edge white; +-@define-color wm_bg_a shade(#ededed, 1.2); +-@define-color wm_bg_b #ededed; +-@define-color wm_shadow alpha(black, 0.35); +-@define-color wm_border alpha(black, 0.18); +-@define-color wm_button_hover_color_a shade(#ededed, 1.3); +-@define-color wm_button_hover_color_b #ededed; +-@define-color wm_button_active_color_a shade(#ededed, 0.85); +-@define-color wm_button_active_color_b shade(#ededed, 0.89); +-@define-color wm_button_active_color_c shade(#ededed, 0.9); +-@define-color content_view_bg #ffffff; +diff --git a/Breeze-gtk/gtk-3.0/gtk-contained.scss b/Breeze-gtk/gtk-3.0/gtk-contained.scss +deleted file mode 100755 +index ee5e202..0000000 +--- a/Breeze-gtk/gtk-3.0/gtk-contained.scss ++++ /dev/null +@@ -1,12 +0,0 @@ +-// General guidelines: +-// - very unlikely you want to edit something else than _common.scss +-// - keep the number of defined colors to a minimum, use the color blending functions if +-// you need a subtle shade +-// - if you need to inverse a color function use the @if directive to match for dark $variant +- +-$variant: 'light'; +- +-@import 'colors'; +-@import 'drawing'; +-@import 'common'; +-@import 'colors-public'; +diff --git a/Breeze-gtk/gtk-3.0/gtk-dark.css b/Breeze-gtk/gtk-3.0/gtk-dark.css +deleted file mode 100755 +index 231f9d9..0000000 +--- a/Breeze-gtk/gtk-3.0/gtk-dark.css ++++ /dev/null +@@ -1,4213 +0,0 @@ +-* { +- padding: 0; +- -GtkToolButton-icon-spacing: 4; +- -GtkTextView-error-underline-color: #ed1515; +- -GtkCheckButton-indicator-size: 16; +- -GtkCheckMenuItem-indicator-size: 16; +- -GtkScrolledWindow-scrollbar-spacing: 0; +- -GtkScrolledWindow-scrollbars-within-bevel: 1; +- -GtkToolItemGroup-expander-size: 11; +- -GtkExpander-expander-size: 16; +- -GtkTreeView-expander-size: 11; +- -GtkTreeView-horizontal-separator: 4; +- -GtkMenu-horizontal-padding: 0; +- -GtkMenu-vertical-padding: 0; +- -GtkWidget-link-color: #98d4f3; +- -GtkWidget-visited-link-color: #6bc0ed; +- -GtkWidget-focus-padding: 2; +- -GtkWidget-focus-line-width: 1; +- -GtkWidget-text-handle-width: 20; +- -GtkWidget-text-handle-height: 20; +- -GtkDialog-button-spacing: 4; +- -GtkDialog-action-area-border: 0; +- -GtkStatusbar-shadow-type: none; +- outline-width: 0px; } +- +-/*************** +- * Base States * +- ***************/ +-.background { +- color: #EEEFF0; +- background-color: #31363B; } +- .background:backdrop { +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; +- background-color: #31363B; } +- +-/* +- These wildcard seems unavoidable, need to investigate. +- Wildcards are bad and troublesome, use them with care, +- or better, just don't. +- Everytime a wildcard is used a kitten dies, painfully. +-*/ +-*:insensitive { +- -gtk-image-effect: dim; } +- +-.gtkstyle-fallback { +- background-color: #31363B; +- color: #EEEFF0; } +- .gtkstyle-fallback:prelight { +- background-color: #485057; +- color: #EEEFF0; } +- .gtkstyle-fallback:active { +- background-color: #1a1d1f; +- color: #EEEFF0; } +- .gtkstyle-fallback:insensitive { +- background-color: #3a3f44; +- color: #8f9295; } +- .gtkstyle-fallback:selected { +- background-color: #3DADE8; +- color: #EEEFF0; } +- +-.view { +- color: #EEEFF0; +- background-color: #232629; } +- .view:selected, GtkCalendar:selected { +- border-radius: 3px; } +- +-.rubberband { +- border: 1px solid #3DADE8; +- background-color: rgba(61, 173, 232, 0.2); } +- +-.label.separator, GtkPlacesSidebar.sidebar .view .label.separator { +- color: #EEEFF0; } +-.label:insensitive { +- color: #8f9295; } +- +-.dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, +-.header-bar .subtitle { +- opacity: 0.55; +- text-shadow: none; } +- +-GtkAssistant .sidebar { +- background-color: #232629; +- border-top: 1px solid #696D71; } +- GtkAssistant .sidebar:dir(ltr) { +- border-right: 1px solid #696D71; } +- GtkAssistant .sidebar:dir(rtl) { +- border-left: 1px solid #696D71; } +- GtkAssistant .sidebar:backdrop { +- background-color: #25292c; +- border-color: #63676b; } +-GtkAssistant.csd .sidebar { +- border-top-style: none; } +-GtkAssistant .sidebar .label { +- padding: 6px 12px; } +-GtkAssistant .sidebar .label.highlight { +- background-color: #565b5f; } +- +-GtkTextView { +- background-color: #2a2e32; } +- +-.grid-child { +- padding: 3px; +- border-radius: 3px; } +- +-.popover.osd, .app-notification, +-.app-notification.frame, .osd { +- color: #EEEFF0; +- border: 1px solid #31363B; +- background-color: rgba(35, 38, 41, 0.8); +- background-clip: padding-box; +- outline-color: rgba(238, 239, 240, 0.3); +- text-shadow: none; +- icon-shadow: none; } +- .popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { +- text-shadow: none; } +- +-/********************* +- * Spinner Animation * +- *********************/ +-@keyframes spin { +- to { +- -gtk-icon-transform: rotate(1turn); } } +-.spinner { +- background-image: none; +- background-color: blue; +- opacity: 0; +- -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } +- .spinner:active { +- opacity: 1; +- animation: spin 1s linear infinite; } +- .spinner:active:insensitive { +- opacity: 0.5; } +- +-/**************** +- * Text Entries * +- ****************/ +-.entry { +- border: 1px solid; +- padding: 5px 8px 6px; +- border-radius: 3px; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #696D71; } +- .entry.image.left { +- padding-left: 0; } +- .entry.image.right { +- padding-right: 0; } +- .entry.flat, .entry.flat:focus { +- padding: 2px; +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #696D71; +- border: none; +- border-radius: 0; } +- .entry:focus { +- background-color: #232629; +- background-image: none; +- border-color: #3DADE8; } +- .entry:insensitive { +- background-color: #232629; +- background-image: none; +- color: #8f9295; +- border-color: #696D71; +- background-color: #3a3f44; +- box-shadow: none; } +- .entry:backdrop { +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #696D71; +- background-color: #232629; +- box-shadow: none; } +- .entry:backdrop:insensitive { +- background-color: #232629; +- background-image: none; +- color: #8f9295; +- border-color: #696D71; +- background-color: #3a3f44; +- box-shadow: none; } +- .entry.progressbar { +- margin: 1px; +- border-radius: 0; +- border-width: 0 0 2px; +- border-color: #3DADE8; +- border-style: solid; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .entry.progressbar:backdrop { +- background-color: transparent; } +- .linked > .entry { +- border-radius: 0; } +- .linked > .entry:first-child { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .linked > .entry:first-child:dir(rtl) { +- border-right-style: none; } +- .linked > .entry:last-child { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- border-left-style: none; } +- .linked > .entry:last-child:dir(rtl) { +- border-left-style: solid; } +- .entry.error { +- color: #ed1515; +- border-color: #4a0606; } +- .entry.error:focus { +- background-color: #232629; +- background-image: none; +- border-color: #4a0606; } +- .entry.error:selected, .entry.error:selected:focus { +- background-color: #ed1515; } +- .entry.warning { +- color: #f67400; +- border-color: #442000; } +- .entry.warning:focus { +- background-color: #232629; +- background-image: none; +- border-color: #442000; } +- .entry.warning:selected, .entry.warning:selected:focus { +- background-color: #f67400; } +- .entry.image { +- color: #c5c6c8; } +- .entry.image:hover { +- color: #EEEFF0; } +- .entry.image:active { +- color: #3DADE8; } +- .entry.image:backdrop { +- color: #54585c; } +- .osd .entry { +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: rgba(35, 38, 41, 0.8); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:focus { +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: #3DADE8; +- background-color: rgba(35, 38, 41, 0.8); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:backdrop { +- background-color: #232629; +- background-image: none; +- color: #EEEFF0; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: rgba(0, 0, 0, 0.7); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:insensitive { +- background-color: #232629; +- background-image: none; +- color: #888a8c; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: shade(#EEEFF0, 0.3); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-.linked.vertical > .entry:not(:last-child) { +- box-shadow: none; } +-.linked.vertical > .entry:focus:not(:last-child) { +- box-shadow: inset 0 0 0 1px #3DADE8; } +-.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive) { +- border-top-color: #383b3e; +- background-image: linear-gradient(to bottom, #232629); } +- .linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive):backdrop { +- border-top-color: #373b3e; +- background-image: linear-gradient(to bottom, #25292c); } +-.linked.vertical > .entry + .entry:focus:not(:last-child) { +- border-top-color: #3DADE8; +- box-shadow: inset 0 0 0 1px #3DADE8; } +-.linked.vertical > .entry + .entry:focus:last-child { +- border-top-color: #3DADE8; } +-.linked.vertical > .entry:focus:not(:only-child) + .entry, +-.linked.vertical > .entry:focus:not(:only-child) + .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .button { +- border-top-color: #3DADE8; } +- +-/*********** +- * Buttons * +- ***********/ +-@keyframes needs_attention { +- from { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#81caf0), to(transparent)); } +- to { +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3DADE8), to(transparent)); } } +-.button, .header-bar .button.titlebutton, +-.titlebar .button.titlebutton { +- border: 1px solid; +- border-radius: 3px; +- padding: 5px 8px 6px; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .button.flat, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- transition: none; } +- .button.flat:hover, .header-bar .titlebutton.button:hover, +- .titlebar .titlebutton.button:hover { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- transition-duration: 500ms; } +- .button.flat:hover:active, .header-bar .titlebutton.button:hover:active, +- .titlebar .titlebutton.button:hover:active { +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .button:hover, .header-bar .button.titlebutton:hover, +- .titlebar .button.titlebutton:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); +- -gtk-image-effect: highlight; } +- .button:active, .header-bar .button.titlebutton:active, +- .titlebar .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, +- .titlebar .button.titlebutton:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- transition-duration: 50ms; } +- .button:active:hover, .button:checked:hover { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #96CDF1, #86B7D7); } +- .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop, .button.flat:insensitive, .header-bar .titlebutton.button:insensitive, +- .titlebar .titlebutton.button:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button:insensitive, .header-bar .button.titlebutton:insensitive, +- .titlebar .button.titlebutton:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .button:insensitive > .label { +- color: inherit; } +- .button:insensitive:active, .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); } +- .button:insensitive:active > .label, .button:insensitive:checked > .label { +- color: inherit; } +- .button.osd, .header-bar .osd.button.titlebutton, +- .titlebar .osd.button.titlebutton { +- color: #EEEFF0; +- border-radius: 5px; +- outline-color: rgba(238, 239, 240, 0.3); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; +- border: none; +- box-shadow: none; } +- .button.osd.image-button, .header-bar .osd.titlebutton.button, +- .titlebar .osd.titlebutton.button { +- padding: 13px; } +- .button.osd:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- border: none; +- box-shadow: none; } +- .button.osd:active, .button.osd:checked { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; +- box-shadow: none; } +- .button.osd:insensitive, .button.osd:backdrop:insensitive { +- color: #8f9295; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .button.osd:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .osd .button, .osd .header-bar .button.titlebutton, .header-bar .osd .button.titlebutton, +- .osd .titlebar .button.titlebutton, +- .titlebar .osd .button.titlebutton { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; +- border-radius: 3px; +- border-style: solid; } +- .osd .button:dir(rtl) { +- border-radius: 3px; } +- .osd .button:first-child { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child:dir(rtl) { +- border-right-style: solid; } +- .osd .button:only-child { +- border-radius: 3px; +- border-style: solid; } +- .osd .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:insensitive, .osd .button:backdrop:insensitive { +- color: #8f9295; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat, .osd .header-bar .titlebutton.button, .header-bar .osd .titlebutton.button, +- .osd .titlebar .titlebutton.button, +- .titlebar .osd .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .osd .button.flat:hover, .osd .header-bar .titlebutton.button:hover, .header-bar .osd .titlebutton.button:hover, +- .osd .titlebar .titlebutton.button:hover, +- .titlebar .osd .titlebutton.button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- background-clip: padding-box; +- box-shadow: none; } +- .osd .button.flat:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, +- .osd .titlebar .titlebutton.button:insensitive, +- .titlebar .osd .titlebutton.button:insensitive { +- color: #8f9295; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:backdrop, .osd .header-bar .titlebutton.button:backdrop, .header-bar .osd .titlebutton.button:backdrop, +- .osd .titlebar .titlebutton.button:backdrop, +- .titlebar .osd .titlebutton.button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat:active, .osd .header-bar .titlebutton.button:active, .header-bar .osd .titlebutton.button:active, +- .osd .titlebar .titlebutton.button:active, +- .titlebar .osd .titlebutton.button:active, .osd .button.flat:checked, .osd .header-bar .titlebutton.button:checked, .header-bar .osd .titlebutton.button:checked, +- .osd .titlebar .titlebutton.button:checked, +- .titlebar .osd .titlebutton.button:checked { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .button.suggested-action, .header-bar .suggested-action.button.titlebutton, +- .titlebar .suggested-action.button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #232629; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .button.suggested-action.flat, .header-bar .suggested-action.titlebutton.button, +- .titlebar .suggested-action.titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #3DADE8; } +- .button.suggested-action:hover { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .button.suggested-action:active, .button.suggested-action:checked { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:checked { +- color: #d1eaf7; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #1a97d8); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { +- color: #79b2d2; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #318aba); } +- .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop, .button.suggested-action.flat:insensitive, .header-bar .suggested-action.titlebutton.button:insensitive, +- .titlebar .suggested-action.titlebutton.button:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: rgba(61, 173, 232, 0.8); } +- .button.suggested-action:insensitive { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .osd .button.suggested-action { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .osd .button.suggested-action:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { +- color: #8f9295; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.destructive-action, .header-bar .destructive-action.button.titlebutton, +- .titlebar .destructive-action.button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #232629; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #df1111, #d51010); } +- .button.destructive-action.flat, .header-bar .destructive-action.titlebutton.button, +- .titlebar .destructive-action.titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #d51010; } +- .button.destructive-action:hover { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, #d51010); } +- .button.destructive-action:active, .button.destructive-action:checked { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } +- .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .header-bar .destructive-action.titlebutton.button:backdrop:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:active, .button.destructive-action.flat:backdrop:checked, .header-bar .destructive-action.titlebutton.button:backdrop:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:checked { +- color: #edcece; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #a60c0c); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { +- color: #c36464; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #a31111); } +- .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop, .button.destructive-action.flat:insensitive, .header-bar .destructive-action.titlebutton.button:insensitive, +- .titlebar .destructive-action.titlebutton.button:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: rgba(213, 16, 16, 0.8); } +- .button.destructive-action:insensitive { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { +- background-color: transparent; +- color: shade(#EEEFF0, 0.5); } +- .osd .button.destructive-action { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .osd .button.destructive-action:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { +- color: #8f9295; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.image-button, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- padding: 8px; } +- .button.text-button, .header-bar .text-button.button.titlebutton, +- .titlebar .text-button.button.titlebutton { +- padding-left: 16px; +- padding-right: 16px; } +- .button.text-button.image-button, .header-bar .text-button.titlebutton.button, +- .titlebar .text-button.titlebutton.button { +- padding: 5px 8px 6px; } +- .button.text-button.image-button .label:first-child, .header-bar .text-button.titlebutton.button .label:first-child, +- .titlebar .text-button.titlebutton.button .label:first-child { +- padding-left: 8px; } +- .button.text-button.image-button .label:last-child, .header-bar .text-button.titlebutton.button .label:last-child, +- .titlebar .text-button.titlebutton.button .label:last-child { +- padding-right: 8px; } +- .stack-switcher > .button, .header-bar .stack-switcher > .button.titlebutton, +- .titlebar .stack-switcher > .button.titlebutton { +- outline-offset: -3px; } +- .stack-switcher > .button > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .stack-switcher > .button > GtkImage, .header-bar .stack-switcher > .button.titlebutton > GtkImage, +- .titlebar .stack-switcher > .button.titlebutton > GtkImage { +- padding-left: 6px; +- padding-right: 6px; +- padding-top: 3px; +- padding-bottom: 3px; } +- .stack-switcher > .button.text-button { +- padding: 5px 10px 6px; } +- .stack-switcher > .button.image-button, .header-bar .stack-switcher > .titlebutton.button, +- .titlebar .stack-switcher > .titlebutton.button { +- padding: 5px 2px; } +- .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { +- animation: none; +- background-image: none; } +- .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +- .inline-toolbar .titlebar .button.titlebutton, +- .titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop { +- border-radius: 2px; +- border-width: 1px; } +- .primary-toolbar .button, .primary-toolbar .header-bar .button.titlebutton, .header-bar .primary-toolbar .button.titlebutton, +- .primary-toolbar .titlebar .button.titlebutton, +- .titlebar .primary-toolbar .button.titlebutton { +- icon-shadow: none; } +- +-.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { +- animation: needs_attention 150ms ease-in; +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#81caf0), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.83059)), to(transparent)); +- background-size: 6px 6px, 6px 6px; +- background-repeat: no-repeat; +- background-position: right 3px, right 2px; } +- .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { +- background-size: 6px 6px, 0 0; } +- .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { +- background-position: left 3px, left 2px; } +- +-.inline-toolbar GtkToolButton > .button, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .inline-toolbar GtkToolButton > .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .inline-toolbar GtkToolButton > .button:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .inline-toolbar GtkToolButton > .button:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); } +- .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #42474b); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #2e3236); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { +- color: inherit; } +- +-.inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton:dir(rtl), +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +-.inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:dir(rtl) > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { +- border-radius: 3px; } +- +-.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 3px 3px; +- border-left-style: solid; } +-.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { +- border-right-style: solid; } +-.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } +- +-.linked.vertical > .entry, .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button, +-.linked.vertical > GtkComboBox > .button { +- border-left-style: solid; +- border-bottom-style: none; +- border-radius: 3px; } +- +-.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, +-.linked.vertical > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 3px 3px; } +-.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, +-.linked.vertical > GtkComboBox:last-child > .button { +- border-radius: 3px 3px 3px 3px; +- border-style: solid; } +-.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, +-.linked.vertical > GtkComboBox:only-child > .button { +- border-radius: 3px; +- border-style: solid; } +- +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .header-bar .menuitem.titlebutton.button:backdrop:hover, +-.titlebar .menuitem.titlebutton.button:backdrop:hover, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .menu.button, .header-bar .menu.button.titlebutton, +-.titlebar .menu.button.titlebutton, .list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked, .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +-.app-notification .titlebar .titlebutton.button, +-.titlebar .app-notification .titlebutton.button, +-.app-notification.frame .button.flat, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, .app-notification .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification .titlebar .titlebutton.button:backdrop:insensitive, +-.titlebar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification.frame .button.flat:backdrop, +-.app-notification.frame .header-bar .button.titlebutton:backdrop, +-.header-bar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .titlebar .button.titlebutton:backdrop, +-.titlebar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .button.flat:insensitive, +-.app-notification.frame .header-bar .button.titlebutton:insensitive, +-.header-bar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .titlebar .button.titlebutton:insensitive, +-.titlebar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +-.titlebar GtkCalendar.button.titlebutton, GtkCalendar.button:hover, GtkCalendar.button:backdrop, .scale-popup .button:hover, .scale-popup .button:backdrop, .scale-popup .button:backdrop:hover, .scale-popup .button:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; +- background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- text-shadow: none; +- icon-shadow: none; } +- +-/* menu buttons */ +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button { +- outline-offset: -1px; } +- .menuitem.button.flat:hover, .header-bar .menuitem.titlebutton.button:hover, +- .titlebar .menuitem.titlebutton.button:hover { +- background-color: #43484d; } +- +-GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, +-.titlebar GtkColorButton.button.titlebutton { +- padding: 5px; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child { +- border-radius: 0; +- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { +- box-shadow: none; } +- +-/********* +- * Links * +- *********/ +-*:link, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- color: #98d4f3; } +- *:link:visited, .button:visited, .header-bar .button.titlebutton:visited, +- .titlebar .button.titlebutton:visited { +- color: #6bc0ed; } +- *:selected *:link:visited, *:selected .button:visited { +- color: #a7d4ec; } +- *:link:hover, .button:hover:link, .button:hover:visited { +- color: #c6e7f8; } +- *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { +- color: #dce8ef; } +- *:link:active, .button:active:link, .button:active:visited { +- color: #98d4f3; } +- *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { +- color: #cae1ee; } +- *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, +- .header-bar.selection-mode .subtitle:backdrop:hover:link { +- color: #3DADE8; } +- *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, +- .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { +- color: #cae1ee; } +- +-.button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- text-shadow: none; } +- .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { +- text-shadow: none; } +- +-/***************** +- * GtkSpinButton * +- *****************/ +-.spinbutton .button, .spinbutton .header-bar .button.titlebutton, .header-bar .spinbutton .button.titlebutton, +-.spinbutton .titlebar .button.titlebutton, +-.titlebar .spinbutton .button.titlebutton { +- background-image: none; +- border-style: none none none solid; +- border-color: rgba(105, 109, 113, 0.3); +- color: #d9dadc; +- border-radius: 0; +- box-shadow: none; } +- .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .spinbutton .button:hover { +- color: #EEEFF0; +- background-color: rgba(238, 239, 240, 0.05); } +- .spinbutton .button:insensitive { +- color: rgba(143, 146, 149, 0.3); } +- .spinbutton .button:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); +- background-color: rgba(0, 0, 0, 0.1); } +- .spinbutton .button:backdrop { +- color: #5a5e62; +- border-color: rgba(99, 103, 107, 0.3); +- background-color: transparent; } +- .spinbutton .button:backdrop:insensitive { +- background-image: none; +- color: rgba(84, 92, 101, 0.3); +- border-style: none none none solid; } +- .spinbutton .button:backdrop:insensitive:dir(rtl) { +- border-style: none solid none none; } +-.osd .spinbutton .button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; +- border-style: none none none solid; +- border-color: rgba(0, 0, 0, 0.4); +- border-radius: 0; +- box-shadow: none; +- icon-shadow: 0 1px black; } +- .osd .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .osd .spinbutton .button:hover { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; +- border-color: rgba(0, 0, 0, 0.5); +- background-color: rgba(238, 239, 240, 0.1); +- icon-shadow: 0 1px black; +- box-shadow: none; } +- .osd .spinbutton .button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #888a8c; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .spinbutton .button:dir(rtl):first-child { +- border-radius: 3px 0 0 3px; } +-.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { +- padding-top: 8px; +- padding-bottom: 8px; } +- .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { +- color: inherit; } +-.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { +- border-radius: 0; +- padding-left: 3px; +- padding-right: 3px; } +-.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- border-radius: 3px 3px 0 0; +- border-style: solid solid none solid; } +-.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- border-radius: 0 0 3px 3px; +- border-style: none solid solid solid; } +-GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { +- padding: 1px; +- border-width: 1px 0; +- border-color: #3DADE8; +- border-radius: 0; +- box-shadow: none; } +- +-/************** +- * ComboBoxes * +- **************/ +-GtkComboBox { +- -GtkComboBox-arrow-scaling: 0.5; +- -GtkComboBox-shadow-type: none; +- box-shadow: 0 1px rgba(238, 239, 240, 0.1); } +- GtkComboBox > .button, .header-bar GtkComboBox > .button.titlebutton, +- .titlebar GtkComboBox > .button.titlebutton { +- padding-top: 3px; +- padding-bottom: 4px; } +- GtkComboBox:insensitive { +- color: #8f9295; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop { +- color: #606468; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop:insensitive { +- color: #545c65; } +- GtkComboBox .menuitem { +- text-shadow: none; } +- GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/************ +- * Toolbars * +- ************/ +-.toolbar, .inline-toolbar, .search-bar, .location-bar { +- -GtkWidget-window-dragging: true; +- padding: 4px; +- background-color: #31363B; } +- .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { +- padding: 13px; +- border: none; +- border-radius: 5px; +- background-color: rgba(35, 38, 41, 0.8); } +- +-.inline-toolbar { +- border-width: 0 1px 1px; +- padding: 3px; +- border-radius: 0 0 3px 3px; } +- +-.search-bar, .location-bar { +- border-width: 0 0 1px; +- padding: 3px; } +- +-.inline-toolbar, .search-bar, .location-bar { +- border-style: solid; +- border-color: #696D71; +- text-shadow: none; +- background-color: #31363B; } +- .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { +- border-color: #63676b; +- background-color: #42474b; +- box-shadow: none; } +- +-/*************** +- * Header bars * +- ***************/ +-.titlebar, +-.header-bar { +- padding: 2px 6px; +- border-width: 0px 0px 2px 0px; +- border-style: solid; +- border-color: #3DADE8; +- color: #EEEFF0; +- background-image: none; +- background-color: #31363B; +- box-shadow: none; } +- .titlebar:backdrop, +- .header-bar:backdrop { +- border-color: transparent; +- background-color: #31363B; +- background-image: none; +- box-shadow: none; +- color: #606468; } +- .titlebar .path-bar .button, +- .header-bar .path-bar .button { +- color: #EEEFF0; } +- .titlebar .button, +- .titlebar .button.titlebutton, +- .header-bar .button, +- .header-bar .button.titlebutton { +- background-color: #31363B; +- color: #EEEFF0; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .titlebar .button.flat, +- .titlebar .titlebutton.button, +- .header-bar .button.flat, +- .header-bar .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar .button:hover, +- .header-bar .button:hover { +- border-color: #3DADE8; } +- .titlebar .button:active, .titlebar .button:checked, +- .header-bar .button:active, +- .header-bar .button:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- border-color: #31363B; +- box-shadow: none; } +- .titlebar .button:active:hover, .titlebar .button:checked:hover, +- .header-bar .button:active:hover, +- .header-bar .button:checked:hover { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #96CDF1, #86B7D7); +- border-color: #31363B; +- box-shadow: none; } +- .titlebar .button:active:backdrop, .titlebar .button:checked:backdrop, +- .header-bar .button:active:backdrop, +- .header-bar .button:checked:backdrop { +- background-image: none; +- background-color: #31363B; +- border-color: #31363B; } +- .titlebar .button.suggested-action, +- .header-bar .button.suggested-action { +- background-color: shade(#3DADE8, 1.1); } +- .titlebar .button.suggested-action:hover, +- .header-bar .button.suggested-action:hover { +- background-color: #3DADE8; } +- .titlebar .button.suggested-action:insensitive, +- .header-bar .button.suggested-action:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +- .titlebar .button.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, +- .header-bar .button.suggested-action:insensitive:active, +- .header-bar .button.suggested-action:insensitive:checked { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +- .titlebar .button:backdrop, +- .header-bar .button:backdrop { +- background-color: #31363B; +- color: #606468; } +- .titlebar .button.flat:backdrop, +- .titlebar .titlebutton.button:backdrop, .titlebar .button.flat:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive, .titlebar .button:insensitive:backdrop, +- .header-bar .button.flat:backdrop, +- .header-bar .titlebutton.button:backdrop, +- .header-bar .button.flat:backdrop:insensitive, +- .header-bar .titlebutton.button:backdrop:insensitive, +- .header-bar .button:insensitive:backdrop { +- background-image: none; +- background-color: #31363B; +- color: #606468; } +- .titlebar .button.flat:insensitive, +- .titlebar .titlebutton.button:insensitive, +- .header-bar .button.flat:insensitive, +- .header-bar .titlebutton.button:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar .button:insensitive, +- .header-bar .button:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +- .titlebar .button:insensitive:active, .titlebar .button:insensitive:checked, +- .header-bar .button:insensitive:active, +- .header-bar .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); } +- .titlebar .button:insensitive:active > .label, .titlebar .button:insensitive:checked > .label, +- .header-bar .button:insensitive:active > .label, +- .header-bar .button:insensitive:checked > .label { +- color: inherit; } +- .titlebar .title, +- .header-bar .title { +- font-weight: normal; +- padding: 0px 12px; } +- .titlebar .subtitle, +- .header-bar .subtitle { +- font-size: smaller; +- padding: 0 12px; } +- .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, +- .header-bar .header-bar-separator, +- .header-bar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { +- -GtkWidget-wide-separators: true; +- -GtkWidget-separator-width: 1px; +- border-width: 0 1px; +- border-image: linear-gradient(to bottom, rgba(105, 109, 113, 0), #696D71 30%, #696D71 70%, rgba(105, 109, 113, 0) 100%) 0 1/0 1px stretch; } +- .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, +- .header-bar .header-bar-separator:backdrop, +- .header-bar > GtkBox > .separator.vertical:backdrop { +- border-image: linear-gradient(to bottom, rgba(99, 103, 107, 0.5)) 0 1/1px 1px; } +- .titlebar.selection-mode, +- .header-bar.selection-mode { +- color: #EEEFF0; +- text-shadow: none; +- border-color: #3DADE8; +- background-image: none; +- background-color: #31363B; +- box-shadow: none; } +- .titlebar.selection-mode:backdrop, +- .header-bar.selection-mode:backdrop { +- background-image: none; +- background-color: #31363B; +- box-shadow: none; } +- .titlebar.selection-mode .button, +- .header-bar.selection-mode .button { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .titlebar.selection-mode .button.flat, +- .titlebar.selection-mode .titlebutton.button, +- .header-bar.selection-mode .button.flat, +- .header-bar.selection-mode .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:hover, +- .header-bar.selection-mode .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked, +- .header-bar.selection-mode .button:active, +- .header-bar.selection-mode .button:checked { +- color: #31363B; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .titlebar.selection-mode .button:backdrop, .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- -gtk-image-effect: none; +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:active, .titlebar.selection-mode .button:backdrop:checked, .titlebar.selection-mode .button.flat:backdrop:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode .button.flat:backdrop:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:checked, +- .header-bar.selection-mode .button:backdrop:active, +- .header-bar.selection-mode .button:backdrop:checked, +- .header-bar.selection-mode .button.flat:backdrop:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:active, +- .header-bar.selection-mode .button.flat:backdrop:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:checked { +- color: #606468; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #1a97d8); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:insensitive, .titlebar.selection-mode .button.flat:backdrop:insensitive, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive, +- .header-bar.selection-mode .button:backdrop:insensitive, +- .header-bar.selection-mode .button.flat:backdrop:insensitive, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { +- color: #78b6d7; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button:backdrop:insensitive:active, +- .header-bar.selection-mode .button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { +- color: #73adcc; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #318aba); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, +- .titlebar.selection-mode .titlebutton.button:insensitive, .titlebar.selection-mode .button.flat:insensitive:backdrop, +- .titlebar.selection-mode .titlebutton.button:insensitive:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button.flat:insensitive, +- .header-bar.selection-mode .titlebutton.button:insensitive, +- .header-bar.selection-mode .button.flat:insensitive:backdrop, +- .header-bar.selection-mode .titlebutton.button:insensitive:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:insensitive, +- .header-bar.selection-mode .button:insensitive { +- color: #8f9295; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } +- .titlebar.selection-mode .button:insensitive > .label, +- .header-bar.selection-mode .button:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, +- .header-bar.selection-mode .button:insensitive:active, +- .header-bar.selection-mode .button:insensitive:checked { +- color: #a2c6da; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #328dbe, #318aba); } +- .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, +- .header-bar.selection-mode .button:insensitive:active > .label, +- .header-bar.selection-mode .button:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action, +- .header-bar.selection-mode .button.suggested-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:hover, +- .header-bar.selection-mode .button.suggested-action:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:active, +- .header-bar.selection-mode .button.suggested-action:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:insensitive, +- .header-bar.selection-mode .button.suggested-action:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action:backdrop, +- .header-bar.selection-mode .button.suggested-action:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- border-color: #3DADE8; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, +- .header-bar.selection-mode .selection-menu, +- .header-bar.selection-mode .selection-menu:backdrop { +- border-color: rgba(61, 173, 232, 0); +- background-image: linear-gradient(to bottom, rgba(61, 173, 232, 0)); +- box-shadow: none; +- padding-left: 10px; +- padding-right: 10px; } +- .titlebar.selection-mode .selection-menu GtkArrow, .titlebar.selection-mode .selection-menu:backdrop GtkArrow, +- .header-bar.selection-mode .selection-menu GtkArrow, +- .header-bar.selection-mode .selection-menu:backdrop GtkArrow { +- -GtkArrow-arrow-scaling: 1; } +- .titlebar.selection-mode .selection-menu .arrow, +- .header-bar.selection-mode .selection-menu .arrow { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +- color: rgba(238, 239, 240, 0.5); +- icon-shadow: none; } +- .tiled .titlebar, .maximized .titlebar, .tiled +- .header-bar, .maximized +- .header-bar { +- border-radius: 0; } +- .titlebar.default-decoration, +- .header-bar.default-decoration { +- padding: 4px; } +- .titlebar.default-decoration .button, +- .header-bar.default-decoration .button { +- padding: 5px; } +- +-/************ +- * Pathbars * +- ************/ +-.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton, +-.path-bar .titlebar .button.titlebutton, +-.titlebar .path-bar .button.titlebutton { +- padding: 5px 6px 6px; +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; } +- .path-bar .button:hover { +- border-color: #3DADE8; } +- .path-bar .button:active, .path-bar .button:checked { +- background-color: #696D71; } +- .path-bar .button:first-child { +- padding-left: 8px; } +- .path-bar .button:last-child { +- padding-right: 8px; } +- .path-bar .button:only-child { +- padding-left: 12px; +- padding-right: 12px; } +- .path-bar .button .label:last-child { +- padding-left: 2px; } +- .path-bar .button .label:first-child { +- padding-right: 2px; } +- .path-bar .button .label:only-child { +- padding-right: 0; +- padding-left: 0; } +- .path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage, +- .path-bar .titlebar .button.titlebutton GtkImage, +- .titlebar .path-bar .button.titlebutton GtkImage { +- padding-top: 1px; } +- +-/************** +- * Tree Views * +- **************/ +-GtkTreeView.view { +- -GtkTreeView-grid-line-width: 1; +- -GtkTreeView-grid-line-pattern: ''; +- -GtkTreeView-tree-line-width: 1; +- -GtkTreeView-tree-line-pattern: ''; +- -GtkTreeView-expander-size: 16; +- border-left-color: #888a8c; +- border-top-color: #31363B; } +- GtkTreeView.view:selected { +- border-radius: 0; } +- GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { +- border-left-color: #95ceec; +- border-top-color: rgba(238, 239, 240, 0.1); } +- GtkTreeView.view:insensitive { +- color: #8f9295; } +- GtkTreeView.view:insensitive:selected { +- color: #83c7eb; } +- GtkTreeView.view:insensitive:selected:backdrop { +- color: #72c0ea; } +- GtkTreeView.view:insensitive:backdrop { +- color: #545c65; } +- GtkTreeView.view.separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkTreeView.view:backdrop { +- border-left-color: #484d51; +- border-top: #31363B; } +- GtkTreeView.view.dnd { +- border-style: solid none; +- border-width: 1px; +- border-color: #95ceec; } +- GtkTreeView.view.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +- color: #b1b2b4; } +- GtkTreeView.view.expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- GtkTreeView.view.expander:hover { +- color: #EEEFF0; } +- GtkTreeView.view.expander:selected { +- color: #b8dbed; } +- GtkTreeView.view.expander:selected:hover { +- color: #EEEFF0; } +- GtkTreeView.view.expander:selected:backdrop { +- color: #b8dbed; } +- GtkTreeView.view.expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- GtkTreeView.view.expander:backdrop { +- color: #4e5256; } +- GtkTreeView.view.progressbar { +- border: 1px solid #3DADE8; +- border-radius: 4px; +- background-image: linear-gradient(to bottom, #3DADE8, #1a97d8); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } +- GtkTreeView.view.progressbar:selected { +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); +- background-image: linear-gradient(to bottom, #232629, #0c0d0d); } +- GtkTreeView.view.progressbar:selected:backdrop { +- border-color: #25292c; +- background-color: #25292c; } +- GtkTreeView.view.progressbar:backdrop { +- border-color: #25292c; +- background-image: none; +- box-shadow: none; } +- GtkTreeView.view.trough { +- background-color: rgba(238, 239, 240, 0.1); +- border-radius: 4px; } +- GtkTreeView.view.trough:selected { +- background-color: #1a97d8; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton { +- color: #888a8c; +- background-color: #232629; +- font-weight: bold; +- text-shadow: none; +- box-shadow: none; } +- column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, +- column-header .titlebar .button.titlebutton:hover, +- .titlebar column-header .button.titlebutton:hover { +- color: #bbbcbe; +- box-shadow: none; +- transition: none; } +- column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, +- column-header .titlebar .button.titlebutton:active, +- .titlebar column-header .button.titlebutton:active { +- color: #EEEFF0; +- transition: none; } +-column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton, +-column-header:last-child .titlebar .button.titlebutton, +-.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child, +-.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { +- border-right-style: none; } +- +-column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton, +-column-header .titlebar .dnd.button.titlebutton, +-.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, .header-bar column-header.dnd.button.titlebutton, +-.titlebar column-header.dnd.button.titlebutton { +- transition: none; +- color: #3DADE8; +- box-shadow: inset 1px 1px 0 1px #3DADE8, inset -1px 0 0 1px #3DADE8, inset 1px 1px #232629, inset -1px 0 #232629; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton, column-header .button:hover, column-header .button:active { +- padding: 3px 6px; +- border-style: none solid solid none; +- border-radius: 0; +- background-image: none; +- border-color: #31363B; +- text-shadow: none; } +- column-header .button:insensitive, column-header .header-bar .button.titlebutton:insensitive, .header-bar column-header .button.titlebutton:insensitive, +- column-header .titlebar .button.titlebutton:insensitive, +- .titlebar column-header .button.titlebutton:insensitive { +- border-color: #31363B; +- background-image: none; } +- column-header .button:backdrop, column-header .header-bar .button.titlebutton:backdrop, .header-bar column-header .button.titlebutton:backdrop, +- column-header .titlebar .button.titlebutton:backdrop, +- .titlebar column-header .button.titlebutton:backdrop { +- border-color: #31363B; +- border-style: none solid solid none; +- color: #484d51; +- background-image: none; +- background-color: #25292c; } +- column-header .button:backdrop:insensitive { +- border-color: #31363B; +- background-image: none; } +- +-/********* +- * Menus * +- *********/ +-.menubar { +- -GtkWidget-window-dragging: true; +- padding: 2px; +- box-shadow: none; } +- .menubar:backdrop { +- background-color: #31363B; } +- .menubar > .menuitem { +- padding: 4px 8px; } +- .menubar > .menuitem:hover { +- background-color: #3DADE8; +- color: #EEEFF0; } +- .menubar > .menuitem:insensitive { +- color: #8f9295; +- box-shadow: none; } +- +-.menu { +- padding: 0px; +- background-color: #31363B; +- border: 1px solid #696D71; +- border-radius: 3px; } +- .csd .menu { +- border: 1px solid #696D71; } +- .menu .menuitem { +- text-shadow: none; +- padding: 6px 6px; } +- .menu .menuitem:hover { +- color: #EEEFF0; +- background-color: #3DADE8; +- background-clip: padding-box; +- border-style: solid; +- border-width: 2px; +- border-color: transparent; } +- .menu .menuitem:insensitive { +- color: #8f9295; } +- .menu .menuitem:insensitive:backdrop { +- color: #545c65; } +- .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { +- color: #EEEFF0; +- background-color: #31363B; } +- .menu .menuitem.arrow { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .menu .menuitem.arrow:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .menu.button, .header-bar .menu.button.titlebutton, +- .titlebar .menu.button.titlebutton { +- border-style: none; +- border-radius: 0; } +- .menu.button.top { +- border-bottom: 1px solid #373a3c; } +- .menu.button.bottom { +- border-top: 1px solid #373a3c; } +- .menu.button:hover { +- background-color: #373a3c; } +- .menu.button:insensitive { +- color: transparent; +- background-color: transparent; +- border-color: transparent; } +- +-.menuitem .accelerator { +- color: alpha(currentColor,0.55); } +- +-/*************** +- * Popovers * +- ***************/ +-.popover { +- padding: 2px; +- border: 1px solid #696D71; +- border-radius: 2px; +- background-color: #31363B; +- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } +- .popover:backdrop { +- box-shadow: none; } +- .popover > .list, +- .popover > .view, +- .popover > .toolbar, +- .popover > .inline-toolbar, +- .popover > .search-bar, +- .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { +- border-style: none; +- background-color: transparent; } +- .popover .button.flat, .popover .header-bar .titlebutton.button, .header-bar .popover .titlebutton.button, +- .popover .titlebar .titlebutton.button, +- .titlebar .popover .titlebutton.button { +- color: #EEEFF0; } +- .popover .button.flat:hover, .popover .header-bar .titlebutton.button:hover, .header-bar .popover .titlebutton.button:hover, +- .popover .titlebar .titlebutton.button:hover, +- .titlebar .popover .titlebutton.button:hover { +- background-color: rgba(61, 173, 232, 0.2); +- color: #EEEFF0; +- text-shadow: none; +- transition: none; } +- +-.entry.cursor-handle, +-.cursor-handle { +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- border-style: none; } +- .entry.cursor-handle.top, +- .cursor-handle.top { +- -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } +- .entry.cursor-handle.bottom, +- .cursor-handle.bottom { +- -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } +- +-/***************** +- * Notebooks and * +- * Tabs * +- *****************/ +-.notebook { +- background-color: #31363B; +- -GtkNotebook-initial-gap: 0; +- -GtkNotebook-arrow-spacing: 5; +- -GtkNotebook-tab-curvature: 0; +- -GtkNotebook-tab-overlap: 0; +- -GtkNotebook-has-tab-gap: false; +- -GtkWidget-focus-padding: 0; +- -GtkWidget-focus-line-width: 0; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .notebook.frame { +- border: 1px solid #696D71; } +- .notebook.frame.top { +- border-top-width: 0; } +- .notebook.frame.bottom { +- border-bottom-width: 0; } +- .notebook.frame.right { +- border-right-width: 0; } +- .notebook.frame.left { +- border-left-width: 0; } +- .notebook.header { +- background-color: #31363B; +- padding-top: 4px; } +- .notebook.header.frame { +- border-style: solid; +- border-color: #696D71; } +- .notebook.header.frame.top { +- border-width: 0px; } +- .notebook.header.frame.bottom { +- border-width: 0px; } +- .notebook.header.frame.right { +- border-width: 0px; } +- .notebook.header.frame.left { +- border-width: 0px; } +- .notebook.header.frame:backdrop { +- border-color: #696D71; } +- .notebook.header.top { +- box-shadow: inset 0 -1px #696D71; } +- .notebook.header.bottom { +- box-shadow: inset 0 1px #696D71; } +- .notebook.header.right { +- box-shadow: inset 1px 0 #696D71; } +- .notebook.header.left { +- box-shadow: inset -1px 0 #696D71; } +- .notebook tab { +- border-width: 1px; +- border-style: solid; +- border-color: rgba(105, 109, 113, 0.2); +- background-color: rgba(105, 109, 113, 0.2); +- outline-offset: 0; +- /* works for testnotebookdnd, but there's a superfluous border +- in gedit or web, commented out for now, needs gtk fixes +- &.reorderable-page { +- &.top { +- padding-top: ($vt_vpadding - 1px); +- border-top-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.bottom { +- padding-bottom: ($vt_vpadding - 1px); +- border-bottom-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.left { +- padding-left: ($ht_hpadding - 1px); +- border-left-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- &.right { +- padding-right: ($ht_hpadding - 1px); +- border-right-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- } +- */ } +- .notebook tab.top, .notebook tab.bottom { +- padding: 6px 8px; } +- .notebook tab.left, .notebook tab.right { +- padding: 6px 8px; } +- .notebook tab.reorderable-page { +- background-color: #31363B; } +- .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { +- padding-left: 12px; +- padding-right: 6px; +- padding-bottom: 8px; } +- .notebook tab.top { +- border-radius: 3px 3px 0px 0px; } +- .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top:backdrop:active { +- border-color: #696D71; +- border-bottom-color: #31363B; +- background-color: #31363B; } +- .notebook tab.top:active:hover, .notebook tab.top:active.prelight-page, .notebook tab.top.active-page:hover, .notebook tab.top.active-page.prelight-page, .notebook tab.top:backdrop:active:hover, .notebook tab.top:backdrop:active.prelight-page { +- border-color: #696D71; +- border-bottom-color: #31363B; } +- .notebook tab.bottom { +- border-radius: 0px 0px 3px 3px; } +- .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom:backdrop:active { +- border-color: #696D71; +- border-top-color: #31363B; +- background-color: #31363B; } +- .notebook tab.bottom:active:hover, .notebook tab.bottom:active.prelight-page, .notebook tab.bottom.active-page:hover, .notebook tab.bottom.active-page.prelight-page, .notebook tab.bottom:backdrop:active:hover, .notebook tab.bottom:backdrop:active.prelight-page { +- border-color: #696D71; +- border-top-color: #31363B; } +- .notebook tab.left { +- border-radius: 3px 0px 0px 3px; } +- .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left:backdrop:active { +- border-color: #696D71; +- border-right-color: #31363B; +- background-color: #31363B; } +- .notebook tab.left:active:hover, .notebook tab.left:active.prelight-page, .notebook tab.left.active-page:hover, .notebook tab.left.active-page.prelight-page, .notebook tab.left:backdrop:active:hover, .notebook tab.left:backdrop:active.prelight-page { +- border-color: #696D71; +- border-right-color: #31363B; } +- .notebook tab.right { +- border-radius: 0px 3px 3px 0px; } +- .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right:backdrop:active { +- border-color: #696D71; +- border-left-color: #31363B; +- background-color: #31363B; } +- .notebook tab.right:active:hover, .notebook tab.right:active.prelight-page, .notebook tab.right.active-page:hover, .notebook tab.right.active-page.prelight-page, .notebook tab.right:backdrop:active:hover, .notebook tab.right:backdrop:active.prelight-page { +- border-color: #696D71; +- border-left-color: #31363B; } +- .notebook tab:hover, .notebook tab.prelight-page { +- background-color: rgba(61, 173, 232, 0.2); +- border-color: rgba(61, 173, 232, 0.2); } +- .notebook tab.reorderable-page.top { +- border-width: 3px; +- border-style: solid; +- border-color: #31363B; +- background-color: #31363B; +- border-right-width: 1px; +- border-right-color: #696D71; +- box-shadow: inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.top:active:hover, .notebook tab.reorderable-page.top.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } +- .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } +- .notebook tab.reorderable-page.top:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } +- .notebook tab.reorderable-page.bottom { +- border-width: 3px; +- border-style: solid; +- border-color: #31363B; +- background-color: #31363B; +- border-right-width: 1px; +- border-right-color: #696D71; +- box-shadow: inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset -3px 0px 0px 0px #31363B; } +- .notebook tab.reorderable-page.bottom:active:hover, .notebook tab.reorderable-page.bottom.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } +- .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } +- .notebook tab.reorderable-page.bottom:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-right-color: #696D71; } +- .notebook tab.reorderable-page.left { +- border-width: 3px; +- border-style: solid; +- border-color: #31363B; +- background-color: #31363B; +- border-bottom-width: 1px; +- border-bottom-color: #696D71; +- box-shadow: inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.left:active:hover, .notebook tab.reorderable-page.left.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } +- .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } +- .notebook tab.reorderable-page.left:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } +- .notebook tab.reorderable-page.right { +- border-width: 3px; +- border-style: solid; +- border-color: #31363B; +- background-color: #31363B; +- border-bottom-width: 1px; +- border-bottom-color: #696D71; +- box-shadow: inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { +- box-shadow: inset 0px -3px 0px 0px #3DADE8, inset 0px -3px 0px 0px #31363B; } +- .notebook tab.reorderable-page.right:active:hover, .notebook tab.reorderable-page.right.active-page:hover { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } +- .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } +- .notebook tab.reorderable-page.right:backdrop { +- background-color: #31363B; +- border-color: #31363B; +- border-bottom-color: #696D71; } +- .notebook tab .label { +- padding: 0 2px; +- color: #EEEFF0; } +- .notebook tab .prelight-page .label, .notebook tab .label.prelight-page { +- color: #EEEFF0; } +- .notebook tab .active-page .label, .notebook tab .label.active-page { +- color: #EEEFF0; } +- .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +- .notebook tab .titlebar .button.titlebutton, +- .titlebar .notebook tab .button.titlebutton { +- padding: 0px; +- border: 1px solid transparent; +- border-radius: 50%; +- background-image: none; +- background-color: #696D71; +- box-shadow: none; +- icon-shadow: none; +- transition: none; +- color: #31363B; } +- .notebook tab .button:hover { +- background-color: #da4453; +- border-color: transparent; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:active { +- color: #31363B; +- border-color: transparent; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:backdrop { +- color: #31363B; +- border-color: transparent; } +- .notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage, .header-bar .notebook tab .button.titlebutton > GtkImage, +- .notebook tab .titlebar .button.titlebutton > GtkImage, +- .titlebar .notebook tab .button.titlebutton > GtkImage { +- padding: 0px; } +- .notebook tab .button .active-page, .notebook tab .button.active-page { +- background-color: #da4453; } +- .notebook.arrow { +- color: #8f9295; } +- .notebook.arrow:hover { +- color: #3DADE8; } +- .notebook.arrow:active { +- color: #3DADE8; } +- .notebook.arrow:insensitive { +- color: rgba(143, 146, 149, 0.3); } +- .notebook.arrow:backdrop { +- color: #8f9295; } +- .notebook.arrow:backdrop:insensitive { +- color: rgba(143, 146, 149, 0.3); } +- +-/************** +- * Scrollbars * +- **************/ +-.scrollbar { +- -GtkRange-trough-border: 0; +- -GtkScrollbar-has-backward-stepper: true; +- -GtkScrollbar-has-forward-stepper: true; +- -GtkRange-slider-width: 16; +- -GtkScrollbar-min-slider-length: 64; +- -GtkRange-stepper-spacing: 1; +- -GtkRange-trough-under-steppers: 0; } +- .scrollbar .button, .scrollbar .header-bar .button.titlebutton, .header-bar .scrollbar .button.titlebutton, +- .scrollbar .titlebar .button.titlebutton, +- .titlebar .scrollbar .button.titlebutton { +- border: none; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .scrollbar .button:hover { +- color: #3DADE8; +- background-image: none; +- background-color: transparent; } +- .scrollbar .button:insensitive { +- color: #8f9295; } +- .scrollbar.dragging, .scrollbar.hovering { +- opacity: 0.998; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- opacity: 0.999; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- -GtkRange-slider-width: 8px; +- -GtkScrollbar-has-backward-stepper: false; +- -GtkScrollbar-has-forward-stepper: false; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-overlay-dark.png"), url("assets/scrollbar-slider-overlay-dark@2.png")) 6 4 6 4/6px 4px 6px 4px stretch; +- border-radius: 0; +- border-width: 5px 4px 5px 4px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-overlay-dark.png"), url("assets/scrollbar-slider-horizontal-overlay-dark@2.png")) 4 6 4 6/4px 6px 4px 6px stretch; +- border-radius: 0; +- border-width: 4px 6px 4px 6px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { +- border: none; +- background: none; } +- .scrollbar.trough { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-dark.png"), url("assets/scrollbar-trough-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.trough:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-rtl-dark.png"), url("assets/scrollbar-trough-rtl-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.trough.horizontal { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-horizontal-dark.png"), url("assets/scrollbar-trough-horizontal-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-dark.png"), url("assets/scrollbar-slider-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-dark.png"), url("assets/scrollbar-slider-rtl-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:hover, .scrollbar.slider:insensitive { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-hover-dark.png"), url("assets/scrollbar-slider-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:hover:dir(rtl), .scrollbar.slider:insensitive:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-hover-dark.png"), url("assets/scrollbar-slider-rtl-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:active { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-active-dark.png"), url("assets/scrollbar-slider-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:active:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-active-dark.png"), url("assets/scrollbar-slider-rtl-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-dark.png"), url("assets/scrollbar-slider-horizontal-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal:hover, .scrollbar.slider.horizontal:insensitive { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-hover-dark.png"), url("assets/scrollbar-slider-horizontal-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal:active { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-active-dark.png"), url("assets/scrollbar-slider-horizontal-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- +-.scrollbars-junction, +-.scrollbars-junction.frame { +- border-color: transparent; +- border-image: linear-gradient(to bottom, #696D71 1px, transparent 1px) 0 0 0 1/0 1px stretch; +- background-color: #212427; } +- .scrollbars-junction:dir(rtl), +- .scrollbars-junction.frame:dir(rtl) { +- border-image-slice: 0 1 0 0; } +- .scrollbars-junction:backdrop, +- .scrollbars-junction.frame:backdrop { +- border-image-source: linear-gradient(to bottom, #63676b 1px, transparent 1px); +- background-color: #2a2e33; } +- +-/********** +- * Switch * +- **********/ +-GtkSwitch { +- -GtkSwitch-slider-width: 30px; +- font-weight: bold; +- font-size: smaller; +- outline-offset: 0px; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- GtkSwitch.trough { +- border: 1px solid #696D71; +- border-radius: 3px; +- color: #EEEFF0; +- background-image: none; +- background-color: #31363B; +- text-shadow: none; } +- GtkSwitch.trough:active { +- color: #3DADE8; +- border-color: #3DADE8; +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.trough:active:hover { +- border-color: #3DADE8; } +- GtkSwitch.trough:hover { +- border-color: #3DADE8; } +- GtkSwitch.trough:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: none; +- background-color: #3a3f44; +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.slider { +- padding: 3px; +- border: 3px solid; +- border-radius: 3px; +- border-color: rgba(255, 255, 255, 0); +- box-shadow: none; +- background-color: #696D71; } +- GtkSwitch.slider:hover { +- box-shadow: none; } +- GtkSwitch.slider:active { +- background-color: #3DADE8; } +- GtkSwitch.slider:active:hover { +- background-color: #3DADE8; } +- GtkSwitch.slider:insensitive { +- background-color: #3a3f44; } +- +-/************************* +- * Check and Radio items * +- *************************/ +-.check { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check.button.flat, .header-bar .check.titlebutton.button, +- .titlebar .check.titlebutton.button { +- icon-shadow: none; } +- +-.check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:hover.button.flat, .header-bar .check.titlebutton.button:hover, +- .titlebar .check.titlebutton.button:hover { +- icon-shadow: none; } +- +-.check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:active.button.flat, .header-bar .check.titlebutton.button:active, +- .titlebar .check.titlebutton.button:active { +- icon-shadow: none; } +- +-.check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:insensitive.button.flat, .header-bar .check.titlebutton.button:insensitive, +- .titlebar .check.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop.button.flat, .header-bar .check.titlebutton.button:backdrop, +- .titlebar .check.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:insensitive, +- .titlebar .check.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent.button.flat, .header-bar .check.titlebutton.button:inconsistent, +- .titlebar .check.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent:hover.button.flat, .header-bar .check.titlebutton.button:inconsistent:hover, +- .titlebar .check.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent:selected.button.flat, .header-bar .check.titlebutton.button:inconsistent:selected, +- .titlebar .check.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:inconsistent:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:inconsistent:insensitive.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive, +- .titlebar .check.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:inconsistent:insensitive:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked.button.flat, .header-bar .check.titlebutton.button:checked, +- .titlebar .check.titlebutton.button:checked { +- icon-shadow: none; } +- +-.check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:checked:insensitive, +- .titlebar .check.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked:hover.button.flat, .header-bar .check.titlebutton.button:checked:hover, +- .titlebar .check.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .check:checked:active.button.flat, .header-bar .check.titlebutton.button:checked:active, +- .titlebar .check.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked.button.flat, .header-bar .check.titlebutton.button:backdrop:checked, +- .titlebar .check.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .check:backdrop:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .check.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.menu .menuitem.check { +- -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); +- color: #a2a5a7; +- icon-shadow: none; } +- .menu .menuitem.check:active, .menu .menuitem.check:checked { +- -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); +- color: #3DADE8; } +- .menu .menuitem.check:inconsistent { +- -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } +- .menu .menuitem.check:hover { +- color: #EEEFF0; } +- .menu .menuitem.check:insensitive { +- color: #606468; } +- +-.radio { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio.button.flat, .header-bar .radio.titlebutton.button, +- .titlebar .radio.titlebutton.button { +- icon-shadow: none; } +- +-.radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:hover.button.flat, .header-bar .radio.titlebutton.button:hover, +- .titlebar .radio.titlebutton.button:hover { +- icon-shadow: none; } +- +-.radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:active.button.flat, .header-bar .radio.titlebutton.button:active, +- .titlebar .radio.titlebutton.button:active { +- icon-shadow: none; } +- +-.radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:insensitive.button.flat, .header-bar .radio.titlebutton.button:insensitive, +- .titlebar .radio.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop.button.flat, .header-bar .radio.titlebutton.button:backdrop, +- .titlebar .radio.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent.button.flat, .header-bar .radio.titlebutton.button:inconsistent, +- .titlebar .radio.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent:hover.button.flat, .header-bar .radio.titlebutton.button:inconsistent:hover, +- .titlebar .radio.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent:selected.button.flat, .header-bar .radio.titlebutton.button:inconsistent:selected, +- .titlebar .radio.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:inconsistent:insensitive.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:insensitive:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked.button.flat, .header-bar .radio.titlebutton.button:checked, +- .titlebar .radio.titlebutton.button:checked { +- icon-shadow: none; } +- +-.radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:checked:insensitive, +- .titlebar .radio.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked:hover.button.flat, .header-bar .radio.titlebutton.button:checked:hover, +- .titlebar .radio.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); +- icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } +- .radio:checked:active.button.flat, .header-bar .radio.titlebutton.button:checked:active, +- .titlebar .radio.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked, +- .titlebar .radio.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } +- +-.menu .menuitem.radio { +- -gtk-icon-source: -gtk-icontheme("radio-symbolic"); +- color: #a2a5a7; +- icon-shadow: none; } +- .menu .menuitem.radio:active, .menu .menuitem.radio:checked { +- -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); +- color: #3DADE8; } +- .menu .menuitem.radio:inconsistent { +- -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } +- .menu .menuitem.radio:hover { +- color: #EEEFF0; } +- .menu .menuitem.radio:insensitive { +- color: #606468; } +- +-.view.check, .view.radio, +-.list-row .check, list-row .radio { +- icon-shadow: none; } +- .view.check:selected, GtkCalendar.check:selected, .view.check:hover, .view.radio:selected, GtkCalendar.radio:selected, .view.radio:hover, +- .list-row .check:selected, +- .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { +- icon-shadow: none; } +- +-.content-view { +- background-color: #212427; } +- .content-view:backdrop { +- background-color: #212427; } +- +-.view.content-view.check { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:checked:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); +- background-color: transparent; } +- +-.view.content-view.check:backdrop:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); +- background-color: transparent; } +- +-GtkCheckButton.text-button, GtkRadioButton.text-button { +- padding: 1px 2px 4px; +- outline-offset: 0; } +- GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { +- color: #8f9295; } +- GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { +- color: #545c65; } +- +-/************ +- * GtkScale * +- ************/ +-.scale, +-.scale.scale-has-marks-above.scale-has-marks-below, +-.scale.vertical.scale-has-marks-above.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 20; +- -GtkRange-trough-border: 2; +- outline-offset: -9px; +- outline-radius: 4px; } +- .scale.fine-tune, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune { +- outline-offset: -7px; +- outline-radius: 6px; } +- .scale.fine-tune.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { +- margin: 8px; +- border-radius: 4px; } +- .scale.slider, +- .scale.scale-has-marks-above.scale-has-marks-below.slider, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); +- border: 1px solid; +- border-radius: 50%; +- border-color: #3DADE8; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px #31363B, inset 0 -1px #4d5156; } +- .scale.slider:hover, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- border-width: 2px; +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); +- border-color: #3DADE8; +- border-radius: 50%; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(255, 255, 255, 0.14), inset 0 -1px #41464b; } +- .scale.slider:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { +- border-style: solid; +- border-radius: 50%; +- background-image: linear-gradient(to bottom, #3a3f44); +- box-shadow: none; } +- .scale.slider:active, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- border: 2px solid #1787c2; } +- .osd .scale.slider, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; +- background-color: #31363B; } +- .osd .scale.slider:hover, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .scale.slider:active, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .scale.slider:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .scale.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- margin: 9px; +- border: 1px solid transparent; +- border-radius: 4px; +- background-color: #696D71; +- box-shadow: none; } +- .scale.trough.highlight, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-color: #3DADE8; +- border-color: transparent; +- box-shadow: none; } +- .scale.trough.highlight.vertical, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { +- background-color: #3DADE8; } +- .scale.trough:insensitive, .scale.trough.vertical:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { +- border-color: transparent; +- background-image: none; +- background-color: #3a3f44; +- box-shadow: none; } +- .osd .scale.trough, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- border-color: transparent; +- box-shadow: none; +- margin: 9px; +- background-color: #696D71; +- outline-color: rgba(238, 239, 240, 0.2); +- outline-offset: -8px; } +- .osd .scale.trough.fine-tune, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.fine-tune, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.fine-tune { +- margin: 7px; } +- .osd .scale.trough.highlight, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: none; +- background-color: #3DADE8; } +- .osd .scale.trough:insensitive, .osd .scale.trough:backdrop:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive { +- border-color: transparent; +- background-color: transparent; } +- .osd .scale.trough:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { +- border-color: transparent; +- background-image: none; } +- +-.scale.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover-dark.png"), url("assets/slider-horz-scale-has-marks-below-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover-dark.png"), url("assets/slider-vert-scale-has-marks-below-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.vertical.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- +-.scale.scale-has-marks-above .trough { +- margin: 14px 10px 10px; } +-.fine-tune.scale.scale-has-marks-above .trough { +- margin: 12px 8px 8px; } +- +-.scale.scale-has-marks-below .trough { +- margin: 10px 10px 14px; } +-.fine-tune.scale.scale-has-marks-below .trough { +- margin: 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-above .trough { +- margin: 10px 10px 10px 14px; } +-.fine-tune.scale.vertical.scale-has-marks-above .trough { +- margin: 8px 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-below .trough { +- margin: 10px 14px 10px 10px; } +-.fine-tune.scale.vertical.scale-has-marks-below .trough { +- margin: 8px 12px 8px 8px; } +- +-/***************** +- * Progress bars * +- *****************/ +-GtkProgressBar { +- padding: 0; +- font-size: smaller; +- color: rgba(238, 239, 240, 0.4); +- box-shadow: none; } +- GtkProgressBar.osd { +- -GtkProgressBar-xspacing: 0; +- -GtkProgressBar-yspacing: 0; +- -GtkProgressBar-min-horizontal-bar-height: 3; } +- GtkProgressBar.trough { +- border: 1px solid transparent; +- border-radius: 3px; +- background-color: #696D71; } +- GtkProgressBar.trough.osd { +- border-style: none; +- background-color: transparent; +- box-shadow: none; } +- +-.progressbar { +- background-color: #3DADE8; +- border: 1px solid #3DADE8; +- border-radius: 0px; +- box-shadow: none; } +- .progressbar.left { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .progressbar.right { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; } +- .progressbar.left.right { +- box-shadow: none; } +- .progressbar.vertical.bottom { +- border-bottom-left-radius: 3px; +- border-bottom-right-radius: 3px; +- box-shadow: none; } +- .progressbar.vertical.top { +- border-top-left-radius: 3px; +- border-top-right-radius: 3px; } +- .progressbar.osd { +- background-image: none; +- background-color: #3DADE8; +- border-style: none; +- border-radius: 0; } +- +-/************* +- * Level Bar * +- *************/ +-.level-bar.vertical { +- -GtkLevelBar-min-block-width: 6; +- -GtkLevelBar-min-block-height: 34; } +- +-.level-bar { +- box-shadow: none; +- -GtkLevelBar-min-block-width: 34; +- -GtkLevelBar-min-block-height: 6; } +- .level-bar.vertical { +- -GtkLevelBar-min-block-width: 6; +- -GtkLevelBar-min-block-height: 34; } +- .level-bar.trough { +- border: 1px solid transparent; +- padding: 2px; +- border-radius: 2px; +- background-color: transparent; } +- .level-bar.fill-block { +- border: 1px solid #3DADE8; +- background-color: #3DADE8; +- box-shadow: none; +- border-radius: 2px; } +- .level-bar.fill-block.indicator-discrete.horizontal { +- margin: 0 1px; } +- .level-bar.fill-block.indicator-discrete.vertical { +- margin: 1px 0; } +- .level-bar.fill-block.level-high { +- border-color: #5aa411; +- background-color: #5aa411; } +- .level-bar.fill-block.level-high:backdrop { +- border-color: #5aa411; } +- .level-bar.fill-block.level-low { +- border-color: #f67400; +- background-color: #f67400; } +- .level-bar.fill-block.level-low:backdrop { +- border-color: #f67400; } +- .level-bar.fill-block.empty-fill-block { +- background-color: #696D71; +- border-color: transparent; +- box-shadow: none; } +- +-/********** +- * Frames * +- **********/ +-.frame { +- border: 1px solid #696D71; +- padding: 0; } +- .frame.flat { +- border-style: none; } +- .frame.action-bar { +- padding: 6px; +- border-width: 1px 0 0; } +- +-GtkScrolledWindow GtkViewport.frame { +- border-style: none; } +- +-.separator, GtkPlacesSidebar.sidebar .view .separator, +-GtkPlacesSidebar.sidebar .view .separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/********* +- * Lists * +- *********/ +-.list, .list-row { +- background-color: #31363B; +- border-width: 0px; +- border-color: #3DADE8; } +- +-.list-row, +-.grid-child { +- padding: 0px 2px; +- border-style: solid; +- border-width: 0px; +- border-color: #3DADE8; } +- +-.list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked { +- background-color: rgba(35, 38, 41, 0); +- border-style: none; +- border-radius: 0; +- box-shadow: none; } +- +-.list-row.button:hover { +- background-color: rgba(61, 173, 232, 0.2); } +-.list-row.button:active { +- box-shadow: none; } +-.list-row.button:selected:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +-.list-row.button:selected:hover { +- background-color: #4eb3e8; } +-.list-row.button:selected:backdrop { +- background-color: #3DADE8; } +-.list-row.button:backdrop:hover { +- background-color: transparent; } +- +-.list-row:selected .button { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .list-row:selected .button.flat, .list-row:selected .header-bar .titlebutton.button, .header-bar .list-row:selected .titlebutton.button, +- .list-row:selected .titlebar .titlebutton.button, +- .titlebar .list-row:selected .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #EEEFF0; } +- .list-row:selected .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .list-row:selected .button:active, .list-row:selected .button:checked { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .header-bar .titlebutton.button:backdrop:active, .header-bar .list-row:selected .titlebutton.button:backdrop:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:checked { +- color: #606468; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #42474b); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #2e3236); } +- .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #606468; } +- .list-row:selected .button:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .list-row:selected .button:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3e4348, #3a3f44); } +- .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { +- color: inherit; } +- +-.list-row, list-row.button, .header-bar list-row.button.titlebutton, +-.titlebar list-row.button.titlebutton { +- transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .list-row:hover, list-row.button:hover, .header-bar list-row.button.titlebutton:hover, +- .titlebar list-row.button.titlebutton:hover { +- transition: none; } +- +-/********************* +- * App Notifications * +- *********************/ +-.app-notification, +-.app-notification.frame { +- padding: 10px; +- border: none; +- border-radius: 0 0 3px 3px; +- background-color: rgba(35, 38, 41, 0.8); +- background-image: none; +- background-clip: padding-box; } +- .app-notification:backdrop, +- .app-notification.frame:backdrop { +- background-image: none; } +- .app-notification .button, .app-notification .header-bar .button.titlebutton, .header-bar .app-notification .button.titlebutton, +- .app-notification .titlebar .button.titlebutton, +- .titlebar .app-notification .button.titlebutton, +- .app-notification.frame .button { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: none; +- background-color: #31363B; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +- .app-notification .titlebar .titlebutton.button, +- .titlebar .app-notification .titlebutton.button, +- .app-notification.frame .button.flat, +- .app-notification.frame .header-bar .titlebutton.button, +- .header-bar .app-notification.frame .titlebutton.button, +- .app-notification.frame .titlebar .titlebutton.button, +- .titlebar .app-notification.frame .titlebutton.button { +- icon-shadow: 0 1px black; +- text-shadow: 0 1px black; } +- .app-notification .button:hover, +- .app-notification.frame .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, +- .app-notification.frame .button:active, +- .app-notification.frame .button:checked, +- .app-notification.frame .button:backdrop:active, +- .app-notification.frame .button:backdrop:checked { +- color: #EEEFF0; +- border-color: rgba(35, 38, 41, 0.8); +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, +- .app-notification.frame .button:insensitive, +- .app-notification.frame .button:backdrop:insensitive { +- color: #8f9295; +- border-color: #3a3f44; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:backdrop, +- .app-notification.frame .button:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-/************* +- * Expanders * +- *************/ +-.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .expander:hover { +- color: white; } +- .expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- +-/************ +- * Calendar * +- ***********/ +-GtkCalendar { +- color: #EEEFF0; +- border: 1px solid #696D71; } +- GtkCalendar.header { +- border: 1px solid rgba(0, 0, 0, 0.1); +- border-radius: 0; } +- GtkCalendar.header:backdrop { +- border-color: rgba(0, 0, 0, 0.1); } +- GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +- .titlebar GtkCalendar.button.titlebutton { +- color: rgba(238, 239, 240, 0.45); } +- GtkCalendar.button:hover, .header-bar GtkCalendar.button.titlebutton:hover, +- .titlebar GtkCalendar.button.titlebutton:hover { +- color: #EEEFF0; } +- GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, +- .titlebar GtkCalendar.button.titlebutton:backdrop { +- color: rgba(96, 100, 104, 0.45); } +- GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop { +- color: alpha(currentColor,0.55); } +- GtkCalendar:backdrop { +- color: #EEEFF0; +- border-color: #63676b; } +- +-/*********** +- * Dialogs * +- ***********/ +-.message-dialog { +- -GtkDialog-button-spacing: 8; +- -GtkDialog-action-area-border: 8; } +- .message-dialog .titlebar { +- box-shadow: none; } +- .message-dialog.csd.background { +- border-bottom-left-radius: 0px; +- border-bottom-right-radius: 0px; } +- .message-dialog.csd .dialog-action-area .button { +- border-radius: 0; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- .message-dialog.csd .dialog-action-area .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- .message-dialog.csd .dialog-action-area .button:active { +- color: #31363B; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .message-dialog.csd .dialog-action-area .button:insensitive { +- color: #8f9295; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:hover { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:active { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { +- color: white; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +- .message-dialog.csd .dialog-action-area .button.destructive-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #df1111, #d51010); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:hover { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, #d51010); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:active { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { +- color: white; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { +- color: #545c65; +- border-color: #63676b; +- background-image: linear-gradient(to bottom, #3a3f44); +- text-shadow: none; +- icon-shadow: none; } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- background-color: #31363B; +- color: shade(#EEEFF0, 0.5); } +-GtkFileChooserDialog .search-bar { +- background-color: #31363B; +- border-color: #31363B; +- box-shadow: none; } +- GtkFileChooserDialog .search-bar:backdrop { +- background-color: #25292c; +- border-color: #31363B; } +-GtkFileChooserDialog .dialog-action-box { +- border-top: 1px solid #696D71; } +- GtkFileChooserDialog .dialog-action-box:backdrop { +- border-top-color: #63676b; } +- +-/*********** +- * Sidebar * +- ***********/ +-.sidebar { +- border: none; +- background-color: #31363B; } +- +-GtkPlacesSidebar.sidebar .view { +- color: #EEEFF0; +- background-color: transparent; } +- GtkPlacesSidebar.sidebar .view .image { +- color: #b5b7b9; } +- GtkPlacesSidebar.sidebar .view .image:selected { +- color: #dce8ef; } +- GtkPlacesSidebar.sidebar .view .image:selected:backdrop { +- color: #dce8ef; } +- GtkPlacesSidebar.sidebar .view .image:insensitive { +- color: #72767a; } +- GtkPlacesSidebar.sidebar .view .image:backdrop { +- color: #51565a; } +- GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { +- color: #495058; } +- GtkPlacesSidebar.sidebar .view:insensitive { +- color: #8f9295; } +- GtkPlacesSidebar.sidebar .view:backdrop { +- color: #606468; } +- GtkPlacesSidebar.sidebar .view:backdrop:insensitive { +- color: #545c65; } +- +-.sidebar-item { +- padding: 10px 4px; } +- .sidebar-item > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .sidebar-item.needs-attention > .label { +- background-size: 6px 6px, 0 0; } +- +-/********* +- * Paned * +- *********/ +-GtkPaned { +- -GtkPaned-handle-size: 1; +- -gtk-icon-source: none; +- margin: 0 8px 8px 0; } +- GtkPaned:dir(rtl) { +- margin-right: 0; +- margin-left: 8px; } +- GtkPaned .pane-separator { +- background-color: #696D71; } +- GtkPaned .pane-separator:backdrop { +- background-color: #63676b; } +- +-GtkPaned.wide { +- -GtkPaned-handle-size: 5; +- margin: 0; } +- GtkPaned.wide .pane-separator { +- background-color: transparent; +- border-style: none solid; +- border-color: #696D71; +- border-width: 1px; } +- GtkPaned.wide.vertical .pane-separator { +- border-style: solid none; } +- GtkPaned.wide .pane-separator:backdrop { +- border-color: #63676b; } +- +-/************** +- * GtkInfoBar * +- **************/ +-GtkInfoBar { +- border-style: none; } +- +-.info, +-.question, +-.warning, +-.error { +- background-color: #31363B; +- color: #EEEFF0; +- text-shadow: none; +- border-color: #1a97d8; } +- .info .button, .info .header-bar .button.titlebutton, .header-bar .info .button.titlebutton, +- .info .titlebar .button.titlebutton, +- .titlebar .info .button.titlebutton, +- .question .button, +- .question .header-bar .button.titlebutton, +- .header-bar .question .button.titlebutton, +- .question .titlebar .button.titlebutton, +- .titlebar .question .button.titlebutton, +- .warning .button, +- .warning .header-bar .button.titlebutton, +- .header-bar .warning .button.titlebutton, +- .warning .titlebar .button.titlebutton, +- .titlebar .warning .button.titlebutton, +- .error .button, +- .error .header-bar .button.titlebutton, +- .header-bar .error .button.titlebutton, +- .error .titlebar .button.titlebutton, +- .titlebar .error .button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } +- .info .button:hover, +- .question .button:hover, +- .warning .button:hover, +- .error .button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3dade8, #3dade8); } +- .info .button:active, +- .question .button:active, +- .warning .button:active, +- .error .button:active { +- color: #31363B; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8, shade(#3DADE8, 0.8)); } +- .info .button:insensitive, +- .question .button:insensitive, +- .warning .button:insensitive, +- .error .button:insensitive { +- color: #8f9295; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .info .button:insensitive > .label, +- .question .button:insensitive > .label, +- .warning .button:insensitive > .label, +- .error .button:insensitive > .label { +- color: inherit; } +- .info .button:backdrop, +- .question .button:backdrop, +- .warning .button:backdrop, +- .error .button:backdrop { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3DADE8); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3DADE8; } +- .info .button:backdrop:insensitive, +- .question .button:backdrop:insensitive, +- .warning .button:backdrop:insensitive, +- .error .button:backdrop:insensitive { +- color: #78b6d7; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #3998cb); +- text-shadow: none; +- icon-shadow: none; +- border-color: #3DADE8; } +- .info .button:backdrop:insensitive > .label, +- .question .button:backdrop:insensitive > .label, +- .warning .button:backdrop:insensitive > .label, +- .error .button:backdrop:insensitive > .label { +- color: inherit; } +- .info .label:selected, +- .info .label:selected:focus, +- .info .label:selected:hover, +- .question .label:selected, +- .question .label:selected:focus, +- .question .label:selected:hover, +- .warning .label:selected, +- .warning .label:selected:focus, +- .warning .label:selected:hover, +- .error .label:selected, +- .error .label:selected:focus, +- .error .label:selected:hover { +- background-color: #1a97d8; } +- +-/************ +- * Tooltips * +- ************/ +-.tooltip { +- color: white; +- padding: 4px; +- /* not working */ +- border-radius: 5px; +- box-shadow: none; +- text-shadow: 0 1px black; } +- .tooltip.background { +- background-color: rgba(0, 0, 0, 0.8); +- background-clip: padding-box; +- border: 1px solid rgba(255, 255, 255, 0.1); } +- .tooltip.window-frame.csd { +- background-color: transparent; } +- +-.tooltip * { +- padding: 4px; +- background-color: transparent; +- color: inherit; } +- +-/***************** +- * Color Chooser * +- *****************/ +-GtkColorSwatch { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- :selected GtkColorSwatch { +- box-shadow: none; } +- :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { +- border-color: #EEEFF0; } +- GtkColorSwatch:selected { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- GtkColorSwatch.top { +- border-top-left-radius: 6px; +- border-top-right-radius: 6px; } +- GtkColorSwatch.bottom { +- border-bottom-left-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) { +- border-top-left-radius: 6px; +- border-bottom-left-radius: 6px; } +- GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) { +- border-top-right-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch:only-child:not(.overlay) { +- border-radius: 6px; } +- GtkColorSwatch.top > .overlay { +- border-top-left-radius: 5px; +- border-top-right-radius: 5px; } +- GtkColorSwatch.bottom > .overlay { +- border-bottom-left-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:first-child:not(.top) > .overlay { +- border-top-left-radius: 5px; +- border-bottom-left-radius: 5px; } +- GtkColorSwatch:last-child:not(.bottom) > .overlay { +- border-top-right-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:only-child > .overlay { +- border-radius: 5px; } +- GtkColorSwatch:hover, GtkColorSwatch:hover:selected { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); } +- GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } +- GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected +- GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { +- background-image: none; +- box-shadow: none; } +- GtkColorEditor GtkColorSwatch { +- border-radius: 3px; } +- GtkColorEditor GtkColorSwatch:hover { +- background-image: none; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } +- GtkColorEditor GtkColorSwatch:backdrop { +- box-shadow: none; } +- GtkColorSwatch.color-dark { +- color: white; +- outline-color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.color-dark:backdrop { +- color: rgba(255, 255, 255, 0.3); } +- GtkColorSwatch.color-light { +- color: black; +- outline-color: rgba(255, 255, 255, 0.5); } +- GtkColorSwatch.color-light:backdrop { +- color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { +- border: 1px solid #696D71; } +- GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { +- border-color: black; } +- GtkColorSwatch#add-color-button { +- border-style: solid; +- border-width: 1px; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #363b41, #31363b); } +- GtkColorSwatch#add-color-button:hover { +- color: #EEEFF0; +- border-color: #3DADE8; +- background-image: linear-gradient(to bottom, #31363b, #31363b); } +- GtkColorSwatch#add-color-button:backdrop { +- color: #EEEFF0; +- border-color: #696D71; +- background-image: linear-gradient(to bottom, #31363B); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } +- GtkColorSwatch#add-color-button .overlay { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-/******** +- * Misc * +- ********/ +-.scale-popup .button, .scale-popup .header-bar .button.titlebutton, .header-bar .scale-popup .button.titlebutton, +-.scale-popup .titlebar .button.titlebutton, +-.titlebar .scale-popup .button.titlebutton { +- padding: 6px; } +- .scale-popup .button:hover { +- background-color: rgba(238, 239, 240, 0.1); +- border-radius: 5px; } +- +-GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, +-.titlebar GtkVolumeButton.button.titlebutton { +- padding: 8px; } +- +-/********************** +- * Window Decorations * +- *********************/ +-.window-frame { +- border-width: 0px; +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); +- /* this is used for the resize cursor area */ +- margin: 10px; } +- .window-frame:backdrop { +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } +- .window-frame.tiled { +- border-radius: 0; } +- .window-frame.popup { +- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.ssd { +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.csd.popup { +- border-radius: 0; +- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.csd.tooltip { +- border-radius: 5px; +- box-shadow: none; } +- .window-frame.csd.message-dialog { +- border-radius: 7px; +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } +- .window-frame.solid-csd { +- border-radius: 0; +- margin: 4px; +- background-color: #31363B; +- border: solid 1px #63676b; +- box-shadow: none; } +- +-.header-bar .titlebutton.button, +-.titlebar .titlebutton.button { +- padding: 2px; } +- .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- icon-shadow: none; } +- .header-bar .titlebutton.close.button, +- .titlebar .titlebutton.close.button { +- color: transparent; +- border-image: none; +- box-shadow: none; +- background-position: center; +- background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } +- .header-bar .titlebutton.close.button:hover, +- .titlebar .titlebutton.close.button:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } +- .header-bar .titlebutton.close.button:active, +- .titlebar .titlebutton.close.button:active { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } +- .header-bar .titlebutton.close.button:backdrop, +- .titlebar .titlebutton.close.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } +- .header-bar .titlebutton.maximize.button, +- .titlebar .titlebutton.maximize.button { +- color: transparent; +- border-image: none; +- box-shadow: none; +- background-position: center; +- background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } +- .header-bar .titlebutton.maximize.button:hover, +- .titlebar .titlebutton.maximize.button:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } +- .header-bar .titlebutton.maximize.button:active, +- .titlebar .titlebutton.maximize.button:active { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } +- .header-bar .titlebutton.maximize.button:backdrop, +- .titlebar .titlebutton.maximize.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } +- .header-bar .titlebutton.minimize.button, +- .titlebar .titlebutton.minimize.button { +- color: transparent; +- border-image: none; +- box-shadow: none; +- background-position: center; +- background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } +- .header-bar .titlebutton.minimize.button:hover, +- .titlebar .titlebutton.minimize.button:hover { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } +- .header-bar .titlebutton.minimize.button:active, +- .titlebar .titlebutton.minimize.button:active { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } +- .header-bar .titlebutton.minimize.button:backdrop, +- .titlebar .titlebutton.minimize.button:backdrop { +- border-color: transparent; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } +- +-.header-bar.selection-mode .titlebutton.button, +-.titlebar.selection-mode .titlebutton.button { +- text-shadow: none; } +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view:selected, GtkCalendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected, .header-bar .menuitem.titlebutton.button:selected, +-.titlebar .menuitem.titlebutton.button:selected, .list-row:selected, .sidebar:selected, GtkPlacesSidebar.sidebar .view:selected, GtkPlacesSidebar.sidebar GtkCalendar:selected { +- background-color: #3DADE8; +- color: #EEEFF0; } +- +-/* Decouple the font of context menus from their entry/textview */ +-.touch-selection, +-.context-menu { +- font: initial; } +- +-.monospace { +- font: Monospace; } +- +-.overshoot.top { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.top:backdrop { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.bottom { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.bottom:backdrop { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.left { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.left:backdrop { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.right { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#505357), to(rgba(80, 83, 87, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.right:backdrop { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#63676b), to(rgba(99, 103, 107, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- +-.undershoot.top { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-top: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center top; } +-.undershoot.bottom { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-bottom: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center bottom; } +-.undershoot.left { +- background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-left: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: left center; } +-.undershoot.right { +- background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-right: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: right center; } +- +-/* GTK NAMED COLORS +- ---------------- +- use responsibly! */ +-/* +-widget text/foreground color */ +-@define-color theme_fg_color #EEEFF0; +-/* +-text color for entries, views and content in general */ +-@define-color theme_text_color #EEEFF0; +-/* +-widget base background color */ +-@define-color theme_bg_color #31363B; +-/* +-text widgets and the like base background color */ +-@define-color theme_base_color #232629; +-/* +-base background color of selections */ +-@define-color theme_selected_bg_color #3DADE8; +-/* +-text/foreground color of selections */ +-@define-color theme_selected_fg_color #EEEFF0; +-/* +-base background color of insensitive widgets */ +-@define-color insensitive_bg_color #3a3f44; +-/* +-text foreground color of insensitive widgets */ +-@define-color insensitive_fg_color #8f9295; +-/* +-insensitive text widgets and the like base background color */ +-@define-color insensitive_base_color #232629; +-/* +-widget text/foreground color on backdrop windows */ +-@define-color theme_unfocused_fg_color #606468; +-/* +-text color for entries, views and content in general on backdrop windows */ +-@define-color theme_unfocused_text_color #EEEFF0; +-/* +-widget base background color on backdrop windows */ +-@define-color theme_unfocused_bg_color #31363B; +-/* +-text widgets and the like base background color on backdrop windows */ +-@define-color theme_unfocused_base_color #25292c; +-/* +-base background color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_bg_color #3DADE8; +-/* +-text/foreground color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_fg_color #EEEFF0; +-/* +-widgets main borders color */ +-@define-color borders #696D71; +-/* +-widgets main borders color on backdrop windows */ +-@define-color unfocused_borders #63676b; +-/* +-these are pretty self explicative */ +-@define-color warning_color #f67400; +-@define-color error_color #ed1515; +-@define-color success_color #5aa411; +-@define-color icon_red #da4453; +-/* +-titlebar colors */ +-@define-color titlebar_bg_color #31363B; +-@define-color titlebar_fg_color #EEEFF0; +-@define-color hover_color #3DADE8; +-/* +-these colors are exported for the window manager and shouldn't be used in applications, +-read if you used those and something break with a version upgrade you're on your own... */ +-@define-color wm_title #EEEFF0; +-@define-color wm_unfocused_title #606468; +-@define-color wm_highlight transparent; +-@define-color wm_borders_edge rgba(238, 239, 240, 0.1); +-@define-color wm_bg_a #31363B; +-@define-color wm_bg_b #31363B; +-@define-color wm_shadow alpha(black, 0.35); +-@define-color wm_border alpha(black, 0.18); +-@define-color wm_button_hover_color_a shade(#31363B, 1.3); +-@define-color wm_button_hover_color_b #31363B; +-@define-color wm_button_active_color_a shade(#31363B, 0.85); +-@define-color wm_button_active_color_b shade(#31363B, 0.89); +-@define-color wm_button_active_color_c shade(#31363B, 0.9); +-@define-color content_view_bg #232629; +- +-/*# sourceMappingURL=gtk-dark.css.map */ +diff --git a/Breeze-gtk/gtk-3.0/gtk.css b/Breeze-gtk/gtk-3.0/gtk.css +old mode 100755 +new mode 100644 +index ebd8749..01c9396 +--- a/Breeze-gtk/gtk-3.0/gtk.css ++++ b/Breeze-gtk/gtk-3.0/gtk.css +@@ -1,9 +1,74 @@ ++/* GTK NAMED COLORS ++ ---------------- ++ use responsibly! */ ++/* ++widget text/foreground color */ ++@define-color theme_fg_color #31363b; ++/* ++text color for entries, views and content in general */ ++@define-color theme_text_color #31363b; ++/* ++widget base background color */ ++@define-color theme_bg_color #eff0f1; ++/* ++text widgets and the like base background color */ ++@define-color theme_base_color #fcfcfc; ++/* ++base background color of selections */ ++@define-color theme_selected_bg_color #3daee9; ++/* ++text/foreground color of selections */ ++@define-color theme_selected_fg_color #eff0f1; ++/* ++base background color of insensitive widgets */ ++@define-color insensitive_bg_color rgba(216, 218, 221, 0.35); ++/* ++text foreground color of insensitive widgets */ ++@define-color insensitive_fg_color rgba(45, 49, 54, 0.35); ++/* ++insensitive text widgets and the like base background color */ ++@define-color insensitive_base_color rgba(45, 49, 54, 0.35); ++/* ++widget text/foreground color on backdrop windows */ ++@define-color theme_unfocused_fg_color #31363b; ++/* ++text color for entries, views and content in general on backdrop windows */ ++@define-color theme_unfocused_text_color #31363b; ++/* ++widget base background color on backdrop windows */ ++@define-color theme_unfocused_bg_color #eff0f1; ++/* ++text widgets and the like base background color on backdrop windows */ ++@define-color theme_unfocused_base_color #fcfcfc; ++/* ++base background color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5); ++/* ++text/foreground color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_fg_color #eff0f1; ++/* ++widgets main borders color */ ++@define-color borders #c0c2c4; ++/* ++widgets main borders color on backdrop windows */ ++@define-color unfocused_borders #c0c2c4; ++/* ++widgets main borders color insensitive */ ++@define-color insensitive_borders rgba(174, 176, 179, 0.35); ++/* ++these are pretty self explicative */ ++@define-color warning_color #f67400; ++@define-color error_color #da4453; ++@define-color success_color #27ae60; ++@define-color content_view_bg #fcfcfc; + * { + padding: 0; + -GtkToolButton-icon-spacing: 4; +- -GtkTextView-error-underline-color: #ed1515; +- -GtkCheckButton-indicator-size: 16; +- -GtkCheckMenuItem-indicator-size: 16; ++ -GtkTextView-error-underline-color: #da4453; ++ -GtkButton-child-displacement-x: 0; ++ -GtkButton-child-displacement-y: 0; ++ -GtkCheckButton-indicator-size: 18; ++ -GtkCheckMenuItem-indicator-size: 18; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; +@@ -12,8 +77,8 @@ + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; +- -GtkWidget-link-color: #1998da; +- -GtkWidget-visited-link-color: #1478ac; ++ -GtkWidget-link-color: #2980b9; ++ -GtkWidget-visited-link-color: #7f8c8d; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; +@@ -51,248 +116,91 @@ + background-color: white; + color: #31363b; } + .gtkstyle-fallback:active { +- background-color: #d4d6d9; ++ background-color: #d4d7d9; + color: #31363b; } + .gtkstyle-fallback:insensitive { +- background-color: #e5e6e7; +- color: #909396; } ++ background-color: rgba(216, 218, 221, 0.35); ++ color: rgba(45, 49, 54, 0.35); } + .gtkstyle-fallback:selected { + background-color: #3daee9; +- color: #fcfcfc; } ++ color: #eff0f1; } + + .view { + color: #31363b; + background-color: #fcfcfc; } +- .view:selected, GtkCalendar:selected { ++ .view:backdrop { ++ color: #31363b; ++ background-color: #fcfcfc; } ++ .view:selected { + border-radius: 3px; } + + .rubberband { + border: 1px solid #3daee9; + background-color: rgba(61, 174, 233, 0.2); } ++ .rubberband:backdrop { ++ border-color: #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } + + .label.separator, GtkPlacesSidebar.sidebar .view .label.separator { + color: #31363b; } ++ .label.separator:backdrop, GtkPlacesSidebar.sidebar .view .label.separator:backdrop { ++ color: #31363b; } + .label:insensitive { +- color: #909396; } ++ color: rgba(45, 49, 54, 0.35); } ++ .label:insensitive:backdrop { ++ color: rgba(45, 49, 54, 0.35); } + + .dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, + .header-bar .subtitle { +- opacity: 0.55; ++ opacity: 0.5; + text-shadow: none; } + + GtkAssistant .sidebar { +- background-color: #fcfcfc; +- border-top: 1px solid #bdc3c7; } ++ background-color: #31363b; ++ border-top: 1px solid #c0c2c4; } + GtkAssistant .sidebar:dir(ltr) { +- border-right: 1px solid #bdc3c7; } ++ border-right: 1px solid #c0c2c4; } + GtkAssistant .sidebar:dir(rtl) { +- border-left: 1px solid #bdc3c7; } ++ border-left: 1px solid #c0c2c4; } + GtkAssistant .sidebar:backdrop { +- background-color: white; +- border-color: #c2c7cb; } ++ background-color: #31363b; ++ border-color: #c0c2c4; } + GtkAssistant.csd .sidebar { + border-top-style: none; } + GtkAssistant .sidebar .label { + padding: 6px 12px; } + GtkAssistant .sidebar .label.highlight { +- background-color: #c9cacc; } ++ background-color: #d3d4d5; } + + GtkTextView { +- background-color: #f5f6f6; } ++ background-color: #f6f6f7; } ++ GtkTextView:backdrop { ++ background-color: #f6f6f7; } + + .grid-child { + padding: 3px; + border-radius: 3px; } + +-.popover.osd, .app-notification, +-.app-notification.frame, .osd { ++.app-notification, ++.app-notification.frame, .popover.osd, .osd { + color: #31363b; + border: 1px solid #eff0f1; +- background-color: rgba(252, 252, 252, 0.8); ++ background-color: rgba(239, 240, 241, 0.8); + background-clip: padding-box; +- outline-color: rgba(49, 54, 59, 0.3); ++ box-shadow: none; + text-shadow: none; + icon-shadow: none; } +- .popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { +- text-shadow: none; } +- +-/********************* +- * Spinner Animation * +- *********************/ +-@keyframes spin { +- to { +- -gtk-icon-transform: rotate(1turn); } } +-.spinner { +- background-image: none; +- background-color: blue; +- opacity: 0; +- -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } +- .spinner:active { +- opacity: 1; +- animation: spin 1s linear infinite; } +- .spinner:active:insensitive { +- opacity: 0.5; } +- +-/**************** +- * Text Entries * +- ****************/ +-.entry { +- border: 1px solid; +- padding: 5px 8px 6px; +- border-radius: 3px; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); +- background-color: #fcfcfc; +- background-image: none; +- color: #31363b; +- border-color: #bdc3c7; } +- .entry.image.left { +- padding-left: 0; } +- .entry.image.right { +- padding-right: 0; } +- .entry.flat, .entry.flat:focus { +- padding: 2px; +- background-color: #fcfcfc; +- background-image: none; +- color: #31363b; +- border-color: #bdc3c7; +- border: none; +- border-radius: 0; } +- .entry:focus { +- background-color: #fcfcfc; +- background-image: none; +- border-color: #3daee9; } +- .entry:insensitive { +- background-color: #fcfcfc; +- background-image: none; +- color: #909396; +- border-color: #bdc3c7; +- background-color: #e5e6e7; +- box-shadow: none; } +- .entry:backdrop { +- background-color: #fcfcfc; +- background-image: none; +- color: #31363b; +- border-color: #bdc3c7; +- background-color: #fcfcfc; +- box-shadow: none; } +- .entry:backdrop:insensitive { +- background-color: #fcfcfc; +- background-image: none; +- color: #909396; +- border-color: #bdc3c7; +- background-color: #e5e6e7; +- box-shadow: none; } +- .entry.progressbar { +- margin: 1px; +- border-radius: 0; +- border-width: 0 0 2px; +- border-color: #3daee9; +- border-style: solid; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .entry.progressbar:backdrop { +- background-color: transparent; } +- .linked > .entry { +- border-radius: 0; } +- .linked > .entry:first-child { +- border-top-left-radius: 3px; +- border-bottom-left-radius: 3px; } +- .linked > .entry:first-child:dir(rtl) { +- border-right-style: none; } +- .linked > .entry:last-child { +- border-top-right-radius: 3px; +- border-bottom-right-radius: 3px; +- border-left-style: none; } +- .linked > .entry:last-child:dir(rtl) { +- border-left-style: solid; } +- .entry.error { +- color: #ed1515; +- border-color: #ed1515; } +- .entry.error:focus { +- background-color: #fcfcfc; +- background-image: none; +- border-color: #ed1515; } +- .entry.error:selected, .entry.error:selected:focus { +- background-color: #ed1515; } +- .entry.warning { +- color: #f67400; +- border-color: #f67400; } +- .entry.warning:focus { +- background-color: #fcfcfc; +- background-image: none; +- border-color: #f67400; } +- .entry.warning:selected, .entry.warning:selected:focus { +- background-color: #f67400; } +- .entry.image { +- color: #595d61; } +- .entry.image:hover { +- color: #31363b; } +- .entry.image:active { +- color: #3daee9; } +- .entry.image:backdrop { +- color: #cbcdcf; } +- .osd .entry { +- background-color: #fcfcfc; +- background-image: none; ++ .app-notification:backdrop, .popover.osd:backdrop, .osd:backdrop { + color: #31363b; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: rgba(252, 252, 252, 0.8); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:focus { +- background-color: #fcfcfc; +- background-image: none; +- color: #31363b; +- border-color: #3daee9; +- background-color: rgba(252, 252, 252, 0.8); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:backdrop { +- background-color: #fcfcfc; +- background-image: none; +- color: #31363b; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: rgba(0, 0, 0, 0.7); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .entry:insensitive { +- background-color: #fcfcfc; +- background-image: none; +- color: #96999b; +- border-color: rgba(0, 0, 0, 0.7); +- background-color: shade(#31363b, 0.3); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } ++ background-color: rgba(239, 240, 241, 0.8); } + +-.linked.vertical > .entry:not(:last-child) { +- box-shadow: none; } +-.linked.vertical > .entry:focus:not(:last-child) { +- box-shadow: inset 0 0 0 1px #3daee9; } +-.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive) { +- border-top-color: #e9eaec; +- background-image: linear-gradient(to bottom, #fcfcfc); } +- .linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive):backdrop { +- border-top-color: #eceeef; +- background-image: linear-gradient(to bottom, white); } +-.linked.vertical > .entry + .entry:focus:not(:last-child) { +- border-top-color: #3daee9; +- box-shadow: inset 0 0 0 1px #3daee9; } +-.linked.vertical > .entry + .entry:focus:last-child { +- border-top-color: #3daee9; } +-.linked.vertical > .entry:focus:not(:only-child) + .entry, +-.linked.vertical > .entry:focus:not(:only-child) + .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .button, +-.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .button { +- border-top-color: #3daee9; } ++.view:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .list-row:selected, .sidebar:selected, ++.sidebar .view:selected, GtkPlacesSidebar.sidebar .view:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .view:backdrop:selected, .label:backdrop:selected, .grid-child:backdrop:selected, .entry:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ color: #fcfcfc; } + + /*********** + * Buttons * +@@ -302,518 +210,294 @@ GtkTextView { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3daee9), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)); } } +-.button, .header-bar .button.titlebutton, +-.titlebar .button.titlebutton { ++.button, .button.osd, .osd .button { + border: 1px solid; + border-radius: 3px; +- padding: 5px 8px 6px; ++ padding: 6px; ++ background-clip: border-box; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; + color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } +- .button.flat, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .flat.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; ++ color: #31363b; + text-shadow: none; + icon-shadow: none; + transition: none; } +- .button.flat:hover, .header-bar .titlebutton.button:hover, +- .titlebar .titlebutton.button:hover { ++ .flat.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 500ms; } +- .button.flat:hover:active, .header-bar .titlebutton.button:hover:active, +- .titlebar .titlebutton.button:hover:active { ++ .flat.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .button:hover, .header-bar .button.titlebutton:hover, +- .titlebar .button.titlebutton:hover { ++ .flat.button:checked { ++ background-color: #c0c2c4; } ++ .button:hover { + color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); ++ border-color: #93cee9; + -gtk-image-effect: highlight; } +- .button:active, .header-bar .button.titlebutton:active, +- .titlebar .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, +- .titlebar .button.titlebutton:checked { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); ++ .button:active, .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); + transition-duration: 50ms; } + .button:active:hover, .button:checked:hover { + color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #96CDF1, #86B7D7); } +- .button.flat:backdrop, .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop, .button.flat:insensitive, .header-bar .titlebutton.button:insensitive, +- .titlebar .titlebutton.button:insensitive, .button.flat:backdrop:insensitive, .header-bar .titlebutton.button:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive { ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ .button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); ++ -gtk-image-effect: none; } ++ .button:backdrop:active, .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button:backdrop:insensitive > .label, .osd .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:backdrop:insensitive:active > .label, .osd .button:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .osd .button:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .flat.button:backdrop { ++ -gtk-image-effect: none; + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; ++ color: #31363b; + text-shadow: none; +- icon-shadow: none; } +- .button:insensitive, .header-bar .button.titlebutton:insensitive, +- .titlebar .button.titlebutton:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); ++ icon-shadow: none; ++ color: #31363b; } ++ .flat.button:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(45, 49, 54, 0.35); } ++ .flat.button:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; + text-shadow: none; + icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .button:insensitive > .label { ++ color: rgba(45, 49, 54, 0.35); } ++ .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button:insensitive > .label, .osd .button:insensitive > .label { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e1e2e3, #e5e6e7); } +- .button:insensitive:active > .label, .button:insensitive:checked > .label { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:insensitive:active > .label, .osd .button:insensitive:active > .label, .button:insensitive:checked > .label, .osd .button:insensitive:checked > .label { + color: inherit; } +- .button.osd, .header-bar .osd.button.titlebutton, +- .titlebar .osd.button.titlebutton { +- color: #31363b; +- border-radius: 5px; +- outline-color: rgba(49, 54, 59, 0.3); +- color: #31363b; +- border-color: #bdc3c7; ++ ++.button.suggested-action, .button.suggested-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action.flat, .button.suggested-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; + background-image: none; +- background-color: #eff0f1; +- background-clip: padding-box; + box-shadow: none; ++ color: #31363b; + text-shadow: none; + icon-shadow: none; +- font-weight: normal; +- border: none; +- box-shadow: none; } +- .button.osd.image-button, .header-bar .osd.titlebutton.button, +- .titlebar .osd.titlebutton.button { +- padding: 13px; } +- .button.osd:hover { +- color: #31363b; ++ color: #3daee9; } ++ .button.suggested-action:hover, .button.suggested-action.osd .button:hover { ++ color: white; ++ border-color: #3daee9; } ++ .button.suggested-action:active, .button.suggested-action:checked, .button.suggested-action.osd .button:active, .button.suggested-action.osd .button:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .button.suggested-action.osd .button:backdrop, .button.suggested-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .button.suggested-action.flat:backdrop:checked, .button.suggested-action.osd .button:backdrop:active, .button.suggested-action.osd .button:backdrop:checked, .button.suggested-action.osd .button.flat:backdrop:active, .button.suggested-action.osd .button.flat:backdrop:checked { ++ color: white; + border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- border: none; +- box-shadow: none; } +- .button.osd:active, .button.osd:checked { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; +- box-shadow: none; } +- .button.osd:insensitive, .button.osd:backdrop:insensitive { +- color: #909396; +- border-color: #e5e6e7; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .button.osd:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- border: none; } +- .osd .button, .osd .header-bar .button.titlebutton, .header-bar .osd .button.titlebutton, +- .osd .titlebar .button.titlebutton, +- .titlebar .osd .button.titlebutton { +- color: #31363b; +- border-color: #bdc3c7; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .button.suggested-action.osd .button:backdrop:insensitive > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .button.suggested-action.osd .button:backdrop:insensitive:active, .button.suggested-action.osd .button:backdrop:insensitive:checked, .button.suggested-action.osd .button.flat:backdrop:insensitive:active, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button:backdrop:insensitive:active > .label, .button.suggested-action.osd .button:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:active > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.suggested-action.flat:backdrop, .button.suggested-action.flat:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop, .button.suggested-action.osd .button.flat:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; + background-image: none; +- background-color: #eff0f1; +- background-clip: padding-box; + box-shadow: none; ++ color: #31363b; + text-shadow: none; + icon-shadow: none; +- font-weight: normal; +- border-radius: 3px; +- border-style: solid; } +- .osd .button:dir(rtl) { +- border-radius: 3px; } +- .osd .button:first-child { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child:dir(rtl) { +- border-right-style: solid; } +- .osd .button:only-child { +- border-radius: 3px; +- border-style: solid; } +- .osd .button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:active, .osd .button:checked, .osd .button:backdrop:active, .osd .button:backdrop:checked { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:insensitive, .osd .button:backdrop:insensitive { +- color: #909396; +- border-color: #e5e6e7; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat, .osd .header-bar .titlebutton.button, .header-bar .osd .titlebutton.button, +- .osd .titlebar .titlebutton.button, +- .titlebar .osd .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .osd .button.flat:hover, .osd .header-bar .titlebutton.button:hover, .header-bar .osd .titlebutton.button:hover, +- .osd .titlebar .titlebutton.button:hover, +- .titlebar .osd .titlebutton.button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; +- background-clip: padding-box; +- box-shadow: none; } +- .osd .button.flat:insensitive, .osd .header-bar .titlebutton.button:insensitive, .header-bar .osd .titlebutton.button:insensitive, +- .osd .titlebar .titlebutton.button:insensitive, +- .titlebar .osd .titlebutton.button:insensitive { +- color: #909396; +- border-color: #e5e6e7; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .osd .button.flat:backdrop, .osd .header-bar .titlebutton.button:backdrop, .header-bar .osd .titlebutton.button:backdrop, +- .osd .titlebar .titlebutton.button:backdrop, +- .titlebar .osd .titlebutton.button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.flat:active, .osd .header-bar .titlebutton.button:active, .header-bar .osd .titlebutton.button:active, +- .osd .titlebar .titlebutton.button:active, +- .titlebar .osd .titlebutton.button:active, .osd .button.flat:checked, .osd .header-bar .titlebutton.button:checked, .header-bar .osd .titlebutton.button:checked, +- .osd .titlebar .titlebutton.button:checked, +- .titlebar .osd .titlebutton.button:checked { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- background-clip: padding-box; +- border-color: transparent; +- box-shadow: none; } +- .button.suggested-action, .header-bar .suggested-action.button.titlebutton, +- .titlebar .suggested-action.button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #46b2ea, #3daee9); } +- .button.suggested-action.flat, .header-bar .suggested-action.titlebutton.button, +- .titlebar .suggested-action.titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #3daee9; } +- .button.suggested-action:hover { +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, #3daee9); } +- .button.suggested-action:active, .button.suggested-action:checked { +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop { +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .header-bar .suggested-action.titlebutton.button:backdrop:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:active, .button.suggested-action.flat:backdrop:checked, .header-bar .suggested-action.titlebutton.button:backdrop:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:checked { +- color: #d1eaf7; +- border-color: #1998da; +- background-image: linear-gradient(to bottom, #1998da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked { +- color: #84cbf0; +- border-color: #42afe8; +- background-image: linear-gradient(to bottom, #42afe8); } +- .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.suggested-action.flat:backdrop, .header-bar .suggested-action.titlebutton.button:backdrop, +- .titlebar .suggested-action.titlebutton.button:backdrop, .button.suggested-action.flat:insensitive, .header-bar .suggested-action.titlebutton.button:insensitive, +- .titlebar .suggested-action.titlebutton.button:insensitive, .button.suggested-action.flat:backdrop:insensitive, .header-bar .suggested-action.titlebutton.button:backdrop:insensitive, +- .titlebar .suggested-action.titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: rgba(61, 174, 233, 0.8); } +- .button.suggested-action:insensitive { +- background-color: transparent; +- color: shade(#fcfcfc, 0.5); } +- .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { +- background-color: transparent; +- color: shade(#fcfcfc, 0.5); } +- .osd .button.suggested-action { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: none; +- background-color: #eff0f1; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .osd .button.suggested-action:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:active, .osd .button.suggested-action:checked, .osd .button.suggested-action:backdrop:active, .osd .button.suggested-action:backdrop:checked { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:insensitive, .osd .button.suggested-action:backdrop:insensitive { +- color: #909396; +- border-color: #e5e6e7; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.suggested-action:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.destructive-action, .header-bar .destructive-action.button.titlebutton, +- .titlebar .destructive-action.button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #fcfcfc; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #f03232, #ef2929); } +- .button.destructive-action.flat, .header-bar .destructive-action.titlebutton.button, +- .titlebar .destructive-action.titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #ef2929; } +- .button.destructive-action:hover { +- color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929, #ef2929); } +- .button.destructive-action:active, .button.destructive-action:checked { +- color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929, shade(#ef2929, 0.8)); } +- .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop { ++ color: rgba(61, 174, 233, 0.8); } ++ .button.suggested-action:insensitive, .button.suggested-action.osd .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.suggested-action:insensitive > .label, .button.suggested-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked, .button.suggested-action.osd .button:insensitive:active, .button.suggested-action.osd .button:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .button.suggested-action.osd .button:insensitive:active > .label, .button.suggested-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.destructive-action, .button.destructive-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action.flat, .button.destructive-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #da4453; } ++ .button.destructive-action:hover, .button.destructive-action.osd .button:hover { ++ color: white; ++ border-color: #da4453; } ++ .button.destructive-action:active, .button.destructive-action:checked, .button.destructive-action.osd .button:active, .button.destructive-action.osd .button:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .button.destructive-action.osd .button:backdrop, .button.destructive-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .button.destructive-action.flat:backdrop:checked, .button.destructive-action.osd .button:backdrop:active, .button.destructive-action.osd .button:backdrop:checked, .button.destructive-action.osd .button.flat:backdrop:active, .button.destructive-action.osd .button.flat:backdrop:checked { + color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .header-bar .destructive-action.titlebutton.button:backdrop:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:active, .button.destructive-action.flat:backdrop:checked, .header-bar .destructive-action.titlebutton.button:backdrop:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:checked { +- color: #f6cfcf; +- border-color: #d51010; +- background-image: linear-gradient(to bottom, #d51010); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive > .label { ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .button.destructive-action.osd .button:backdrop:insensitive > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .button.destructive-action.osd .button:backdrop:insensitive:active, .button.destructive-action.osd .button:backdrop:insensitive:checked, .button.destructive-action.osd .button.flat:backdrop:insensitive:active, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(214, 46, 63, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button:backdrop:insensitive:active > .label, .button.destructive-action.osd .button:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:active > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked > .label { + color: inherit; } +- .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked { +- color: #f37878; +- border-color: #ee3030; +- background-image: linear-gradient(to bottom, #ee3030); } +- .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .button.destructive-action.flat:backdrop, .header-bar .destructive-action.titlebutton.button:backdrop, +- .titlebar .destructive-action.titlebutton.button:backdrop, .button.destructive-action.flat:insensitive, .header-bar .destructive-action.titlebutton.button:insensitive, +- .titlebar .destructive-action.titlebutton.button:insensitive, .button.destructive-action.flat:backdrop:insensitive, .header-bar .destructive-action.titlebutton.button:backdrop:insensitive, +- .titlebar .destructive-action.titlebutton.button:backdrop:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: rgba(239, 41, 41, 0.8); } +- .button.destructive-action:insensitive { +- background-color: transparent; +- color: shade(#fcfcfc, 0.5); } +- .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { +- background-color: transparent; +- color: shade(#fcfcfc, 0.5); } +- .osd .button.destructive-action { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: none; +- background-color: #eff0f1; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .osd .button.destructive-action:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:active, .osd .button.destructive-action:checked, .osd .button.destructive-action:backdrop:active, .osd .button.destructive-action:backdrop:checked { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #ef2929, shade(#ef2929, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:insensitive, .osd .button.destructive-action:backdrop:insensitive { +- color: #909396; +- border-color: #e5e6e7; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .button.destructive-action:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .button.image-button, .header-bar .titlebutton.button, +- .titlebar .titlebutton.button { +- padding: 8px; } +- .button.text-button, .header-bar .text-button.button.titlebutton, +- .titlebar .text-button.button.titlebutton { +- padding-left: 16px; +- padding-right: 16px; } +- .button.text-button.image-button, .header-bar .text-button.titlebutton.button, +- .titlebar .text-button.titlebutton.button { +- padding: 5px 8px 6px; } +- .button.text-button.image-button .label:first-child, .header-bar .text-button.titlebutton.button .label:first-child, +- .titlebar .text-button.titlebutton.button .label:first-child { +- padding-left: 8px; } +- .button.text-button.image-button .label:last-child, .header-bar .text-button.titlebutton.button .label:last-child, +- .titlebar .text-button.titlebutton.button .label:last-child { +- padding-right: 8px; } +- .stack-switcher > .button, .header-bar .stack-switcher > .button.titlebutton, +- .titlebar .stack-switcher > .button.titlebutton { +- outline-offset: -3px; } +- .stack-switcher > .button > .label { +- padding-left: 6px; +- padding-right: 6px; } +- .stack-switcher > .button > GtkImage, .header-bar .stack-switcher > .button.titlebutton > GtkImage, +- .titlebar .stack-switcher > .button.titlebutton > GtkImage { +- padding-left: 6px; +- padding-right: 6px; +- padding-top: 3px; +- padding-bottom: 3px; } +- .stack-switcher > .button.text-button { +- padding: 5px 10px 6px; } +- .stack-switcher > .button.image-button, .header-bar .stack-switcher > .titlebutton.button, +- .titlebar .stack-switcher > .titlebutton.button { +- padding: 5px 2px; } +- .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { +- animation: none; +- background-image: none; } +- .inline-toolbar .button, .inline-toolbar .header-bar .button.titlebutton, .header-bar .inline-toolbar .button.titlebutton, +- .inline-toolbar .titlebar .button.titlebutton, +- .titlebar .inline-toolbar .button.titlebutton, .inline-toolbar .button:backdrop { +- border-radius: 2px; +- border-width: 1px; } +- .primary-toolbar .button, .primary-toolbar .header-bar .button.titlebutton, .header-bar .primary-toolbar .button.titlebutton, +- .primary-toolbar .titlebar .button.titlebutton, +- .titlebar .primary-toolbar .button.titlebutton { ++ .button.destructive-action.flat:backdrop, .button.destructive-action.flat:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop, .button.destructive-action.osd .button.flat:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(218, 68, 83, 0.8); } ++ .button.destructive-action:insensitive, .button.destructive-action.osd .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.destructive-action:insensitive > .label, .button.destructive-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked, .button.destructive-action.osd .button:insensitive:active, .button.destructive-action.osd .button:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .button.destructive-action.osd .button:insensitive:active > .label, .button.destructive-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.image-button { ++ padding: 6px; } ++.button.text-button { ++ padding: 6px; } ++.button.text-button.image-button { ++ padding: 6px; } ++ .button.text-button.image-button .label:first-child { ++ padding-left: 8px; } ++ .button.text-button.image-button .label:last-child { ++ padding-right: 8px; } ++.stack-switcher > .button > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++.stack-switcher > .button > GtkImage { ++ padding-left: 6px; ++ padding-right: 6px; ++ padding-top: 3px; ++ padding-bottom: 3px; } ++.stack-switcher > .button.text-button { ++ padding: 6px; } ++.stack-switcher > .button.image-button { ++ padding: 3px 0px; } ++.stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { ++ animation: none; ++ background-image: none; } ++.inline-toolbar .button, .inline-toolbar .button:backdrop { ++ border-radius: 3px; ++ border-width: 1px; } ++.primary-toolbar .button { ++ icon-shadow: none; } ++ ++/************** ++ * ComboBoxes * ++ **************/ ++GtkComboBox { ++ -GtkComboBox-arrow-scaling: 0.5; ++ -GtkComboBox-shadow-type: none; } ++ GtkComboBox > .button { ++ padding: 5px 4px; } ++ GtkComboBox:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop { ++ color: #31363b; ++ text-shadow: none; + icon-shadow: none; } ++ GtkComboBox:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ GtkComboBox .menuitem { ++ text-shadow: none; } ++ GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { ++ -GtkWidget-wide-separators: true; } + + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { + animation: needs_attention 150ms ease-in; +- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent)); ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#31363b), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } +@@ -822,159 +506,41 @@ GtkTextView { + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { + background-position: left 3px, left 4px; } + +-.inline-toolbar GtkToolButton > .button, .inline-toolbar .header-bar GtkToolButton > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } +- .inline-toolbar GtkToolButton > .button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } +- .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .inline-toolbar GtkToolButton > .button:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .inline-toolbar GtkToolButton > .button:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e1e2e3, #e5e6e7); } +- .inline-toolbar GtkToolButton > .button:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:insensitive:checked > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton > .button:backdrop:checked { +- color: #bfc1c3; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #dfe1e3); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive > .label { +- color: inherit; } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #d8d9db); } +- .inline-toolbar GtkToolButton > .button:backdrop:insensitive:active > .label, .inline-toolbar GtkToolButton > .button:backdrop:insensitive:checked > .label { +- color: inherit; } +- +-.inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +-.inline-toolbar .titlebar GtkToolButton > .button.titlebutton:dir(rtl), +-.titlebar .inline-toolbar GtkToolButton > .button.titlebutton:dir(rtl), +-.inline-toolbar GtkToolButton:backdrop > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:dir(rtl) > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:dir(rtl) > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:dir(rtl) > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:dir(rtl) > .button.titlebutton, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .osd .button:dir(rtl):backdrop, .osd .button.suggested-action:dir(rtl), .osd .button.destructive-action:dir(rtl), .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { ++.inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, .linked > .button:hover, .linked > .button:active, .linked > .button:checked, .linked > .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop { + border-radius: 3px; } ++ .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl) { ++ border-radius: 3px; } + +-.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .osd .button:first-child:backdrop, .osd .button.suggested-action:first-child, .osd .button.destructive-action:first-child, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:first-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:first-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:first-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:first-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:first-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:first-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:first-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 3px 3px; +- border-left-style: solid; } +-.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .osd .button:last-child:backdrop, .osd .button.suggested-action:last-child, .osd .button.destructive-action:last-child, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:last-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:last-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:last-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button { +- border-radius: 3px 3px 3px 3px; } +- .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .osd .button:last-child:dir(rtl):backdrop, .osd .button.suggested-action:last-child:dir(rtl), .osd .button.destructive-action:last-child:dir(rtl), .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar .header-bar GtkToolButton:last-child > .button.titlebutton:dir(rtl), .header-bar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar .titlebar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .titlebar .inline-toolbar GtkToolButton:last-child > .button.titlebutton:dir(rtl), +- .inline-toolbar GtkToolButton:backdrop:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.search-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar.location-bar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar .header-bar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar.toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.search-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar.location-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.flat, +- .inline-toolbar .header-bar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .header-bar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .inline-toolbar .titlebar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, +- .titlebar .inline-toolbar GtkToolButton:backdrop:last-child:dir(rtl) > .button.titlebutton, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl) { +- border-right-style: solid; } +-.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .osd .button:only-child:backdrop, .osd .button.suggested-action:only-child, .osd .button.destructive-action:only-child, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.search-bar GtkToolButton:only-child > .button.flat, .inline-toolbar.location-bar GtkToolButton:only-child > .button.flat, .inline-toolbar .header-bar GtkToolButton:only-child > .button.titlebutton, .header-bar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:only-child > .button.titlebutton, +-.inline-toolbar.toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.search-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar.location-bar GtkToolButton:backdrop:only-child > .button.flat, +-.inline-toolbar .header-bar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.header-bar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.inline-toolbar .titlebar GtkToolButton:backdrop:only-child > .button.titlebutton, +-.titlebar .inline-toolbar GtkToolButton:backdrop:only-child > .button.titlebutton, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button { ++.inline-toolbar .button:first-child, .linked > .button:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child { ++ border-radius: 3px; ++ border-style: solid; } ++.inline-toolbar .button:last-child, .linked > .button:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child { ++ border-radius: 3px; } ++.inline-toolbar .button:only-child, .linked > .button:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child { + border-radius: 3px; + border-style: solid; } + +-.linked.vertical > .entry, .linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button, +-.linked.vertical > GtkComboBox > .button { +- border-left-style: solid; +- border-bottom-style: none; ++.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop { ++ border-style: solid; + border-radius: 3px; } + +-.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, +-.linked.vertical > GtkComboBox:first-child > .button { +- border-radius: 3px 3px 3px 3px; } +-.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, +-.linked.vertical > GtkComboBox:last-child > .button { +- border-radius: 3px 3px 3px 3px; ++.linked.vertical > .button:first-child { ++ border-radius: 3px; } ++.linked.vertical > .button:last-child { ++ border-radius: 3px; + border-style: solid; } +-.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, +-.linked.vertical > GtkComboBox:only-child > .button { ++.linked.vertical > .button:only-child { + border-radius: 3px; + border-style: solid; } + +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .header-bar .menuitem.titlebutton.button:backdrop:hover, +-.titlebar .menuitem.titlebutton.button:backdrop:hover, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .menu.button, .header-bar .menu.button.titlebutton, +-.titlebar .menu.button.titlebutton, .list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, ++.app-notification .button.flat, ++.app-notification.frame .button.flat, .app-notification .button.flat:hover, ++.app-notification.frame .button.flat:hover, .app-notification .button.flat:active, ++.app-notification.frame .button.flat:active, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, ++.app-notification.frame .button.flat:backdrop, ++.app-notification.frame .button.flat:insensitive, ++.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, GtkCalendar.button:hover, GtkCalendar.button:active, GtkCalendar.button:backdrop, .titlebar .button.flat:insensitive, ++.header-bar .button.flat:insensitive, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .list-row.button, + .list-row.button:backdrop, + .list-row.button:backdrop:active, + .list-row.button:backdrop:checked, +@@ -982,2300 +548,1542 @@ GtkTextView { + .list-row.button:backdrop:insensitive:active, + .list-row.button:backdrop:insensitive:checked, + .list-row.button:insensitive:active, +-.list-row.button:insensitive:checked, .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +-.app-notification .titlebar .titlebutton.button, +-.titlebar .app-notification .titlebutton.button, +-.app-notification.frame .button.flat, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, .app-notification .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification .titlebar .titlebutton.button:backdrop:insensitive, +-.titlebar .app-notification .titlebutton.button:backdrop:insensitive, +-.app-notification.frame .button.flat:backdrop, +-.app-notification.frame .header-bar .button.titlebutton:backdrop, +-.header-bar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .titlebar .button.titlebutton:backdrop, +-.titlebar .app-notification.frame .button.titlebutton:backdrop, +-.app-notification.frame .button.flat:insensitive, +-.app-notification.frame .header-bar .button.titlebutton:insensitive, +-.header-bar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .titlebar .button.titlebutton:insensitive, +-.titlebar .app-notification.frame .button.titlebutton:insensitive, +-.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +-.titlebar GtkCalendar.button.titlebutton, GtkCalendar.button:hover, GtkCalendar.button:backdrop, .scale-popup .button:hover, .scale-popup .button:backdrop, .scale-popup .button:backdrop:hover, .scale-popup .button:backdrop:insensitive { ++.list-row.button:insensitive:checked, .menuitem.button.flat, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .scale-popup .button, ++.scale-popup .button.flat, .scale-popup .button:hover, ++.scale-popup .button.flat:hover, .scrollbar .button, .scrollbar .button:hover, .scrollbar .button:backdrop, .header-bar .button.titlebutton, ++.titlebar .button.titlebutton, .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++.titlebar .button.titlebutton:hover, ++.titlebar .button.titlebutton:active, ++.titlebar .button.titlebutton:checked, ++.titlebar .button.titlebutton:backdrop, ++.titlebar .button.titlebutton:active:hover { + border-color: transparent; + background-color: transparent; + background-image: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); ++ box-shadow: none; + text-shadow: none; + icon-shadow: none; } + +-/* menu buttons */ +-.menuitem.button.flat, .header-bar .menuitem.titlebutton.button, +-.titlebar .menuitem.titlebutton.button { +- outline-offset: -1px; } +- .menuitem.button.flat:hover, .header-bar .menuitem.titlebutton.button:hover, +- .titlebar .menuitem.titlebutton.button:hover { +- background-color: #dcddde; } +- +-GtkColorButton.button, .header-bar GtkColorButton.button.titlebutton, +-.titlebar GtkColorButton.button.titlebutton { +- padding: 5px; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child { +- border-radius: 0; +- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { +- box-shadow: none; } +- +-/********* +- * Links * +- *********/ +-*:link, .button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- color: #1998da; } +- *:link:visited, .button:visited, .header-bar .button.titlebutton:visited, +- .titlebar .button.titlebutton:visited { +- color: #1478ac; } +- *:selected *:link:visited, *:selected .button:visited { +- color: #afdcf4; } +- *:link:hover, .button:hover:link, .button:hover:visited { +- color: #3daee9; } +- *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { +- color: #e8f4fa; } +- *:link:active, .button:active:link, .button:active:visited { +- color: #1998da; } +- *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { +- color: #d5ecf8; } +- *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, +- .header-bar.selection-mode .subtitle:backdrop:hover:link { +- color: #3daee9; } +- *:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link, +- .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { +- color: #d5ecf8; } +- +-.button:link, .header-bar .button.titlebutton:link, +-.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited, +-.titlebar .button.titlebutton:visited { +- text-shadow: none; } +- .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { +- text-shadow: none; } +- +-/***************** +- * GtkSpinButton * +- *****************/ +-.spinbutton .button, .spinbutton .header-bar .button.titlebutton, .header-bar .spinbutton .button.titlebutton, +-.spinbutton .titlebar .button.titlebutton, +-.titlebar .spinbutton .button.titlebutton { +- background-image: none; +- border-style: none none none solid; +- border-color: rgba(189, 195, 199, 0.3); +- color: #45494e; +- border-radius: 0; ++/**************** ++ * Text Entries * ++ ****************/ ++.entry { ++ border: 1px solid; ++ padding: 5px 8px 5px; ++ border-radius: 3px; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; + box-shadow: none; } +- .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .spinbutton .button:hover { ++ .entry.image.left { ++ padding-left: 0; } ++ .entry.image.right { ++ padding-right: 0; } ++ .entry.flat, .entry.flat:focus { ++ padding: 2px; + color: #31363b; +- background-color: rgba(49, 54, 59, 0.05); } +- .spinbutton .button:insensitive { +- color: rgba(144, 147, 150, 0.3); } +- .spinbutton .button:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); +- background-color: rgba(0, 0, 0, 0.1); } +- .spinbutton .button:backdrop { +- color: #c5c7c9; +- border-color: rgba(194, 199, 203, 0.3); +- background-color: transparent; } +- .spinbutton .button:backdrop:insensitive { +- background-image: none; +- color: rgba(198, 202, 205, 0.3); +- border-style: none none none solid; } +- .spinbutton .button:backdrop:insensitive:dir(rtl) { +- border-style: none solid none none; } +-.osd .spinbutton .button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #31363b; +- border-style: none none none solid; +- border-color: rgba(0, 0, 0, 0.4); +- border-radius: 0; +- box-shadow: none; +- icon-shadow: 0 1px black; } +- .osd .spinbutton .button:dir(rtl) { +- border-style: none solid none none; } +- .osd .spinbutton .button:hover { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; + box-shadow: none; +- text-shadow: none; +- icon-shadow: none; ++ border: none; ++ border-radius: 0; } ++ .entry:focus { ++ border-color: #3daee9; } ++ .entry:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-color: #e5e5e5; } ++ .entry:backdrop { + color: #31363b; +- border-color: rgba(0, 0, 0, 0.5); +- background-color: rgba(49, 54, 59, 0.1); +- icon-shadow: 0 1px black; +- box-shadow: none; } +- .osd .spinbutton .button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } ++ .entry:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-color: #e5e5e5; } ++ .entry.progressbar { ++ margin: 1px; ++ border-radius: 0; ++ border-width: 0 0 2px; ++ border-color: #3daee9; ++ border-style: solid; + background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #31363b; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; +- box-shadow: none; } +- .osd .spinbutton .button:insensitive { +- border-color: rgba(255, 255, 255, 0); + background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #96999b; +- border-color: rgba(0, 0, 0, 0.5); +- icon-shadow: none; + box-shadow: none; } +- .osd .spinbutton .button:last-child { +- border-radius: 0 3px 3px 0; } +- .osd .spinbutton .button:dir(rtl):first-child { +- border-radius: 3px 0 0 3px; } +-.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { +- padding-top: 8px; +- padding-bottom: 8px; } +- .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { ++ .entry.progressbar:backdrop { ++ background-color: transparent; ++ border-color: rgba(61, 174, 233, 0.5); } ++ .entry.error { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.error:focus { ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.error:selected, .entry.error:selected:focus { ++ background-color: #da4453; } ++ .entry.error:backdrop { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.warning { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.warning:focus { ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.warning:selected, .entry.warning:selected:focus { ++ background-color: #f67400; } ++ .entry.warning:backdrop { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.image { ++ color: #31363b; } ++ .entry.image:hover { ++ color: #93cee9; } ++ .entry.image:active { ++ color: #3daee9; } ++ .entry.image:backdrop { ++ color: #31363b; } ++ ++/********************* ++ * App Notifications * ++ *********************/ ++.app-notification, ++.app-notification.frame { ++ padding: 10px; ++ border-top-width: 0px; ++ border-radius: 0px 0px 3px 3px; } ++ .app-notification:backdrop, ++ .app-notification.frame:backdrop { ++ background-image: none; } ++ .app-notification .button, ++ .app-notification.frame .button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; + color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } +- .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } +- .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { +- color: inherit; } +- .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .app-notification .button.flat, ++ .app-notification.frame .button.flat { + icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } +- .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { ++ text-shadow: none; } ++ .app-notification .button.flat:hover, ++ .app-notification.frame .button.flat:hover { ++ color: #93cee9; } ++ .app-notification .button.flat:active, ++ .app-notification.frame .button.flat:active { ++ color: #3daee9; } ++ .app-notification .button:hover, ++ .app-notification.frame .button:hover { + color: #31363b; ++ border-color: #93cee9; } ++ .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, ++ .app-notification.frame .button:active, ++ .app-notification.frame .button:checked, ++ .app-notification.frame .button:backdrop:active, ++ .app-notification.frame .button:backdrop:checked { ++ color: #eff0f1; + border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } +- .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, ++ .app-notification.frame .button:insensitive, ++ .app-notification.frame .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .app-notification .button:insensitive > .label, .app-notification .button:backdrop:insensitive > .label, ++ .app-notification.frame .button:insensitive > .label, ++ .app-notification.frame .button:backdrop:insensitive > .label { + color: inherit; } +- .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ .app-notification .button:backdrop, ++ .app-notification.frame .button:backdrop { + color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { +- color: inherit; } +-.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { +- border-radius: 0; +- padding-left: 3px; +- padding-right: 3px; } +-.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { +- border-radius: 3px 3px 0 0; +- border-style: solid solid none solid; } +-.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { +- border-radius: 0 0 3px 3px; +- border-style: none solid solid solid; } +-GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { +- padding: 1px; +- border-width: 1px 0; +- border-color: #3daee9; +- border-radius: 0; +- box-shadow: none; } +- +-/************** +- * ComboBoxes * +- **************/ +-GtkComboBox { +- -GtkComboBox-arrow-scaling: 0.5; +- -GtkComboBox-shadow-type: none; +- box-shadow: 0 1px white; } +- GtkComboBox > .button, .header-bar GtkComboBox > .button.titlebutton, +- .titlebar GtkComboBox > .button.titlebutton { +- padding-top: 3px; +- padding-bottom: 4px; } +- GtkComboBox:insensitive { +- color: #909396; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop { +- color: #bfc1c3; +- text-shadow: none; +- icon-shadow: none; } +- GtkComboBox:backdrop:insensitive { +- color: #c6cacd; } +- GtkComboBox .menuitem { +- text-shadow: none; } +- GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { +- -GtkWidget-wide-separators: true; } ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } + + /************ +- * Toolbars * +- ************/ +-.toolbar, .inline-toolbar, .search-bar, .location-bar { +- -GtkWidget-window-dragging: true; +- padding: 4px; +- background-color: #eff0f1; } +- .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { +- padding: 13px; +- border: none; +- border-radius: 5px; +- background-color: rgba(252, 252, 252, 0.8); } ++ * Calendar * ++ ***********/ ++GtkCalendar { ++ color: #31363b; ++ border: 1px solid #c0c2c4; ++ background-color: #fcfcfc; } ++ GtkCalendar:selected { ++ background-color: #c0c2c4; } ++ GtkCalendar.header { ++ border: 1px solid #c0c2c4; ++ border-radius: 0; ++ color: #31363b; } ++ GtkCalendar.header:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; } ++ GtkCalendar.button { ++ color: #31363b; } ++ GtkCalendar.button:hover { ++ color: #93cee9; } ++ GtkCalendar.button:active { ++ color: #3daee9; } ++ GtkCalendar.button:backdrop { ++ color: #31363b; } ++ GtkCalendar:inconsistent, GtkCalendar.highlight { ++ color: rgba(49, 54, 59, 0.5); } ++ GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight:backdrop { ++ color: rgba(49, 54, 59, 0.5); } ++ GtkCalendar:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } + +-.inline-toolbar { +- border-width: 0 1px 1px; +- padding: 3px; +- border-radius: 0 0 3px 3px; } ++/************************* ++ * Check and Radio items * ++ *************************/ ++.check { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); ++ icon-shadow: none; } + +-.search-bar, .location-bar { +- border-width: 0 0 1px; +- padding: 3px; } ++.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); ++ icon-shadow: none; } + +-.inline-toolbar, .search-bar, .location-bar { +- border-style: solid; +- border-color: #bdc3c7; +- text-shadow: none; +- background-color: #eff0f1; } +- .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { +- border-color: #c2c7cb; +- background-color: #dfe1e3; +- box-shadow: none; } +- +-/*************** +- * Header bars * +- ***************/ +-.titlebar, +-.header-bar { +- padding: 2px 6px; +- border-width: 0px 0px 2px 0px; +- border-style: solid; +- border-color: #3daee9; +- color: #fcfcfc; +- background-image: none; +- background-color: #475057; +- box-shadow: none; } +- .titlebar:backdrop, +- .header-bar:backdrop { +- border-color: transparent; +- background-color: #eff0f1; +- background-image: none; +- box-shadow: none; +- color: #bfc1c3; } +- .titlebar .path-bar .button, +- .header-bar .path-bar .button { +- color: #fcfcfc; } +- .titlebar .button, +- .titlebar .button.titlebutton, +- .header-bar .button, +- .header-bar .button.titlebutton { +- background-color: #475057; +- color: #fcfcfc; +- background-image: none; +- border-color: transparent; +- box-shadow: none; } +- .titlebar .button.flat, +- .titlebar .titlebutton.button, +- .header-bar .button.flat, +- .header-bar .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar .button:hover, +- .header-bar .button:hover { +- border-color: #3daee9; } +- .titlebar .button:active, .titlebar .button:checked, +- .header-bar .button:active, +- .header-bar .button:checked { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- border-color: #475057; +- box-shadow: none; } +- .titlebar .button:active:hover, .titlebar .button:checked:hover, +- .header-bar .button:active:hover, +- .header-bar .button:checked:hover { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #96CDF1, #86B7D7); +- border-color: #475057; +- box-shadow: none; } +- .titlebar .button:active:backdrop, .titlebar .button:checked:backdrop, +- .header-bar .button:active:backdrop, +- .header-bar .button:checked:backdrop { +- background-image: none; +- background-color: #eff0f1; +- border-color: #eff0f1; } +- .titlebar .button.suggested-action, +- .header-bar .button.suggested-action { +- background-color: shade(#3daee9, 1.1); } +- .titlebar .button.suggested-action:hover, +- .header-bar .button.suggested-action:hover { +- background-color: #3daee9; } +- .titlebar .button.suggested-action:insensitive, +- .header-bar .button.suggested-action:insensitive { +- background-color: #475057; +- color: shade(#fcfcfc, 0.5); } +- .titlebar .button.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, +- .header-bar .button.suggested-action:insensitive:active, +- .header-bar .button.suggested-action:insensitive:checked { +- background-color: #475057; +- color: shade(#fcfcfc, 0.5); } +- .titlebar .button:backdrop, +- .header-bar .button:backdrop { +- background-color: #eff0f1; +- color: #bfc1c3; } +- .titlebar .button.flat:backdrop, +- .titlebar .titlebutton.button:backdrop, .titlebar .button.flat:backdrop:insensitive, +- .titlebar .titlebutton.button:backdrop:insensitive, .titlebar .button:insensitive:backdrop, +- .header-bar .button.flat:backdrop, +- .header-bar .titlebutton.button:backdrop, +- .header-bar .button.flat:backdrop:insensitive, +- .header-bar .titlebutton.button:backdrop:insensitive, +- .header-bar .button:insensitive:backdrop { +- background-image: none; +- background-color: #eff0f1; +- color: #bfc1c3; } +- .titlebar .button.flat:insensitive, +- .titlebar .titlebutton.button:insensitive, +- .header-bar .button.flat:insensitive, +- .header-bar .titlebutton.button:insensitive { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar .button:insensitive, +- .header-bar .button:insensitive { +- background-color: #475057; +- color: shade(#fcfcfc, 0.5); } +- .titlebar .button:insensitive:active, .titlebar .button:insensitive:checked, +- .header-bar .button:insensitive:active, +- .header-bar .button:insensitive:checked { +- color: #3f454a; +- border-color: #475057; +- background-image: linear-gradient(to bottom, #545a60, #565c61); } +- .titlebar .button:insensitive:active > .label, .titlebar .button:insensitive:checked > .label, +- .header-bar .button:insensitive:active > .label, +- .header-bar .button:insensitive:checked > .label { +- color: inherit; } +- .titlebar .title, +- .header-bar .title { +- font-weight: normal; +- padding: 0px 12px; } +- .titlebar .subtitle, +- .header-bar .subtitle { +- font-size: smaller; +- padding: 0 12px; } +- .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, +- .header-bar .header-bar-separator, +- .header-bar > GtkBox > .separator.vertical, +- GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { +- -GtkWidget-wide-separators: true; +- -GtkWidget-separator-width: 1px; +- border-width: 0 1px; +- border-image: linear-gradient(to bottom, rgba(189, 195, 199, 0), #bdc3c7 30%, #bdc3c7 70%, rgba(189, 195, 199, 0) 100%) 0 1/0 1px stretch; } +- .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, +- .header-bar .header-bar-separator:backdrop, +- .header-bar > GtkBox > .separator.vertical:backdrop { +- border-image: linear-gradient(to bottom, rgba(194, 199, 203, 0.5)) 0 1/1px 1px; } +- .titlebar.selection-mode, +- .header-bar.selection-mode { +- color: #fcfcfc; +- text-shadow: none; +- border-color: #3daee9; +- background-image: none; +- background-color: #475057; +- box-shadow: none; } +- .titlebar.selection-mode:backdrop, +- .header-bar.selection-mode:backdrop { +- background-image: none; +- background-color: #eff0f1; +- box-shadow: none; } +- .titlebar.selection-mode .button, +- .header-bar.selection-mode .button { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #46b2ea, #3daee9); } +- .titlebar.selection-mode .button.flat, +- .titlebar.selection-mode .titlebutton.button, +- .header-bar.selection-mode .button.flat, +- .header-bar.selection-mode .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:hover, +- .header-bar.selection-mode .button:hover { +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, #3daee9); } +- .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked, +- .header-bar.selection-mode .button:active, +- .header-bar.selection-mode .button:checked { +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .titlebar.selection-mode .button:backdrop, .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop { +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- -gtk-image-effect: none; +- border-color: #3daee9; } +- .titlebar.selection-mode .button:backdrop:active, .titlebar.selection-mode .button:backdrop:checked, .titlebar.selection-mode .button.flat:backdrop:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode .button.flat:backdrop:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:checked, +- .header-bar.selection-mode .button:backdrop:active, +- .header-bar.selection-mode .button:backdrop:checked, +- .header-bar.selection-mode .button.flat:backdrop:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:active, +- .header-bar.selection-mode .button.flat:backdrop:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:checked { +- color: #cee8f5; +- border-color: #1998da; +- background-image: linear-gradient(to bottom, #1998da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .titlebar.selection-mode .button:backdrop:insensitive, .titlebar.selection-mode .button.flat:backdrop:insensitive, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive, +- .header-bar.selection-mode .button:backdrop:insensitive, +- .header-bar.selection-mode .button.flat:backdrop:insensitive, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive { +- color: #92d0f0; +- border-color: #59b9eb; +- background-image: linear-gradient(to bottom, #59b9eb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .titlebar.selection-mode .button:backdrop:insensitive > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:checked, .titlebar.selection-mode .button.flat:backdrop:insensitive:active, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button:backdrop:insensitive:active, +- .header-bar.selection-mode .button:backdrop:insensitive:checked, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked { +- color: #83c9ef; +- border-color: #42afe8; +- background-image: linear-gradient(to bottom, #42afe8); +- border-color: #3daee9; } +- .titlebar.selection-mode .button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button:backdrop:insensitive:checked > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, .titlebar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .titlebar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:active > .label, +- .header-bar.selection-mode .button.flat:backdrop:insensitive:checked > .label, +- .header-bar.selection-mode .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.flat:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode .button.flat:insensitive, +- .titlebar.selection-mode .titlebutton.button:insensitive, .titlebar.selection-mode .button.flat:insensitive:backdrop, +- .titlebar.selection-mode .titlebutton.button:insensitive:backdrop, +- .header-bar.selection-mode .button.flat:backdrop, +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .header-bar.selection-mode .button.flat:insensitive, +- .header-bar.selection-mode .titlebutton.button:insensitive, +- .header-bar.selection-mode .button.flat:insensitive:backdrop, +- .header-bar.selection-mode .titlebutton.button:insensitive:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .titlebar.selection-mode .button:insensitive, +- .header-bar.selection-mode .button:insensitive { +- color: #aadaf3; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #59b9eb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } +- .titlebar.selection-mode .button:insensitive > .label, +- .header-bar.selection-mode .button:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button:insensitive:active, .titlebar.selection-mode .button:insensitive:checked, +- .header-bar.selection-mode .button:insensitive:active, +- .header-bar.selection-mode .button:insensitive:checked { +- color: #b1ddf4; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #41aee8, #42afe8); } +- .titlebar.selection-mode .button:insensitive:active > .label, .titlebar.selection-mode .button:insensitive:checked > .label, +- .header-bar.selection-mode .button:insensitive:active > .label, +- .header-bar.selection-mode .button:insensitive:checked > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action, +- .header-bar.selection-mode .button.suggested-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); +- border-color: #3daee9; } +- .titlebar.selection-mode .button.suggested-action:hover, +- .header-bar.selection-mode .button.suggested-action:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); +- border-color: #3daee9; } +- .titlebar.selection-mode .button.suggested-action:active, +- .header-bar.selection-mode .button.suggested-action:active { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- border-color: #3daee9; } +- .titlebar.selection-mode .button.suggested-action:insensitive, +- .header-bar.selection-mode .button.suggested-action:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; +- border-color: #3daee9; } +- .titlebar.selection-mode .button.suggested-action:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .button.suggested-action:backdrop, +- .header-bar.selection-mode .button.suggested-action:backdrop { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .titlebar.selection-mode .button.suggested-action:backdrop:insensitive > .label, +- .header-bar.selection-mode .button.suggested-action:backdrop:insensitive > .label { +- color: inherit; } +- .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, +- .header-bar.selection-mode .selection-menu, +- .header-bar.selection-mode .selection-menu:backdrop { +- border-color: rgba(61, 174, 233, 0); +- background-image: linear-gradient(to bottom, rgba(61, 174, 233, 0)); +- box-shadow: none; +- padding-left: 10px; +- padding-right: 10px; } +- .titlebar.selection-mode .selection-menu GtkArrow, .titlebar.selection-mode .selection-menu:backdrop GtkArrow, +- .header-bar.selection-mode .selection-menu GtkArrow, +- .header-bar.selection-mode .selection-menu:backdrop GtkArrow { +- -GtkArrow-arrow-scaling: 1; } +- .titlebar.selection-mode .selection-menu .arrow, +- .header-bar.selection-mode .selection-menu .arrow { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +- color: rgba(252, 252, 252, 0.5); +- icon-shadow: none; } +- .tiled .titlebar, .maximized .titlebar, .tiled +- .header-bar, .maximized +- .header-bar { +- border-radius: 0; } +- .titlebar.default-decoration, +- .header-bar.default-decoration { +- padding: 4px; } +- .titlebar.default-decoration .button, +- .header-bar.default-decoration .button { +- padding: 5px; } +- +-/************ +- * Pathbars * +- ************/ +-.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton, +-.path-bar .titlebar .button.titlebutton, +-.titlebar .path-bar .button.titlebutton { +- padding: 5px 6px 6px; +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #31363b; } +- .path-bar .button:hover { +- border-color: #3daee9; } +- .path-bar .button:active, .path-bar .button:checked { +- background-color: #bdc3c7; } +- .path-bar .button:first-child { +- padding-left: 8px; } +- .path-bar .button:last-child { +- padding-right: 8px; } +- .path-bar .button:only-child { +- padding-left: 12px; +- padding-right: 12px; } +- .path-bar .button .label:last-child { +- padding-left: 2px; } +- .path-bar .button .label:first-child { +- padding-right: 2px; } +- .path-bar .button .label:only-child { +- padding-right: 0; +- padding-left: 0; } +- .path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage, +- .path-bar .titlebar .button.titlebutton GtkImage, +- .titlebar .path-bar .button.titlebutton GtkImage { +- padding-top: 1px; } +- +-/************** +- * Tree Views * +- **************/ +-GtkTreeView.view { +- -GtkTreeView-grid-line-width: 1; +- -GtkTreeView-grid-line-pattern: ''; +- -GtkTreeView-tree-line-width: 1; +- -GtkTreeView-tree-line-pattern: ''; +- -GtkTreeView-expander-size: 16; +- border-left-color: #96999b; +- border-top-color: #eff0f1; } +- GtkTreeView.view:selected { +- border-radius: 0; } +- GtkTreeView.view:selected, GtkTreeView.view:backdrop:selected { +- border-left-color: #9cd5f2; +- border-top-color: rgba(49, 54, 59, 0.1); } +- GtkTreeView.view:insensitive { +- color: #909396; } +- GtkTreeView.view:insensitive:selected { +- color: #89cdf0; } +- GtkTreeView.view:insensitive:selected:backdrop { +- color: #76c5ee; } +- GtkTreeView.view:insensitive:backdrop { +- color: #c6cacd; } +- GtkTreeView.view.separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkTreeView.view:backdrop { +- border-left-color: #d7d8da; +- border-top: #eff0f1; } +- GtkTreeView.view.dnd { +- border-style: solid none; +- border-width: 1px; +- border-color: #377292; } +- GtkTreeView.view.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +- color: #6d7174; } +- GtkTreeView.view.expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- GtkTreeView.view.expander:hover { +- color: #31363b; } +- GtkTreeView.view.expander:selected { +- color: #c2e4f6; } +- GtkTreeView.view.expander:selected:hover { +- color: #fcfcfc; } +- GtkTreeView.view.expander:selected:backdrop { +- color: #c2e4f6; } +- GtkTreeView.view.expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } +- GtkTreeView.view.expander:backdrop { +- color: #d2d3d5; } +- GtkTreeView.view.progressbar { +- color: #fcfcfc; +- border: 1px solid #3daee9; +- border-radius: 4px; +- background-image: linear-gradient(to bottom, #3daee9, #1998da); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); } +- GtkTreeView.view.progressbar:selected { +- color: #3daee9; +- box-shadow: none; +- background-image: linear-gradient(to bottom, #fcfcfc, #e3e3e3); } +- GtkTreeView.view.progressbar:selected:backdrop { +- color: #3daee9; +- border-color: #3daee9; +- background-color: white; } +- GtkTreeView.view.progressbar:backdrop { +- color: white; +- background-image: none; +- box-shadow: none; } +- GtkTreeView.view.trough { +- background-color: rgba(49, 54, 59, 0.1); +- border-radius: 4px; } +- GtkTreeView.view.trough:selected { +- background-color: rgba(252, 252, 252, 0.3); +- border-width: 1px 0; +- border-style: solid; +- border-color: #3daee9; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton { +- color: #96999b; +- background-color: #fcfcfc; +- font-weight: bold; +- text-shadow: none; +- box-shadow: none; } +- column-header .button:hover, column-header .header-bar .button.titlebutton:hover, .header-bar column-header .button.titlebutton:hover, +- column-header .titlebar .button.titlebutton:hover, +- .titlebar column-header .button.titlebutton:hover { +- color: #63676b; +- box-shadow: none; +- transition: none; } +- column-header .button:active, column-header .header-bar .button.titlebutton:active, .header-bar column-header .button.titlebutton:active, +- column-header .titlebar .button.titlebutton:active, +- .titlebar column-header .button.titlebutton:active { +- color: #31363b; +- transition: none; } +-column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton, +-column-header:last-child .titlebar .button.titlebutton, +-.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child, +-.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { +- border-right-style: none; } +- +-column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton, +-column-header .titlebar .dnd.button.titlebutton, +-.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, .header-bar column-header.dnd.button.titlebutton, +-.titlebar column-header.dnd.button.titlebutton { +- transition: none; +- color: #3daee9; +- box-shadow: inset 1px 1px 0 1px #3daee9, inset -1px 0 0 1px #3daee9, inset 1px 1px #fcfcfc, inset -1px 0 #fcfcfc; } +- +-column-header .button, column-header .header-bar .button.titlebutton, .header-bar column-header .button.titlebutton, +-column-header .titlebar .button.titlebutton, +-.titlebar column-header .button.titlebutton, column-header .button:hover, column-header .button:active { +- padding: 3px 6px; +- border-style: none solid solid none; +- border-radius: 0; +- background-image: none; +- border-color: #eff0f1; +- text-shadow: none; } +- column-header .button:insensitive, column-header .header-bar .button.titlebutton:insensitive, .header-bar column-header .button.titlebutton:insensitive, +- column-header .titlebar .button.titlebutton:insensitive, +- .titlebar column-header .button.titlebutton:insensitive { +- border-color: #eff0f1; +- background-image: none; } +- column-header .button:backdrop, column-header .header-bar .button.titlebutton:backdrop, .header-bar column-header .button.titlebutton:backdrop, +- column-header .titlebar .button.titlebutton:backdrop, +- .titlebar column-header .button.titlebutton:backdrop { +- border-color: #eff0f1; +- border-style: none solid solid none; +- color: #d7d8da; +- background-image: none; +- background-color: white; } +- column-header .button:backdrop:insensitive { +- border-color: #eff0f1; +- background-image: none; } +- +-/********* +- * Menus * +- *********/ +-.menubar { +- -GtkWidget-window-dragging: true; +- padding: 2px; +- box-shadow: none; } +- .menubar:backdrop { +- background-color: #eff0f1; } +- .menubar > .menuitem { +- padding: 4px 8px; } +- .menubar > .menuitem:hover { +- background-color: #3daee9; +- color: #fcfcfc; } +- .menubar > .menuitem:insensitive { +- color: #909396; +- box-shadow: none; } +- +-.menu { +- padding: 0px; +- background-color: #eff0f1; +- border: 1px solid #bdc3c7; +- border-radius: 3px; } +- .csd .menu { +- border: 1px solid #bdc3c7; } +- .menu .menuitem { +- text-shadow: none; +- padding: 6px 6px; } +- .menu .menuitem:hover { +- color: #fcfcfc; +- background-color: #3daee9; +- background-clip: padding-box; +- border-style: solid; +- border-width: 2px; +- border-color: transparent; } +- .menu .menuitem:insensitive { +- color: #909396; } +- .menu .menuitem:insensitive:backdrop { +- color: #c6cacd; } +- .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { +- color: #31363b; +- background-color: #eff0f1; } +- .menu .menuitem.arrow { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .menu .menuitem.arrow:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .menu.button, .header-bar .menu.button.titlebutton, +- .titlebar .menu.button.titlebutton { +- border-style: none; +- border-radius: 0; } +- .menu.button.top { +- border-bottom: 1px solid #e7e8e8; } +- .menu.button.bottom { +- border-top: 1px solid #e7e8e8; } +- .menu.button:hover { +- background-color: #e7e8e8; } +- .menu.button:insensitive { +- color: transparent; +- background-color: transparent; +- border-color: transparent; } +- +-.menuitem .accelerator { +- color: alpha(currentColor,0.55); } +- +-/*************** +- * Popovers * +- ***************/ +-.popover { +- padding: 2px; +- border: 1px solid #bdc3c7; +- border-radius: 2px; +- background-color: #eff0f1; +- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } +- .popover:backdrop { +- box-shadow: none; } +- .popover > .list, +- .popover > .view, +- .popover > .toolbar, +- .popover > .inline-toolbar, +- .popover > .search-bar, +- .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { +- border-style: none; +- background-color: transparent; } +- .popover .button.flat, .popover .header-bar .titlebutton.button, .header-bar .popover .titlebutton.button, +- .popover .titlebar .titlebutton.button, +- .titlebar .popover .titlebutton.button { +- color: #31363b; } +- .popover .button.flat:hover, .popover .header-bar .titlebutton.button:hover, .header-bar .popover .titlebutton.button:hover, +- .popover .titlebar .titlebutton.button:hover, +- .titlebar .popover .titlebutton.button:hover { +- background-color: rgba(61, 174, 233, 0.2); +- color: #31363b; +- text-shadow: none; +- transition: none; } +- +-.entry.cursor-handle, +-.cursor-handle { +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- border-style: none; } +- .entry.cursor-handle.top, +- .cursor-handle.top { +- -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } +- .entry.cursor-handle.bottom, +- .cursor-handle.bottom { +- -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } +- +-/***************** +- * Notebooks and * +- * Tabs * +- *****************/ +-.notebook { +- background-color: #eff0f1; +- -GtkNotebook-initial-gap: 0; +- -GtkNotebook-arrow-spacing: 5; +- -GtkNotebook-tab-curvature: 0; +- -GtkNotebook-tab-overlap: 0; +- -GtkNotebook-has-tab-gap: false; +- -GtkWidget-focus-padding: 0; +- -GtkWidget-focus-line-width: 0; +- transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .notebook.frame { +- border: 1px solid #bdc3c7; } +- .notebook.frame.top { +- border-top-width: 0; } +- .notebook.frame.bottom { +- border-bottom-width: 0; } +- .notebook.frame.right { +- border-right-width: 0; } +- .notebook.frame.left { +- border-left-width: 0; } +- .notebook.header { +- background-color: #eff0f1; +- padding-top: 4px; } +- .notebook.header.frame { +- border-style: solid; +- border-color: #bdc3c7; } +- .notebook.header.frame.top { +- border-width: 0px; } +- .notebook.header.frame.bottom { +- border-width: 0px; } +- .notebook.header.frame.right { +- border-width: 0px; } +- .notebook.header.frame.left { +- border-width: 0px; } +- .notebook.header.frame:backdrop { +- border-color: #bdc3c7; } +- .notebook.header.top { +- box-shadow: inset 0 -1px #bdc3c7; } +- .notebook.header.bottom { +- box-shadow: inset 0 1px #bdc3c7; } +- .notebook.header.right { +- box-shadow: inset 1px 0 #bdc3c7; } +- .notebook.header.left { +- box-shadow: inset -1px 0 #bdc3c7; } +- .notebook tab { +- border-width: 1px; +- border-style: solid; +- border-color: shade(#bdc3c7, 1.1); +- background-color: shade(#bdc3c7, 1.1); +- outline-offset: 0; +- /* works for testnotebookdnd, but there's a superfluous border +- in gedit or web, commented out for now, needs gtk fixes +- &.reorderable-page { +- &.top { +- padding-top: ($vt_vpadding - 1px); +- border-top-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.bottom { +- padding-bottom: ($vt_vpadding - 1px); +- border-bottom-width: 1px; +- border-left-width: 1px; +- border-right-width: 1px; +- } +- &.left { +- padding-left: ($ht_hpadding - 1px); +- border-left-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- &.right { +- padding-right: ($ht_hpadding - 1px); +- border-right-width: 1px; +- border-top-width: 1px; +- border-bottom-width: 1px; +- } +- } +- */ } +- .notebook tab.top, .notebook tab.bottom { +- padding: 6px 8px; } +- .notebook tab.left, .notebook tab.right { +- padding: 6px 8px; } +- .notebook tab.reorderable-page { +- background-color: #eff0f1; } +- .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { +- padding-left: 12px; +- padding-right: 6px; +- padding-bottom: 8px; } +- .notebook tab.top { +- border-radius: 3px 3px 0px 0px; } +- .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top:backdrop:active { +- border-color: #bdc3c7; +- border-bottom-color: #eff0f1; +- background-color: #eff0f1; } +- .notebook tab.top:active:hover, .notebook tab.top:active.prelight-page, .notebook tab.top.active-page:hover, .notebook tab.top.active-page.prelight-page, .notebook tab.top:backdrop:active:hover, .notebook tab.top:backdrop:active.prelight-page { +- border-color: #bdc3c7; +- border-bottom-color: #eff0f1; } +- .notebook tab.bottom { +- border-radius: 0px 0px 3px 3px; } +- .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom:backdrop:active { +- border-color: #bdc3c7; +- border-top-color: #eff0f1; +- background-color: #eff0f1; } +- .notebook tab.bottom:active:hover, .notebook tab.bottom:active.prelight-page, .notebook tab.bottom.active-page:hover, .notebook tab.bottom.active-page.prelight-page, .notebook tab.bottom:backdrop:active:hover, .notebook tab.bottom:backdrop:active.prelight-page { +- border-color: #bdc3c7; +- border-top-color: #eff0f1; } +- .notebook tab.left { +- border-radius: 3px 0px 0px 3px; } +- .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left:backdrop:active { +- border-color: #bdc3c7; +- border-right-color: #eff0f1; +- background-color: #eff0f1; } +- .notebook tab.left:active:hover, .notebook tab.left:active.prelight-page, .notebook tab.left.active-page:hover, .notebook tab.left.active-page.prelight-page, .notebook tab.left:backdrop:active:hover, .notebook tab.left:backdrop:active.prelight-page { +- border-color: #bdc3c7; +- border-right-color: #eff0f1; } +- .notebook tab.right { +- border-radius: 0px 3px 3px 0px; } +- .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right:backdrop:active { +- border-color: #bdc3c7; +- border-left-color: #eff0f1; +- background-color: #eff0f1; } +- .notebook tab.right:active:hover, .notebook tab.right:active.prelight-page, .notebook tab.right.active-page:hover, .notebook tab.right.active-page.prelight-page, .notebook tab.right:backdrop:active:hover, .notebook tab.right:backdrop:active.prelight-page { +- border-color: #bdc3c7; +- border-left-color: #eff0f1; } +- .notebook tab:hover, .notebook tab.prelight-page { +- background-color: rgba(147, 206, 233, 0.2); +- border-color: rgba(147, 206, 233, 0.2); } +- .notebook tab.reorderable-page.top { +- border-width: 3px; +- border-style: solid; +- border-color: #eff0f1; +- background-color: #eff0f1; +- border-right-width: 1px; +- border-right-color: #bdc3c7; +- box-shadow: inset -3px 0px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.3), inset -3px 0px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { +- box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.top:active:hover, .notebook tab.reorderable-page.top.active-page:hover { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-right-color: #bdc3c7; } +- .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-right-color: #bdc3c7; } +- .notebook tab.reorderable-page.top:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-right-color: #bdc3c7; } +- .notebook tab.reorderable-page.bottom { +- border-width: 3px; +- border-style: solid; +- border-color: #eff0f1; +- background-color: #eff0f1; +- border-right-width: 1px; +- border-right-color: #bdc3c7; +- box-shadow: inset -3px 0px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.3), inset -3px 0px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { +- box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.bottom:active:hover, .notebook tab.reorderable-page.bottom.active-page:hover { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-right-color: #bdc3c7; } +- .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-right-color: #bdc3c7; } +- .notebook tab.reorderable-page.bottom:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-right-color: #bdc3c7; } +- .notebook tab.reorderable-page.left { +- border-width: 3px; +- border-style: solid; +- border-color: #eff0f1; +- background-color: #eff0f1; +- border-bottom-width: 1px; +- border-bottom-color: #bdc3c7; +- box-shadow: inset 0px -3px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.3), inset 0px -3px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { +- box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.left:active:hover, .notebook tab.reorderable-page.left.active-page:hover { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-bottom-color: #bdc3c7; } +- .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-bottom-color: #bdc3c7; } +- .notebook tab.reorderable-page.left:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-bottom-color: #bdc3c7; } +- .notebook tab.reorderable-page.right { +- border-width: 3px; +- border-style: solid; +- border-color: #eff0f1; +- background-color: #eff0f1; +- border-bottom-width: 1px; +- border-bottom-color: #bdc3c7; +- box-shadow: inset 0px -3px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { +- box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.3), inset 0px -3px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { +- box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } +- .notebook tab.reorderable-page.right:active:hover, .notebook tab.reorderable-page.right.active-page:hover { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-bottom-color: #bdc3c7; } +- .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-bottom-color: #bdc3c7; } +- .notebook tab.reorderable-page.right:backdrop { +- background-color: #eff0f1; +- border-color: #eff0f1; +- border-bottom-color: #bdc3c7; } +- .notebook tab .label { +- padding: 0 2px; +- color: #31363b; } +- .notebook tab .prelight-page .label, .notebook tab .label.prelight-page { +- color: #31363b; } +- .notebook tab .active-page .label, .notebook tab .label.active-page { +- color: #31363b; } +- .notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab .button.titlebutton, +- .notebook tab .titlebar .button.titlebutton, +- .titlebar .notebook tab .button.titlebutton { +- padding: 0px; +- border: 1px solid transparent; +- border-radius: 50%; +- background-image: none; +- background-color: #bdc3c7; +- box-shadow: none; +- icon-shadow: none; +- transition: none; +- color: #eff0f1; } +- .notebook tab .button:hover { +- background-color: #da4453; +- border-color: transparent; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:active { +- color: #eff0f1; +- border-color: transparent; +- background-image: none; +- box-shadow: none; } +- .notebook tab .button:backdrop { +- color: #eff0f1; +- border-color: transparent; } +- .notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage, .header-bar .notebook tab .button.titlebutton > GtkImage, +- .notebook tab .titlebar .button.titlebutton > GtkImage, +- .titlebar .notebook tab .button.titlebutton > GtkImage { +- padding: 0px; } +- .notebook tab .button .active-page, .notebook tab .button.active-page { +- background-color: #da4453; } +- .notebook.arrow { +- color: #909396; } +- .notebook.arrow:hover { +- color: #93cee9; } +- .notebook.arrow:active { +- color: #3daee9; } +- .notebook.arrow:insensitive { +- color: rgba(144, 147, 150, 0.3); } +- .notebook.arrow:backdrop { +- color: #909396; } +- .notebook.arrow:backdrop:insensitive { +- color: rgba(144, 147, 150, 0.3); } +- +-/************** +- * Scrollbars * +- **************/ +-.scrollbar { +- -GtkRange-trough-border: 0; +- -GtkScrollbar-has-backward-stepper: true; +- -GtkScrollbar-has-forward-stepper: true; +- -GtkRange-slider-width: 16; +- -GtkScrollbar-min-slider-length: 64; +- -GtkRange-stepper-spacing: 1; +- -GtkRange-trough-under-steppers: 0; } +- .scrollbar .button, .scrollbar .header-bar .button.titlebutton, .header-bar .scrollbar .button.titlebutton, +- .scrollbar .titlebar .button.titlebutton, +- .titlebar .scrollbar .button.titlebutton { +- border: none; +- background-image: none; +- background-color: transparent; +- box-shadow: none; } +- .scrollbar .button:hover { +- color: #93cee9; +- background-image: none; +- background-color: transparent; } +- .scrollbar .button:insensitive { +- color: #909396; } +- .scrollbar.dragging, .scrollbar.hovering { +- opacity: 0.998; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- opacity: 0.999; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { +- -GtkRange-slider-width: 8px; +- -GtkScrollbar-has-backward-stepper: false; +- -GtkScrollbar-has-forward-stepper: false; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-overlay.png"), url("assets/scrollbar-slider-overlay@2.png")) 6 4 6 4/6px 4px 6px 4px stretch; +- border-radius: 0; +- border-width: 5px 4px 5px 4px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-overlay.png"), url("assets/scrollbar-slider-horizontal-overlay@2.png")) 4 6 4 6/4px 6px 4px 6px stretch; +- border-radius: 0; +- border-width: 4px 6px 4px 6px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { +- border: none; +- background: none; } +- .scrollbar.trough { +- border-image: -gtk-scaled(url("assets/scrollbar-trough.png"), url("assets/scrollbar-trough@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.trough:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-rtl.png"), url("assets/scrollbar-trough-rtl@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.trough.horizontal { +- border-image: -gtk-scaled(url("assets/scrollbar-trough-horizontal.png"), url("assets/scrollbar-trough-horizontal@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider { +- border-image: -gtk-scaled(url("assets/scrollbar-slider.png"), url("assets/scrollbar-slider@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl.png"), url("assets/scrollbar-slider-rtl@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:hover, .scrollbar.slider:insensitive { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-hover.png"), url("assets/scrollbar-slider-hover@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:hover:dir(rtl), .scrollbar.slider:insensitive:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-hover.png"), url("assets/scrollbar-slider-rtl-hover@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:active { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-active.png"), url("assets/scrollbar-slider-active@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider:active:dir(rtl) { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-active.png"), url("assets/scrollbar-slider-rtl-active@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal.png"), url("assets/scrollbar-slider-horizontal@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal:hover, .scrollbar.slider.horizontal:insensitive { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-hover.png"), url("assets/scrollbar-slider-horizontal-hover@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- .scrollbar.slider.horizontal:active { +- border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-active.png"), url("assets/scrollbar-slider-horizontal-active@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; +- border-radius: 0; +- border-width: 8px 8px 8px 8px; +- border-style: solid; +- border-color: transparent; } +- +-.scrollbars-junction, +-.scrollbars-junction.frame { +- border-color: transparent; +- border-image: linear-gradient(to bottom, #bdc3c7 1px, transparent 1px) 0 0 0 1/0 1px stretch; +- background-color: #dcdee0; } +- .scrollbars-junction:dir(rtl), +- .scrollbars-junction.frame:dir(rtl) { +- border-image-slice: 0 1 0 0; } +- .scrollbars-junction:backdrop, +- .scrollbars-junction.frame:backdrop { +- border-image-source: linear-gradient(to bottom, #c2c7cb 1px, transparent 1px); +- background-color: #e7e8ea; } +- +-/********** +- * Switch * +- **********/ +-GtkSwitch { +- -GtkSwitch-slider-width: 30px; +- font-weight: bold; +- font-size: smaller; +- outline-offset: 0px; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- GtkSwitch.trough { +- border: 1px solid #bdc3c7; +- border-radius: 3px; +- color: #31363b; +- background-image: none; +- background-color: #eff0f1; +- text-shadow: none; } +- GtkSwitch.trough:active { +- color: #3daee9; +- border-color: #3daee9; +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.trough:active:hover { +- border-color: #93cee9; } +- GtkSwitch.trough:hover { +- border-color: #3daee9; } +- GtkSwitch.trough:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: none; +- background-color: #e5e6e7; +- box-shadow: none; +- text-shadow: none; } +- GtkSwitch.slider { +- padding: 3px; +- border: 3px solid; +- border-radius: 3px; +- border-color: rgba(255, 255, 255, 0); +- box-shadow: none; +- background-color: #bdc3c7; } +- GtkSwitch.slider:hover { +- box-shadow: none; } +- GtkSwitch.slider:active { +- background-color: #3daee9; } +- GtkSwitch.slider:active:hover { +- background-color: #93cee9; } +- GtkSwitch.slider:insensitive { +- background-color: #e5e6e7; } +- .list-row:selected GtkSwitch { +- box-shadow: none; +- border-color: #3daee9; } +- .list-row:selected GtkSwitch:backdrop { +- border-color: #3daee9; } +- .list-row:selected GtkSwitch.slider:dir(rtl) { +- border-left-color: #bdc3c7; } +- .list-row:selected GtkSwitch.slider:dir(ltr) { +- border-right-color: #bdc3c7; } +- .list-row:selected GtkSwitch.slider, .list-row:selected GtkSwitch.slider:active { +- border-color: #3daee9; } +- +-/************************* +- * Check and Radio items * +- *************************/ +-.check { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check.button.flat, .header-bar .check.titlebutton.button, +- .titlebar .check.titlebutton.button { +- icon-shadow: none; } +- +-.view.check:selected, GtkCalendar.check:selected, +-.list-row:selected .check { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked.png"), url("assets/selected-checkbox-unchecked@2.png")); } +- +-.check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover.png"), url("assets/checkbox-unchecked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:hover.button.flat, .header-bar .check.titlebutton.button:hover, +- .titlebar .check.titlebutton.button:hover { +- icon-shadow: none; } +- +-.view.check:hover:selected, GtkCalendar.check:hover:selected, +-.list-row:selected .check:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-hover.png"), url("assets/selected-checkbox-unchecked-hover@2.png")); } +- +-.check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:active.button.flat, .header-bar .check.titlebutton.button:active, +- .titlebar .check.titlebutton.button:active { +- icon-shadow: none; } +- +-.view.check:active:selected, GtkCalendar.check:active:selected, +-.list-row:selected .check:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-active.png"), url("assets/selected-checkbox-unchecked-active@2.png")); } ++.check:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); ++ icon-shadow: none; } + + .check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:insensitive.button.flat, .header-bar .check.titlebutton.button:insensitive, +- .titlebar .check.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.view.check:insensitive:selected, GtkCalendar.check:insensitive:selected, +-.list-row:selected .check:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-insensitive.png"), url("assets/selected-checkbox-unchecked-insensitive@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); ++ icon-shadow: none; } + + .check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop.png"), url("assets/checkbox-unchecked-backdrop@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); + icon-shadow: none; } +- .check:backdrop.button.flat, .header-bar .check.titlebutton.button:backdrop, +- .titlebar .check.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view.check:backdrop:selected, GtkCalendar.check:backdrop:selected, +-.list-row:selected .check:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-backdrop.png"), url("assets/selected-checkbox-unchecked-backdrop@2.png")); } + + .check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive.png"), url("assets/checkbox-unchecked-backdrop-insensitive@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); + icon-shadow: none; } +- .check:backdrop:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:insensitive, +- .titlebar .check.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.view.check:backdrop:insensitive:selected, GtkCalendar.check:backdrop:insensitive:selected, +-.list-row:selected .check:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-backdrop-insensitive.png"), url("assets/selected-checkbox-unchecked-backdrop-insensitive@2.png")); } + + .check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent.button.flat, .header-bar .check.titlebutton.button:inconsistent, +- .titlebar .check.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.view.check:inconsistent:selected, GtkCalendar.check:inconsistent:selected, +-.list-row:selected .check:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed.png"), url("assets/selected-checkbox-mixed@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } + + .check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover.png"), url("assets/checkbox-mixed-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent:hover.button.flat, .header-bar .check.titlebutton.button:inconsistent:hover, +- .titlebar .check.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.view.check:inconsistent:hover:selected, GtkCalendar.check:inconsistent:hover:selected, +-.list-row:selected .check:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-hover.png"), url("assets/selected-checkbox-mixed-hover@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); ++ icon-shadow: none; } + + .check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent:selected.button.flat, .header-bar .check.titlebutton.button:inconsistent:selected, +- .titlebar .check.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.view.check:inconsistent:selected:selected, GtkCalendar.check:inconsistent:selected, +-.list-row:selected .check:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-active.png"), url("assets/selected-checkbox-mixed-active@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } + + .check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop.png"), url("assets/checkbox-mixed-backdrop@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); + icon-shadow: none; } +- .check:inconsistent:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:backdrop { +- icon-shadow: none; } +- +-.view.check:inconsistent:backdrop:selected, GtkCalendar.check:inconsistent:backdrop:selected, +-.list-row:selected .check:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-backdrop.png"), url("assets/selected-checkbox-mixed-backdrop@2.png")); } + + .check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:inconsistent:insensitive.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive, +- .titlebar .check.titlebutton.button:inconsistent:insensitive { +- icon-shadow: none; } +- +-.view.check:inconsistent:insensitive:selected, GtkCalendar.check:inconsistent:insensitive:selected, +-.list-row:selected .check:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-insensitive.png"), url("assets/selected-checkbox-mixed-insensitive@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); ++ icon-shadow: none; } + + .check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive.png"), url("assets/checkbox-mixed-backdrop-insensitive@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); + icon-shadow: none; } +- .check:inconsistent:insensitive:backdrop.button.flat, .header-bar .check.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .check.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } +- +-.view.check:inconsistent:insensitive:backdrop:selected, GtkCalendar.check:inconsistent:insensitive:backdrop:selected, +-.list-row:selected .check:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-backdrop-insensitive.png"), url("assets/selected-checkbox-mixed-backdrop-insensitive@2.png")); } + + .check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked.button.flat, .header-bar .check.titlebutton.button:checked, +- .titlebar .check.titlebutton.button:checked { +- icon-shadow: none; } +- +-.view.check:checked:selected, GtkCalendar.check:checked:selected, +-.list-row:selected .check:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked.png"), url("assets/selected-checkbox-checked@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } + + .check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:checked:insensitive, +- .titlebar .check.titlebutton.button:checked:insensitive { +- icon-shadow: none; } +- +-.view.check:checked:insensitive:selected, GtkCalendar.check:checked:insensitive:selected, +-.list-row:selected .check:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-insensitive.png"), url("assets/selected-checkbox-checked-insensitive@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); ++ icon-shadow: none; } + + .check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover.png"), url("assets/checkbox-checked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked:hover.button.flat, .header-bar .check.titlebutton.button:checked:hover, +- .titlebar .check.titlebutton.button:checked:hover { +- icon-shadow: none; } +- +-.view.check:checked:hover:selected, GtkCalendar.check:checked:hover:selected, +-.list-row:selected .check:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-hover.png"), url("assets/selected-checkbox-checked-hover@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); ++ icon-shadow: none; } + + .check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .check:checked:active.button.flat, .header-bar .check.titlebutton.button:checked:active, +- .titlebar .check.titlebutton.button:checked:active { +- icon-shadow: none; } +- +-.view.check:checked:active:selected, GtkCalendar.check:checked:active:selected, +-.list-row:selected .check:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-active.png"), url("assets/selected-checkbox-checked-active@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } + + .check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop.png"), url("assets/checkbox-checked-backdrop@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); + icon-shadow: none; } +- .check:backdrop:checked.button.flat, .header-bar .check.titlebutton.button:backdrop:checked, +- .titlebar .check.titlebutton.button:backdrop:checked { +- icon-shadow: none; } +- +-.view.check:backdrop:checked:selected, GtkCalendar.check:backdrop:checked:selected, +-.list-row:selected .check:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-backdrop.png"), url("assets/selected-checkbox-checked-backdrop@2.png")); } + + .check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive.png"), url("assets/checkbox-checked-backdrop-insensitive@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); + icon-shadow: none; } +- .check:backdrop:checked:insensitive.button.flat, .header-bar .check.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .check.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } + +-.view.check:backdrop:checked:insensitive:selected, GtkCalendar.check:backdrop:checked:insensitive:selected, +-.list-row:selected .check:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-backdrop-insensitive.png"), url("assets/selected-checkbox-checked-backdrop-insensitive@2.png")); } ++.menu .menuitem.check:hover, ++.popover .button.flat.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } + +-.menu .menuitem.check { +- -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); +- color: #7d8083; +- icon-shadow: none; } +- .menu .menuitem.check:active, .menu .menuitem.check:checked { +- -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); +- color: #3daee9; } +- .menu .menuitem.check:inconsistent { +- -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } +- .menu .menuitem.check:hover { +- color: #fcfcfc; } +- .menu .menuitem.check:insensitive { +- color: #bfc1c3; } ++.menu .menuitem.check:active:hover, ++.popover .button.flat.check:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } + +-.radio { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio.button.flat, .header-bar .radio.titlebutton.button, +- .titlebar .radio.titlebutton.button { +- icon-shadow: none; } ++.menu .menuitem.check:checked:hover, ++.popover .button.flat.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } + +-.view.radio:selected, GtkCalendar.radio:selected, +-.list-row:selected .radio { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked.png"), url("assets/selected-radio-unchecked@2.png")); } ++.menu .menuitem.check:inconsistent:hover, ++.popover .button.flat.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } + +-.radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover.png"), url("assets/radio-unchecked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:hover.button.flat, .header-bar .radio.titlebutton.button:hover, +- .titlebar .radio.titlebutton.button:hover { +- icon-shadow: none; } ++.radio { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); ++ icon-shadow: none; } + +-.view.radio:hover:selected, GtkCalendar.radio:hover:selected, +-.list-row:selected .radio:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-hover.png"), url("assets/selected-radio-unchecked-hover@2.png")); } ++.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); ++ icon-shadow: none; } + + .radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:active.button.flat, .header-bar .radio.titlebutton.button:active, +- .titlebar .radio.titlebutton.button:active { +- icon-shadow: none; } +- +-.view.radio:active:selected, GtkCalendar.radio:active:selected, +-.list-row:selected .radio:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-active.png"), url("assets/selected-radio-unchecked-active@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); ++ icon-shadow: none; } + + .radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:insensitive.button.flat, .header-bar .radio.titlebutton.button:insensitive, +- .titlebar .radio.titlebutton.button:insensitive { +- icon-shadow: none; } +- +-.view.radio:insensitive:selected, GtkCalendar.radio:insensitive:selected, +-.list-row:selected .radio:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-insensitive.png"), url("assets/selected-radio-unchecked-insensitive@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); ++ icon-shadow: none; } + + .radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop.png"), url("assets/radio-unchecked-backdrop@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); + icon-shadow: none; } +- .radio:backdrop.button.flat, .header-bar .radio.titlebutton.button:backdrop, +- .titlebar .radio.titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view.radio:backdrop:selected, GtkCalendar.radio:backdrop:selected, +-.list-row:selected .radio:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-backdrop.png"), url("assets/selected-radio-unchecked-backdrop@2.png")); } + + .radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive.png"), url("assets/radio-unchecked-backdrop-insensitive@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); + icon-shadow: none; } +- .radio:backdrop:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:insensitive { +- icon-shadow: none; } +- +-.view.radio:backdrop:insensitive:selected, GtkCalendar.radio:backdrop:insensitive:selected, +-.list-row:selected .radio:backdrop:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-backdrop-insensitive.png"), url("assets/selected-radio-unchecked-backdrop-insensitive@2.png")); } + + .radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent.button.flat, .header-bar .radio.titlebutton.button:inconsistent, +- .titlebar .radio.titlebutton.button:inconsistent { +- icon-shadow: none; } +- +-.view.radio:inconsistent:selected, GtkCalendar.radio:inconsistent:selected, +-.list-row:selected .radio:inconsistent { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed.png"), url("assets/selected-radio-mixed@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } + + .radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover.png"), url("assets/radio-mixed-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent:hover.button.flat, .header-bar .radio.titlebutton.button:inconsistent:hover, +- .titlebar .radio.titlebutton.button:inconsistent:hover { +- icon-shadow: none; } +- +-.view.radio:inconsistent:hover:selected, GtkCalendar.radio:inconsistent:hover:selected, +-.list-row:selected .radio:inconsistent:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-hover.png"), url("assets/selected-radio-mixed-hover@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); ++ icon-shadow: none; } + + .radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent:selected.button.flat, .header-bar .radio.titlebutton.button:inconsistent:selected, +- .titlebar .radio.titlebutton.button:inconsistent:selected { +- icon-shadow: none; } +- +-.view.radio:inconsistent:selected:selected, GtkCalendar.radio:inconsistent:selected, +-.list-row:selected .radio:inconsistent:selected { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-active.png"), url("assets/selected-radio-mixed-active@2.png")); } ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } + + .radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop.png"), url("assets/radio-mixed-backdrop@2.png")); ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.radio:hover, ++.popover .button.flat.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ ++.menu .menuitem.radio:active:hover, ++.popover .button.flat.radio:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:checked:hover, ++.popover .button.flat.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:inconsistent:hover, ++.popover .button.flat.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ ++.view.check, .view.radio, ++.list-row .check, list-row .radio { + icon-shadow: none; } +- .radio:inconsistent:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:backdrop { ++ .view.check:selected, .view.check:hover, .view.radio:selected, .view.radio:hover, ++ .list-row .check:selected, ++ .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { + icon-shadow: none; } + +-.view.radio:inconsistent:backdrop:selected, GtkCalendar.radio:inconsistent:backdrop:selected, +-.list-row:selected .radio:inconsistent:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-backdrop.png"), url("assets/selected-radio-mixed-backdrop@2.png")); } ++.view.content-view.check { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png")); ++ background-color: transparent; } + +-.radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:inconsistent:insensitive.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive { ++.view.content-view.check:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png")); ++ background-color: transparent; } ++ ++GtkCheckButton.text-button, GtkRadioButton.text-button { ++ padding: 1px 2px 4px; ++ outline-offset: 0; } ++ GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { ++ color: rgba(45, 49, 54, 0.35); } ++ GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++ ++/***************** ++ * Color Chooser * ++ *****************/ ++:selected GtkColorSwatch { ++ box-shadow: none; } ++ :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { ++ border-color: #eff0f1; } ++GtkColorSwatch:selected { ++ box-shadow: none; } ++GtkColorSwatch.top, GtkColorSwatch.bottom, GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top), GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom), GtkColorSwatch:only-child:not(.overlay), GtkColorSwatch.top > .overlay, GtkColorSwatch.bottom > .overlay, GtkColorSwatch:first-child:not(.top) > .overlay, GtkColorSwatch:last-child:not(.bottom) > .overlay, GtkColorSwatch:only-child > .overlay { ++ border-radius: 3px; } ++GtkColorSwatch:hover, GtkColorSwatch:hover:selected { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); ++ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); } ++ GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } ++GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected ++GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { ++ background-image: none; ++ box-shadow: none; } ++GtkColorEditor GtkColorSwatch { ++ border-radius: 3px; } ++ GtkColorEditor GtkColorSwatch:hover { ++ background-image: none; ++ box-shadow: none; } ++ GtkColorEditor GtkColorSwatch:backdrop { ++ box-shadow: none; } ++GtkColorSwatch.color-dark { ++ color: white; ++ outline-color: rgba(0, 0, 0, 0.3); } ++ GtkColorSwatch.color-dark:backdrop { ++ color: rgba(255, 255, 255, 0.3); } ++GtkColorSwatch.color-light { ++ color: black; ++ outline-color: rgba(255, 255, 255, 0.5); } ++ GtkColorSwatch.color-light:backdrop { ++ color: rgba(0, 0, 0, 0.3); } ++GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { ++ border: 1px solid #c0c2c4; } ++ GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { ++ border-color: #93cee9; } ++GtkColorSwatch#add-color-button { ++ border-style: solid; ++ border-width: 1px; ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ GtkColorSwatch#add-color-button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ GtkColorSwatch#add-color-button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ GtkColorSwatch#add-color-button .overlay { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; + icon-shadow: none; } + +-.view.radio:inconsistent:insensitive:selected, GtkCalendar.radio:inconsistent:insensitive:selected, +-.list-row:selected .radio:inconsistent:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-insensitive.png"), url("assets/selected-radio-mixed-insensitive@2.png")); } ++GtkColorButton.button { ++ padding: 5px; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child { ++ border-radius: 0; ++ box-shadow: none; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { ++ box-shadow: none; } ++ ++/*********** ++ * Dialogs * ++ ***********/ ++.message-dialog { ++ -GtkDialog-button-spacing: 8; ++ -GtkDialog-action-area-border: 8; } ++ .message-dialog.background { ++ background-color: #eff0f1; } ++ .message-dialog:backdrop { ++ background-color: #eff0f1; } ++ .message-dialog .titlebar { ++ box-shadow: none; } ++ ++GtkFileChooserDialog .search-bar { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ box-shadow: none; } ++ GtkFileChooserDialog .search-bar:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #31363b; } ++GtkFileChooserDialog .dialog-action-box { ++ border-top: 1px solid #c0c2c4; } ++ GtkFileChooserDialog .dialog-action-box:backdrop { ++ border-top-color: #c0c2c4; } ++ ++/*************** ++ * Header bars * ++ ***************/ ++.titlebar, ++.header-bar { ++ transition: none; ++ padding: 4px 6px; ++ border-width: 0px 0px 1px 0px; ++ border-radius: 3px 3px 0px 0px; ++ border-style: solid; ++ border-color: #3daee9; ++ color: #eff0f1; ++ background-image: linear-gradient(to bottom, #556068, #475057); } ++ .titlebar:backdrop, ++ .header-bar:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; ++ box-shadow: none; } ++ .titlebar .path-bar .button, ++ .header-bar .path-bar .button { ++ color: #eff0f1; } ++ .titlebar .button, ++ .header-bar .button { ++ transition: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button.flat, ++ .header-bar .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button:hover, ++ .header-bar .button:hover { ++ color: #eff0f1; ++ border-color: #93cee9; } ++ .titlebar .button:hover:backdrop, ++ .header-bar .button:hover:backdrop { ++ border-color: #eff0f1; } ++ .titlebar .button:active, .titlebar .button:checked, ++ .header-bar .button:active, ++ .header-bar .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .titlebar .button:active:hover, .titlebar .button:checked:hover, ++ .header-bar .button:active:hover, ++ .header-bar .button:checked:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ .titlebar .button:active:backdrop, .titlebar .button:checked:backdrop, ++ .header-bar .button:active:backdrop, ++ .header-bar .button:checked:backdrop { ++ background-image: none; ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #bdc3c7; } ++ .titlebar .button:backdrop, ++ .header-bar .button:backdrop { ++ background-color: #eff0f1; ++ color: #bdc3c7; } ++ .titlebar .button.flat:backdrop, .titlebar .button.flat:backdrop:insensitive, .titlebar .button:insensitive:backdrop, ++ .header-bar .button.flat:backdrop, ++ .header-bar .button.flat:backdrop:insensitive, ++ .header-bar .button:insensitive:backdrop { ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; ++ border-color: transparent; } ++ .titlebar .button.flat:insensitive, ++ .header-bar .button.flat:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button:insensitive, ++ .header-bar .button:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button:insensitive:active, .titlebar .button:insensitive:checked, ++ .header-bar .button:insensitive:active, ++ .header-bar .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button:insensitive:active > .label, .titlebar .button:insensitive:checked > .label, ++ .header-bar .button:insensitive:active > .label, ++ .header-bar .button:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .title, ++ .header-bar .title { ++ font-weight: normal; ++ padding: 0px 12px; } ++ .titlebar .subtitle, ++ .header-bar .subtitle { ++ font-size: smaller; ++ padding: 0 12px; } ++ .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, ++ GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, ++ .header-bar .header-bar-separator, ++ .header-bar > GtkBox > .separator.vertical, ++ GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { ++ -GtkWidget-wide-separators: true; ++ -GtkWidget-separator-width: 1px; ++ border-width: 0px; ++ background-color: #475057; ++ border-color: #475057; } ++ .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, ++ .header-bar .header-bar-separator:backdrop, ++ .header-bar > GtkBox > .separator.vertical:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; } ++ .titlebar.selection-mode .selection-menu, ++ .header-bar.selection-mode .selection-menu { ++ padding-left: 10px; ++ padding-right: 10px; } ++ .titlebar.selection-mode .selection-menu GtkArrow, ++ .header-bar.selection-mode .selection-menu GtkArrow { ++ -GtkArrow-arrow-scaling: 1; } ++ .titlebar.selection-mode .selection-menu .arrow, ++ .header-bar.selection-mode .selection-menu .arrow { ++ -gtk-icon-source: -gtk-icontheme("arrow-down"); ++ icon-shadow: none; } ++ .tiled .titlebar, .maximized .titlebar, .tiled ++ .header-bar, .maximized ++ .header-bar { ++ border-radius: 0; } ++ .titlebar.default-decoration, ++ .header-bar.default-decoration { ++ padding: 4px; } ++ .titlebar.default-decoration .button, ++ .header-bar.default-decoration .button { ++ padding: 5px; } + +-.radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive.png"), url("assets/radio-mixed-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .radio:inconsistent:insensitive:backdrop.button.flat, .header-bar .radio.titlebutton.button:inconsistent:insensitive:backdrop, +- .titlebar .radio.titlebutton.button:inconsistent:insensitive:backdrop { +- icon-shadow: none; } ++.titlebar .button.suggested-action, ++.header-bar .button.suggested-action, .titlebar.selection-mode.suggested-action, ++.header-bar.selection-mode.suggested-action { ++ background-image: none; ++ background-color: #3daee9; } ++ .titlebar .button.suggested-action:hover, ++ .header-bar .button.suggested-action:hover, .titlebar.selection-mode.suggested-action:hover, ++ .header-bar.selection-mode.suggested-action:hover { ++ background-color: #93cee9; ++ color: #31363b; } ++ .titlebar .button.suggested-action:insensitive, ++ .header-bar .button.suggested-action:insensitive, .titlebar.selection-mode.suggested-action:insensitive, ++ .header-bar.selection-mode.suggested-action:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button.suggested-action:insensitive:active, ++ .header-bar .button.suggested-action:insensitive:active, .titlebar.selection-mode.suggested-action:insensitive:active, ++ .header-bar.selection-mode.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, ++ .header-bar .button.suggested-action:insensitive:checked, .titlebar.selection-mode.suggested-action:insensitive:checked, ++ .header-bar.selection-mode.suggested-action:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button.suggested-action:insensitive:active > .label, ++ .header-bar .button.suggested-action:insensitive:active > .label, .titlebar.selection-mode.suggested-action:insensitive:active > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:active > .label, .titlebar .button.suggested-action:insensitive:checked > .label, ++ .header-bar .button.suggested-action:insensitive:checked > .label, .titlebar.selection-mode.suggested-action:insensitive:checked > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .button.suggested-action:backdrop, ++ .header-bar .button.suggested-action:backdrop, .titlebar.selection-mode.suggested-action:backdrop, ++ .header-bar.selection-mode.suggested-action:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ color: #bdc3c7; } ++ .titlebar .button.suggested-action:backdrop:insensitive, ++ .header-bar .button.suggested-action:backdrop:insensitive, .titlebar.selection-mode.suggested-action:backdrop:insensitive, ++ .header-bar.selection-mode.suggested-action:backdrop:insensitive { ++ color: rgba(170, 178, 183, 0.35); } + +-.view.radio:inconsistent:insensitive:backdrop:selected, GtkCalendar.radio:inconsistent:insensitive:backdrop:selected, +-.list-row:selected .radio:inconsistent:insensitive:backdrop { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-backdrop-insensitive.png"), url("assets/selected-radio-mixed-backdrop-insensitive@2.png")); } ++/************** ++ * GtkInfoBar * ++ **************/ ++GtkInfoBar { ++ border-style: none; ++ border-bottom: 1px solid #c0c2c4; ++ background-color: #eff0f1; ++ background-image: none; } ++ GtkInfoBar:backdrop { ++ border-bottom: 1px solid #c0c2c4; } + +-.radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked.button.flat, .header-bar .radio.titlebutton.button:checked, +- .titlebar .radio.titlebutton.button:checked { +- icon-shadow: none; } ++.info, .titlebar.selection-mode, ++.header-bar.selection-mode, ++.question, ++.warning, ++.error { ++ background-color: #eff0f1; ++ background-image: none; ++ color: #f67400; ++ text-shadow: none; } ++ .info:backdrop, .titlebar.selection-mode:backdrop, ++ .header-bar.selection-mode:backdrop, ++ .question:backdrop, ++ .warning:backdrop, ++ .error:backdrop { ++ background-color: #eff0f1; ++ color: #f67400; } ++ .info .button, .titlebar.selection-mode .button, ++ .header-bar.selection-mode .button, ++ .question .button, ++ .warning .button, ++ .error .button { ++ box-shadow: none; ++ background-image: none; ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #31363b; } ++ .info .button:hover, .titlebar.selection-mode .button:hover, ++ .header-bar.selection-mode .button:hover, ++ .question .button:hover, ++ .warning .button:hover, ++ .error .button:hover { ++ background-color: rgba(246, 116, 0, 0.25); ++ border-color: #f67400; } ++ .info .button:active, .titlebar.selection-mode .button:active, ++ .header-bar.selection-mode .button:active, .info .button:checked, .titlebar.selection-mode .button:checked, ++ .header-bar.selection-mode .button:checked, ++ .question .button:active, ++ .question .button:checked, ++ .warning .button:active, ++ .warning .button:checked, ++ .error .button:active, ++ .error .button:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #eff0f1; ++ border-color: #f67400; } ++ .info .button:insensitive, .titlebar.selection-mode .button:insensitive, ++ .header-bar.selection-mode .button:insensitive, ++ .question .button:insensitive, ++ .warning .button:insensitive, ++ .error .button:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(45, 49, 54, 0.35); } ++ .info .button:backdrop, .titlebar.selection-mode .button:backdrop, ++ .header-bar.selection-mode .button:backdrop, ++ .question .button:backdrop, ++ .warning .button:backdrop, ++ .error .button:backdrop { ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #31363b; } ++ .info .button:backdrop:active, .titlebar.selection-mode .button:backdrop:active, ++ .header-bar.selection-mode .button:backdrop:active, .info .button:backdrop:checked, .titlebar.selection-mode .button:backdrop:checked, ++ .header-bar.selection-mode .button:backdrop:checked, ++ .question .button:backdrop:active, ++ .question .button:backdrop:checked, ++ .warning .button:backdrop:active, ++ .warning .button:backdrop:checked, ++ .error .button:backdrop:active, ++ .error .button:backdrop:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #eff0f1; ++ border-color: #f67400; } ++ .info .button:backdrop:insensitive, .titlebar.selection-mode .button:backdrop:insensitive, ++ .header-bar.selection-mode .button:backdrop:insensitive, ++ .question .button:backdrop:insensitive, ++ .warning .button:backdrop:insensitive, ++ .error .button:backdrop:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(45, 49, 54, 0.35); } ++ .info .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:active, ++ .header-bar.selection-mode .button:backdrop:insensitive:active, .info .button:backdrop:insensitive:checked, .titlebar.selection-mode .button:backdrop:insensitive:checked, ++ .header-bar.selection-mode .button:backdrop:insensitive:checked, ++ .question .button:backdrop:insensitive:active, ++ .question .button:backdrop:insensitive:checked, ++ .warning .button:backdrop:insensitive:active, ++ .warning .button:backdrop:insensitive:checked, ++ .error .button:backdrop:insensitive:active, ++ .error .button:backdrop:insensitive:checked { ++ background-image: linear-gradient(to bottom, rgba(226, 107, 0, 0.35), rgba(217, 102, 0, 0.35)); ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(224, 105, 0, 0.35); } + +-.view.radio:checked:selected, GtkCalendar.radio:checked:selected, +-.list-row:selected .radio:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked.png"), url("assets/selected-radio-checked@2.png")); } ++/********* ++ * Links * ++ *********/ ++*:link, .button:link, .button:visited { ++ color: #2980b9; } ++ *:link:visited, .button:visited { ++ color: #7f8c8d; } ++ *:selected *:link:visited, *:selected .button:visited { ++ color: #a8d6ee; } ++ *:link:hover, .button:hover:link, .button:hover:visited { ++ color: #409ad5; } ++ *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { ++ color: #dde9f0; } ++ *:link:active, .button:active:link, .button:active:visited { ++ color: #2980b9; } ++ *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { ++ color: #cbe3ef; } ++ *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .titlebar.selection-mode .subtitle:backdrop:hover:link, ++ .header-bar.selection-mode .subtitle:backdrop:hover:link, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited { ++ color: rgba(61, 174, 233, 0.5); } ++ *:link:selected, .titlebar.selection-mode .subtitle:link, ++ .header-bar.selection-mode .subtitle:link, .button:selected:link, .button:selected:visited, *:selected *:link, *:selected .button:link, *:selected .button:visited { ++ color: #cbe3ef; } ++ ++.button:link, .button:visited { ++ text-shadow: none; } ++ .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { ++ text-shadow: none; } + +-.radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:checked:insensitive, +- .titlebar .radio.titlebutton.button:checked:insensitive { +- icon-shadow: none; } ++/********* ++ * Lists * ++ *********/ ++.list, .list-row { ++ background-color: #eff0f1; ++ color: #31363b; ++ border-width: 0px; } ++ .list:backdrop, .list-row:backdrop { ++ background-color: #eff0f1; ++ color: #31363b; } + +-.view.radio:checked:insensitive:selected, GtkCalendar.radio:checked:insensitive:selected, +-.list-row:selected .radio:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-insensitive.png"), url("assets/selected-radio-checked-insensitive@2.png")); } ++.list-row, ++.grid-child { ++ padding: 0px 2px; ++ border-style: solid; ++ border-width: 0px; ++ border-color: #eff0f1; } + +-.radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover.png"), url("assets/radio-checked-hover@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked:hover.button.flat, .header-bar .radio.titlebutton.button:checked:hover, +- .titlebar .radio.titlebutton.button:checked:hover { +- icon-shadow: none; } ++.list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked { ++ background-color: rgba(252, 252, 252, 0); ++ border-style: none; ++ border-radius: 0; ++ box-shadow: none; } + +-.view.radio:checked:hover:selected, GtkCalendar.radio:checked:hover:selected, +-.list-row:selected .radio:checked:hover { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-hover.png"), url("assets/selected-radio-checked-hover@2.png")); } ++.list-row.button { ++ background-color: #eff0f1; } ++ .list-row.button:hover { ++ background-color: rgba(147, 206, 233, 0.25); } ++ .list-row.button:active { ++ background-color: #3daee9; ++ box-shadow: none; } ++ .list-row.button:selected { ++ background-color: #3daee9; } ++ .list-row.button:selected:active { ++ box-shadow: none; } ++ .list-row.button:selected:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ .list-row.button:selected:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); } ++ .list-row.button:backdrop { ++ background-color: #eff0f1; } + +-.radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png")); +- icon-shadow: 0 1px 0 white; } +- .radio:checked:active.button.flat, .header-bar .radio.titlebutton.button:checked:active, +- .titlebar .radio.titlebutton.button:checked:active { ++.list-row:selected .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .list-row:selected .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; + icon-shadow: none; } ++ .list-row:selected .button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .list-row:selected .button:active, .list-row:selected .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .button.flat:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .list-row:selected .button.flat:backdrop { ++ background-color: #eff0f1; ++ color: #31363b; ++ border-color: transparent; } ++ .list-row:selected .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .list-row:selected .button:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { ++ color: inherit; } + +-.view.radio:checked:active:selected, GtkCalendar.radio:checked:active:selected, +-.list-row:selected .radio:checked:active { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-active.png"), url("assets/selected-radio-checked-active@2.png")); } +- +-.radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop.png"), url("assets/radio-checked-backdrop@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked, +- .titlebar .radio.titlebutton.button:backdrop:checked { +- icon-shadow: none; } ++.list-row, list-row.button { ++ transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .list-row:hover, list-row.button:hover { ++ transition: none; } + +-.view.radio:backdrop:checked:selected, GtkCalendar.radio:backdrop:checked:selected, +-.list-row:selected .radio:backdrop:checked { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-backdrop.png"), url("assets/selected-radio-checked-backdrop@2.png")); } ++/********* ++ * Menus * ++ *********/ ++/* menu buttons */ ++.menuitem.button.flat { ++ color: #31363b; } ++ .menuitem.button.flat:hover { ++ background-color: #93cee9; } ++ .menuitem.button.flat:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover { ++ color: #31363b; } + +-.radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive.png"), url("assets/radio-checked-backdrop-insensitive@2.png")); +- icon-shadow: none; } +- .radio:backdrop:checked:insensitive.button.flat, .header-bar .radio.titlebutton.button:backdrop:checked:insensitive, +- .titlebar .radio.titlebutton.button:backdrop:checked:insensitive { +- icon-shadow: none; } ++.menubar { ++ -GtkWidget-window-dragging: true; ++ padding: 0px; ++ box-shadow: none; ++ background-color: #eff0f1; } ++ .menubar:backdrop { ++ background-color: #eff0f1; } ++ .menubar > .menuitem { ++ padding: 6px 8px; ++ border: 1px solid #eff0f1; } ++ .menubar > .menuitem:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menubar > .menuitem:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ box-shadow: none; } ++ .menubar > .menuitem:insensitive:backdrop { ++ background-color: #eff0f1; ++ color: rgba(45, 49, 54, 0.35); } ++ .menubar > .menuitem:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #31363b; } + +-.view.radio:backdrop:checked:insensitive:selected, GtkCalendar.radio:backdrop:checked:insensitive:selected, +-.list-row:selected .radio:backdrop:checked:insensitive { +- -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-backdrop-insensitive.png"), url("assets/selected-radio-checked-backdrop-insensitive@2.png")); } ++.menu { ++ padding: 0px; ++ background-color: #eff0f1; ++ border: 1px solid #c0c2c4; ++ border-radius: 3px; } ++ .csd .menu { ++ border: 1px solid #c0c2c4; } ++ .menu .separator, .menu GtkPlacesSidebar.sidebar .view .separator, GtkPlacesSidebar.sidebar .view .menu .separator { ++ color: #c0c2c4; } ++ .menu .menuitem { ++ text-shadow: none; ++ padding: 4px 4px; } ++ .menu .menuitem:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } ++ .menu .menuitem:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .menu .menuitem:insensitive:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++ .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { ++ color: #31363b; ++ background-color: #eff0f1; } ++ .menu .menuitem.arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .menu .menuitem.arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + +-.menu .menuitem.radio { +- -gtk-icon-source: -gtk-icontheme("radio-symbolic"); +- color: #7d8083; +- icon-shadow: none; } +- .menu .menuitem.radio:active, .menu .menuitem.radio:checked { +- -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); +- color: #3daee9; } +- .menu .menuitem.radio:inconsistent { +- -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } +- .menu .menuitem.radio:hover { +- color: #fcfcfc; } +- .menu .menuitem.radio:insensitive { +- color: #bfc1c3; } ++.menuitem .accelerator { ++ color: alpha(currentColor,0.5); } + +-.view.check, .view.radio, +-.list-row .check, list-row .radio { +- icon-shadow: none; } +- .view.check:selected, GtkCalendar.check:selected, .view.check:hover, .view.radio:selected, GtkCalendar.radio:selected, .view.radio:hover, +- .list-row .check:selected, +- .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { +- icon-shadow: none; } ++/*************** ++ * Popovers * ++ ***************/ ++.popover { ++ margin: 10px; ++ padding: 0px; ++ border: 1px solid #c0c2c4; ++ border-radius: 3px; ++ background-color: #eff0f1; ++ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); } ++ .popover:backdrop { ++ box-shadow: none; } ++ .popover > .list, ++ .popover > .view, ++ .popover > .toolbar, ++ .popover > .inline-toolbar, ++ .popover > .search-bar, ++ .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { ++ border-style: none; ++ background-color: transparent; } ++ .popover .button.flat { ++ border-radius: 0px; ++ color: #31363b; } ++ .popover .button.flat .label { ++ padding: 4px 0px; } ++ .popover .button.flat:hover, .popover .button.flat:checked:hover { ++ background-image: none; ++ background-color: #3daee9; ++ color: #eff0f1; ++ transition: none; } ++ .popover .button.flat:backdrop { ++ background-color: transparent; ++ color: #31363b; } + +-.content-view { +- background-color: #dcdee0; } +- .content-view:backdrop { +- background-color: #dcdee0; } ++.entry.cursor-handle, ++.cursor-handle { ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ border-style: none; } ++ .entry.cursor-handle.top, ++ .cursor-handle.top { ++ -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } ++ .entry.cursor-handle.bottom, ++ .cursor-handle.bottom { ++ -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +-.view.content-view.check { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); +- background-color: transparent; } ++.scale-popup .button, ++.scale-popup .button.flat { ++ background-color: transparent; ++ padding: 5px; ++ color: #31363b; } ++ .scale-popup .button:hover, ++ .scale-popup .button.flat:hover { ++ color: #93cee9; } ++ .scale-popup .button:active, ++ .scale-popup .button.flat:active { ++ color: #3daee9; } ++ .scale-popup .button:insensitive, ++ .scale-popup .button.flat:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .scale-popup .button:backdrop, ++ .scale-popup .button.flat:backdrop { ++ color: #31363b; } ++ .scale-popup .button:backdrop:insensitive, ++ .scale-popup .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } + +-.view.content-view.check:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); +- background-color: transparent; } ++GtkVolumeButton.button { ++ padding: 5px; } + +-.view.content-view.check:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); +- background-color: transparent; } ++/******** ++ * Misc * ++ ********/ ++/********** ++* Frames * ++**********/ ++.frame { ++ border: 1px solid #c0c2c4; ++ padding: 0; } ++ .frame.flat { ++ border-style: none; } ++ .frame.action-bar { ++ padding: 6px; ++ border-width: 1px 0 0; } ++ .frame.action-bar:backdrop { ++ border-color: #c0c2c4; } ++ .frame:backdrop { ++ border-color: #c0c2c4; } + +-.view.content-view.check:backdrop { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); +- background-color: transparent; } ++GtkScrolledWindow GtkViewport.frame { ++ border-style: none; } + +-.view.content-view.check:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); +- background-color: transparent; } ++.separator, GtkPlacesSidebar.sidebar .view .separator, ++GtkPlacesSidebar.sidebar .view .separator:backdrop { ++ color: transparent; } ++ .separator.vertical, GtkPlacesSidebar.sidebar .view .vertical.separator { ++ color: #c0c2c4; } ++ .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .view .vertical.separator:backdrop { ++ color: #c0c2c4; } ++ GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { ++ -GtkWidget-wide-separators: true; } + +-.view.content-view.check:checked:hover { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); +- background-color: transparent; } ++/************* ++* Expanders * ++*************/ ++.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ .expander:hover { ++ color: #77838e; } ++ .expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +-.view.content-view.check:checked:active { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); +- background-color: transparent; } ++/********* ++* Paned * ++*********/ ++GtkPaned { ++ -GtkPaned-handle-size: 1; ++ -gtk-icon-source: none; ++ margin: 0 8px 8px 0; } ++ GtkPaned:dir(rtl) { ++ margin-right: 0; ++ margin-left: 8px; } ++ GtkPaned .pane-separator { ++ background-color: #c0c2c4; } ++ GtkPaned .pane-separator:backdrop { ++ background-color: #c0c2c4; } + +-.view.content-view.check:backdrop:checked { +- icon-shadow: none; +- -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); +- background-color: transparent; } ++GtkPaned.wide { ++ -GtkPaned-handle-size: 5; ++ margin: 0; } ++ GtkPaned.wide .pane-separator { ++ background-color: transparent; ++ border-style: none; } ++ GtkPaned.wide.vertical .pane-separator { ++ border-style: none; } ++ GtkPaned.wide .pane-separator:backdrop { ++ border-color: transparent; } + +-GtkCheckButton.text-button, GtkRadioButton.text-button { +- padding: 1px 2px 4px; +- outline-offset: 0; } +- GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { +- color: #909396; } +- GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { +- color: #c6cacd; } ++/********************* ++* Spinner Animation * ++*********************/ ++@keyframes spin { ++ to { ++ -gtk-icon-transform: rotate(1turn); } } ++.spinner { ++ background-image: none; ++ background-color: blue; ++ opacity: 0; ++ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } ++ .spinner:active { ++ opacity: 1; ++ animation: spin 1s linear infinite; } ++ .spinner:active:insensitive { ++ opacity: 0.5; } + +-/************ +- * GtkScale * +- ************/ +-.scale, +-.scale.scale-has-marks-above.scale-has-marks-below, +-.scale.vertical.scale-has-marks-above.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 20; +- -GtkRange-trough-border: 2; +- outline-offset: -9px; +- outline-radius: 4px; } +- .scale.fine-tune, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune { +- outline-offset: -7px; +- outline-radius: 6px; } +- .scale.fine-tune.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { +- margin: 8px; +- border-radius: 4px; } +- .scale.slider, +- .scale.scale-has-marks-above.scale-has-marks-below.slider, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); +- border: 1px solid; +- border-radius: 50%; +- border-color: #3daee9; +- box-shadow: inset 0 1px white, inset 0 -2px #eff0f1, inset 0 -1px #d6d9dc; } +- .scale.slider:hover, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- border-width: 2px; +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); +- border-color: #93cee9; +- border-radius: 50%; +- box-shadow: inset 0 1px white, inset 0 -2px white, inset 0 -1px #e0e2e4; } +- .scale.slider:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { ++/***************** ++ * Notebooks and * ++ * Tabs * ++ *****************/ ++.notebook { ++ -GtkNotebook-initial-gap: 0; ++ -GtkNotebook-arrow-spacing: 5; ++ -GtkNotebook-tab-curvature: 0; ++ -GtkNotebook-tab-overlap: 1; ++ -GtkNotebook-has-tab-gap: false; ++ -GtkWidget-focus-padding: 0; ++ -GtkWidget-focus-line-width: 0; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ background-color: #eff0f1; } ++ .notebook:backdrop { ++ background-color: #eff0f1; } ++ .notebook.frame { ++ border: 1px solid #c0c2c4; } ++ .notebook.frame.top { ++ border-top-width: 0; } ++ .notebook.frame.bottom { ++ border-bottom-width: 0; } ++ .notebook.frame.right { ++ border-right-width: 0; } ++ .notebook.frame.left { ++ border-left-width: 0; } ++ .notebook.frame:backdrop { ++ border-color: #c0c2c4; } ++ .notebook.header { ++ background-color: #eff0f1; ++ padding-top: 4px; } ++ .notebook.header.frame { ++ border-style: none; } ++ .notebook.header.top { ++ box-shadow: inset 0 -1px #c0c2c4; } ++ .notebook.header.top:backdrop { ++ box-shadow: inset 0 -1px #c0c2c4; } ++ .notebook.header.bottom { ++ box-shadow: inset 0 1px #c0c2c4; } ++ .notebook.header.bottom:backdrop { ++ box-shadow: inset 0 1px #c0c2c4; } ++ .notebook.header.right { ++ box-shadow: inset 1px 0 #c0c2c4; } ++ .notebook.header.right:backdrop { ++ box-shadow: inset 1px 0 #c0c2c4; } ++ .notebook.header.left { ++ box-shadow: inset -1px 0 #c0c2c4; } ++ .notebook.header.left:backdrop { ++ box-shadow: inset -1px 0 #c0c2c4; } ++ .notebook.header:backdrop { ++ background-color: #eff0f1; } ++ .notebook tab { ++ border: 1px solid rgba(49, 54, 59, 0.2); ++ background-color: rgba(49, 54, 59, 0.2); ++ background-clip: padding-box; ++ padding: 8px; } ++ .notebook tab:backdrop { ++ background-color: rgba(49, 54, 59, 0.2); } ++ .notebook tab.reorderable-page { ++ background-color: #eff0f1; } ++ .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { ++ padding-left: 12px; ++ padding-right: 6px; ++ padding-bottom: 8px; } ++ .notebook tab.top { ++ border-radius: 3px 3px 0px 0px; ++ border-bottom-color: transparent; } ++ .notebook tab.top:active, .notebook tab.top.active-page { ++ border-color: #c0c2c4; ++ border-bottom-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.top:active:backdrop, .notebook tab.top.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-bottom-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.bottom { ++ border-radius: 0px 0px 3px 3px; ++ border-top-color: transparent; } ++ .notebook tab.bottom:active, .notebook tab.bottom.active-page { ++ border-color: #c0c2c4; ++ border-top-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.bottom:active:backdrop, .notebook tab.bottom.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-top-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.left { ++ border-radius: 3px 0px 0px 3px; ++ border-right-color: transparent; } ++ .notebook tab.left:active, .notebook tab.left.active-page { ++ border-color: #c0c2c4; ++ border-right-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.left:active:backdrop, .notebook tab.left.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-right-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.right { ++ border-radius: 0px 3px 3px 0px; ++ border-left-color: transparent; } ++ .notebook tab.right:active, .notebook tab.right.active-page { ++ border-color: #c0c2c4; ++ border-left-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.right:active:backdrop, .notebook tab.right.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-left-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab:hover, .notebook tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ .notebook tab.reorderable-page.top { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #c0c2c4; ++ box-shadow: inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.top:backdrop { ++ background-color: #eff0f1; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.bottom { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #c0c2c4; ++ box-shadow: inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.bottom:backdrop { ++ background-color: #eff0f1; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.left { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #c0c2c4; ++ box-shadow: inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.left:backdrop { ++ background-color: #eff0f1; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.right { ++ border-width: 3px; + border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #c0c2c4; ++ box-shadow: inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.right:backdrop { ++ background-color: #eff0f1; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab .label { ++ padding: 0 2px; ++ color: #31363b; } ++ .notebook tab .label:backdrop { ++ color: #31363b; } ++ .notebook tab .button { ++ padding: 0px; ++ border: 1px solid transparent; + border-radius: 50%; +- background-image: linear-gradient(to bottom, #e5e6e7); +- box-shadow: none; } +- .scale.slider:active, +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- border: 2px solid #3daee9; } +- .osd .scale.slider, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { +- color: #31363b; +- border-color: #bdc3c7; + background-image: none; +- background-color: #eff0f1; +- background-clip: padding-box; ++ background-color: #c0c2c4; + box-shadow: none; +- text-shadow: none; + icon-shadow: none; +- font-weight: normal; +- background-color: #475057; } +- .osd .scale.slider:hover, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .osd .scale.slider:active, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:active, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .osd .scale.slider:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .scale.trough, +- .scale.scale-has-marks-above.scale-has-marks-below.trough, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- margin: 9px; +- border: 1px solid transparent; +- border-radius: 4px; +- background-color: #bdc3c7; +- box-shadow: none; } +- .scale.trough.highlight, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-color: #3daee9; +- border-color: transparent; +- box-shadow: none; } +- .scale.trough.highlight.vertical, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { +- background-color: #3daee9; } +- .scale.trough:insensitive, .scale.trough.vertical:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { +- border-color: transparent; +- background-image: none; +- background-color: #e5e6e7; +- box-shadow: none; } +- .osd .scale.trough, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { +- border-color: transparent; +- box-shadow: none; +- margin: 9px; +- background-color: #bdc3c7; +- outline-color: rgba(49, 54, 59, 0.2); +- outline-offset: -8px; } +- .osd .scale.trough.fine-tune, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.fine-tune, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.fine-tune { +- margin: 7px; } +- .osd .scale.trough.highlight, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { +- background-image: none; +- background-color: #3daee9; } +- .osd .scale.trough:insensitive, .osd .scale.trough:backdrop:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop:insensitive { ++ transition: none; ++ color: #eff0f1; } ++ .notebook tab .button:hover { ++ background-color: #da4453; + border-color: transparent; +- background-color: transparent; } +- .osd .scale.trough:backdrop, .osd +- .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, .osd +- .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:active { ++ color: #eff0f1; + border-color: transparent; +- background-image: none; } ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:backdrop { ++ color: #eff0f1; ++ background-color: #c0c2c4; } ++ .notebook tab .button > GtkImage { ++ padding: 0px; } ++ .notebook tab .button .active-page, .notebook tab .button.active-page { ++ background-color: #da4453; } ++ .notebook.arrow { ++ color: #31363b; } ++ .notebook.arrow:hover { ++ color: #93cee9; } ++ .notebook.arrow:active { ++ color: #3daee9; } ++ .notebook.arrow:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .notebook.arrow:backdrop { ++ color: #31363b; } ++ .notebook.arrow:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } + +-.scale.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover.png"), url("assets/slider-horz-scale-has-marks-below-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop.png"), url("assets/slider-horz-scale-has-marks-below-backdrop@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } ++/* Decouple the font of context menus from their entry/textview */ ++.touch-selection, ++.context-menu { ++ font: initial; } + +-.scale.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop.png"), url("assets/slider-horz-scale-has-marks-above-backdrop@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } ++.monospace { ++ font: Monospace; } + +-.scale.vertical.scale-has-marks-below { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-below.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:hover { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover.png"), url("assets/slider-vert-scale-has-marks-below-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:insensitive { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop.png"), url("assets/slider-vert-scale-has-marks-below-backdrop@2.png")); ++.overshoot.top { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.top:backdrop { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 100% 5%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-below.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; ++ background-position: center top; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } +- +-.scale.vertical.scale-has-marks-above { +- -GtkScale-slider-length: 20; +- -GtkRange-slider-width: 24; +- -GtkRange-trough-border: 2; } +- .scale.vertical.scale-has-marks-above.slider { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png")); ++.overshoot.bottom { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.bottom:backdrop { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 100% 5%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:hover { +- border-style: none; +- border-radius: 0; ++ background-position: center bottom; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover.png"), url("assets/slider-vert-scale-has-marks-above-hover@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:active { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png")); ++.overshoot.left { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.left:backdrop { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 5% 100%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:insensitive { +- border-style: none; +- border-radius: 0; ++ background-position: left center; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop { +- border-style: none; +- border-radius: 0; +- background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop.png"), url("assets/slider-vert-scale-has-marks-above-backdrop@2.png")); ++.overshoot.right { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.right:backdrop { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 5% 100%; + background-repeat: no-repeat; +- background-position: center; +- box-shadow: none; } +- .scale.vertical.scale-has-marks-above.slider:backdrop:insensitive { +- border-style: none; +- border-radius: 0; ++ background-position: right center; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png")); +- background-repeat: no-repeat; +- background-position: center; ++ border: none; + box-shadow: none; } + +-.scale.scale-has-marks-above .trough { +- margin: 14px 10px 10px; } +-.fine-tune.scale.scale-has-marks-above .trough { +- margin: 12px 8px 8px; } +- +-.scale.scale-has-marks-below .trough { +- margin: 10px 10px 14px; } +-.fine-tune.scale.scale-has-marks-below .trough { +- margin: 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-above .trough { +- margin: 10px 10px 10px 14px; } +-.fine-tune.scale.vertical.scale-has-marks-above .trough { +- margin: 8px 8px 8px 12px; } +- +-.scale.vertical.scale-has-marks-below .trough { +- margin: 10px 14px 10px 10px; } +-.fine-tune.scale.vertical.scale-has-marks-below .trough { +- margin: 8px 12px 8px 8px; } ++/************ ++ * Pathbars * ++ ************/ ++.path-bar .button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ padding: 4px 8px; ++ color: #31363b; } ++ .path-bar .button:hover { ++ border-color: #93cee9; } ++ .path-bar .button:active, .path-bar .button:checked { ++ background-color: #c0c2c4; } ++ .path-bar .button:first-child { ++ padding-left: 8px; } ++ .path-bar .button:last-child { ++ padding-right: 8px; } ++ .path-bar .button:only-child { ++ padding-left: 12px; ++ padding-right: 12px; } ++ .path-bar .button .label:last-child { ++ padding-left: 2px; } ++ .path-bar .button .label:first-child { ++ padding-right: 2px; } ++ .path-bar .button .label:only-child { ++ padding-right: 0; ++ padding-left: 0; } ++ .path-bar .button GtkImage { ++ padding-top: 1px; } + + /***************** + * Progress bars * +@@ -3283,8 +2091,10 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { + GtkProgressBar { + padding: 0; + font-size: smaller; +- color: rgba(49, 54, 59, 0.4); ++ color: rgba(49, 54, 59, 0.3); + box-shadow: none; } ++ GtkProgressBar:backdrop { ++ color: rgba(49, 54, 59, 0.3); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; +@@ -3292,11 +2102,15 @@ GtkProgressBar { + GtkProgressBar.trough { + border: 1px solid transparent; + border-radius: 3px; +- background-color: #bdc3c7; } ++ background-color: rgba(49, 54, 59, 0.3); } + GtkProgressBar.trough.osd { +- border-style: none; +- background-color: transparent; +- box-shadow: none; } ++ border: 1px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkProgressBar.trough.osd:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkProgressBar.trough:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } + + .progressbar { + background-color: #3daee9; +@@ -3321,8 +2135,14 @@ GtkProgressBar { + .progressbar.osd { + background-image: none; + background-color: #3daee9; +- border-style: none; +- border-radius: 0; } ++ border: 1px solid #3daee9; ++ border-radius: 3px; } ++ .progressbar.osd:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .progressbar:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } + + /************* + * Level Bar * +@@ -3340,474 +2160,286 @@ GtkProgressBar { + -GtkLevelBar-min-block-height: 34; } + .level-bar.trough { + border: 1px solid transparent; +- padding: 2px; +- border-radius: 2px; ++ padding: 3px; ++ border-radius: 3px; + background-color: transparent; } + .level-bar.fill-block { + border: 1px solid #3daee9; + background-color: #3daee9; + box-shadow: none; +- border-radius: 2px; } ++ border-radius: 3px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { +- border-color: #11d116; +- background-color: #11d116; } ++ border-color: #27ae60; ++ background-color: #27ae60; } + .level-bar.fill-block.level-high:backdrop { +- border-color: #11d116; } ++ background-color: #27ae60; ++ border-color: #27ae60; } + .level-bar.fill-block.level-low { + border-color: #f67400; + background-color: #f67400; } + .level-bar.fill-block.level-low:backdrop { ++ background-color: #f67400; + border-color: #f67400; } + .level-bar.fill-block.empty-fill-block { +- background-color: #bdc3c7; ++ background-color: rgba(49, 54, 59, 0.3); + border-color: transparent; + box-shadow: none; } ++ .level-bar.fill-block:backdrop { ++ border-color: rgba(61, 174, 233, 0.5); ++ background-color: rgba(61, 174, 233, 0.5); } + +-/********** +- * Frames * +- **********/ +-.frame { +- border: 1px solid #bdc3c7; +- padding: 0; } +- .frame.flat { +- border-style: none; } +- .frame.action-bar { +- padding: 6px; +- border-width: 1px 0 0; } +- +-GtkScrolledWindow GtkViewport.frame { +- border-style: none; } +- +-.separator, GtkPlacesSidebar.sidebar .view .separator, +-GtkPlacesSidebar.sidebar .view .separator:backdrop { +- color: rgba(0, 0, 0, 0.1); } +- GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { +- -GtkWidget-wide-separators: true; } +- +-/********* +- * Lists * +- *********/ +-.list, .list-row { +- background-color: #eff0f1; +- border-width: 0px; +- border-color: #3daee9; } +- +-.list-row, +-.grid-child { +- padding: 0px 2px; +- border-style: solid; +- border-width: 0px; +- border-color: #3daee9; } +- +-.list-row.button, .header-bar .list-row.button.titlebutton, +-.titlebar .list-row.button.titlebutton, +-.list-row.button:backdrop, +-.list-row.button:backdrop:active, +-.list-row.button:backdrop:checked, +-.list-row.button:backdrop:insensitive, +-.list-row.button:backdrop:insensitive:active, +-.list-row.button:backdrop:insensitive:checked, +-.list-row.button:insensitive:active, +-.list-row.button:insensitive:checked { +- background-color: rgba(252, 252, 252, 0); +- border-style: none; +- border-radius: 0; +- box-shadow: none; } +- +-.list-row.button:hover { +- background-color: rgba(147, 206, 233, 0.2); } +-.list-row.button:active { +- box-shadow: none; } +-.list-row.button:selected:active { +- box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +-.list-row.button:selected:hover { +- background-color: #3ba2d7; } +-.list-row.button:selected:backdrop { +- background-color: #3daee9; } +-.list-row.button:backdrop:hover { +- background-color: transparent; } +- +-.list-row:selected .button { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); +- border-color: #3daee9; } +- .list-row:selected .button.flat, .list-row:selected .header-bar .titlebutton.button, .header-bar .list-row:selected .titlebutton.button, +- .list-row:selected .titlebar .titlebutton.button, +- .titlebar .list-row:selected .titlebutton.button { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: #fcfcfc; } +- .list-row:selected .button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); +- border-color: #3daee9; } +- .list-row:selected .button:active, .list-row:selected .button:checked { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- border-color: #3daee9; } +- .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .header-bar .titlebutton.button:backdrop:active, .header-bar .list-row:selected .titlebutton.button:backdrop:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:active, .list-row:selected .button.flat:backdrop:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:checked { +- color: #bfc1c3; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #dfe1e3); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); ++/************ ++ * GtkScale * ++ ************/ ++.scale, ++.scale.scale-has-marks-above.scale-has-marks-below, ++.scale.vertical.scale-has-marks-above.scale-has-marks-below { ++ -GtkScale-slider-length: 18; ++ -GtkRange-slider-width: 18; ++ -GtkRange-trough-border: 2; } ++ .scale.fine-tune.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { ++ margin: 8px; ++ border-radius: 3px; } ++ .scale.slider, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { ++ background-color: #eff0f1; ++ border: 1px solid #c0c2c4; ++ border-radius: 50%; ++ box-shadow: none; } ++ .scale.slider:hover, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { ++ border-style: solid; ++ border-width: 2px; ++ border-color: #93cee9; ++ border-radius: 50%; } ++ .scale.slider:hover:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop { ++ background-color: #eff0f1; ++ border-color: #93cee9; } ++ .scale.slider:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { ++ border-style: solid; ++ border-radius: 50%; ++ background-color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); } ++ .scale.slider:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop { ++ background-color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); } ++ .scale.slider:active, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { ++ border: 2px solid #3daee9; } ++ .scale.slider:active:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop { ++ background-color: #eff0f1; ++ border-color: #3daee9; } ++ .scale.slider:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { ++ background-color: #eff0f1; ++ border-color: #c0c2c4; } ++ .scale.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { ++ margin: 9px; ++ border: 1px solid rgba(49, 54, 59, 0.3); ++ border-radius: 3px; ++ background-color: rgba(49, 54, 59, 0.3); ++ box-shadow: none; } ++ .scale.trough.highlight, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { ++ background-color: #3daee9; + border-color: #3daee9; } +- .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #d8d9db); ++ .scale.trough.highlight.vertical, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { ++ background-color: #3daee9; + border-color: #3daee9; } +- .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label, .list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label, .header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label, +- .list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label, +- .titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label { +- color: inherit; } +- .list-row:selected .button.flat:backdrop, .list-row:selected .header-bar .titlebutton.button:backdrop, .header-bar .list-row:selected .titlebutton.button:backdrop, +- .list-row:selected .titlebar .titlebutton.button:backdrop, +- .titlebar .list-row:selected .titlebutton.button:backdrop { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- color: white; } +- .list-row:selected .button:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .list-row:selected .button:insensitive > .label { +- color: inherit; } +- .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e1e2e3, #e5e6e7); } +- .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { +- color: inherit; } +- +-.list-row, list-row.button, .header-bar list-row.button.titlebutton, +-.titlebar list-row.button.titlebutton { +- transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } +- .list-row:hover, list-row.button:hover, .header-bar list-row.button.titlebutton:hover, +- .titlebar list-row.button.titlebutton:hover { +- transition: none; } +- +-/********************* +- * App Notifications * +- *********************/ +-.app-notification, +-.app-notification.frame { +- padding: 10px; +- border: none; +- border-radius: 0 0 3px 3px; +- background-color: rgba(252, 252, 252, 0.8); +- background-image: none; +- background-clip: padding-box; } +- .app-notification:backdrop, +- .app-notification.frame:backdrop { +- background-image: none; } +- .app-notification .button, .app-notification .header-bar .button.titlebutton, .header-bar .app-notification .button.titlebutton, +- .app-notification .titlebar .button.titlebutton, +- .titlebar .app-notification .button.titlebutton, +- .app-notification.frame .button { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: none; +- background-color: #eff0f1; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; +- font-weight: normal; } +- .app-notification .button.flat, .app-notification .header-bar .titlebutton.button, .header-bar .app-notification .titlebutton.button, +- .app-notification .titlebar .titlebutton.button, +- .titlebar .app-notification .titlebutton.button, +- .app-notification.frame .button.flat, +- .app-notification.frame .header-bar .titlebutton.button, +- .header-bar .app-notification.frame .titlebutton.button, +- .app-notification.frame .titlebar .titlebutton.button, +- .titlebar .app-notification.frame .titlebutton.button { +- icon-shadow: 0 1px black; +- text-shadow: 0 1px black; } +- .app-notification .button:hover, +- .app-notification.frame .button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: none; +- background-clip: padding-box; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, +- .app-notification.frame .button:active, +- .app-notification.frame .button:checked, +- .app-notification.frame .button:backdrop:active, +- .app-notification.frame .button:backdrop:checked { +- color: #fcfcfc; +- border-color: rgba(252, 252, 252, 0.8); +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, +- .app-notification.frame .button:insensitive, +- .app-notification.frame .button:backdrop:insensitive { +- color: #909396; +- border-color: #e5e6e7; +- background-image: none; +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- .app-notification .button:backdrop, +- .app-notification.frame .button:backdrop { +- background-clip: padding-box; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } +- +-/************* +- * Expanders * +- *************/ +-.expander { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +- .expander:dir(rtl) { +- -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +- .expander:hover { +- color: #77838e; } +- .expander:checked { +- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ .scale.trough.highlight:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .scale.trough:insensitive, .scale.trough.vertical:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { ++ border-color: rgba(45, 49, 54, 0); ++ background-color: rgba(45, 49, 54, 0); ++ box-shadow: none; } ++ .scale.trough:insensitive:backdrop, .scale.trough.vertical:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop { ++ background-color: rgba(45, 49, 54, 0); ++ border-color: rgba(45, 49, 54, 0); } ++ .scale.trough:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); ++ border-color: rgba(49, 54, 59, 0.3); } + +-/************ +- * Calendar * +- ***********/ +-GtkCalendar { +- color: #31363b; +- border: 1px solid #bdc3c7; } +- GtkCalendar.header { +- border: 1px solid rgba(0, 0, 0, 0.1); +- border-radius: 0; } +- GtkCalendar.header:backdrop { +- border-color: rgba(0, 0, 0, 0.1); } +- GtkCalendar.button, .header-bar GtkCalendar.button.titlebutton, +- .titlebar GtkCalendar.button.titlebutton { +- color: rgba(49, 54, 59, 0.45); } +- GtkCalendar.button:hover, .header-bar GtkCalendar.button.titlebutton:hover, +- .titlebar GtkCalendar.button.titlebutton:hover { ++/************** ++ * Scrollbars * ++ **************/ ++.scrollbar { ++ -GtkRange-trough-border: 0; ++ -GtkScrollbar-has-backward-stepper: true; ++ -GtkScrollbar-has-forward-stepper: true; ++ -GtkRange-slider-width: 20; ++ -GtkScrollbar-min-slider-length: 64; ++ -GtkRange-stepper-spacing: 0; ++ -GtkRange-trough-under-steppers: 1; } ++ .scrollbar .button { ++ color: #31363b; } ++ .scrollbar .button:hover { ++ color: #93cee9; } ++ .scrollbar .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .scrollbar .button:backdrop { + color: #31363b; } +- GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop, +- .titlebar GtkCalendar.button.titlebutton:backdrop { +- color: rgba(191, 193, 195, 0.45); } +- GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop { +- color: alpha(currentColor,0.55); } +- GtkCalendar:backdrop { +- color: #31363b; +- border-color: #c2c7cb; } ++ .scrollbar .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .scrollbar.dragging, .scrollbar.hovering { ++ opacity: 0.9910; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ opacity: 0.999; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ -GtkRange-slider-width: 8px; ++ -GtkScrollbar-has-backward-stepper: false; ++ -GtkScrollbar-has-forward-stepper: false; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { ++ margin: 2px; ++ border: 2px solid transparent; ++ border-radius: 2px; ++ background-color: rgba(49, 54, 59, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider:backdrop { ++ background-color: rgba(49, 54, 59, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { ++ border: none; ++ background: none; } ++ .scrollbar.trough { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical.png"), url("../assets/scrollbar-trough-vertical@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal.png"), url("../assets/scrollbar-trough-horizontal@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical-backdrop.png"), url("../assets/scrollbar-trough-vertical-backdrop@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal-backdrop.png"), url("../assets/scrollbar-trough-horizontal-backdrop@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical.png"), url("../assets/scrollbar-slider-vertical@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal.png"), url("../assets/scrollbar-slider-horizontal@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-hover.png"), url("../assets/scrollbar-slider-vertical-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-hover.png"), url("../assets/scrollbar-slider-horizontal-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-active.png"), url("../assets/scrollbar-slider-vertical-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-active.png"), url("../assets/scrollbar-slider-horizontal-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-insensitive.png"), url("../assets/scrollbar-slider-vertical-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-insensitive.png"), url("../assets/scrollbar-slider-horizontal-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-backdrop.png"), url("../assets/scrollbar-slider-vertical-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-backdrop.png"), url("../assets/scrollbar-slider-horizontal-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } + +-/*********** +- * Dialogs * +- ***********/ +-.message-dialog { +- -GtkDialog-button-spacing: 8; +- -GtkDialog-action-area-border: 8; } +- .message-dialog.background { +- background-color: #eff0f1; } +- .message-dialog .titlebar { +- box-shadow: none; } +- .message-dialog.csd.background { +- border-bottom-left-radius: 0px; +- border-bottom-right-radius: 0px; } +- .message-dialog.csd .dialog-action-area .button { +- border-radius: 0; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } +- .message-dialog.csd .dialog-action-area .button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } +- .message-dialog.csd .dialog-action-area .button:active { +- color: #fcfcfc; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .message-dialog.csd .dialog-action-area .button:insensitive { +- color: #909396; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button:backdrop { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #46b2ea, #3daee9); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:hover { +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, #3daee9); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:active { +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop { +- color: white; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.suggested-action:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.suggested-action:insensitive { +- background-color: #475057; +- color: shade(#fcfcfc, 0.5); } +- .message-dialog.csd .dialog-action-area .button.destructive-action { +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #f03232, #ef2929); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:hover { +- color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929, #ef2929); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:active { +- color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929, shade(#ef2929, 0.8)); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop { +- color: white; +- border-color: #ef2929; +- background-image: linear-gradient(to bottom, #ef2929); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive { +- color: #c6cacd; +- border-color: #c2c7cb; +- background-image: linear-gradient(to bottom, #e5e6e7); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .message-dialog.csd .dialog-action-area .button.destructive-action:backdrop:insensitive > .label { +- color: inherit; } +- .message-dialog.csd .dialog-action-area .button.destructive-action:insensitive { +- background-color: #475057; +- color: shade(#fcfcfc, 0.5); } +-GtkFileChooserDialog .search-bar { +- background-color: #eff0f1; +- border-color: #eff0f1; +- box-shadow: none; } +- GtkFileChooserDialog .search-bar:backdrop { +- background-color: white; +- border-color: #eff0f1; } +-GtkFileChooserDialog .dialog-action-box { +- border-top: 1px solid #bdc3c7; } +- GtkFileChooserDialog .dialog-action-box:backdrop { +- border-top-color: #c2c7cb; } ++.scrollbars-junction, ++.scrollbars-junction.frame { ++ border-color: transparent; ++ background-color: transparent; ++ border-image: none; } + + /*********** + * Sidebar * + ***********/ +-.sidebar { ++.sidebar, ++.sidebar .view { + border: none; + background-color: #eff0f1; } ++ .sidebar:backdrop, ++ .sidebar .view:backdrop { ++ background-color: #eff0f1; } + +-GtkPlacesSidebar.sidebar .view { +- color: #31363b; +- background-color: transparent; } +- GtkPlacesSidebar.sidebar .view .image { +- color: #6a6d71; } +- GtkPlacesSidebar.sidebar .view .image:selected { +- color: #e8f4fa; } +- GtkPlacesSidebar.sidebar .view .image:selected:backdrop { +- color: #e8f4fa; } +- GtkPlacesSidebar.sidebar .view .image:insensitive { +- color: #acaeb1; } +- GtkPlacesSidebar.sidebar .view .image:backdrop { +- color: #cdcfd0; } +- GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { +- color: #d2d5d7; } +- GtkPlacesSidebar.sidebar .view:insensitive { +- color: #909396; } +- GtkPlacesSidebar.sidebar .view:backdrop { +- color: #bfc1c3; } +- GtkPlacesSidebar.sidebar .view:backdrop:insensitive { +- color: #c6cacd; } ++GtkPlacesSidebar.sidebar .view:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++GtkPlacesSidebar.sidebar .view:backdrop { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++GtkPlacesSidebar.sidebar .view .image { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view .image:selected { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:selected:backdrop { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view .image:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ GtkPlacesSidebar.sidebar .view .image:backdrop { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } + + .sidebar-item { + padding: 10px 4px; } +@@ -3817,154 +2449,221 @@ GtkPlacesSidebar.sidebar .view { + .sidebar-item.needs-attention > .label { + background-size: 6px 6px, 0 0; } + +-/********* +- * Paned * +- *********/ +-GtkPaned { +- -GtkPaned-handle-size: 1; +- -gtk-icon-source: none; +- margin: 0 8px 8px 0; } +- GtkPaned:dir(rtl) { +- margin-right: 0; +- margin-left: 8px; } +- GtkPaned .pane-separator { +- background-color: #bdc3c7; } +- GtkPaned .pane-separator:backdrop { +- background-color: #c2c7cb; } +- +-GtkPaned.wide { +- -GtkPaned-handle-size: 5; +- margin: 0; } +- GtkPaned.wide .pane-separator { +- background-color: transparent; +- border-style: none solid; +- border-color: #bdc3c7; +- border-width: 1px; } +- GtkPaned.wide.vertical .pane-separator { +- border-style: solid none; } +- GtkPaned.wide .pane-separator:backdrop { +- border-color: #c2c7cb; } +- +-/************** +- * GtkInfoBar * +- **************/ +-GtkInfoBar { +- border-style: none; } +- +-.info, +-.question, +-.warning, +-.error { +- background-color: #475057; +- color: #fcfcfc; +- text-shadow: none; +- border-color: #1998da; } +- .info .button, .info .header-bar .button.titlebutton, .header-bar .info .button.titlebutton, +- .info .titlebar .button.titlebutton, +- .titlebar .info .button.titlebutton, +- .question .button, +- .question .header-bar .button.titlebutton, +- .header-bar .question .button.titlebutton, +- .question .titlebar .button.titlebutton, +- .titlebar .question .button.titlebutton, +- .warning .button, +- .warning .header-bar .button.titlebutton, +- .header-bar .warning .button.titlebutton, +- .warning .titlebar .button.titlebutton, +- .titlebar .warning .button.titlebutton, +- .error .button, +- .error .header-bar .button.titlebutton, +- .header-bar .error .button.titlebutton, +- .error .titlebar .button.titlebutton, +- .titlebar .error .button.titlebutton { ++/***************** ++ * GtkSpinButton * ++ *****************/ ++.osd .spinbutton .button:last-child { ++ border-radius: 0 3px 3px 0; } ++.osd .spinbutton .button:dir(rtl):first-child { ++ border-radius: 3px 0 0 3px; } ++.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { ++ padding-top: 5px; ++ padding-bottom: 5px; } ++ .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #46b2ea, #3daee9); } +- .info .button:hover, +- .question .button:hover, +- .warning .button:hover, +- .error .button:hover { +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, #3daee9); } +- .info .button:active, +- .question .button:active, +- .warning .button:active, +- .error .button:active { +- color: #fcfcfc; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9, shade(#3daee9, 0.8)); } +- .info .button:insensitive, +- .question .button:insensitive, +- .warning .button:insensitive, +- .error .button:insensitive { +- color: #aadaf3; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { ++ color: #eff0f1; + border-color: #3daee9; +- background-image: linear-gradient(to bottom, #59b9eb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); } +- .info .button:insensitive > .label, +- .question .button:insensitive > .label, +- .warning .button:insensitive > .label, +- .error .button:insensitive > .label { ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { + color: inherit; } +- .info .button:backdrop, +- .question .button:backdrop, +- .warning .button:backdrop, +- .error .button:backdrop { +- color: #fcfcfc; ++ .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { ++ color: #eff0f1; + border-color: #3daee9; +- background-image: linear-gradient(to bottom, #3daee9); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { ++ color: inherit; } ++ .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { ++ color: inherit; } ++.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { ++ border-radius: 0px; ++ padding-left: 0px; ++ padding-right: 0px; } ++ .spinbutton.vertical.entry:insensitive, .spinbutton.vertical:dir(rtl).entry:insensitive { ++ background-color: #e5e5e5; } ++GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { ++ padding: 1px; ++ border-width: 1px 0; ++ border-color: #3daee9; ++ border-radius: 0; ++ box-shadow: none; } ++ ++.spinbutton .button, .osd .spinbutton .button { ++ background-image: none; ++ background-color: transparent; ++ border-style: none none none solid; ++ border-color: rgba(192, 194, 196, 0.3); ++ color: #31363b; ++ border-radius: 0; ++ box-shadow: none; } ++ .spinbutton .button:dir(rtl) { ++ border-style: none solid none none; } ++ .spinbutton .button:hover { ++ color: #93cee9; } ++ .spinbutton .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0); } ++ .spinbutton .button:active { ++ color: #3daee9; } ++ .spinbutton .button:backdrop { ++ color: #31363b; ++ border-color: rgba(192, 194, 196, 0.3); ++ background-color: transparent; } ++ .spinbutton .button:backdrop:insensitive { ++ background-image: none; ++ color: rgba(45, 49, 54, 0.35); ++ border-style: none none none solid; ++ border-color: rgba(174, 176, 179, 0); } ++ .spinbutton .button:backdrop:insensitive:dir(rtl) { ++ border-style: none solid none none; } ++ ++.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ border-radius: 3px 3px 0 0; ++ border-style: solid solid none solid; } ++ ++.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ border-radius: 0 0 3px 3px; ++ border-style: none solid solid solid; } ++ ++/********** ++ * Switch * ++ **********/ ++GtkSwitch { ++ -GtkSwitch-slider-width: 24px; ++ -GtkSwitch-slider-height: 24px; ++ font-weight: bold; ++ font-size: smaller; ++ outline-offset: 0px; ++ color: transparent; ++ box-shadow: none; } ++ GtkSwitch.trough { ++ border: 0px solid; ++ border-radius: 12px; ++ background-image: none; ++ background-color: rgba(49, 54, 59, 0.3); ++ text-shadow: none; } ++ GtkSwitch.trough:active { ++ background-color: #3daee9; ++ box-shadow: none; ++ text-shadow: none; } ++ GtkSwitch.trough:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkSwitch.slider { ++ border: 1px solid; ++ border-radius: 11px; ++ background-color: #eff0f1; ++ border-color: #c0c2c4; } ++ GtkSwitch.slider:hover { ++ box-shadow: none; ++ border-color: #93cee9; ++ background-color: #eff0f1; } ++ GtkSwitch.slider:active { + border-color: #3daee9; } +- .info .button:backdrop:insensitive, +- .question .button:backdrop:insensitive, +- .warning .button:backdrop:insensitive, +- .error .button:backdrop:insensitive { +- color: #92d0f0; +- border-color: #59b9eb; +- background-image: linear-gradient(to bottom, #59b9eb); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0); +- border-color: #3daee9; } +- .info .button:backdrop:insensitive > .label, +- .question .button:backdrop:insensitive > .label, +- .warning .button:backdrop:insensitive > .label, +- .error .button:backdrop:insensitive > .label { +- color: inherit; } +- .info .label:selected, +- .info .label:selected:focus, +- .info .label:selected:hover, +- .question .label:selected, +- .question .label:selected:focus, +- .question .label:selected:hover, +- .warning .label:selected, +- .warning .label:selected:focus, +- .warning .label:selected:hover, +- .error .label:selected, +- .error .label:selected:focus, +- .error .label:selected:hover { +- background-color: #1998da; } ++ GtkSwitch.slider:active:hover { ++ border-color: #93cee9; } ++ GtkSwitch.slider:insensitive { ++ background-color: rgba(216, 218, 221, 0.35); } ++ GtkSwitch.slider:backdrop { ++ background-color: #eff0f1; } ++ GtkSwitch.slider:backdrop:insensitive { ++ background-color: rgba(216, 218, 221, 0.35); } ++ .header-bar GtkSwitch.trough:backdrop { ++ background-color: transparent; } ++ .header-bar GtkSwitch.slider:backdrop { ++ background-color: #bdc3c7; } ++ ++/************ ++ * Toolbars * ++ ************/ ++.toolbar, .inline-toolbar, .search-bar, .location-bar, ++.primary-toolbar { ++ -GtkWidget-window-dragging: true; ++ padding: 4px; ++ background-color: #eff0f1; } ++ .toolbar:backdrop, .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop, ++ .primary-toolbar:backdrop { ++ background-color: #eff0f1; ++ box-shadow: none; } ++ .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar, .osd ++ .primary-toolbar, ++ .primary-toolbar.osd { ++ padding: 13px; ++ border: none; ++ border-radius: 3px; ++ background-color: #eff0f1; } ++ .osd .toolbar:backdrop, .osd .inline-toolbar:backdrop, .osd .search-bar:backdrop, .osd .location-bar:backdrop, .toolbar.osd:backdrop, .osd.inline-toolbar:backdrop, .osd.search-bar:backdrop, .osd.location-bar:backdrop, .osd ++ .primary-toolbar:backdrop, ++ .primary-toolbar.osd:backdrop { ++ border-color: #c0c2c4; ++ background-color: #eff0f1; ++ box-shadow: none; } ++ ++.inline-toolbar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; ++ border-radius: 0; } ++ ++.search-bar, .location-bar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; } ++ ++.inline-toolbar, .search-bar, .location-bar { ++ border-style: solid; ++ border-color: #c0c2c4; ++ text-shadow: none; ++ background-color: #eff0f1; } + + /************ + * Tooltips * + ************/ + .tooltip { +- color: white; ++ color: #eff0f1; + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; +- text-shadow: 0 1px black; } ++ text-shadow: none; } + .tooltip.background { +- background-color: rgba(0, 0, 0, 0.8); +- background-clip: padding-box; +- border: 1px solid rgba(255, 255, 255, 0.1); } ++ background-color: #31363b; ++ background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +@@ -3973,121 +2672,114 @@ GtkInfoBar { + background-color: transparent; + color: inherit; } + +-/***************** +- * Color Chooser * +- *****************/ +-GtkColorSwatch { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- :selected GtkColorSwatch { +- box-shadow: none; } +- :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { +- border-color: #fcfcfc; } +- GtkColorSwatch:selected { +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkColorSwatch.top { +- border-top-left-radius: 6px; +- border-top-right-radius: 6px; } +- GtkColorSwatch.bottom { +- border-bottom-left-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) { +- border-top-left-radius: 6px; +- border-bottom-left-radius: 6px; } +- GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) { +- border-top-right-radius: 6px; +- border-bottom-right-radius: 6px; } +- GtkColorSwatch:only-child:not(.overlay) { +- border-radius: 6px; } +- GtkColorSwatch.top > .overlay { +- border-top-left-radius: 5px; +- border-top-right-radius: 5px; } +- GtkColorSwatch.bottom > .overlay { +- border-bottom-left-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:first-child:not(.top) > .overlay { +- border-top-left-radius: 5px; +- border-bottom-left-radius: 5px; } +- GtkColorSwatch:last-child:not(.bottom) > .overlay { +- border-top-right-radius: 5px; +- border-bottom-right-radius: 5px; } +- GtkColorSwatch:only-child > .overlay { +- border-radius: 5px; } +- GtkColorSwatch:hover, GtkColorSwatch:hover:selected { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); +- box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.1); } +- GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { +- background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } +- GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected +- GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { +- background-image: none; +- box-shadow: none; } +- GtkColorEditor GtkColorSwatch { +- border-radius: 3px; } +- GtkColorEditor GtkColorSwatch:hover { +- background-image: none; +- box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } +- GtkColorEditor GtkColorSwatch:backdrop { +- box-shadow: none; } +- GtkColorSwatch.color-dark { +- color: white; +- outline-color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.color-dark:backdrop { +- color: rgba(255, 255, 255, 0.3); } +- GtkColorSwatch.color-light { +- color: black; +- outline-color: rgba(255, 255, 255, 0.5); } +- GtkColorSwatch.color-light:backdrop { +- color: rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { +- border: 1px solid rgba(0, 0, 0, 0.3); } +- GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { +- border-color: rgba(0, 0, 0, 0.5); } +- GtkColorSwatch#add-color-button { +- border-style: solid; ++/************** ++ * Tree Views * ++ **************/ ++GtkTreeView.view { ++ -GtkTreeView-grid-line-width: 0; ++ -GtkTreeView-grid-line-pattern: ''; ++ -GtkTreeView-tree-line-width: 1; ++ -GtkTreeView-tree-line-pattern: ''; ++ -GtkTreeView-expander-size: 16; ++ border-left-color: #c0c2c4; ++ border-top-color: transparent; } ++ GtkTreeView.view:selected { ++ border-radius: 0; } ++ GtkTreeView.view:selected { ++ background-color: #3daee9; ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:insensitive { ++ color: rgba(174, 176, 179, 0.35); } ++ GtkTreeView.view:insensitive:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:selected:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:backdrop { ++ color: rgba(174, 176, 179, 0.35); } ++ GtkTreeView.view.seperator { ++ color: #c0c2c4; } ++ GtkTreeView.view.separator:backdrop { ++ color: #c0c2c4; } ++ GtkTreeView.view:backdrop { ++ border-left-color: #c0c2c4; } ++ GtkTreeView.view.dnd { ++ border-style: solid none; + border-width: 1px; +- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ border-color: #93cee9; } ++ GtkTreeView.view.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ color: #31363b; } ++ GtkTreeView.view.expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ GtkTreeView.view.expander:hover { ++ color: #93cee9; } ++ GtkTreeView.view.expander:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ GtkTreeView.view.expander:checked:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked:backdrop { ++ color: #fcfcfc; } ++ GtkTreeView.view.expander:backdrop { ++ color: #fcfcfc; } ++ ++column-header .button { ++ color: #31363b; ++ background-color: #eff0f1; ++ text-shadow: none; ++ box-shadow: none; } ++ column-header .button:hover { + color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } +- GtkColorSwatch#add-color-button:hover { +- color: #31363b; +- border-color: #3daee9; +- background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } +- GtkColorSwatch#add-color-button:backdrop { +- color: #31363b; +- border-color: #bdc3c7; +- background-image: linear-gradient(to bottom, #eff0f1); +- text-shadow: none; +- icon-shadow: none; +- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } +- GtkColorSwatch#add-color-button .overlay { +- border-color: rgba(255, 255, 255, 0); +- background-color: transparent; +- background-image: none; +- box-shadow: none; +- text-shadow: none; +- icon-shadow: none; } ++ background-color: rgba(147, 206, 233, 0.5); ++ box-shadow: none; ++ transition: none; } ++ column-header .button:active { ++ color: #31363b; ++ background-color: rgba(147, 206, 233, 0.5); ++ transition: none; } ++column-header:last-child .button, column-header:last-child .button:backdrop, column-header:last-child.button, column-header:last-child.button:backdrop { ++ border-right-style: none; } + +-/******** +- * Misc * +- ********/ +-.scale-popup .button, .scale-popup .header-bar .button.titlebutton, .header-bar .scale-popup .button.titlebutton, +-.scale-popup .titlebar .button.titlebutton, +-.titlebar .scale-popup .button.titlebutton { +- padding: 6px; } +- .scale-popup .button:hover { +- background-color: rgba(49, 54, 59, 0.1); +- border-radius: 5px; } ++column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { ++ transition: none; ++ color: #3daee9; ++ box-shadow: none; } + +-GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, +-.titlebar GtkVolumeButton.button.titlebutton { +- padding: 8px; } ++column-header .button, column-header .button:hover, column-header .button:active { ++ padding: 6px; ++ border-style: none solid solid none; ++ border-radius: 0; ++ background-image: none; ++ border-color: #c0c2c4; ++ text-shadow: none; } ++ column-header .button:insensitive { ++ border-color: rgba(174, 176, 179, 0.35); ++ color: rgba(45, 49, 54, 0.35); ++ background-color: rgba(216, 218, 221, 0.35); ++ background-image: none; } ++ column-header .button:backdrop { ++ border-color: #c0c2c4; ++ border-style: none solid solid none; ++ color: #31363b; ++ background-image: none; ++ background-color: #eff0f1; } ++ column-header .button:backdrop:insensitive { ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: none; ++ background-color: rgba(216, 218, 221, 0.35); ++ color: rgba(45, 49, 54, 0.35); } + + /********************** + * Window Decorations * + *********************/ + .window-frame { +- border-width: 0px; ++ border-radius: 3px; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + /* this is used for the resize cursor area */ + margin: 10px; } +@@ -4096,301 +2788,136 @@ GtkVolumeButton.button, .header-bar GtkVolumeButton.button.titlebutton, + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { ++ border-radius: 3px; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.csd.popup { +- border-radius: 0; +- box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } +- .window-frame.csd.tooltip { +- border-radius: 5px; +- box-shadow: none; } +- .window-frame.csd.message-dialog { +- border-radius: 7px; +- box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .window-frame.csd { ++ border-radius: 3px; } ++ .window-frame.csd.popup { ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.csd.tooltip { ++ box-shadow: none; } ++ .window-frame.csd.message-dialog { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.solid-csd { + border-radius: 0; +- margin: 4px; +- background-color: #eff0f1; +- border: solid 1px #c2c7cb; ++ margin: 1px; ++ background-color: #c0c2c4; ++ border: none; + box-shadow: none; } + +-.header-bar .titlebutton.button, +-.titlebar .titlebutton.button { +- padding: 2px; } +- .header-bar .titlebutton.button:backdrop, +- .titlebar .titlebutton.button:backdrop { +- icon-shadow: none; } +- .header-bar .titlebutton.close.button, +- .titlebar .titlebutton.close.button { ++.header-bar .button.titlebutton, ++.titlebar .button.titlebutton { ++ padding: 0px; } ++ .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++ .titlebar .button.titlebutton:hover, ++ .titlebar .button.titlebutton:active, ++ .titlebar .button.titlebutton:checked, ++ .titlebar .button.titlebutton:backdrop, ++ .titlebar .button.titlebutton:active:hover { ++ transition: none; } ++ .header-bar .button.titlebutton.close, ++ .titlebar .button.titlebutton.close { ++ padding: 6px 1px; + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } +- .header-bar .titlebutton.close.button:hover, +- .titlebar .titlebutton.close.button:hover { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); } ++ .header-bar .button.titlebutton.close:hover, ++ .titlebar .button.titlebutton.close:hover { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } +- .header-bar .titlebutton.close.button:active, +- .titlebar .titlebutton.close.button:active { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); } ++ .header-bar .button.titlebutton.close:active, ++ .titlebar .button.titlebutton.close:active { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } +- .header-bar .titlebutton.close.button:backdrop, +- .titlebar .titlebutton.close.button:backdrop { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); } ++ .header-bar .button.titlebutton.close:backdrop, ++ .titlebar .button.titlebutton.close:backdrop { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } +- .header-bar .titlebutton.maximize.button, +- .titlebar .titlebutton.maximize.button { ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); } ++ .header-bar .button.titlebutton.maximize, ++ .titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } +- .header-bar .titlebutton.maximize.button:hover, +- .titlebar .titlebutton.maximize.button:hover { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); } ++ .header-bar .button.titlebutton.maximize:hover, ++ .titlebar .button.titlebutton.maximize:hover { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } +- .header-bar .titlebutton.maximize.button:active, +- .titlebar .titlebutton.maximize.button:active { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); } ++ .header-bar .button.titlebutton.maximize:active, ++ .titlebar .button.titlebutton.maximize:active { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } +- .header-bar .titlebutton.maximize.button:backdrop, +- .titlebar .titlebutton.maximize.button:backdrop { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); } ++ .header-bar .button.titlebutton.maximize:backdrop, ++ .titlebar .button.titlebutton.maximize:backdrop { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } +- .header-bar .titlebutton.minimize.button, +- .titlebar .titlebutton.minimize.button { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); } ++ .header-bar .button.titlebutton.minimize, ++ .titlebar .button.titlebutton.minimize { ++ padding: 6px 1px; + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } +- .header-bar .titlebutton.minimize.button:hover, +- .titlebar .titlebutton.minimize.button:hover { ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); } ++ .header-bar .button.titlebutton.minimize:hover, ++ .titlebar .button.titlebutton.minimize:hover { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } +- .header-bar .titlebutton.minimize.button:active, +- .titlebar .titlebutton.minimize.button:active { ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); } ++ .header-bar .button.titlebutton.minimize:active, ++ .titlebar .button.titlebutton.minimize:active { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } +- .header-bar .titlebutton.minimize.button:backdrop, +- .titlebar .titlebutton.minimize.button:backdrop { ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); } ++ .header-bar .button.titlebutton.minimize:backdrop, ++ .titlebar .button.titlebutton.minimize:backdrop { + border-color: transparent; + background-color: transparent; +- background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } +- +-.header-bar.selection-mode .titlebutton.button, +-.titlebar.selection-mode .titlebutton.button { +- text-shadow: none; } +- .header-bar.selection-mode .titlebutton.button:backdrop, +- .titlebar.selection-mode .titlebutton.button:backdrop { +- icon-shadow: none; } +- +-.view:selected, GtkCalendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .menuitem.button.flat:selected, .header-bar .menuitem.titlebutton.button:selected, +-.titlebar .menuitem.titlebutton.button:selected, .list-row:selected, .sidebar:selected, GtkPlacesSidebar.sidebar .view:selected, GtkPlacesSidebar.sidebar GtkCalendar:selected { +- background-color: #3daee9; +- color: #fcfcfc; +- outline-color: rgba(252, 252, 252, 0.3); } +- +-/* Decouple the font of context menus from their entry/textview */ +-.touch-selection, +-.context-menu { +- font: initial; } +- +-.monospace { +- font: Monospace; } ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); } + +-.overshoot.top { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.top:backdrop { +- background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#c2c7cb), to(rgba(194, 199, 203, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center top; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.bottom { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); +- background-size: 100% 5%, 100% 100%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.bottom:backdrop { +- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#c2c7cb), to(rgba(194, 199, 203, 0))); +- background-size: 100% 5%; +- background-repeat: no-repeat; +- background-position: center bottom; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.left { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); +- background-size: 5% 100%, 100% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.left:backdrop { +- background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#c2c7cb), to(rgba(194, 199, 203, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: left center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +-.overshoot.right { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); +- background-size: 5% 100%, 100% 100%; ++.maximized .header-bar .button.titlebutton.maximize, .maximized ++.titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; + background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- .overshoot.right:backdrop { +- background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#c2c7cb), to(rgba(194, 199, 203, 0))); +- background-size: 5% 100%; +- background-repeat: no-repeat; +- background-position: right center; +- background-color: transparent; +- border: none; +- box-shadow: none; } +- +-.undershoot.top { +- background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-top: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center top; } +-.undershoot.bottom { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:hover, .maximized ++.titlebar .button.titlebutton.maximize:hover { ++ border-color: transparent; + background-color: transparent; +- background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-bottom: 1px; +- background-size: 10px 1px; +- background-repeat: repeat-x; +- background-origin: content-box; +- background-position: center bottom; } +-.undershoot.left { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:active, .maximized ++.titlebar .button.titlebutton.maximize:active { ++ border-color: transparent; + background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-left: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: left center; } +-.undershoot.right { ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:backdrop, .maximized ++.titlebar .button.titlebutton.maximize:backdrop { ++ border-color: transparent; + background-color: transparent; +- background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); +- padding-right: 1px; +- background-size: 1px 10px; +- background-repeat: repeat-y; +- background-origin: content-box; +- background-position: right center; } +- +-/* GTK NAMED COLORS +- ---------------- +- use responsibly! */ +-/* +-widget text/foreground color */ +-@define-color theme_fg_color #31363b; +-/* +-text color for entries, views and content in general */ +-@define-color theme_text_color #31363b; +-/* +-widget base background color */ +-@define-color theme_bg_color #eff0f1; +-/* +-text widgets and the like base background color */ +-@define-color theme_base_color #fcfcfc; +-/* +-base background color of selections */ +-@define-color theme_selected_bg_color #3daee9; +-/* +-text/foreground color of selections */ +-@define-color theme_selected_fg_color #fcfcfc; +-/* +-base background color of insensitive widgets */ +-@define-color insensitive_bg_color #e5e6e7; +-/* +-text foreground color of insensitive widgets */ +-@define-color insensitive_fg_color #909396; +-/* +-insensitive text widgets and the like base background color */ +-@define-color insensitive_base_color #fcfcfc; +-/* +-widget text/foreground color on backdrop windows */ +-@define-color theme_unfocused_fg_color #bfc1c3; +-/* +-text color for entries, views and content in general on backdrop windows */ +-@define-color theme_unfocused_text_color #31363b; +-/* +-widget base background color on backdrop windows */ +-@define-color theme_unfocused_bg_color #eff0f1; +-/* +-text widgets and the like base background color on backdrop windows */ +-@define-color theme_unfocused_base_color white; +-/* +-base background color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_bg_color #3daee9; +-/* +-text/foreground color of selections on backdrop windows */ +-@define-color theme_unfocused_selected_fg_color #fcfcfc; +-/* +-widgets main borders color */ +-@define-color borders #bdc3c7; +-/* +-widgets main borders color on backdrop windows */ +-@define-color unfocused_borders #c2c7cb; +-/* +-these are pretty self explicative */ +-@define-color warning_color #f67400; +-@define-color error_color #ed1515; +-@define-color success_color #11d116; +-@define-color icon_red #da4453; +-/* +-titlebar colors */ +-@define-color titlebar_bg_color #475057; +-@define-color titlebar_fg_color #fcfcfc; +-@define-color hover_color #93cee9; +-/* +-these colors are exported for the window manager and shouldn't be used in applications, +-read if you used those and something break with a version upgrade you're on your own... */ +-@define-color wm_title #fcfcfc; +-@define-color wm_unfocused_title #bfc1c3; +-@define-color wm_highlight white; +-@define-color wm_borders_edge white; +-@define-color wm_bg_a #475057; +-@define-color wm_bg_b #475057; +-@define-color wm_shadow alpha(black, 0.35); +-@define-color wm_border alpha(black, 0.18); +-@define-color wm_button_hover_color_a shade(#eff0f1, 1.3); +-@define-color wm_button_hover_color_b #eff0f1; +-@define-color wm_button_active_color_a shade(#eff0f1, 0.85); +-@define-color wm_button_active_color_b shade(#eff0f1, 0.89); +-@define-color wm_button_active_color_c shade(#eff0f1, 0.9); +-@define-color content_view_bg #fcfcfc; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); } + +-/*# sourceMappingURL=gtk.css.map */ ++.header-bar.selection-mode .button.titlebutton, ++.titlebar.selection-mode .button.titlebutton { ++ text-shadow: none; } ++ .header-bar.selection-mode .button.titlebutton:backdrop, ++ .titlebar.selection-mode .button.titlebutton:backdrop { ++ icon-shadow: none; } +diff --git a/Breeze-gtk/gtk-3.0/gtk.css.map b/Breeze-gtk/gtk-3.0/gtk.css.map +deleted file mode 100755 +index 158216a..0000000 +--- a/Breeze-gtk/gtk-3.0/gtk.css.map ++++ /dev/null +@@ -1,7 +0,0 @@ +-{ +-"version": 3, +-"mappings": "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", +-"sources": ["_common.scss","_colors.scss","_drawing.scss","_colors-public.scss"], +-"names": [], +-"file": "gtk.css" +-} +diff --git a/Breeze-gtk/gtk-3.0/render-assets.sh b/Breeze-gtk/gtk-3.0/render-assets.sh +deleted file mode 100755 +index 24d7675..0000000 +--- a/Breeze-gtk/gtk-3.0/render-assets.sh ++++ /dev/null +@@ -1,34 +0,0 @@ +-#! /bin/bash +- +-INKSCAPE="/usr/bin/inkscape" +-OPTIPNG="/usr/bin/optipng" +- +-SRC_FILE="assets.svg" +-ASSETS_DIR="assets" +-INDEX="assets.txt" +- +-for i in `cat $INDEX` +-do +-if [ -f $ASSETS_DIR/$i.png ]; then +- echo $ASSETS_DIR/$i.png exists. +-else +- echo +- echo Rendering $ASSETS_DIR/$i.png +- $INKSCAPE --export-id=$i \ +- --export-id-only \ +- --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\ +- # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +-fi +-if [ -f $ASSETS_DIR/$i@2.png ]; then +- echo $ASSETS_DIR/$i@2.png exists. +-else +- echo +- echo Rendering $ASSETS_DIR/$i@2.png +- $INKSCAPE --export-id=$i \ +- --export-dpi=180 \ +- --export-id-only \ +- --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null #\ +- # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png +-fi +-done +-exit 0 +diff --git a/Breeze-gtk/gtk-3.18/gtk.css b/Breeze-gtk/gtk-3.18/gtk.css +new file mode 100644 +index 0000000..ce35b1e +--- /dev/null ++++ b/Breeze-gtk/gtk-3.18/gtk.css +@@ -0,0 +1,2936 @@ ++/* GTK NAMED COLORS ++ ---------------- ++ use responsibly! */ ++/* ++widget text/foreground color */ ++@define-color theme_fg_color #31363b; ++/* ++text color for entries, views and content in general */ ++@define-color theme_text_color #31363b; ++/* ++widget base background color */ ++@define-color theme_bg_color #eff0f1; ++/* ++text widgets and the like base background color */ ++@define-color theme_base_color #fcfcfc; ++/* ++base background color of selections */ ++@define-color theme_selected_bg_color #3daee9; ++/* ++text/foreground color of selections */ ++@define-color theme_selected_fg_color #eff0f1; ++/* ++base background color of insensitive widgets */ ++@define-color insensitive_bg_color rgba(216, 218, 221, 0.35); ++/* ++text foreground color of insensitive widgets */ ++@define-color insensitive_fg_color rgba(45, 49, 54, 0.35); ++/* ++insensitive text widgets and the like base background color */ ++@define-color insensitive_base_color rgba(45, 49, 54, 0.35); ++/* ++widget text/foreground color on backdrop windows */ ++@define-color theme_unfocused_fg_color #31363b; ++/* ++text color for entries, views and content in general on backdrop windows */ ++@define-color theme_unfocused_text_color #31363b; ++/* ++widget base background color on backdrop windows */ ++@define-color theme_unfocused_bg_color #eff0f1; ++/* ++text widgets and the like base background color on backdrop windows */ ++@define-color theme_unfocused_base_color #fcfcfc; ++/* ++base background color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5); ++/* ++text/foreground color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_fg_color #eff0f1; ++/* ++widgets main borders color */ ++@define-color borders #c0c2c4; ++/* ++widgets main borders color on backdrop windows */ ++@define-color unfocused_borders #c0c2c4; ++/* ++widgets main borders color insensitive */ ++@define-color insensitive_borders rgba(174, 176, 179, 0.35); ++/* ++these are pretty self explicative */ ++@define-color warning_color #f67400; ++@define-color error_color #da4453; ++@define-color success_color #27ae60; ++@define-color content_view_bg #fcfcfc; ++* { ++ padding: 0; ++ -GtkToolButton-icon-spacing: 4; ++ -GtkTextView-error-underline-color: #da4453; ++ -GtkButton-child-displacement-x: 0; ++ -GtkButton-child-displacement-y: 0; ++ -GtkCheckButton-indicator-size: 18; ++ -GtkCheckMenuItem-indicator-size: 18; ++ -GtkScrolledWindow-scrollbar-spacing: 0; ++ -GtkScrolledWindow-scrollbars-within-bevel: 1; ++ -GtkToolItemGroup-expander-size: 11; ++ -GtkExpander-expander-size: 16; ++ -GtkTreeView-expander-size: 11; ++ -GtkTreeView-horizontal-separator: 4; ++ -GtkMenu-horizontal-padding: 0; ++ -GtkMenu-vertical-padding: 0; ++ -GtkWidget-link-color: #2980b9; ++ -GtkWidget-visited-link-color: #7f8c8d; ++ -GtkWidget-focus-padding: 2; ++ -GtkWidget-focus-line-width: 1; ++ -GtkWidget-text-handle-width: 20; ++ -GtkWidget-text-handle-height: 20; ++ -GtkDialog-button-spacing: 4; ++ -GtkDialog-action-area-border: 0; ++ -GtkStatusbar-shadow-type: none; ++ outline-width: 0px; } ++ ++/*************** ++ * Base States * ++ ***************/ ++.background { ++ color: #31363b; ++ background-color: #eff0f1; } ++ .background:backdrop { ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ background-color: #eff0f1; } ++ ++/* ++ These wildcard seems unavoidable, need to investigate. ++ Wildcards are bad and troublesome, use them with care, ++ or better, just don't. ++ Everytime a wildcard is used a kitten dies, painfully. ++*/ ++*:insensitive { ++ -gtk-image-effect: dim; } ++ ++.gtkstyle-fallback { ++ background-color: #eff0f1; ++ color: #31363b; } ++ .gtkstyle-fallback:prelight { ++ background-color: white; ++ color: #31363b; } ++ .gtkstyle-fallback:active { ++ background-color: #d4d7d9; ++ color: #31363b; } ++ .gtkstyle-fallback:insensitive { ++ background-color: rgba(216, 218, 221, 0.35); ++ color: rgba(45, 49, 54, 0.35); } ++ .gtkstyle-fallback:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ ++.view { ++ color: #31363b; ++ background-color: #fcfcfc; } ++ .view:backdrop { ++ color: #31363b; ++ background-color: #fcfcfc; } ++ .view:selected { ++ border-radius: 3px; } ++ ++.rubberband { ++ border: 1px solid #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ .rubberband:backdrop { ++ border-color: #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ ++.label.separator, GtkPlacesSidebar.sidebar .view .label.separator { ++ color: #31363b; } ++ .label.separator:backdrop, GtkPlacesSidebar.sidebar .view .label.separator:backdrop { ++ color: #31363b; } ++.label:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .label:insensitive:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++ ++.dim-label, .label.separator, GtkPlacesSidebar.sidebar .view .label.separator, .titlebar .subtitle, ++.header-bar .subtitle { ++ opacity: 0.5; ++ text-shadow: none; } ++ ++GtkAssistant .sidebar { ++ background-color: #31363b; ++ border-top: 1px solid #c0c2c4; } ++ GtkAssistant .sidebar:dir(ltr) { ++ border-right: 1px solid #c0c2c4; } ++ GtkAssistant .sidebar:dir(rtl) { ++ border-left: 1px solid #c0c2c4; } ++ GtkAssistant .sidebar:backdrop { ++ background-color: #31363b; ++ border-color: #c0c2c4; } ++GtkAssistant.csd .sidebar { ++ border-top-style: none; } ++GtkAssistant .sidebar .label { ++ padding: 6px 12px; } ++GtkAssistant .sidebar .label.highlight { ++ background-color: #d3d4d5; } ++ ++GtkTextView { ++ background-color: #f6f6f7; } ++ GtkTextView:backdrop { ++ background-color: #f6f6f7; } ++ ++.grid-child { ++ padding: 3px; ++ border-radius: 3px; } ++ ++.app-notification, ++.app-notification.frame, .popover.osd, .osd { ++ color: #31363b; ++ border: 1px solid #eff0f1; ++ background-color: rgba(239, 240, 241, 0.8); ++ background-clip: padding-box; ++ box-shadow: none; ++ text-shadow: none; ++ icon-shadow: none; } ++ .app-notification:backdrop, .popover.osd:backdrop, .osd:backdrop { ++ color: #31363b; ++ background-color: rgba(239, 240, 241, 0.8); } ++ ++.view:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, .entry:selected:focus, .list-row:selected, .sidebar:selected, ++.sidebar .view:selected, GtkPlacesSidebar.sidebar .view:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .view:backdrop:selected, .label:backdrop:selected, .grid-child:backdrop:selected, .entry:backdrop:selected, .list-row:backdrop:selected, .sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ color: #fcfcfc; } ++ ++/*********** ++ * Buttons * ++ ***********/ ++@keyframes needs_attention { ++ from { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3daee9), to(transparent)); } ++ to { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)); } } ++.button, .button.osd, .osd .button { ++ border: 1px solid; ++ border-radius: 3px; ++ padding: 6px; ++ background-clip: border-box; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .flat.button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ transition: none; } ++ .flat.button:hover { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ transition-duration: 500ms; } ++ .flat.button:hover:active { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .flat.button:checked { ++ background-color: #c0c2c4; } ++ .button:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ -gtk-image-effect: highlight; } ++ .button:active, .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); ++ transition-duration: 50ms; } ++ .button:active:hover, .button:checked:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ .button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); ++ -gtk-image-effect: none; } ++ .button:backdrop:active, .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button:backdrop:insensitive > .label, .osd .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .button:backdrop:insensitive:active, .button:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:backdrop:insensitive:active > .label, .osd .button:backdrop:insensitive:active > .label, .button:backdrop:insensitive:checked > .label, .osd .button:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .flat.button:backdrop { ++ -gtk-image-effect: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; } ++ .flat.button:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(45, 49, 54, 0.35); } ++ .flat.button:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(45, 49, 54, 0.35); } ++ .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button:insensitive > .label, .osd .button:insensitive > .label { ++ color: inherit; } ++ .button:insensitive:active, .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button:insensitive:active > .label, .osd .button:insensitive:active > .label, .button:insensitive:checked > .label, .osd .button:insensitive:checked > .label { ++ color: inherit; } ++ ++.button.suggested-action, .button.suggested-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action.flat, .button.suggested-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #3daee9; } ++ .button.suggested-action:hover, .button.suggested-action.osd .button:hover { ++ color: white; ++ border-color: #3daee9; } ++ .button.suggested-action:active, .button.suggested-action:checked, .button.suggested-action.osd .button:active, .button.suggested-action.osd .button:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop, .button.suggested-action.flat:backdrop, .button.suggested-action.osd .button:backdrop, .button.suggested-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ .button.suggested-action:backdrop:active, .button.suggested-action:backdrop:checked, .button.suggested-action.flat:backdrop:active, .button.suggested-action.flat:backdrop:checked, .button.suggested-action.osd .button:backdrop:active, .button.suggested-action.osd .button:backdrop:checked, .button.suggested-action.osd .button.flat:backdrop:active, .button.suggested-action.osd .button.flat:backdrop:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .button.suggested-action:backdrop:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.suggested-action:backdrop:insensitive > .label, .button.suggested-action.flat:backdrop:insensitive > .label, .button.suggested-action.osd .button:backdrop:insensitive > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:backdrop:insensitive:active, .button.suggested-action:backdrop:insensitive:checked, .button.suggested-action.flat:backdrop:insensitive:active, .button.suggested-action.flat:backdrop:insensitive:checked, .button.suggested-action.osd .button:backdrop:insensitive:active, .button.suggested-action.osd .button:backdrop:insensitive:checked, .button.suggested-action.osd .button.flat:backdrop:insensitive:active, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:backdrop:insensitive:active > .label, .button.suggested-action:backdrop:insensitive:checked > .label, .button.suggested-action.flat:backdrop:insensitive:active > .label, .button.suggested-action.flat:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button:backdrop:insensitive:active > .label, .button.suggested-action.osd .button:backdrop:insensitive:checked > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:active > .label, .button.suggested-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.suggested-action.flat:backdrop, .button.suggested-action.flat:insensitive, .button.suggested-action.flat:backdrop:insensitive, .button.suggested-action.osd .button.flat:backdrop, .button.suggested-action.osd .button.flat:insensitive, .button.suggested-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(61, 174, 233, 0.8); } ++ .button.suggested-action:insensitive, .button.suggested-action.osd .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.suggested-action:insensitive > .label, .button.suggested-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked, .button.suggested-action.osd .button:insensitive:active, .button.suggested-action.osd .button:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .button.suggested-action:insensitive:active > .label, .button.suggested-action:insensitive:checked > .label, .button.suggested-action.osd .button:insensitive:active > .label, .button.suggested-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.destructive-action, .button.destructive-action.osd .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #eff0f1; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action.flat, .button.destructive-action.osd .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: #da4453; } ++ .button.destructive-action:hover, .button.destructive-action.osd .button:hover { ++ color: white; ++ border-color: #da4453; } ++ .button.destructive-action:active, .button.destructive-action:checked, .button.destructive-action.osd .button:active, .button.destructive-action.osd .button:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop, .button.destructive-action.flat:backdrop, .button.destructive-action.osd .button:backdrop, .button.destructive-action.osd .button.flat:backdrop { ++ color: white; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ .button.destructive-action:backdrop:active, .button.destructive-action:backdrop:checked, .button.destructive-action.flat:backdrop:active, .button.destructive-action.flat:backdrop:checked, .button.destructive-action.osd .button:backdrop:active, .button.destructive-action.osd .button:backdrop:checked, .button.destructive-action.osd .button.flat:backdrop:active, .button.destructive-action.osd .button.flat:backdrop:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ .button.destructive-action:backdrop:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.destructive-action:backdrop:insensitive > .label, .button.destructive-action.flat:backdrop:insensitive > .label, .button.destructive-action.osd .button:backdrop:insensitive > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:backdrop:insensitive:active, .button.destructive-action:backdrop:insensitive:checked, .button.destructive-action.flat:backdrop:insensitive:active, .button.destructive-action.flat:backdrop:insensitive:checked, .button.destructive-action.osd .button:backdrop:insensitive:active, .button.destructive-action.osd .button:backdrop:insensitive:checked, .button.destructive-action.osd .button.flat:backdrop:insensitive:active, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(214, 46, 63, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:backdrop:insensitive:active > .label, .button.destructive-action:backdrop:insensitive:checked > .label, .button.destructive-action.flat:backdrop:insensitive:active > .label, .button.destructive-action.flat:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button:backdrop:insensitive:active > .label, .button.destructive-action.osd .button:backdrop:insensitive:checked > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:active > .label, .button.destructive-action.osd .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .button.destructive-action.flat:backdrop, .button.destructive-action.flat:insensitive, .button.destructive-action.flat:backdrop:insensitive, .button.destructive-action.osd .button.flat:backdrop, .button.destructive-action.osd .button.flat:insensitive, .button.destructive-action.osd .button.flat:backdrop:insensitive { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ color: rgba(218, 68, 83, 0.8); } ++ .button.destructive-action:insensitive, .button.destructive-action.osd .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .button.destructive-action:insensitive > .label, .button.destructive-action.osd .button:insensitive > .label { ++ color: inherit; } ++ .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked, .button.destructive-action.osd .button:insensitive:active, .button.destructive-action.osd .button:insensitive:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ .button.destructive-action:insensitive:active > .label, .button.destructive-action:insensitive:checked > .label, .button.destructive-action.osd .button:insensitive:active > .label, .button.destructive-action.osd .button:insensitive:checked > .label { ++ color: inherit; } ++.button.image-button { ++ padding: 6px; } ++.button.text-button { ++ padding: 6px; } ++.button.text-button.image-button { ++ padding: 6px; } ++ .button.text-button.image-button .label:first-child { ++ padding-left: 8px; } ++ .button.text-button.image-button .label:last-child { ++ padding-right: 8px; } ++.stack-switcher > .button > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++.stack-switcher > .button > GtkImage { ++ padding-left: 6px; ++ padding-right: 6px; ++ padding-top: 3px; ++ padding-bottom: 3px; } ++.stack-switcher > .button.text-button { ++ padding: 6px; } ++.stack-switcher > .button.image-button { ++ padding: 3px 0px; } ++.stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { ++ animation: none; ++ background-image: none; } ++.inline-toolbar .button, .inline-toolbar .button:backdrop { ++ border-radius: 3px; ++ border-width: 1px; } ++.primary-toolbar .button { ++ icon-shadow: none; } ++ ++/************** ++ * ComboBoxes * ++ **************/ ++GtkComboBox { ++ -GtkComboBox-arrow-scaling: 0.5; ++ -GtkComboBox-shadow-type: none; } ++ GtkComboBox > .button { ++ padding: 5px 4px; } ++ GtkComboBox:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop { ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; } ++ GtkComboBox:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ GtkComboBox .menuitem { ++ text-shadow: none; } ++ GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator { ++ -GtkWidget-wide-separators: true; } ++ ++.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label { ++ animation: needs_attention 150ms ease-in; ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#31363b), to(transparent)); ++ background-size: 6px 6px, 6px 6px; ++ background-repeat: no-repeat; ++ background-position: right 3px, right 4px; } ++ .stack-switcher > .button.needs-attention > .label:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop, .sidebar-item.needs-attention > .label:backdrop { ++ background-size: 6px 6px, 0 0; } ++ .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { ++ background-position: left 3px, left 4px; } ++ ++.inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, .linked > .button:hover, .linked > .button:active, .linked > .button:checked, .linked > .button:backdrop, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .button:backdrop { ++ border-radius: 3px; } ++ .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl) { ++ border-radius: 3px; } ++ ++.inline-toolbar .button:first-child, .linked > .button:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child { ++ border-radius: 3px; ++ border-style: solid; } ++.inline-toolbar .button:last-child, .linked > .button:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child { ++ border-radius: 3px; } ++.inline-toolbar .button:only-child, .linked > .button:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .button:backdrop { ++ border-style: solid; ++ border-radius: 3px; } ++ ++.linked.vertical > .button:first-child { ++ border-radius: 3px; } ++.linked.vertical > .button:last-child { ++ border-radius: 3px; ++ border-style: solid; } ++.linked.vertical > .button:only-child { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.app-notification .button.flat, ++.app-notification.frame .button.flat, .app-notification .button.flat:hover, ++.app-notification.frame .button.flat:hover, .app-notification .button.flat:active, ++.app-notification.frame .button.flat:active, .app-notification .button.flat:backdrop, .app-notification .button.flat:insensitive, .app-notification .button.flat:backdrop:insensitive, ++.app-notification.frame .button.flat:backdrop, ++.app-notification.frame .button.flat:insensitive, ++.app-notification.frame .button.flat:backdrop:insensitive, GtkCalendar.button, GtkCalendar.button:hover, GtkCalendar.button:active, GtkCalendar.button:backdrop, .titlebar .button.flat:insensitive, ++.header-bar .button.flat:insensitive, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .button:link:backdrop, .button:visited:backdrop, .list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked, .menuitem.button.flat, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, .scale-popup .button, ++.scale-popup .button.flat, .scale-popup .button:hover, ++.scale-popup .button.flat:hover, .scrollbar .button, .scrollbar .button:hover, .scrollbar .button:backdrop, .header-bar .button.titlebutton, ++.titlebar .button.titlebutton, .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++.titlebar .button.titlebutton:hover, ++.titlebar .button.titlebutton:active, ++.titlebar .button.titlebutton:checked, ++.titlebar .button.titlebutton:backdrop, ++.titlebar .button.titlebutton:active:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ text-shadow: none; ++ icon-shadow: none; } ++ ++/**************** ++ * Text Entries * ++ ****************/ ++.entry { ++ border: 1px solid; ++ padding: 5px 8px 5px; ++ border-radius: 3px; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; ++ box-shadow: none; } ++ .entry.image.left { ++ padding-left: 0; } ++ .entry.image.right { ++ padding-right: 0; } ++ .entry.flat, .entry.flat:focus { ++ padding: 2px; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; ++ box-shadow: none; ++ border: none; ++ border-radius: 0; } ++ .entry:focus { ++ border-color: #3daee9; } ++ .entry:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-color: #e5e5e5; } ++ .entry:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } ++ .entry:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-color: #e5e5e5; } ++ .entry.progressbar { ++ margin: 1px; ++ border-radius: 0; ++ border-width: 0 0 2px; ++ border-color: #3daee9; ++ border-style: solid; ++ background-image: none; ++ background-color: transparent; ++ box-shadow: none; } ++ .entry.progressbar:backdrop { ++ background-color: transparent; ++ border-color: rgba(61, 174, 233, 0.5); } ++ .entry.error { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.error:focus { ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.error:selected, .entry.error:selected:focus { ++ background-color: #da4453; } ++ .entry.error:backdrop { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ .entry.warning { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.warning:focus { ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.warning:selected, .entry.warning:selected:focus { ++ background-color: #f67400; } ++ .entry.warning:backdrop { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ .entry.image { ++ color: #31363b; } ++ .entry.image:hover { ++ color: #93cee9; } ++ .entry.image:active { ++ color: #3daee9; } ++ .entry.image:backdrop { ++ color: #31363b; } ++ ++/********************* ++ * App Notifications * ++ *********************/ ++.app-notification, ++.app-notification.frame { ++ padding: 10px; ++ border-top-width: 0px; ++ border-radius: 0px 0px 3px 3px; } ++ .app-notification:backdrop, ++ .app-notification.frame:backdrop { ++ background-image: none; } ++ .app-notification .button, ++ .app-notification.frame .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .app-notification .button.flat, ++ .app-notification.frame .button.flat { ++ icon-shadow: none; ++ text-shadow: none; } ++ .app-notification .button.flat:hover, ++ .app-notification.frame .button.flat:hover { ++ color: #93cee9; } ++ .app-notification .button.flat:active, ++ .app-notification.frame .button.flat:active { ++ color: #3daee9; } ++ .app-notification .button:hover, ++ .app-notification.frame .button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked, ++ .app-notification.frame .button:active, ++ .app-notification.frame .button:checked, ++ .app-notification.frame .button:backdrop:active, ++ .app-notification.frame .button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .app-notification .button:insensitive, .app-notification .button:backdrop:insensitive, ++ .app-notification.frame .button:insensitive, ++ .app-notification.frame .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .app-notification .button:insensitive > .label, .app-notification .button:backdrop:insensitive > .label, ++ .app-notification.frame .button:insensitive > .label, ++ .app-notification.frame .button:backdrop:insensitive > .label { ++ color: inherit; } ++ .app-notification .button:backdrop, ++ .app-notification.frame .button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ ++/************ ++ * Calendar * ++ ***********/ ++GtkCalendar { ++ color: #31363b; ++ border: 1px solid #c0c2c4; ++ background-color: #fcfcfc; } ++ GtkCalendar:selected { ++ background-color: #c0c2c4; } ++ GtkCalendar.header { ++ border: 1px solid #c0c2c4; ++ border-radius: 0; ++ color: #31363b; } ++ GtkCalendar.header:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; } ++ GtkCalendar.button { ++ color: #31363b; } ++ GtkCalendar.button:hover { ++ color: #93cee9; } ++ GtkCalendar.button:active { ++ color: #3daee9; } ++ GtkCalendar.button:backdrop { ++ color: #31363b; } ++ GtkCalendar:inconsistent, GtkCalendar.highlight { ++ color: rgba(49, 54, 59, 0.5); } ++ GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight:backdrop { ++ color: rgba(49, 54, 59, 0.5); } ++ GtkCalendar:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } ++ ++/************************* ++ * Check and Radio items * ++ *************************/ ++.check { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); ++ icon-shadow: none; } ++ ++.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:selected { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.check:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.check:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.check:hover, ++.popover .button.flat.check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ ++.menu .menuitem.check:active:hover, ++.popover .button.flat.check:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ ++.menu .menuitem.check:checked:hover, ++.popover .button.flat.check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ ++.menu .menuitem.check:inconsistent:hover, ++.popover .button.flat.check:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ ++.radio { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); ++ icon-shadow: none; } ++ ++.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:selected { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:inconsistent:insensitive:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); ++ icon-shadow: none; } ++ ++.radio:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); ++ icon-shadow: none; } ++ ++.radio:backdrop:checked:insensitive { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); ++ icon-shadow: none; } ++ ++.menu .menuitem.radio:hover, ++.popover .button.flat.radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ ++.menu .menuitem.radio:active:hover, ++.popover .button.flat.radio:active:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:checked:hover, ++.popover .button.flat.radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ ++.menu .menuitem.radio:inconsistent:hover, ++.popover .button.flat.radio:inconsistent:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ ++.view.check, .view.radio, ++.list-row .check, list-row .radio { ++ icon-shadow: none; } ++ .view.check:selected, .view.check:hover, .view.radio:selected, .view.radio:hover, ++ .list-row .check:selected, ++ .list-row .check:hover, list-row .radio:selected, list-row .radio:hover { ++ icon-shadow: none; } ++ ++.view.content-view.check { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:hover { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:active { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:checked { ++ icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png")); ++ background-color: transparent; } ++ ++GtkCheckButton.text-button, GtkRadioButton.text-button { ++ padding: 1px 2px 4px; ++ outline-offset: 0; } ++ GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { ++ color: rgba(45, 49, 54, 0.35); } ++ GtkCheckButton.text-button:insensitive:backdrop, GtkCheckButton.text-button:insensitive:active:backdrop, GtkCheckButton.text-button:insensitive:inconsistent:backdrop, GtkRadioButton.text-button:insensitive:backdrop, GtkRadioButton.text-button:insensitive:active:backdrop, GtkRadioButton.text-button:insensitive:inconsistent:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++ ++/***************** ++ * Color Chooser * ++ *****************/ ++:selected GtkColorSwatch { ++ box-shadow: none; } ++ :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { ++ border-color: #eff0f1; } ++GtkColorSwatch:selected { ++ box-shadow: none; } ++GtkColorSwatch.top, GtkColorSwatch.bottom, GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top), GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom), GtkColorSwatch:only-child:not(.overlay), GtkColorSwatch.top > .overlay, GtkColorSwatch.bottom > .overlay, GtkColorSwatch:first-child:not(.top) > .overlay, GtkColorSwatch:last-child:not(.bottom) > .overlay, GtkColorSwatch:only-child > .overlay { ++ border-radius: 3px; } ++GtkColorSwatch:hover, GtkColorSwatch:hover:selected { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); ++ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); } ++ GtkColorSwatch:hover.color-dark, GtkColorSwatch:hover:selected.color-dark { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } ++GtkColorSwatch:backdrop, GtkColorSwatch:backdrop:selected ++GtkColorSwatch.color-dark:backdrop, GtkColorSwatch.color-dark:backdrop:selected { ++ background-image: none; ++ box-shadow: none; } ++GtkColorEditor GtkColorSwatch { ++ border-radius: 3px; } ++ GtkColorEditor GtkColorSwatch:hover { ++ background-image: none; ++ box-shadow: none; } ++ GtkColorEditor GtkColorSwatch:backdrop { ++ box-shadow: none; } ++GtkColorSwatch.color-dark { ++ color: white; ++ outline-color: rgba(0, 0, 0, 0.3); } ++ GtkColorSwatch.color-dark:backdrop { ++ color: rgba(255, 255, 255, 0.3); } ++GtkColorSwatch.color-light { ++ color: black; ++ outline-color: rgba(255, 255, 255, 0.5); } ++ GtkColorSwatch.color-light:backdrop { ++ color: rgba(0, 0, 0, 0.3); } ++GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { ++ border: 1px solid #c0c2c4; } ++ GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { ++ border-color: #93cee9; } ++GtkColorSwatch#add-color-button { ++ border-style: solid; ++ border-width: 1px; ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ GtkColorSwatch#add-color-button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ GtkColorSwatch#add-color-button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ GtkColorSwatch#add-color-button .overlay { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; } ++ ++GtkColorButton.button { ++ padding: 5px; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child { ++ border-radius: 0; ++ box-shadow: none; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child:insensitive, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { ++ box-shadow: none; } ++ ++/*********** ++ * Dialogs * ++ ***********/ ++.message-dialog { ++ -GtkDialog-button-spacing: 8; ++ -GtkDialog-action-area-border: 8; } ++ .message-dialog.background { ++ background-color: #eff0f1; } ++ .message-dialog:backdrop { ++ background-color: #eff0f1; } ++ .message-dialog .titlebar { ++ box-shadow: none; } ++ ++GtkFileChooserDialog .search-bar { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ box-shadow: none; } ++ GtkFileChooserDialog .search-bar:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #31363b; } ++GtkFileChooserDialog .dialog-action-box { ++ border-top: 1px solid #c0c2c4; } ++ GtkFileChooserDialog .dialog-action-box:backdrop { ++ border-top-color: #c0c2c4; } ++ ++/*************** ++ * Header bars * ++ ***************/ ++.titlebar, ++.header-bar { ++ transition: none; ++ padding: 4px 6px; ++ border-width: 0px 0px 1px 0px; ++ border-radius: 3px 3px 0px 0px; ++ border-style: solid; ++ border-color: #3daee9; ++ color: #eff0f1; ++ background-image: linear-gradient(to bottom, #556068, #475057); } ++ .titlebar:backdrop, ++ .header-bar:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; ++ box-shadow: none; } ++ .titlebar .path-bar .button, ++ .header-bar .path-bar .button { ++ color: #eff0f1; } ++ .titlebar .button, ++ .header-bar .button { ++ transition: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button.flat, ++ .header-bar .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ icon-shadow: none; } ++ .titlebar .button:hover, ++ .header-bar .button:hover { ++ color: #eff0f1; ++ border-color: #93cee9; } ++ .titlebar .button:hover:backdrop, ++ .header-bar .button:hover:backdrop { ++ border-color: #eff0f1; } ++ .titlebar .button:active, .titlebar .button:checked, ++ .header-bar .button:active, ++ .header-bar .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .titlebar .button:active:hover, .titlebar .button:checked:hover, ++ .header-bar .button:active:hover, ++ .header-bar .button:checked:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ .titlebar .button:active:backdrop, .titlebar .button:checked:backdrop, ++ .header-bar .button:active:backdrop, ++ .header-bar .button:checked:backdrop { ++ background-image: none; ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #bdc3c7; } ++ .titlebar .button:backdrop, ++ .header-bar .button:backdrop { ++ background-color: #eff0f1; ++ color: #bdc3c7; } ++ .titlebar .button.flat:backdrop, .titlebar .button.flat:backdrop:insensitive, .titlebar .button:insensitive:backdrop, ++ .header-bar .button.flat:backdrop, ++ .header-bar .button.flat:backdrop:insensitive, ++ .header-bar .button:insensitive:backdrop { ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; ++ border-color: transparent; } ++ .titlebar .button.flat:insensitive, ++ .header-bar .button.flat:insensitive { ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button:insensitive, ++ .header-bar .button:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button:insensitive:active, .titlebar .button:insensitive:checked, ++ .header-bar .button:insensitive:active, ++ .header-bar .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button:insensitive:active > .label, .titlebar .button:insensitive:checked > .label, ++ .header-bar .button:insensitive:active > .label, ++ .header-bar .button:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .title, ++ .header-bar .title { ++ font-weight: normal; ++ padding: 0px 12px; } ++ .titlebar .subtitle, ++ .header-bar .subtitle { ++ font-size: smaller; ++ padding: 0 12px; } ++ .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, ++ GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop, ++ .header-bar .header-bar-separator, ++ .header-bar > GtkBox > .separator.vertical, ++ GtkPlacesSidebar.sidebar .view .header-bar > GtkBox > .vertical.separator:backdrop { ++ -GtkWidget-wide-separators: true; ++ -GtkWidget-separator-width: 1px; ++ border-width: 0px; ++ background-color: #475057; ++ border-color: #475057; } ++ .titlebar .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, ++ .header-bar .header-bar-separator:backdrop, ++ .header-bar > GtkBox > .separator.vertical:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; } ++ .titlebar.selection-mode .selection-menu, ++ .header-bar.selection-mode .selection-menu { ++ padding-left: 10px; ++ padding-right: 10px; } ++ .titlebar.selection-mode .selection-menu GtkArrow, ++ .header-bar.selection-mode .selection-menu GtkArrow { ++ -GtkArrow-arrow-scaling: 1; } ++ .titlebar.selection-mode .selection-menu .arrow, ++ .header-bar.selection-mode .selection-menu .arrow { ++ -gtk-icon-source: -gtk-icontheme("arrow-down"); ++ icon-shadow: none; } ++ .tiled .titlebar, .maximized .titlebar, .tiled ++ .header-bar, .maximized ++ .header-bar { ++ border-radius: 0; } ++ .titlebar.default-decoration, ++ .header-bar.default-decoration { ++ padding: 4px; } ++ .titlebar.default-decoration .button, ++ .header-bar.default-decoration .button { ++ padding: 5px; } ++ ++.titlebar .button.suggested-action, ++.header-bar .button.suggested-action, .titlebar.selection-mode.suggested-action, ++.header-bar.selection-mode.suggested-action { ++ background-image: none; ++ background-color: #3daee9; } ++ .titlebar .button.suggested-action:hover, ++ .header-bar .button.suggested-action:hover, .titlebar.selection-mode.suggested-action:hover, ++ .header-bar.selection-mode.suggested-action:hover { ++ background-color: #93cee9; ++ color: #31363b; } ++ .titlebar .button.suggested-action:insensitive, ++ .header-bar .button.suggested-action:insensitive, .titlebar.selection-mode.suggested-action:insensitive, ++ .header-bar.selection-mode.suggested-action:insensitive { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ .titlebar .button.suggested-action:insensitive:active, ++ .header-bar .button.suggested-action:insensitive:active, .titlebar.selection-mode.suggested-action:insensitive:active, ++ .header-bar.selection-mode.suggested-action:insensitive:active, .titlebar .button.suggested-action:insensitive:checked, ++ .header-bar .button.suggested-action:insensitive:checked, .titlebar.selection-mode.suggested-action:insensitive:checked, ++ .header-bar.selection-mode.suggested-action:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .titlebar .button.suggested-action:insensitive:active > .label, ++ .header-bar .button.suggested-action:insensitive:active > .label, .titlebar.selection-mode.suggested-action:insensitive:active > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:active > .label, .titlebar .button.suggested-action:insensitive:checked > .label, ++ .header-bar .button.suggested-action:insensitive:checked > .label, .titlebar.selection-mode.suggested-action:insensitive:checked > .label, ++ .header-bar.selection-mode.suggested-action:insensitive:checked > .label { ++ color: inherit; } ++ .titlebar .button.suggested-action:backdrop, ++ .header-bar .button.suggested-action:backdrop, .titlebar.selection-mode.suggested-action:backdrop, ++ .header-bar.selection-mode.suggested-action:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ color: #bdc3c7; } ++ .titlebar .button.suggested-action:backdrop:insensitive, ++ .header-bar .button.suggested-action:backdrop:insensitive, .titlebar.selection-mode.suggested-action:backdrop:insensitive, ++ .header-bar.selection-mode.suggested-action:backdrop:insensitive { ++ color: rgba(170, 178, 183, 0.35); } ++ ++/************** ++ * GtkInfoBar * ++ **************/ ++GtkInfoBar { ++ border-style: none; ++ border-bottom: 1px solid #c0c2c4; ++ background-color: #eff0f1; ++ background-image: none; } ++ GtkInfoBar:backdrop { ++ border-bottom: 1px solid #c0c2c4; } ++ ++.info, .titlebar.selection-mode, ++.header-bar.selection-mode, ++.question, ++.warning, ++.error { ++ background-color: #eff0f1; ++ background-image: none; ++ color: #f67400; ++ text-shadow: none; } ++ .info:backdrop, .titlebar.selection-mode:backdrop, ++ .header-bar.selection-mode:backdrop, ++ .question:backdrop, ++ .warning:backdrop, ++ .error:backdrop { ++ background-color: #eff0f1; ++ color: #f67400; } ++ .info .button, .titlebar.selection-mode .button, ++ .header-bar.selection-mode .button, ++ .question .button, ++ .warning .button, ++ .error .button { ++ box-shadow: none; ++ background-image: none; ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #31363b; } ++ .info .button:hover, .titlebar.selection-mode .button:hover, ++ .header-bar.selection-mode .button:hover, ++ .question .button:hover, ++ .warning .button:hover, ++ .error .button:hover { ++ background-color: rgba(246, 116, 0, 0.25); ++ border-color: #f67400; } ++ .info .button:active, .titlebar.selection-mode .button:active, ++ .header-bar.selection-mode .button:active, .info .button:checked, .titlebar.selection-mode .button:checked, ++ .header-bar.selection-mode .button:checked, ++ .question .button:active, ++ .question .button:checked, ++ .warning .button:active, ++ .warning .button:checked, ++ .error .button:active, ++ .error .button:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #eff0f1; ++ border-color: #f67400; } ++ .info .button:insensitive, .titlebar.selection-mode .button:insensitive, ++ .header-bar.selection-mode .button:insensitive, ++ .question .button:insensitive, ++ .warning .button:insensitive, ++ .error .button:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(45, 49, 54, 0.35); } ++ .info .button:backdrop, .titlebar.selection-mode .button:backdrop, ++ .header-bar.selection-mode .button:backdrop, ++ .question .button:backdrop, ++ .warning .button:backdrop, ++ .error .button:backdrop { ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #31363b; } ++ .info .button:backdrop:active, .titlebar.selection-mode .button:backdrop:active, ++ .header-bar.selection-mode .button:backdrop:active, .info .button:backdrop:checked, .titlebar.selection-mode .button:backdrop:checked, ++ .header-bar.selection-mode .button:backdrop:checked, ++ .question .button:backdrop:active, ++ .question .button:backdrop:checked, ++ .warning .button:backdrop:active, ++ .warning .button:backdrop:checked, ++ .error .button:backdrop:active, ++ .error .button:backdrop:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #eff0f1; ++ border-color: #f67400; } ++ .info .button:backdrop:insensitive, .titlebar.selection-mode .button:backdrop:insensitive, ++ .header-bar.selection-mode .button:backdrop:insensitive, ++ .question .button:backdrop:insensitive, ++ .warning .button:backdrop:insensitive, ++ .error .button:backdrop:insensitive { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(45, 49, 54, 0.35); } ++ .info .button:backdrop:insensitive:active, .titlebar.selection-mode .button:backdrop:insensitive:active, ++ .header-bar.selection-mode .button:backdrop:insensitive:active, .info .button:backdrop:insensitive:checked, .titlebar.selection-mode .button:backdrop:insensitive:checked, ++ .header-bar.selection-mode .button:backdrop:insensitive:checked, ++ .question .button:backdrop:insensitive:active, ++ .question .button:backdrop:insensitive:checked, ++ .warning .button:backdrop:insensitive:active, ++ .warning .button:backdrop:insensitive:checked, ++ .error .button:backdrop:insensitive:active, ++ .error .button:backdrop:insensitive:checked { ++ background-image: linear-gradient(to bottom, rgba(226, 107, 0, 0.35), rgba(217, 102, 0, 0.35)); ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(224, 105, 0, 0.35); } ++ ++/********* ++ * Links * ++ *********/ ++*:link, .button:link, .button:visited { ++ color: #2980b9; } ++ *:link:visited, .button:visited { ++ color: #7f8c8d; } ++ *:selected *:link:visited, *:selected .button:visited { ++ color: #a8d6ee; } ++ *:link:hover, .button:hover:link, .button:hover:visited { ++ color: #409ad5; } ++ *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { ++ color: #dde9f0; } ++ *:link:active, .button:active:link, .button:active:visited { ++ color: #2980b9; } ++ *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { ++ color: #cbe3ef; } ++ *:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .titlebar.selection-mode .subtitle:backdrop:hover:link, ++ .header-bar.selection-mode .subtitle:backdrop:hover:link, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited { ++ color: rgba(61, 174, 233, 0.5); } ++ *:link:selected, .titlebar.selection-mode .subtitle:link, ++ .header-bar.selection-mode .subtitle:link, .button:selected:link, .button:selected:visited, *:selected *:link, *:selected .button:link, *:selected .button:visited { ++ color: #cbe3ef; } ++ ++.button:link, .button:visited { ++ text-shadow: none; } ++ .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked { ++ text-shadow: none; } ++ ++/********* ++ * Lists * ++ *********/ ++.list, .list-row { ++ background-color: #eff0f1; ++ color: #31363b; ++ border-width: 0px; } ++ .list:backdrop, .list-row:backdrop { ++ background-color: #eff0f1; ++ color: #31363b; } ++ ++.list-row, ++.grid-child { ++ padding: 0px 2px; ++ border-style: solid; ++ border-width: 0px; ++ border-color: #eff0f1; } ++ ++.list-row.button, ++.list-row.button:backdrop, ++.list-row.button:backdrop:active, ++.list-row.button:backdrop:checked, ++.list-row.button:backdrop:insensitive, ++.list-row.button:backdrop:insensitive:active, ++.list-row.button:backdrop:insensitive:checked, ++.list-row.button:insensitive:active, ++.list-row.button:insensitive:checked { ++ background-color: rgba(252, 252, 252, 0); ++ border-style: none; ++ border-radius: 0; ++ box-shadow: none; } ++ ++.list-row.button { ++ background-color: #eff0f1; } ++ .list-row.button:hover { ++ background-color: rgba(147, 206, 233, 0.25); } ++ .list-row.button:active { ++ background-color: #3daee9; ++ box-shadow: none; } ++ .list-row.button:selected { ++ background-color: #3daee9; } ++ .list-row.button:selected:active { ++ box-shadow: none; } ++ .list-row.button:selected:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ .list-row.button:selected:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); } ++ .list-row.button:backdrop { ++ background-color: #eff0f1; } ++ ++.list-row:selected .button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .list-row:selected .button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; } ++ .list-row:selected .button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .list-row:selected .button:active, .list-row:selected .button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop, .list-row:selected .button.flat:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .list-row:selected .button:backdrop:active, .list-row:selected .button:backdrop:checked, .list-row:selected .button.flat:backdrop:active, .list-row:selected .button.flat:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .list-row:selected .button:backdrop:insensitive, .list-row:selected .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .list-row:selected .button:backdrop:insensitive > .label, .list-row:selected .button.flat:backdrop:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:backdrop:insensitive:active, .list-row:selected .button:backdrop:insensitive:checked, .list-row:selected .button.flat:backdrop:insensitive:active, .list-row:selected .button.flat:backdrop:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:backdrop:insensitive:active > .label, .list-row:selected .button:backdrop:insensitive:checked > .label, .list-row:selected .button.flat:backdrop:insensitive:active > .label, .list-row:selected .button.flat:backdrop:insensitive:checked > .label { ++ color: inherit; } ++ .list-row:selected .button.flat:backdrop { ++ background-color: #eff0f1; ++ color: #31363b; ++ border-color: transparent; } ++ .list-row:selected .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .list-row:selected .button:insensitive > .label { ++ color: inherit; } ++ .list-row:selected .button:insensitive:active, .list-row:selected .button:insensitive:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ .list-row:selected .button:insensitive:active > .label, .list-row:selected .button:insensitive:checked > .label { ++ color: inherit; } ++ ++.list-row, list-row.button { ++ transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ .list-row:hover, list-row.button:hover { ++ transition: none; } ++ ++/********* ++ * Menus * ++ *********/ ++/* menu buttons */ ++.menuitem.button.flat { ++ color: #31363b; } ++ .menuitem.button.flat:hover { ++ background-color: #93cee9; } ++ .menuitem.button.flat:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover { ++ color: #31363b; } ++ ++.menubar { ++ -GtkWidget-window-dragging: true; ++ padding: 0px; ++ box-shadow: none; ++ background-color: #eff0f1; } ++ .menubar:backdrop { ++ background-color: #eff0f1; } ++ .menubar > .menuitem { ++ padding: 6px 8px; ++ border: 1px solid #eff0f1; } ++ .menubar > .menuitem:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ .menubar > .menuitem:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ box-shadow: none; } ++ .menubar > .menuitem:insensitive:backdrop { ++ background-color: #eff0f1; ++ color: rgba(45, 49, 54, 0.35); } ++ .menubar > .menuitem:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #31363b; } ++ ++.menu { ++ padding: 0px; ++ background-color: #eff0f1; ++ border: 1px solid #c0c2c4; ++ border-radius: 3px; } ++ .csd .menu { ++ border: 1px solid #c0c2c4; } ++ .menu .separator, .menu GtkPlacesSidebar.sidebar .view .separator, GtkPlacesSidebar.sidebar .view .menu .separator { ++ color: #c0c2c4; } ++ .menu .menuitem { ++ text-shadow: none; ++ padding: 4px 4px; } ++ .menu .menuitem:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } ++ .menu .menuitem:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .menu .menuitem:insensitive:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++ .menu .menuitem:backdrop, .menu .menuitem:backdrop:hover { ++ color: #31363b; ++ background-color: #eff0f1; } ++ .menu .menuitem.arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .menu .menuitem.arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ ++.menuitem .accelerator { ++ color: alpha(currentColor,0.5); } ++ ++/*************** ++ * Popovers * ++ ***************/ ++.popover { ++ margin: 10px; ++ padding: 0px; ++ border: 1px solid #c0c2c4; ++ border-radius: 3px; ++ background-color: #eff0f1; ++ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); } ++ .popover:backdrop { ++ box-shadow: none; } ++ .popover > .list, ++ .popover > .view, ++ .popover > .toolbar, ++ .popover > .inline-toolbar, ++ .popover > .search-bar, ++ .popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar { ++ border-style: none; ++ background-color: transparent; } ++ .popover .button.flat { ++ border-radius: 0px; ++ color: #31363b; } ++ .popover .button.flat .label { ++ padding: 4px 0px; } ++ .popover .button.flat:hover, .popover .button.flat:checked:hover { ++ background-image: none; ++ background-color: #3daee9; ++ color: #eff0f1; ++ transition: none; } ++ .popover .button.flat:backdrop { ++ background-color: transparent; ++ color: #31363b; } ++ ++.entry.cursor-handle, ++.cursor-handle { ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ border-style: none; } ++ .entry.cursor-handle.top, ++ .cursor-handle.top { ++ -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } ++ .entry.cursor-handle.bottom, ++ .cursor-handle.bottom { ++ -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } ++ ++.scale-popup .button, ++.scale-popup .button.flat { ++ background-color: transparent; ++ padding: 5px; ++ color: #31363b; } ++ .scale-popup .button:hover, ++ .scale-popup .button.flat:hover { ++ color: #93cee9; } ++ .scale-popup .button:active, ++ .scale-popup .button.flat:active { ++ color: #3daee9; } ++ .scale-popup .button:insensitive, ++ .scale-popup .button.flat:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .scale-popup .button:backdrop, ++ .scale-popup .button.flat:backdrop { ++ color: #31363b; } ++ .scale-popup .button:backdrop:insensitive, ++ .scale-popup .button.flat:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ ++GtkVolumeButton.button { ++ padding: 5px; } ++ ++/******** ++ * Misc * ++ ********/ ++/********** ++* Frames * ++**********/ ++.frame { ++ border: 1px solid #c0c2c4; ++ padding: 0; } ++ .frame.flat { ++ border-style: none; } ++ .frame.action-bar { ++ padding: 6px; ++ border-width: 1px 0 0; } ++ .frame.action-bar:backdrop { ++ border-color: #c0c2c4; } ++ .frame:backdrop { ++ border-color: #c0c2c4; } ++ ++GtkScrolledWindow GtkViewport.frame { ++ border-style: none; } ++ ++.separator, GtkPlacesSidebar.sidebar .view .separator, ++GtkPlacesSidebar.sidebar .view .separator:backdrop { ++ color: transparent; } ++ .separator.vertical, GtkPlacesSidebar.sidebar .view .vertical.separator { ++ color: #c0c2c4; } ++ .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .view .vertical.separator:backdrop { ++ color: #c0c2c4; } ++ GtkFileChooserButton .separator.vertical, GtkFileChooserButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFileChooserButton .vertical.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkFontButton .vertical.separator { ++ -GtkWidget-wide-separators: true; } ++ ++/************* ++* Expanders * ++*************/ ++.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ .expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ .expander:hover { ++ color: #77838e; } ++ .expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ ++/********* ++* Paned * ++*********/ ++GtkPaned { ++ -GtkPaned-handle-size: 1; ++ -gtk-icon-source: none; ++ margin: 0 8px 8px 0; } ++ GtkPaned:dir(rtl) { ++ margin-right: 0; ++ margin-left: 8px; } ++ GtkPaned .pane-separator { ++ background-color: #c0c2c4; } ++ GtkPaned .pane-separator:backdrop { ++ background-color: #c0c2c4; } ++ ++GtkPaned.wide { ++ -GtkPaned-handle-size: 5; ++ margin: 0; } ++ GtkPaned.wide .pane-separator { ++ background-color: transparent; ++ border-style: none; } ++ GtkPaned.wide.vertical .pane-separator { ++ border-style: none; } ++ GtkPaned.wide .pane-separator:backdrop { ++ border-color: transparent; } ++ ++/********************* ++* Spinner Animation * ++*********************/ ++@keyframes spin { ++ to { ++ -gtk-icon-transform: rotate(1turn); } } ++.spinner { ++ background-image: none; ++ background-color: blue; ++ opacity: 0; ++ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } ++ .spinner:active { ++ opacity: 1; ++ animation: spin 1s linear infinite; } ++ .spinner:active:insensitive { ++ opacity: 0.5; } ++ ++/***************** ++ * Notebooks and * ++ * Tabs * ++ *****************/ ++.notebook { ++ -GtkNotebook-initial-gap: 0; ++ -GtkNotebook-arrow-spacing: 5; ++ -GtkNotebook-tab-curvature: 0; ++ -GtkNotebook-tab-overlap: 1; ++ -GtkNotebook-has-tab-gap: false; ++ -GtkWidget-focus-padding: 0; ++ -GtkWidget-focus-line-width: 0; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ background-color: #eff0f1; } ++ .notebook:backdrop { ++ background-color: #eff0f1; } ++ .notebook.frame { ++ border: 1px solid #c0c2c4; } ++ .notebook.frame.top { ++ border-top-width: 0; } ++ .notebook.frame.bottom { ++ border-bottom-width: 0; } ++ .notebook.frame.right { ++ border-right-width: 0; } ++ .notebook.frame.left { ++ border-left-width: 0; } ++ .notebook.frame:backdrop { ++ border-color: #c0c2c4; } ++ .notebook.header { ++ background-color: #eff0f1; ++ padding-top: 4px; } ++ .notebook.header.frame { ++ border-style: none; } ++ .notebook.header.top { ++ box-shadow: inset 0 -1px #c0c2c4; } ++ .notebook.header.top:backdrop { ++ box-shadow: inset 0 -1px #c0c2c4; } ++ .notebook.header.bottom { ++ box-shadow: inset 0 1px #c0c2c4; } ++ .notebook.header.bottom:backdrop { ++ box-shadow: inset 0 1px #c0c2c4; } ++ .notebook.header.right { ++ box-shadow: inset 1px 0 #c0c2c4; } ++ .notebook.header.right:backdrop { ++ box-shadow: inset 1px 0 #c0c2c4; } ++ .notebook.header.left { ++ box-shadow: inset -1px 0 #c0c2c4; } ++ .notebook.header.left:backdrop { ++ box-shadow: inset -1px 0 #c0c2c4; } ++ .notebook.header:backdrop { ++ background-color: #eff0f1; } ++ .notebook tab { ++ border: 1px solid rgba(49, 54, 59, 0.2); ++ background-color: rgba(49, 54, 59, 0.2); ++ background-clip: padding-box; ++ padding: 8px; } ++ .notebook tab:backdrop { ++ background-color: rgba(49, 54, 59, 0.2); } ++ .notebook tab.reorderable-page { ++ background-color: #eff0f1; } ++ .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { ++ padding-left: 12px; ++ padding-right: 6px; ++ padding-bottom: 8px; } ++ .notebook tab.top { ++ border-radius: 3px 3px 0px 0px; ++ border-bottom-color: transparent; } ++ .notebook tab.top:active, .notebook tab.top.active-page { ++ border-color: #c0c2c4; ++ border-bottom-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.top:active:backdrop, .notebook tab.top.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-bottom-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.bottom { ++ border-radius: 0px 0px 3px 3px; ++ border-top-color: transparent; } ++ .notebook tab.bottom:active, .notebook tab.bottom.active-page { ++ border-color: #c0c2c4; ++ border-top-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.bottom:active:backdrop, .notebook tab.bottom.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-top-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.left { ++ border-radius: 3px 0px 0px 3px; ++ border-right-color: transparent; } ++ .notebook tab.left:active, .notebook tab.left.active-page { ++ border-color: #c0c2c4; ++ border-right-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.left:active:backdrop, .notebook tab.left.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-right-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.right { ++ border-radius: 0px 3px 3px 0px; ++ border-left-color: transparent; } ++ .notebook tab.right:active, .notebook tab.right.active-page { ++ border-color: #c0c2c4; ++ border-left-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab.right:active:backdrop, .notebook tab.right.active-page:backdrop { ++ border-color: #c0c2c4; ++ border-left-color: #eff0f1; ++ background-color: #eff0f1; } ++ .notebook tab:hover, .notebook tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ .notebook tab.reorderable-page.top { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #c0c2c4; ++ box-shadow: inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.top:active:backdrop, .notebook tab.reorderable-page.top.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.top:backdrop { ++ background-color: #eff0f1; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.bottom { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #c0c2c4; ++ box-shadow: inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.bottom:active:backdrop, .notebook tab.reorderable-page.bottom.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.bottom:backdrop { ++ background-color: #eff0f1; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.left { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #c0c2c4; ++ box-shadow: inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.left:active:backdrop, .notebook tab.reorderable-page.left.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.left:backdrop { ++ background-color: #eff0f1; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.right { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #c0c2c4; ++ box-shadow: inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } ++ .notebook tab.reorderable-page.right:active:backdrop, .notebook tab.reorderable-page.right.active-page:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab.reorderable-page.right:backdrop { ++ background-color: #eff0f1; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ .notebook tab .label { ++ padding: 0 2px; ++ color: #31363b; } ++ .notebook tab .label:backdrop { ++ color: #31363b; } ++ .notebook tab .button { ++ padding: 0px; ++ border: 1px solid transparent; ++ border-radius: 50%; ++ background-image: none; ++ background-color: #c0c2c4; ++ box-shadow: none; ++ icon-shadow: none; ++ transition: none; ++ color: #eff0f1; } ++ .notebook tab .button:hover { ++ background-color: #da4453; ++ border-color: transparent; ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:active { ++ color: #eff0f1; ++ border-color: transparent; ++ background-image: none; ++ box-shadow: none; } ++ .notebook tab .button:backdrop { ++ color: #eff0f1; ++ background-color: #c0c2c4; } ++ .notebook tab .button > GtkImage { ++ padding: 0px; } ++ .notebook tab .button .active-page, .notebook tab .button.active-page { ++ background-color: #da4453; } ++ .notebook.arrow { ++ color: #31363b; } ++ .notebook.arrow:hover { ++ color: #93cee9; } ++ .notebook.arrow:active { ++ color: #3daee9; } ++ .notebook.arrow:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .notebook.arrow:backdrop { ++ color: #31363b; } ++ .notebook.arrow:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ ++/* Decouple the font of context menus from their entry/textview */ ++.touch-selection, ++.context-menu { ++ font: initial; } ++ ++.monospace { ++ font: Monospace; } ++ ++.overshoot.top { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.top:backdrop { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++.overshoot.bottom { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.bottom:backdrop { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++.overshoot.left { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.left:backdrop { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++.overshoot.right { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ .overshoot.right:backdrop { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ ++/************ ++ * Pathbars * ++ ************/ ++.path-bar .button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ icon-shadow: none; ++ padding: 4px 8px; ++ color: #31363b; } ++ .path-bar .button:hover { ++ border-color: #93cee9; } ++ .path-bar .button:active, .path-bar .button:checked { ++ background-color: #c0c2c4; } ++ .path-bar .button:first-child { ++ padding-left: 8px; } ++ .path-bar .button:last-child { ++ padding-right: 8px; } ++ .path-bar .button:only-child { ++ padding-left: 12px; ++ padding-right: 12px; } ++ .path-bar .button .label:last-child { ++ padding-left: 2px; } ++ .path-bar .button .label:first-child { ++ padding-right: 2px; } ++ .path-bar .button .label:only-child { ++ padding-right: 0; ++ padding-left: 0; } ++ .path-bar .button GtkImage { ++ padding-top: 1px; } ++ ++/***************** ++ * Progress bars * ++ *****************/ ++GtkProgressBar { ++ padding: 0; ++ font-size: smaller; ++ color: rgba(49, 54, 59, 0.3); ++ box-shadow: none; } ++ GtkProgressBar:backdrop { ++ color: rgba(49, 54, 59, 0.3); } ++ GtkProgressBar.osd { ++ -GtkProgressBar-xspacing: 0; ++ -GtkProgressBar-yspacing: 0; ++ -GtkProgressBar-min-horizontal-bar-height: 3; } ++ GtkProgressBar.trough { ++ border: 1px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkProgressBar.trough.osd { ++ border: 1px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkProgressBar.trough.osd:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkProgressBar.trough:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } ++ ++.progressbar { ++ background-color: #3daee9; ++ border: 1px solid #3daee9; ++ border-radius: 0px; ++ box-shadow: none; } ++ .progressbar.left { ++ border-top-left-radius: 3px; ++ border-bottom-left-radius: 3px; } ++ .progressbar.right { ++ border-top-right-radius: 3px; ++ border-bottom-right-radius: 3px; } ++ .progressbar.left.right { ++ box-shadow: none; } ++ .progressbar.vertical.bottom { ++ border-bottom-left-radius: 3px; ++ border-bottom-right-radius: 3px; ++ box-shadow: none; } ++ .progressbar.vertical.top { ++ border-top-left-radius: 3px; ++ border-top-right-radius: 3px; } ++ .progressbar.osd { ++ background-image: none; ++ background-color: #3daee9; ++ border: 1px solid #3daee9; ++ border-radius: 3px; } ++ .progressbar.osd:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .progressbar:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ ++/************* ++ * Level Bar * ++ *************/ ++.level-bar.vertical { ++ -GtkLevelBar-min-block-width: 6; ++ -GtkLevelBar-min-block-height: 34; } ++ ++.level-bar { ++ box-shadow: none; ++ -GtkLevelBar-min-block-width: 34; ++ -GtkLevelBar-min-block-height: 6; } ++ .level-bar.vertical { ++ -GtkLevelBar-min-block-width: 6; ++ -GtkLevelBar-min-block-height: 34; } ++ .level-bar.trough { ++ border: 1px solid transparent; ++ padding: 3px; ++ border-radius: 3px; ++ background-color: transparent; } ++ .level-bar.fill-block { ++ border: 1px solid #3daee9; ++ background-color: #3daee9; ++ box-shadow: none; ++ border-radius: 3px; } ++ .level-bar.fill-block.indicator-discrete.horizontal { ++ margin: 0 1px; } ++ .level-bar.fill-block.indicator-discrete.vertical { ++ margin: 1px 0; } ++ .level-bar.fill-block.level-high { ++ border-color: #27ae60; ++ background-color: #27ae60; } ++ .level-bar.fill-block.level-high:backdrop { ++ background-color: #27ae60; ++ border-color: #27ae60; } ++ .level-bar.fill-block.level-low { ++ border-color: #f67400; ++ background-color: #f67400; } ++ .level-bar.fill-block.level-low:backdrop { ++ background-color: #f67400; ++ border-color: #f67400; } ++ .level-bar.fill-block.empty-fill-block { ++ background-color: rgba(49, 54, 59, 0.3); ++ border-color: transparent; ++ box-shadow: none; } ++ .level-bar.fill-block:backdrop { ++ border-color: rgba(61, 174, 233, 0.5); ++ background-color: rgba(61, 174, 233, 0.5); } ++ ++/************ ++ * GtkScale * ++ ************/ ++.scale, ++.scale.scale-has-marks-above.scale-has-marks-below, ++.scale.vertical.scale-has-marks-above.scale-has-marks-below { ++ -GtkScale-slider-length: 18; ++ -GtkRange-slider-width: 18; ++ -GtkRange-trough-border: 2; } ++ .scale.fine-tune.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.trough { ++ margin: 8px; ++ border-radius: 3px; } ++ .scale.slider, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider { ++ background-color: #eff0f1; ++ border: 1px solid #c0c2c4; ++ border-radius: 50%; ++ box-shadow: none; } ++ .scale.slider:hover, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover { ++ border-style: solid; ++ border-width: 2px; ++ border-color: #93cee9; ++ border-radius: 50%; } ++ .scale.slider:hover:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover:backdrop { ++ background-color: #eff0f1; ++ border-color: #93cee9; } ++ .scale.slider:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive { ++ border-style: solid; ++ border-radius: 50%; ++ background-color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); } ++ .scale.slider:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive:backdrop { ++ background-color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); } ++ .scale.slider:active, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active { ++ border: 2px solid #3daee9; } ++ .scale.slider:active:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:active:backdrop { ++ background-color: #eff0f1; ++ border-color: #3daee9; } ++ .scale.slider:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { ++ background-color: #eff0f1; ++ border-color: #c0c2c4; } ++ .scale.trough, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough { ++ margin: 9px; ++ border: 1px solid rgba(49, 54, 59, 0.3); ++ border-radius: 3px; ++ background-color: rgba(49, 54, 59, 0.3); ++ box-shadow: none; } ++ .scale.trough.highlight, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ .scale.trough.highlight.vertical, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ .scale.trough.highlight:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ .scale.trough:insensitive, .scale.trough.vertical:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive { ++ border-color: rgba(45, 49, 54, 0); ++ background-color: rgba(45, 49, 54, 0); ++ box-shadow: none; } ++ .scale.trough:insensitive:backdrop, .scale.trough.vertical:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.vertical:insensitive:backdrop { ++ background-color: rgba(45, 49, 54, 0); ++ border-color: rgba(45, 49, 54, 0); } ++ .scale.trough:backdrop, ++ .scale.scale-has-marks-above.scale-has-marks-below.trough:backdrop, ++ .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); ++ border-color: rgba(49, 54, 59, 0.3); } ++ ++/************** ++ * Scrollbars * ++ **************/ ++.scrollbar { ++ -GtkRange-trough-border: 0; ++ -GtkScrollbar-has-backward-stepper: true; ++ -GtkScrollbar-has-forward-stepper: true; ++ -GtkRange-slider-width: 20; ++ -GtkScrollbar-min-slider-length: 64; ++ -GtkRange-stepper-spacing: 0; ++ -GtkRange-trough-under-steppers: 1; } ++ .scrollbar .button { ++ color: #31363b; } ++ .scrollbar .button:hover { ++ color: #93cee9; } ++ .scrollbar .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .scrollbar .button:backdrop { ++ color: #31363b; } ++ .scrollbar .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ .scrollbar.dragging, .scrollbar.hovering { ++ opacity: 0.9910; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ opacity: 0.999; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ -GtkRange-slider-width: 8px; ++ -GtkScrollbar-has-backward-stepper: false; ++ -GtkScrollbar-has-forward-stepper: false; } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { ++ margin: 2px; ++ border: 2px solid transparent; ++ border-radius: 2px; ++ background-color: rgba(49, 54, 59, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider:backdrop { ++ background-color: rgba(49, 54, 59, 0.5); } ++ .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { ++ border: none; ++ background: none; } ++ .scrollbar.trough { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical.png"), url("../assets/scrollbar-trough-vertical@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal.png"), url("../assets/scrollbar-trough-horizontal@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-vertical-backdrop.png"), url("../assets/scrollbar-trough-vertical-backdrop@2.png")) 23 10 23 10/23px 10px 23px 10px stretch; ++ border-width: 23px 10px 23px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.trough:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-trough-horizontal-backdrop.png"), url("../assets/scrollbar-trough-horizontal-backdrop@2.png")) 10 23 10 23/10px 23px 10px 23px stretch; ++ border-width: 10px 23px 10px 23px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical.png"), url("../assets/scrollbar-slider-vertical@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal.png"), url("../assets/scrollbar-slider-horizontal@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-hover.png"), url("../assets/scrollbar-slider-vertical-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:hover.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-hover.png"), url("../assets/scrollbar-slider-horizontal-hover@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-active.png"), url("../assets/scrollbar-slider-vertical-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:active.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-active.png"), url("../assets/scrollbar-slider-horizontal-active@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-insensitive.png"), url("../assets/scrollbar-slider-vertical-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:insensitive.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-insensitive.png"), url("../assets/scrollbar-slider-horizontal-insensitive@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-vertical-backdrop.png"), url("../assets/scrollbar-slider-vertical-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ .scrollbar.slider:backdrop.horizontal { ++ border-image: -gtk-scaled(url("../assets/scrollbar-slider-horizontal-backdrop.png"), url("../assets/scrollbar-slider-horizontal-backdrop@2.png")) 10 10 10 10/10px 10px 10px 10px stretch; ++ border-width: 10px 10px 10px 10px; ++ border-style: solid; ++ border-color: transparent; } ++ ++.scrollbars-junction, ++.scrollbars-junction.frame { ++ border-color: transparent; ++ background-color: transparent; ++ border-image: none; } ++ ++/*********** ++ * Sidebar * ++ ***********/ ++.sidebar, ++.sidebar .view { ++ border: none; ++ background-color: #eff0f1; } ++ .sidebar:backdrop, ++ .sidebar .view:backdrop { ++ background-color: #eff0f1; } ++ ++GtkSidebarRow.list-row { ++ padding: 0px; } ++GtkSidebarRow .sidebar-revealer { ++ padding: 4px 14px 4px 12px; } ++GtkSidebarRow .sidebar-icon:dir(ltr) { ++ padding-right: 8px; } ++GtkSidebarRow .sidebar-icon:dir(rtl) { ++ padding-left: 8px; } ++GtkSidebarRow .sidebar-label:dir(ltr) { ++ padding-right: 2px; } ++GtkSidebarRow .sidebar-label:dir(rtl) { ++ padding-left: 2px; } ++ ++GtkPlacesSidebar.sidebar .view:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++GtkPlacesSidebar.sidebar .view:backdrop { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++GtkPlacesSidebar.sidebar .view .image { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view .image:selected { ++ color: #eff0f1; } ++ GtkPlacesSidebar.sidebar .view .image:selected:backdrop { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view .image:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ GtkPlacesSidebar.sidebar .view .image:backdrop { ++ color: #31363b; } ++ GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); } ++ ++.sidebar-item { ++ padding: 10px 4px; } ++ .sidebar-item > .label { ++ padding-left: 6px; ++ padding-right: 6px; } ++ .sidebar-item.needs-attention > .label { ++ background-size: 6px 6px, 0 0; } ++ ++/***************** ++ * GtkSpinButton * ++ *****************/ ++.osd .spinbutton .button:last-child { ++ border-radius: 0 3px 3px 0; } ++.osd .spinbutton .button:dir(rtl):first-child { ++ border-radius: 3px 0 0 3px; } ++.spinbutton.vertical .button, .spinbutton.vertical:dir(rtl) .button { ++ padding-top: 5px; ++ padding-bottom: 5px; } ++ .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .spinbutton.vertical .button:first-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > .label { ++ color: inherit; } ++ .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); ++ text-shadow: none; ++ icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .spinbutton.vertical .button:last-child:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > .label { ++ color: inherit; } ++ .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .spinbutton.vertical .button:backdrop:insensitive, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .spinbutton.vertical .button:backdrop:insensitive > .label, .spinbutton.vertical:dir(rtl) .button:backdrop:insensitive > .label { ++ color: inherit; } ++.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { ++ border-radius: 0px; ++ padding-left: 0px; ++ padding-right: 0px; } ++ .spinbutton.vertical.entry:insensitive, .spinbutton.vertical:dir(rtl).entry:insensitive { ++ background-color: #e5e5e5; } ++GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { ++ padding: 1px; ++ border-width: 1px 0; ++ border-color: #3daee9; ++ border-radius: 0; ++ box-shadow: none; } ++ ++.spinbutton .button, .osd .spinbutton .button { ++ background-image: none; ++ background-color: transparent; ++ border-style: none none none solid; ++ border-color: rgba(192, 194, 196, 0.3); ++ color: #31363b; ++ border-radius: 0; ++ box-shadow: none; } ++ .spinbutton .button:dir(rtl) { ++ border-style: none solid none none; } ++ .spinbutton .button:hover { ++ color: #93cee9; } ++ .spinbutton .button:insensitive { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0); } ++ .spinbutton .button:active { ++ color: #3daee9; } ++ .spinbutton .button:backdrop { ++ color: #31363b; ++ border-color: rgba(192, 194, 196, 0.3); ++ background-color: transparent; } ++ .spinbutton .button:backdrop:insensitive { ++ background-image: none; ++ color: rgba(45, 49, 54, 0.35); ++ border-style: none none none solid; ++ border-color: rgba(174, 176, 179, 0); } ++ .spinbutton .button:backdrop:insensitive:dir(rtl) { ++ border-style: none solid none none; } ++ ++.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl) .button:first-child:backdrop { ++ border-radius: 3px 3px 0 0; ++ border-style: solid solid none solid; } ++ ++.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl) .button:last-child:backdrop { ++ border-radius: 0 0 3px 3px; ++ border-style: none solid solid solid; } ++ ++/********** ++ * Switch * ++ **********/ ++GtkSwitch { ++ -GtkSwitch-slider-width: 24px; ++ -GtkSwitch-slider-height: 24px; ++ font-weight: bold; ++ font-size: smaller; ++ outline-offset: 0px; ++ color: transparent; ++ box-shadow: none; } ++ GtkSwitch.trough { ++ border: 0px solid; ++ border-radius: 12px; ++ background-image: none; ++ background-color: rgba(49, 54, 59, 0.3); ++ text-shadow: none; } ++ GtkSwitch.trough:active { ++ background-color: #3daee9; ++ box-shadow: none; ++ text-shadow: none; } ++ GtkSwitch.trough:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } ++ GtkSwitch.slider { ++ border: 1px solid; ++ border-radius: 11px; ++ background-color: #eff0f1; ++ border-color: #c0c2c4; } ++ GtkSwitch.slider:hover { ++ box-shadow: none; ++ border-color: #93cee9; ++ background-color: #eff0f1; } ++ GtkSwitch.slider:active { ++ border-color: #3daee9; } ++ GtkSwitch.slider:active:hover { ++ border-color: #93cee9; } ++ GtkSwitch.slider:insensitive { ++ background-color: rgba(216, 218, 221, 0.35); } ++ GtkSwitch.slider:backdrop { ++ background-color: #eff0f1; } ++ GtkSwitch.slider:backdrop:insensitive { ++ background-color: rgba(216, 218, 221, 0.35); } ++ .header-bar GtkSwitch.trough:backdrop { ++ background-color: transparent; } ++ .header-bar GtkSwitch.slider:backdrop { ++ background-color: #bdc3c7; } ++ ++/************ ++ * Toolbars * ++ ************/ ++.toolbar, .inline-toolbar, .search-bar, .location-bar, ++.primary-toolbar { ++ -GtkWidget-window-dragging: true; ++ padding: 4px; ++ background-color: #eff0f1; } ++ .toolbar:backdrop, .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop, ++ .primary-toolbar:backdrop { ++ background-color: #eff0f1; ++ box-shadow: none; } ++ .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar, .osd ++ .primary-toolbar, ++ .primary-toolbar.osd { ++ padding: 13px; ++ border: none; ++ border-radius: 3px; ++ background-color: #eff0f1; } ++ .osd .toolbar:backdrop, .osd .inline-toolbar:backdrop, .osd .search-bar:backdrop, .osd .location-bar:backdrop, .toolbar.osd:backdrop, .osd.inline-toolbar:backdrop, .osd.search-bar:backdrop, .osd.location-bar:backdrop, .osd ++ .primary-toolbar:backdrop, ++ .primary-toolbar.osd:backdrop { ++ border-color: #c0c2c4; ++ background-color: #eff0f1; ++ box-shadow: none; } ++ ++.inline-toolbar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; ++ border-radius: 0; } ++ ++.search-bar, .location-bar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; } ++ ++.inline-toolbar, .search-bar, .location-bar { ++ border-style: solid; ++ border-color: #c0c2c4; ++ text-shadow: none; ++ background-color: #eff0f1; } ++ ++/************ ++ * Tooltips * ++ ************/ ++.tooltip { ++ color: #eff0f1; ++ padding: 4px; ++ /* not working */ ++ border-radius: 5px; ++ box-shadow: none; ++ text-shadow: none; } ++ .tooltip.background { ++ background-color: #31363b; ++ background-clip: padding-box; } ++ .tooltip.window-frame.csd { ++ background-color: transparent; } ++ ++.tooltip * { ++ padding: 4px; ++ background-color: transparent; ++ color: inherit; } ++ ++/************** ++ * Tree Views * ++ **************/ ++GtkTreeView.view { ++ -GtkTreeView-grid-line-width: 0; ++ -GtkTreeView-grid-line-pattern: ''; ++ -GtkTreeView-tree-line-width: 1; ++ -GtkTreeView-tree-line-pattern: ''; ++ -GtkTreeView-expander-size: 16; ++ border-left-color: #c0c2c4; ++ border-top-color: transparent; } ++ GtkTreeView.view:selected { ++ border-radius: 0; } ++ GtkTreeView.view:selected { ++ background-color: #3daee9; ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ GtkTreeView.view:insensitive { ++ color: rgba(174, 176, 179, 0.35); } ++ GtkTreeView.view:insensitive:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:selected:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ GtkTreeView.view:insensitive:backdrop { ++ color: rgba(174, 176, 179, 0.35); } ++ GtkTreeView.view.seperator { ++ color: #c0c2c4; } ++ GtkTreeView.view.separator:backdrop { ++ color: #c0c2c4; } ++ GtkTreeView.view:backdrop { ++ border-left-color: #c0c2c4; } ++ GtkTreeView.view.dnd { ++ border-style: solid none; ++ border-width: 1px; ++ border-color: #93cee9; } ++ GtkTreeView.view.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ color: #31363b; } ++ GtkTreeView.view.expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } ++ GtkTreeView.view.expander:hover { ++ color: #93cee9; } ++ GtkTreeView.view.expander:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ GtkTreeView.view.expander:checked:selected { ++ color: #eff0f1; } ++ GtkTreeView.view.expander:checked:backdrop { ++ color: #fcfcfc; } ++ GtkTreeView.view.expander:backdrop { ++ color: #fcfcfc; } ++ ++column-header .button { ++ color: #31363b; ++ background-color: #eff0f1; ++ text-shadow: none; ++ box-shadow: none; } ++ column-header .button:hover { ++ color: #31363b; ++ background-color: rgba(147, 206, 233, 0.5); ++ box-shadow: none; ++ transition: none; } ++ column-header .button:active { ++ color: #31363b; ++ background-color: rgba(147, 206, 233, 0.5); ++ transition: none; } ++column-header:last-child .button, column-header:last-child .button:backdrop, column-header:last-child.button, column-header:last-child.button:backdrop { ++ border-right-style: none; } ++ ++column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { ++ transition: none; ++ color: #3daee9; ++ box-shadow: none; } ++ ++column-header .button, column-header .button:hover, column-header .button:active { ++ padding: 6px; ++ border-style: none solid solid none; ++ border-radius: 0; ++ background-image: none; ++ border-color: #c0c2c4; ++ text-shadow: none; } ++ column-header .button:insensitive { ++ border-color: rgba(174, 176, 179, 0.35); ++ color: rgba(45, 49, 54, 0.35); ++ background-color: rgba(216, 218, 221, 0.35); ++ background-image: none; } ++ column-header .button:backdrop { ++ border-color: #c0c2c4; ++ border-style: none solid solid none; ++ color: #31363b; ++ background-image: none; ++ background-color: #eff0f1; } ++ column-header .button:backdrop:insensitive { ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: none; ++ background-color: rgba(216, 218, 221, 0.35); ++ color: rgba(45, 49, 54, 0.35); } ++ ++/********************** ++ * Window Decorations * ++ *********************/ ++.window-frame { ++ border-radius: 3px; ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); ++ /* this is used for the resize cursor area */ ++ margin: 10px; } ++ .window-frame:backdrop { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .window-frame.tiled { ++ border-radius: 0; } ++ .window-frame.popup { ++ border-radius: 3px; ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.ssd { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.csd { ++ border-radius: 3px; } ++ .window-frame.csd.popup { ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .window-frame.csd.tooltip { ++ box-shadow: none; } ++ .window-frame.csd.message-dialog { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .window-frame.solid-csd { ++ border-radius: 0; ++ margin: 1px; ++ background-color: #c0c2c4; ++ border: none; ++ box-shadow: none; } ++ ++.header-bar .button.titlebutton, ++.titlebar .button.titlebutton { ++ padding: 0px; } ++ .header-bar .button.titlebutton:hover, .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .header-bar .button.titlebutton:backdrop, .header-bar .button.titlebutton:active:hover, ++ .titlebar .button.titlebutton:hover, ++ .titlebar .button.titlebutton:active, ++ .titlebar .button.titlebutton:checked, ++ .titlebar .button.titlebutton:backdrop, ++ .titlebar .button.titlebutton:active:hover { ++ transition: none; } ++ .header-bar .button.titlebutton.close, ++ .titlebar .button.titlebutton.close { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); } ++ .header-bar .button.titlebutton.close:hover, ++ .titlebar .button.titlebutton.close:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); } ++ .header-bar .button.titlebutton.close:active, ++ .titlebar .button.titlebutton.close:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); } ++ .header-bar .button.titlebutton.close:backdrop, ++ .titlebar .button.titlebutton.close:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); } ++ .header-bar .button.titlebutton.maximize, ++ .titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); } ++ .header-bar .button.titlebutton.maximize:hover, ++ .titlebar .button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); } ++ .header-bar .button.titlebutton.maximize:active, ++ .titlebar .button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); } ++ .header-bar .button.titlebutton.maximize:backdrop, ++ .titlebar .button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); } ++ .header-bar .button.titlebutton.minimize, ++ .titlebar .button.titlebutton.minimize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); } ++ .header-bar .button.titlebutton.minimize:hover, ++ .titlebar .button.titlebutton.minimize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); } ++ .header-bar .button.titlebutton.minimize:active, ++ .titlebar .button.titlebutton.minimize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); } ++ .header-bar .button.titlebutton.minimize:backdrop, ++ .titlebar .button.titlebutton.minimize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); } ++ ++.maximized .header-bar .button.titlebutton.maximize, .maximized ++.titlebar .button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:hover, .maximized ++.titlebar .button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:active, .maximized ++.titlebar .button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); } ++.maximized .header-bar .button.titlebutton.maximize:backdrop, .maximized ++.titlebar .button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); } ++ ++.header-bar.selection-mode .button.titlebutton, ++.titlebar.selection-mode .button.titlebutton { ++ text-shadow: none; } ++ .header-bar.selection-mode .button.titlebutton:backdrop, ++ .titlebar.selection-mode .button.titlebutton:backdrop { ++ icon-shadow: none; } +diff --git a/Breeze-gtk/gtk-3.20/gtk.css b/Breeze-gtk/gtk-3.20/gtk.css +new file mode 100644 +index 0000000..d7486e2 +--- /dev/null ++++ b/Breeze-gtk/gtk-3.20/gtk.css +@@ -0,0 +1,3771 @@ ++/* GTK NAMED COLORS ++ ---------------- ++ use responsibly! */ ++/* ++widget text/foreground color */ ++@define-color theme_fg_color #31363b; ++/* ++text color for entries, views and content in general */ ++@define-color theme_text_color #31363b; ++/* ++widget base background color */ ++@define-color theme_bg_color #eff0f1; ++/* ++text widgets and the like base background color */ ++@define-color theme_base_color #fcfcfc; ++/* ++base background color of selections */ ++@define-color theme_selected_bg_color #3daee9; ++/* ++text/foreground color of selections */ ++@define-color theme_selected_fg_color #eff0f1; ++/* ++base background color of insensitive widgets */ ++@define-color insensitive_bg_color rgba(216, 218, 221, 0.35); ++/* ++text foreground color of insensitive widgets */ ++@define-color insensitive_fg_color rgba(45, 49, 54, 0.35); ++/* ++insensitive text widgets and the like base background color */ ++@define-color insensitive_base_color rgba(45, 49, 54, 0.35); ++/* ++widget text/foreground color on backdrop windows */ ++@define-color theme_unfocused_fg_color #31363b; ++/* ++text color for entries, views and content in general on backdrop windows */ ++@define-color theme_unfocused_text_color #31363b; ++/* ++widget base background color on backdrop windows */ ++@define-color theme_unfocused_bg_color #eff0f1; ++/* ++text widgets and the like base background color on backdrop windows */ ++@define-color theme_unfocused_base_color #fcfcfc; ++/* ++base background color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5); ++/* ++text/foreground color of selections on backdrop windows */ ++@define-color theme_unfocused_selected_fg_color #eff0f1; ++/* ++widgets main borders color */ ++@define-color borders #c0c2c4; ++/* ++widgets main borders color on backdrop windows */ ++@define-color unfocused_borders #c0c2c4; ++/* ++widgets main borders color insensitive */ ++@define-color insensitive_borders rgba(174, 176, 179, 0.35); ++/* ++these are pretty self explicative */ ++@define-color warning_color #f67400; ++@define-color error_color #da4453; ++@define-color success_color #27ae60; ++@define-color content_view_bg #fcfcfc; ++* { ++ padding: 0; ++ -GtkToolButton-icon-spacing: 4; ++ -GtkTextView-error-underline-color: #da4453; ++ -GtkButton-child-displacement-x: 0; ++ -GtkButton-child-displacement-y: 0; ++ -GtkCheckButton-indicator-size: 18; ++ -GtkCheckMenuItem-indicator-size: 18; ++ -GtkScrolledWindow-scrollbar-spacing: 0; ++ -GtkScrolledWindow-scrollbars-within-bevel: 0; ++ -GtkScrolled-window-overlay-scrolling: FALSE; ++ -GtkToolItemGroup-expander-size: 11; ++ -GtkExpander-expander-size: 16; ++ -GtkTreeView-expander-size: 11; ++ -GtkTreeView-horizontal-separator: 4; ++ -GtkWidget-text-handle-width: 20; ++ -GtkWidget-text-handle-height: 20; ++ -GtkDialog-button-spacing: 4; ++ -GtkDialog-action-area-border: 0; ++ -GtkStatusbar-shadow-type: none; ++ outline-width: 0px; } ++ ++/*************** ++ * Base States * ++ ***************/ ++.background { ++ color: #31363b; ++ background-color: #eff0f1; } ++ .background:backdrop { ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #31363b; ++ background-color: #eff0f1; } ++ ++/* ++ These wildcard seems unavoidable, need to investigate. ++ Wildcards are bad and troublesome, use them with care, ++ or better, just don't. ++ Everytime a wildcard is used a kitten dies, painfully. ++*/ ++*:disabled { ++ -gtk-icon-effect: dim; } ++ ++.gtkstyle-fallback { ++ background-color: #eff0f1; ++ color: #31363b; } ++ .gtkstyle-fallback:hover { ++ background-color: white; ++ color: #31363b; } ++ .gtkstyle-fallback:active { ++ background-color: #d4d7d9; ++ color: #31363b; } ++ .gtkstyle-fallback:disabled { ++ background-color: rgba(216, 218, 221, 0.35); ++ color: rgba(45, 49, 54, 0.35); } ++ .gtkstyle-fallback:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ ++.view text, ++textview text, ++.view { ++ color: #31363b; ++ background-color: #fcfcfc; } ++ .view text:backdrop, ++ textview text:backdrop, ++ .view:backdrop { ++ color: #31363b; ++ background-color: #fcfcfc; } ++ .view text:selected:focus, ++ textview text:selected:focus, .view text:selected, ++ textview text:selected, ++ .view:selected:focus, ++ .view:selected { ++ border-radius: 3px; } ++ ++textview border { ++ background-color: #fcfcfc; ++ background-image: image(#c0c2c4); ++ background-repeat: no-repeat; } ++ textview border:backdrop { ++ background-color: #fcfcfc; } ++ textview border.bottom { ++ background-size: 100% 1px; ++ background-position: top; } ++ textview border.top { ++ background-size: 100% 1px; ++ background-position: bottom; } ++ textview border.left { ++ background-size: 1px 100%; ++ background-position: right; } ++ textview border.right { ++ background-size: 1px 100%; ++ background-position: left; } ++ ++.rubberband, ++rubberband, ++flowbox rubberband, ++treeview.view rubberband { ++ border: 1px solid #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ .rubberband:backdrop, ++ rubberband:backdrop, ++ treeview.view rubberband:backdrop { ++ border-color: #3daee9; ++ background-color: rgba(61, 174, 233, 0.2); } ++ ++flowbox flowboxchild { ++ padding: 3px; ++ border-radius: 3px; } ++ flowbox flowboxchild:selected { ++ outline-offset: 0px; } ++ ++label.separator { ++ color: #31363b; } ++ label.separator:backdrop { ++ color: #31363b; } ++label selection { ++ background-color: #3daee9; ++ color: #eff0f1; } ++label:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++ label:disabled:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++label:backdrop { ++ color: #31363b; } ++ ++.dim-label, label.separator, ++headerbar .subtitle { ++ opacity: 0.5; ++ text-shadow: none; } ++ ++assistant .sidebar { ++ background-color: #31363b; ++ border-top: 1px solid #c0c2c4; } ++ assistant .sidebar:backdrop { ++ background-color: #31363b; ++ border-color: #c0c2c4; } ++assistant.csd .sidebar { ++ border-top-style: none; } ++assistant .sidebar label { ++ padding: 6px 12px; } ++assistant .sidebar label.highlight { ++ background-color: #d3d4d5; } ++ ++.app-notification, ++.app-notification.frame, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, ++.osd { ++ color: #31363b; ++ border: 1px solid #c0c2c4; ++ background-color: rgba(239, 240, 241, 0.8); ++ background-clip: padding-box; ++ box-shadow: none; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ .app-notification:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, ++ .osd:backdrop { ++ color: #31363b; ++ background-color: rgba(239, 240, 241, 0.8); ++ -gtk-icon-shadow: none; } ++ ++.view text:selected:focus, ++textview text:selected:focus, .view text:selected, ++textview text:selected, ++.view:selected:focus, ++.view:selected, .view text selection:focus, .view text selection, ++textview text selection:focus, ++textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, ++entry selection:focus, ++entry selection, row:selected, .sidebar:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ textview text:hover:selected:focus, .view text:hover:selected, ++ textview text:hover:selected, ++ .view:hover:selected, .view text selection:hover, ++ textview text selection:hover, flowbox flowboxchild:hover:selected, spinbutton:not(.vertical) selection:hover, ++ entry selection:hover, row:hover:selected, .sidebar:hover:selected { ++ background-color: #93cee9; ++ color: #31363b; } ++ textview text:backdrop:selected:focus, .view text:backdrop:selected, ++ textview text:backdrop:selected, ++ .view:backdrop:selected, .view text selection:backdrop, ++ textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selction, spinbutton:not(.vertical) selection:backdrop, ++ entry selection:backdrop, row:backdrop:selected, .sidebar:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ color: #fcfcfc; } ++ ++.view text:selected:focus, ++textview text:selected:focus, .view text:selected, ++textview text:selected, ++.view:selected:focus, ++.view:selected, .view text selection:focus, .view text selection, ++textview text selection:focus, ++textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, ++entry selection:focus, ++entry selection, row:selected, .sidebar:selected { ++ background-color: #3daee9; ++ border-radius: 0px; } ++ .view text:selected:focus, ++ textview text:selected:focus, .view text:selected, ++ textview text:selected, ++ .view:selected:focus, ++ .view:selected, .view text selection:focus, .view text selection, ++ textview text selection:focus, ++ textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, ++ entry selection:focus, ++ entry selection, row:selected, .sidebar:selected { ++ color: #eff0f1; } ++ textview text:disabled:selected:focus, .view text:disabled:selected, ++ textview text:disabled:selected, ++ .view:disabled:selected, .view text selection:disabled, ++ textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, ++ entry selection:disabled, row:disabled:selected, .sidebar:disabled:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ textview text:backdrop:selected:focus, .view text:backdrop:selected, ++ textview text:backdrop:selected, ++ .view:backdrop:selected, .view text selection:backdrop, ++ textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selction, spinbutton:not(.vertical) selection:backdrop, ++ entry selection:backdrop, row:backdrop:selected, .sidebar:backdrop:selected { ++ color: #eff0f1; } ++ .view text:backdrop:disabled:selected, ++ textview text:backdrop:disabled:selected, ++ .view:backdrop:disabled:selected, .view text selection:backdrop:disabled, ++ textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selction:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, ++ entry selection:backdrop:disabled, row:backdrop:disabled:selected, .sidebar:backdrop:disabled:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ ++/*********** ++ * Buttons * ++ ***********/ ++@keyframes needs_attention { ++ from { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3daee9), to(transparent)); } ++ to { ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)); } } ++notebook > header > tabs > arrow, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, ++button, notebook > header > tabs > arrow.osd, ++button.osd { ++ border: 1px solid; ++ border-radius: 3px; ++ padding: 4px 6px; ++ background-clip: border-box; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ notebook > header > tabs > arrow, button.sidebar-button, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, ++ button.flat, notebook > header > tabs > arrow.osd, button.osd.sidebar-button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ transition: none; } ++ notebook > header > tabs > arrow:hover, button.sidebar-button:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, ++ button.flat:hover, notebook > header > tabs > arrow.osd:hover { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ transition-duration: 500ms; } ++ notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active, ++ button.flat:hover:active { ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ notebook > header > tabs > arrow:checked, button.sidebar-button:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, ++ button.flat:checked, notebook > header > tabs > arrow.osd:checked { ++ background-color: #c0c2c4; } ++ notebook > header > tabs > arrow:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, ++ button:hover, notebook > header > tabs > arrow.osd:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ -gtk-icon-effect: none; } ++ notebook > header > tabs > arrow:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, ++ button:active, notebook > header > tabs > arrow.osd:active, notebook > header > tabs > arrow:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, ++ button:checked, notebook > header > tabs > arrow.osd:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); ++ transition-duration: 50ms; } ++ notebook > header > tabs > arrow:active:hover, popover.background.touch-selection button:active:hover, popover.background.magnifier button:active:hover, ++ button:active:hover, notebook > header > tabs > arrow:checked:hover, popover.background.touch-selection button:checked:hover, popover.background.magnifier button:checked:hover, ++ button:checked:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ notebook > header > tabs > arrow:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, ++ button:backdrop, notebook > header > tabs > arrow.osd:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); ++ -gtk-icon-effect: none; } ++ notebook > header > tabs > arrow:backdrop:active, popover.background.touch-selection button:backdrop:active, popover.background.magnifier button:backdrop:active, ++ button:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, popover.background.touch-selection button:backdrop:checked, popover.background.magnifier button:backdrop:checked, ++ button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ notebook > header > tabs > arrow:backdrop:disabled, popover.background.touch-selection button:backdrop:disabled, popover.background.magnifier button:backdrop:disabled, ++ button:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ notebook > header > tabs > arrow:backdrop:disabled > .label, popover.background.touch-selection button:backdrop:disabled > .label, popover.background.magnifier button:backdrop:disabled > .label, ++ button:backdrop:disabled > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow:backdrop:disabled:active, ++ button:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, ++ button:backdrop:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ notebook > header > tabs > arrow:backdrop:disabled:active > .label, popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.magnifier button:backdrop:disabled:active > .label, ++ button:backdrop:disabled:active > .label, notebook > header > tabs > arrow:backdrop:disabled:checked > .label, popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.magnifier button:backdrop:disabled:checked > .label, ++ button:backdrop:disabled:checked > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, ++ button.flat:backdrop, notebook > header > tabs > arrow.osd:backdrop { ++ -gtk-icon-effect: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #31363b; } ++ notebook > header > tabs > arrow:disabled, button.sidebar-button:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, ++ button.flat:disabled, notebook > header > tabs > arrow.osd:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(45, 49, 54, 0.35); } ++ notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled, ++ button.flat:backdrop:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(45, 49, 54, 0.35); } ++ notebook > header > tabs > arrow:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, ++ button:disabled, notebook > header > tabs > arrow.osd:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ notebook > header > tabs > arrow:disabled > .label, popover.background.touch-selection button:disabled > .label, popover.background.magnifier button:disabled > .label, ++ button:disabled > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow:disabled:active, popover.background.touch-selection button:disabled:active, popover.background.magnifier button:disabled:active, ++ button:disabled:active, notebook > header > tabs > arrow:disabled:checked, popover.background.touch-selection button:disabled:checked, popover.background.magnifier button:disabled:checked, ++ button:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ notebook > header > tabs > arrow:disabled:active > .label, popover.background.touch-selection button:disabled:active > .label, popover.background.magnifier button:disabled:active > .label, ++ button:disabled:active > .label, notebook > header > tabs > arrow:disabled:checked > .label, popover.background.touch-selection button:disabled:checked > .label, popover.background.magnifier button:disabled:checked > .label, ++ button:disabled:checked > .label { ++ color: inherit; } ++ notebook > header > tabs > arrow separator, .csd popover.background.touch-selection button separator, .csd popover.background.magnifier button separator, popover.background.touch-selection button separator, popover.background.magnifier button separator, ++ button separator, notebook > header > tabs > arrow.osd separator, ++ button.osd separator { ++ background-color: transparent; ++ background-image: none; ++ color: transparent; } ++ ++notebook > header > tabs > arrow.image-button, popover.background.touch-selection button.image-button, popover.background.magnifier button.image-button, ++button.image-button { ++ min-width: 16px; ++ padding: 6px; } ++notebook > header > tabs > arrow.text-button, popover.background.touch-selection button.text-button, popover.background.magnifier button.text-button, ++button.text-button { ++ padding-left: 6px; ++ padding-right: 6px; } ++notebook > header > tabs > arrow.text-button.image-button, popover.background.touch-selection button.text-button.image-button, popover.background.magnifier button.text-button.image-button, ++button.text-button.image-button { ++ padding-left: 6px; ++ padding-right: 6px; } ++ notebook > header > tabs > arrow.text-button.image-button label, popover.background.touch-selection button.text-button.image-button label, popover.background.magnifier button.text-button.image-button label, ++ button.text-button.image-button label { ++ padding-left: 6px; ++ padding-right: 6px; } ++row:selected popover.background.touch-selection button, popover.background.touch-selection row:selected button, row:selected popover.background.magnifier button, popover.background.magnifier row:selected button, row:selected ++button { ++ border-color: #3daee9; } ++ row:selected popover.background.touch-selection button.flat:not(:active):not(:checked):not(:hover):not(disabled), popover.background.touch-selection row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected popover.background.magnifier button.flat:not(:active):not(:checked):not(:hover):not(disabled), popover.background.magnifier row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected ++ button.flat:not(:active):not(:checked):not(:hover):not(disabled) { ++ color: #eff0f1; ++ border-color: transparent; } ++ row:selected popover.background.touch-selection button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, popover.background.touch-selection row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected popover.background.magnifier button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, popover.background.magnifier row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected ++ button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { ++ color: #eff0f1; } ++popover.background.touch-selection button.suggested-action, popover.background.magnifier button.suggested-action, popover.background.touch-selection button.suggested-action.osd button, popover.background.magnifier button.suggested-action.osd button, ++button.suggested-action, ++button.suggested-action.osd popover.background.touch-selection button, ++popover.background.touch-selection button.suggested-action.osd button, ++button.suggested-action.osd popover.background.magnifier button, ++popover.background.magnifier button.suggested-action.osd button, popover.background.touch-selection button.suggested-action.osd ++button, popover.background.magnifier button.suggested-action.osd ++button, ++button.suggested-action.osd ++button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ popover.background.touch-selection button.suggested-action.flat, popover.background.magnifier button.suggested-action.flat, popover.background.touch-selection button.suggested-action.osd button.flat, popover.background.magnifier button.suggested-action.osd button.flat, ++ button.suggested-action.flat, ++ button.suggested-action.osd popover.background.touch-selection button.flat, ++ popover.background.touch-selection button.suggested-action.osd button.flat, ++ button.suggested-action.osd popover.background.magnifier button.flat, ++ popover.background.magnifier button.suggested-action.osd button.flat, popover.background.touch-selection button.suggested-action.osd ++ button.flat, popover.background.magnifier button.suggested-action.osd ++ button.flat, ++ button.suggested-action.osd ++ button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #3daee9; } ++ popover.background.touch-selection button.suggested-action:hover, popover.background.magnifier button.suggested-action:hover, popover.background.touch-selection button.suggested-action.osd button:hover, popover.background.magnifier button.suggested-action.osd button:hover, ++ button.suggested-action:hover, ++ button.suggested-action.osd popover.background.touch-selection button:hover, ++ popover.background.touch-selection button.suggested-action.osd button:hover, ++ button.suggested-action.osd popover.background.magnifier button:hover, ++ popover.background.magnifier button.suggested-action.osd button:hover, popover.background.touch-selection button.suggested-action.osd ++ button:hover, popover.background.magnifier button.suggested-action.osd ++ button:hover, ++ button.suggested-action.osd ++ button:hover { ++ color: white; ++ border-color: #3daee9; } ++ popover.background.touch-selection button.suggested-action:active, popover.background.magnifier button.suggested-action:active, popover.background.touch-selection button.suggested-action:checked, popover.background.magnifier button.suggested-action:checked, popover.background.touch-selection button.suggested-action.osd button:active, popover.background.magnifier button.suggested-action.osd button:active, popover.background.touch-selection button.suggested-action.osd button:checked, popover.background.magnifier button.suggested-action.osd button:checked, ++ button.suggested-action:active, ++ button.suggested-action:checked, ++ button.suggested-action.osd popover.background.touch-selection button:active, ++ popover.background.touch-selection button.suggested-action.osd button:active, ++ button.suggested-action.osd popover.background.magnifier button:active, ++ popover.background.magnifier button.suggested-action.osd button:active, ++ button.suggested-action.osd popover.background.touch-selection button:checked, ++ popover.background.touch-selection button.suggested-action.osd button:checked, ++ button.suggested-action.osd popover.background.magnifier button:checked, ++ popover.background.magnifier button.suggested-action.osd button:checked, popover.background.touch-selection button.suggested-action.osd ++ button:active, popover.background.magnifier button.suggested-action.osd ++ button:active, popover.background.touch-selection button.suggested-action.osd ++ button:checked, popover.background.magnifier button.suggested-action.osd ++ button:checked, ++ button.suggested-action.osd ++ button:active, ++ button.suggested-action.osd ++ button:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ popover.background.touch-selection button.suggested-action:backdrop, popover.background.magnifier button.suggested-action:backdrop, popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button:backdrop, popover.background.magnifier button.suggested-action.osd button:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action:backdrop, ++ button.suggested-action.flat:backdrop, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop, ++ button.suggested-action.osd popover.background.magnifier button:backdrop, ++ popover.background.magnifier button.suggested-action.osd button:backdrop, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop, popover.background.magnifier button.suggested-action.osd ++ button:backdrop, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop, ++ button.suggested-action.osd ++ button:backdrop, ++ button.suggested-action.osd ++ button.flat:backdrop { ++ color: white; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #40afe9, #35abe8); } ++ popover.background.touch-selection button.suggested-action:backdrop:active, popover.background.magnifier button.suggested-action:backdrop:active, popover.background.touch-selection button.suggested-action:backdrop:checked, popover.background.magnifier button.suggested-action:backdrop:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:active, popover.background.magnifier button.suggested-action.flat:backdrop:active, popover.background.touch-selection button.suggested-action.flat:backdrop:checked, popover.background.magnifier button.suggested-action.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:active, popover.background.magnifier button.suggested-action.osd button:backdrop:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, ++ button.suggested-action:backdrop:active, ++ button.suggested-action:backdrop:checked, ++ button.suggested-action.flat:backdrop:active, ++ button.suggested-action.flat:backdrop:checked, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:active, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:active, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:active, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:active, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:checked, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:checked, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:checked, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:checked, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:active, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:active, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:checked, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:checked, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:active, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:active, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:checked, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:checked, ++ button.suggested-action.osd ++ button:backdrop:active, ++ button.suggested-action.osd ++ button:backdrop:checked, ++ button.suggested-action.osd ++ button.flat:backdrop:active, ++ button.suggested-action.osd ++ button.flat:backdrop:checked { ++ color: white; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action:backdrop:disabled, ++ button.suggested-action.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled, ++ button.suggested-action.osd ++ button:backdrop:disabled, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled > .label, popover.background.magnifier button.suggested-action:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, ++ button.suggested-action:backdrop:disabled > .label, ++ button.suggested-action.flat:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled > .label, ++ button.suggested-action.osd ++ button:backdrop:disabled > .label, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled:active, popover.background.magnifier button.suggested-action:backdrop:disabled:active, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked, popover.background.magnifier button.suggested-action:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, ++ button.suggested-action:backdrop:disabled:active, ++ button.suggested-action:backdrop:disabled:checked, ++ button.suggested-action.flat:backdrop:disabled:active, ++ button.suggested-action.flat:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:checked, ++ button.suggested-action.osd ++ button:backdrop:disabled:active, ++ button.suggested-action.osd ++ button:backdrop:disabled:checked, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:active, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ popover.background.touch-selection button.suggested-action:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.suggested-action:backdrop:disabled:active > .label, ++ button.suggested-action:backdrop:disabled:checked > .label, ++ button.suggested-action.flat:backdrop:disabled:active > .label, ++ button.suggested-action.flat:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled:checked > .label, ++ button.suggested-action.osd ++ button:backdrop:disabled:active > .label, ++ button.suggested-action.osd ++ button:backdrop:disabled:checked > .label, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:active > .label, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled:checked > .label { ++ color: inherit; } ++ popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.flat:disabled, popover.background.magnifier button.suggested-action.flat:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, popover.background.magnifier button.suggested-action.osd button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd button.flat:disabled, popover.background.magnifier button.suggested-action.osd button.flat:disabled, popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action.flat:backdrop, ++ button.suggested-action.flat:disabled, ++ button.suggested-action.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop, ++ button.suggested-action.osd popover.background.touch-selection button.flat:disabled, ++ popover.background.touch-selection button.suggested-action.osd button.flat:disabled, ++ button.suggested-action.osd popover.background.magnifier button.flat:disabled, ++ popover.background.magnifier button.suggested-action.osd button.flat:disabled, ++ button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled, ++ button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop, popover.background.touch-selection button.suggested-action.osd ++ button.flat:disabled, popover.background.magnifier button.suggested-action.osd ++ button.flat:disabled, popover.background.touch-selection button.suggested-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.osd ++ button.flat:backdrop:disabled, ++ button.suggested-action.osd ++ button.flat:backdrop, ++ button.suggested-action.osd ++ button.flat:disabled, ++ button.suggested-action.osd ++ button.flat:backdrop:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(61, 174, 233, 0.8); } ++ popover.background.touch-selection button.suggested-action:disabled, popover.background.magnifier button.suggested-action:disabled, popover.background.touch-selection button.suggested-action.osd button:disabled, popover.background.magnifier button.suggested-action.osd button:disabled, ++ button.suggested-action:disabled, ++ button.suggested-action.osd popover.background.touch-selection button:disabled, ++ popover.background.touch-selection button.suggested-action.osd button:disabled, ++ button.suggested-action.osd popover.background.magnifier button:disabled, ++ popover.background.magnifier button.suggested-action.osd button:disabled, popover.background.touch-selection button.suggested-action.osd ++ button:disabled, popover.background.magnifier button.suggested-action.osd ++ button:disabled, ++ button.suggested-action.osd ++ button:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ popover.background.touch-selection button.suggested-action:disabled > .label, popover.background.magnifier button.suggested-action:disabled > .label, popover.background.touch-selection button.suggested-action.osd button:disabled > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled > .label, popover.background.magnifier button.suggested-action.osd button:disabled > .label, ++ button.suggested-action:disabled > .label, ++ button.suggested-action.osd popover.background.touch-selection button:disabled > .label, ++ popover.background.touch-selection button.suggested-action.osd button:disabled > .label, ++ button.suggested-action.osd popover.background.magnifier button:disabled > .label, ++ popover.background.magnifier button.suggested-action.osd button:disabled > .label, popover.background.touch-selection button.suggested-action.osd ++ button:disabled > .label, popover.background.magnifier button.suggested-action.osd ++ button:disabled > .label, ++ button.suggested-action.osd ++ button:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.suggested-action:disabled:active, popover.background.magnifier button.suggested-action:disabled:active, popover.background.touch-selection button.suggested-action:disabled:checked, popover.background.magnifier button.suggested-action:disabled:checked, popover.background.touch-selection button.suggested-action.osd button:disabled:active, popover.background.magnifier button.suggested-action.osd button:disabled:active, popover.background.touch-selection button.suggested-action.osd button:disabled:checked, popover.background.magnifier button.suggested-action.osd button:disabled:checked, ++ button.suggested-action:disabled:active, ++ button.suggested-action:disabled:checked, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:active, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:active, ++ button.suggested-action.osd popover.background.magnifier button:disabled:active, ++ popover.background.magnifier button.suggested-action.osd button:disabled:active, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:checked, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:checked, ++ button.suggested-action.osd popover.background.magnifier button:disabled:checked, ++ popover.background.magnifier button.suggested-action.osd button:disabled:checked, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:active, popover.background.magnifier button.suggested-action.osd ++ button:disabled:active, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:checked, popover.background.magnifier button.suggested-action.osd ++ button:disabled:checked, ++ button.suggested-action.osd ++ button:disabled:active, ++ button.suggested-action.osd ++ button:disabled:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ popover.background.touch-selection button.suggested-action:disabled:active > .label, popover.background.magnifier button.suggested-action:disabled:active > .label, popover.background.touch-selection button.suggested-action:disabled:checked > .label, popover.background.magnifier button.suggested-action:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, ++ button.suggested-action:disabled:active > .label, ++ button.suggested-action:disabled:checked > .label, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label, ++ button.suggested-action.osd popover.background.magnifier button:disabled:active > .label, ++ popover.background.magnifier button.suggested-action.osd button:disabled:active > .label, ++ button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label, ++ popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label, ++ button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label, ++ popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:active > .label, popover.background.magnifier button.suggested-action.osd ++ button:disabled:active > .label, popover.background.touch-selection button.suggested-action.osd ++ button:disabled:checked > .label, popover.background.magnifier button.suggested-action.osd ++ button:disabled:checked > .label, ++ button.suggested-action.osd ++ button:disabled:active > .label, ++ button.suggested-action.osd ++ button:disabled:checked > .label { ++ color: inherit; } ++popover.background.touch-selection button.destructive-action, popover.background.magnifier button.destructive-action, popover.background.touch-selection button.destructive-action.osd button, popover.background.magnifier button.destructive-action.osd button, ++button.destructive-action, ++button.destructive-action.osd popover.background.touch-selection button, ++popover.background.touch-selection button.destructive-action.osd button, ++button.destructive-action.osd popover.background.magnifier button, ++popover.background.magnifier button.destructive-action.osd button, popover.background.touch-selection button.destructive-action.osd ++button, popover.background.magnifier button.destructive-action.osd ++button, ++button.destructive-action.osd ++button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #eff0f1; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ popover.background.touch-selection button.destructive-action.flat, popover.background.magnifier button.destructive-action.flat, popover.background.touch-selection button.destructive-action.osd button.flat, popover.background.magnifier button.destructive-action.osd button.flat, ++ button.destructive-action.flat, ++ button.destructive-action.osd popover.background.touch-selection button.flat, ++ popover.background.touch-selection button.destructive-action.osd button.flat, ++ button.destructive-action.osd popover.background.magnifier button.flat, ++ popover.background.magnifier button.destructive-action.osd button.flat, popover.background.touch-selection button.destructive-action.osd ++ button.flat, popover.background.magnifier button.destructive-action.osd ++ button.flat, ++ button.destructive-action.osd ++ button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #da4453; } ++ popover.background.touch-selection button.destructive-action:hover, popover.background.magnifier button.destructive-action:hover, popover.background.touch-selection button.destructive-action.osd button:hover, popover.background.magnifier button.destructive-action.osd button:hover, ++ button.destructive-action:hover, ++ button.destructive-action.osd popover.background.touch-selection button:hover, ++ popover.background.touch-selection button.destructive-action.osd button:hover, ++ button.destructive-action.osd popover.background.magnifier button:hover, ++ popover.background.magnifier button.destructive-action.osd button:hover, popover.background.touch-selection button.destructive-action.osd ++ button:hover, popover.background.magnifier button.destructive-action.osd ++ button:hover, ++ button.destructive-action.osd ++ button:hover { ++ color: white; ++ border-color: #da4453; } ++ popover.background.touch-selection button.destructive-action:active, popover.background.magnifier button.destructive-action:active, popover.background.touch-selection button.destructive-action:checked, popover.background.magnifier button.destructive-action:checked, popover.background.touch-selection button.destructive-action.osd button:active, popover.background.magnifier button.destructive-action.osd button:active, popover.background.touch-selection button.destructive-action.osd button:checked, popover.background.magnifier button.destructive-action.osd button:checked, ++ button.destructive-action:active, ++ button.destructive-action:checked, ++ button.destructive-action.osd popover.background.touch-selection button:active, ++ popover.background.touch-selection button.destructive-action.osd button:active, ++ button.destructive-action.osd popover.background.magnifier button:active, ++ popover.background.magnifier button.destructive-action.osd button:active, ++ button.destructive-action.osd popover.background.touch-selection button:checked, ++ popover.background.touch-selection button.destructive-action.osd button:checked, ++ button.destructive-action.osd popover.background.magnifier button:checked, ++ popover.background.magnifier button.destructive-action.osd button:checked, popover.background.touch-selection button.destructive-action.osd ++ button:active, popover.background.magnifier button.destructive-action.osd ++ button:active, popover.background.touch-selection button.destructive-action.osd ++ button:checked, popover.background.magnifier button.destructive-action.osd ++ button:checked, ++ button.destructive-action.osd ++ button:active, ++ button.destructive-action.osd ++ button:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ popover.background.touch-selection button.destructive-action:backdrop, popover.background.magnifier button.destructive-action:backdrop, popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button:backdrop, popover.background.magnifier button.destructive-action.osd button:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action:backdrop, ++ button.destructive-action.flat:backdrop, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop, ++ button.destructive-action.osd popover.background.magnifier button:backdrop, ++ popover.background.magnifier button.destructive-action.osd button:backdrop, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop, popover.background.magnifier button.destructive-action.osd ++ button:backdrop, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop, ++ button.destructive-action.osd ++ button:backdrop, ++ button.destructive-action.osd ++ button.flat:backdrop { ++ color: white; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #da4655, #d93d4d); } ++ popover.background.touch-selection button.destructive-action:backdrop:active, popover.background.magnifier button.destructive-action:backdrop:active, popover.background.touch-selection button.destructive-action:backdrop:checked, popover.background.magnifier button.destructive-action:backdrop:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:active, popover.background.magnifier button.destructive-action.flat:backdrop:active, popover.background.touch-selection button.destructive-action.flat:backdrop:checked, popover.background.magnifier button.destructive-action.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:active, popover.background.magnifier button.destructive-action.osd button:backdrop:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, ++ button.destructive-action:backdrop:active, ++ button.destructive-action:backdrop:checked, ++ button.destructive-action.flat:backdrop:active, ++ button.destructive-action.flat:backdrop:checked, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:active, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:active, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:active, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:active, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:checked, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:checked, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:checked, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:checked, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:active, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:active, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:checked, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:checked, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:active, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:active, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:checked, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:checked, ++ button.destructive-action.osd ++ button:backdrop:active, ++ button.destructive-action.osd ++ button:backdrop:checked, ++ button.destructive-action.osd ++ button.flat:backdrop:active, ++ button.destructive-action.osd ++ button.flat:backdrop:checked { ++ color: white; ++ border-color: #da4453; ++ background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled, popover.background.magnifier button.destructive-action:backdrop:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action:backdrop:disabled, ++ button.destructive-action.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled, ++ button.destructive-action.osd ++ button:backdrop:disabled, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled > .label, popover.background.magnifier button.destructive-action:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, ++ button.destructive-action:backdrop:disabled > .label, ++ button.destructive-action.flat:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled > .label, ++ button.destructive-action.osd ++ button:backdrop:disabled > .label, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled:active, popover.background.magnifier button.destructive-action:backdrop:disabled:active, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked, popover.background.magnifier button.destructive-action:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, ++ button.destructive-action:backdrop:disabled:active, ++ button.destructive-action:backdrop:disabled:checked, ++ button.destructive-action.flat:backdrop:disabled:active, ++ button.destructive-action.flat:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:checked, ++ button.destructive-action.osd ++ button:backdrop:disabled:active, ++ button.destructive-action.osd ++ button:backdrop:disabled:checked, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:active, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:checked { ++ color: #e8e8e8; ++ border-color: rgba(214, 46, 63, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ popover.background.touch-selection button.destructive-action:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.destructive-action:backdrop:disabled:active > .label, ++ button.destructive-action:backdrop:disabled:checked > .label, ++ button.destructive-action.flat:backdrop:disabled:active > .label, ++ button.destructive-action.flat:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd ++ button:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled:checked > .label, ++ button.destructive-action.osd ++ button:backdrop:disabled:active > .label, ++ button.destructive-action.osd ++ button:backdrop:disabled:checked > .label, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:active > .label, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled:checked > .label { ++ color: inherit; } ++ popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.flat:disabled, popover.background.magnifier button.destructive-action.flat:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, popover.background.magnifier button.destructive-action.osd button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd button.flat:disabled, popover.background.magnifier button.destructive-action.osd button.flat:disabled, popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action.flat:backdrop, ++ button.destructive-action.flat:disabled, ++ button.destructive-action.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop, ++ button.destructive-action.osd popover.background.touch-selection button.flat:disabled, ++ popover.background.touch-selection button.destructive-action.osd button.flat:disabled, ++ button.destructive-action.osd popover.background.magnifier button.flat:disabled, ++ popover.background.magnifier button.destructive-action.osd button.flat:disabled, ++ button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled, ++ popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled, ++ button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled, ++ popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop, popover.background.touch-selection button.destructive-action.osd ++ button.flat:disabled, popover.background.magnifier button.destructive-action.osd ++ button.flat:disabled, popover.background.touch-selection button.destructive-action.osd ++ button.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.osd ++ button.flat:backdrop:disabled, ++ button.destructive-action.osd ++ button.flat:backdrop, ++ button.destructive-action.osd ++ button.flat:disabled, ++ button.destructive-action.osd ++ button.flat:backdrop:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: rgba(218, 68, 83, 0.8); } ++ popover.background.touch-selection button.destructive-action:disabled, popover.background.magnifier button.destructive-action:disabled, popover.background.touch-selection button.destructive-action.osd button:disabled, popover.background.magnifier button.destructive-action.osd button:disabled, ++ button.destructive-action:disabled, ++ button.destructive-action.osd popover.background.touch-selection button:disabled, ++ popover.background.touch-selection button.destructive-action.osd button:disabled, ++ button.destructive-action.osd popover.background.magnifier button:disabled, ++ popover.background.magnifier button.destructive-action.osd button:disabled, popover.background.touch-selection button.destructive-action.osd ++ button:disabled, popover.background.magnifier button.destructive-action.osd ++ button:disabled, ++ button.destructive-action.osd ++ button:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ popover.background.touch-selection button.destructive-action:disabled > .label, popover.background.magnifier button.destructive-action:disabled > .label, popover.background.touch-selection button.destructive-action.osd button:disabled > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled > .label, popover.background.magnifier button.destructive-action.osd button:disabled > .label, ++ button.destructive-action:disabled > .label, ++ button.destructive-action.osd popover.background.touch-selection button:disabled > .label, ++ popover.background.touch-selection button.destructive-action.osd button:disabled > .label, ++ button.destructive-action.osd popover.background.magnifier button:disabled > .label, ++ popover.background.magnifier button.destructive-action.osd button:disabled > .label, popover.background.touch-selection button.destructive-action.osd ++ button:disabled > .label, popover.background.magnifier button.destructive-action.osd ++ button:disabled > .label, ++ button.destructive-action.osd ++ button:disabled > .label { ++ color: inherit; } ++ popover.background.touch-selection button.destructive-action:disabled:active, popover.background.magnifier button.destructive-action:disabled:active, popover.background.touch-selection button.destructive-action:disabled:checked, popover.background.magnifier button.destructive-action:disabled:checked, popover.background.touch-selection button.destructive-action.osd button:disabled:active, popover.background.magnifier button.destructive-action.osd button:disabled:active, popover.background.touch-selection button.destructive-action.osd button:disabled:checked, popover.background.magnifier button.destructive-action.osd button:disabled:checked, ++ button.destructive-action:disabled:active, ++ button.destructive-action:disabled:checked, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:active, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:active, ++ button.destructive-action.osd popover.background.magnifier button:disabled:active, ++ popover.background.magnifier button.destructive-action.osd button:disabled:active, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:checked, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:checked, ++ button.destructive-action.osd popover.background.magnifier button:disabled:checked, ++ popover.background.magnifier button.destructive-action.osd button:disabled:checked, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:active, popover.background.magnifier button.destructive-action.osd ++ button:disabled:active, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:checked, popover.background.magnifier button.destructive-action.osd ++ button:disabled:checked, ++ button.destructive-action.osd ++ button:disabled:active, ++ button.destructive-action.osd ++ button:disabled:checked { ++ color: #e8e8e8; ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); } ++ popover.background.touch-selection button.destructive-action:disabled:active > .label, popover.background.magnifier button.destructive-action:disabled:active > .label, popover.background.touch-selection button.destructive-action:disabled:checked > .label, popover.background.magnifier button.destructive-action:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, ++ button.destructive-action:disabled:active > .label, ++ button.destructive-action:disabled:checked > .label, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label, ++ button.destructive-action.osd popover.background.magnifier button:disabled:active > .label, ++ popover.background.magnifier button.destructive-action.osd button:disabled:active > .label, ++ button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label, ++ popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label, ++ button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label, ++ popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:active > .label, popover.background.magnifier button.destructive-action.osd ++ button:disabled:active > .label, popover.background.touch-selection button.destructive-action.osd ++ button:disabled:checked > .label, popover.background.magnifier button.destructive-action.osd ++ button:disabled:checked > .label, ++ button.destructive-action.osd ++ button:disabled:active > .label, ++ button.destructive-action.osd ++ button:disabled:checked > .label { ++ color: inherit; } ++popover.background.touch-selection .stack-switcher > button > label, popover.background.magnifier .stack-switcher > button > label, .stack-switcher > ++button > label { ++ padding-left: 6px; ++ padding-right: 6px; } ++popover.background.touch-selection .stack-switcher > button > image, popover.background.magnifier .stack-switcher > button > image, .stack-switcher > ++button > image { ++ padding-left: 6px; ++ padding-right: 6px; ++ padding-top: 3px; ++ padding-bottom: 3px; } ++popover.background.touch-selection .stack-switcher > button.text-button, popover.background.magnifier .stack-switcher > button.text-button, .stack-switcher > ++button.text-button { ++ padding: 6px; } ++popover.background.touch-selection .stack-switcher > button.image-button, popover.background.magnifier .stack-switcher > button.image-button, .stack-switcher > ++button.image-button { ++ padding: 3px 0px; } ++popover.background.touch-selection .stack-switcher > button.needs-attention:active > label, popover.background.magnifier .stack-switcher > button.needs-attention:active > label, popover.background.touch-selection .stack-switcher > button.needs-attention:active > image, popover.background.magnifier .stack-switcher > button.needs-attention:active > image, popover.background.touch-selection .stack-switcher > button.needs-attention:checked > label, popover.background.magnifier .stack-switcher > button.needs-attention:checked > label, popover.background.touch-selection .stack-switcher > button.needs-attention:checked > image, popover.background.magnifier .stack-switcher > button.needs-attention:checked > image, .stack-switcher > ++button.needs-attention:active > label, .stack-switcher > ++button.needs-attention:active > image, .stack-switcher > ++button.needs-attention:checked > label, .stack-switcher > ++button.needs-attention:checked > image { ++ animation: none; ++ background-image: none; } ++.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar popover.background.touch-selection button:backdrop, popover.background.touch-selection .inline-toolbar button:backdrop, .inline-toolbar popover.background.magnifier button:backdrop, popover.background.magnifier .inline-toolbar button:backdrop, .inline-toolbar ++button, .inline-toolbar ++button:backdrop { ++ border-radius: 3px; ++ border-width: 1px; } ++.primary-toolbar popover.background.touch-selection button, popover.background.touch-selection .primary-toolbar button, .primary-toolbar popover.background.magnifier button, popover.background.magnifier .primary-toolbar button, .primary-toolbar ++button { ++ -gtk-icon-shadow: none; } ++ ++/************** ++ * ComboBoxes * ++ **************/ ++combobox arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); ++ min-height: 16px; ++ min-width: 16px; } ++ ++popover.background.touch-selection .stack-switcher > button.needs-attention > label, popover.background.magnifier .stack-switcher > button.needs-attention > label, popover.background.touch-selection .stack-switcher > button.needs-attention > image, popover.background.magnifier .stack-switcher > button.needs-attention > image, .stack-switcher > ++button.needs-attention > label, .stack-switcher > ++button.needs-attention > image, stacksidebar.sidebar row.needs-attention > .label { ++ animation: needs_attention 150ms ease-in; ++ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3daee9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#31363b), to(transparent)); ++ background-size: 6px 6px, 6px 6px; ++ background-repeat: no-repeat; ++ background-position: right 3px, right 4px; } ++ .stack-switcher > ++ button.needs-attention > label:backdrop, .stack-switcher > ++ button.needs-attention > image:backdrop, stacksidebar.sidebar row.needs-attention > .label:backdrop { ++ background-size: 6px 6px, 0 0; } ++ .stack-switcher > ++ button.needs-attention > label:dir(rtl), .stack-switcher > ++ button.needs-attention > image:dir(rtl), stacksidebar.sidebar row.needs-attention > .label:dir(rtl) { ++ background-position: left 3px, left 4px; } ++ ++.linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl), .inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar ++button, .inline-toolbar ++button:backdrop, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > ++button, .linked > ++button:hover, .linked > ++button:active, .linked > ++button:checked, .linked > ++button:backdrop { ++ border-radius: 3px; } ++ .linked > combobox > box > button.combo:dir(rtl), .inline-toolbar popover.background.touch-selection button:dir(rtl), popover.background.touch-selection .inline-toolbar button:dir(rtl), .inline-toolbar popover.background.magnifier button:dir(rtl), popover.background.magnifier .inline-toolbar button:dir(rtl), .inline-toolbar ++ button:dir(rtl), popover.background.touch-selection .linked > button:dir(rtl), popover.background.magnifier .linked > button:dir(rtl), .linked > ++ button:dir(rtl) { ++ border-radius: 3px; } ++ ++.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar ++button, .inline-toolbar ++button:backdrop, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > ++button, .linked > ++button:hover, .linked > ++button:active, .linked > ++button:checked, .linked > ++button:backdrop { ++ margin-left: 2px; ++ margin-right: 2px; } ++ .inline-toolbar popover.background.touch-selection button:first-child, popover.background.touch-selection .inline-toolbar button:first-child, .inline-toolbar popover.background.magnifier button:first-child, popover.background.magnifier .inline-toolbar button:first-child, .inline-toolbar ++ button:first-child, popover.background.touch-selection .linked > button:first-child, popover.background.magnifier .linked > button:first-child, .linked > ++ button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++ .inline-toolbar popover.background.touch-selection button:last-child, popover.background.touch-selection .inline-toolbar button:last-child, .inline-toolbar popover.background.magnifier button:last-child, popover.background.magnifier .inline-toolbar button:last-child, .inline-toolbar ++ button:last-child, popover.background.touch-selection .linked > button:last-child, popover.background.magnifier .linked > button:last-child, .linked > ++ button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { ++ border-radius: 3px; } ++ .inline-toolbar popover.background.touch-selection button:only-child, popover.background.touch-selection .inline-toolbar button:only-child, .inline-toolbar popover.background.magnifier button:only-child, popover.background.magnifier .inline-toolbar button:only-child, .inline-toolbar ++ button:only-child, popover.background.touch-selection .linked > button:only-child, popover.background.magnifier .linked > button:only-child, .linked > ++ button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.linked.vertical > combobox > box > button.combo, popover.background.touch-selection .linked.vertical > button, popover.background.magnifier .linked.vertical > button, .linked.vertical > ++button, .linked.vertical > ++button:hover, .linked.vertical > ++button:active, .linked.vertical > ++button:checked, .linked.vertical > ++button:backdrop { ++ border-style: solid; ++ border-radius: 3px; } ++ ++popover.background.touch-selection .linked.vertical > button:first-child, popover.background.magnifier .linked.vertical > button:first-child, .linked.vertical > ++button:first-child, .linked.vertical > combobox:first-child > box > button.combo { ++ border-radius: 3px; } ++popover.background.touch-selection .linked.vertical > button:last-child, popover.background.magnifier .linked.vertical > button:last-child, .linked.vertical > ++button:last-child, .linked.vertical > combobox:last-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++popover.background.touch-selection .linked.vertical > button:only-child, popover.background.magnifier .linked.vertical > button:only-child, .linked.vertical > ++button:only-child, .linked.vertical > combobox:only-child > box > button.combo { ++ border-radius: 3px; ++ border-style: solid; } ++ ++.app-notification button.flat, ++.app-notification.frame button.flat, .app-notification button.flat:hover, ++.app-notification.frame button.flat:hover, .app-notification button.flat:active, ++.app-notification.frame button.flat:active, .app-notification button.flat:backdrop, .app-notification button.flat:disabled, .app-notification button.flat:backdrop:disabled, ++.app-notification.frame button.flat:backdrop, ++.app-notification.frame button.flat:disabled, ++.app-notification.frame button.flat:backdrop:disabled, calendar.button, calendar.button:hover, calendar.button:active, calendar.button:backdrop, ++headerbar button.flat:disabled, button:link, ++button:visited, button:link:hover, button:link:active, button:link:checked, ++button:visited:hover, ++button:visited:active, ++button:visited:checked, modelbutton.flat, popover.background checkbutton, ++popover.background radiobutton, ++.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, ++popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, ++popover.background radiobutton:backdrop:hover, ++.menuitem.button.flat:backdrop, ++.menuitem.button.flat:backdrop:hover, scrollbar button:backdrop, button.sidebar-button { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ ++/**************** ++ * Text Entries * ++ ****************/ ++spinbutton:not(.vertical), ++entry { ++ min-height: 30px; ++ padding-left: 8px; ++ padding-right: 8px; ++ border: 1px solid; ++ border-radius: 3px; ++ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; ++ box-shadow: none; } ++ spinbutton:not(.vertical) image.left, ++ entry image.left { ++ padding-left: 0; ++ padding-right: 6px; } ++ spinbutton:not(.vertical) image.right, ++ entry image.right { ++ padding-left: 6px; ++ padding-right: 0; } ++ spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), ++ entry.flat:focus, ++ entry.flat { ++ min-height: 0; ++ padding: 2px; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; ++ box-shadow: none; } ++ spinbutton:focus:not(.vertical), ++ entry:focus { ++ border-color: #3daee9; } ++ spinbutton:disabled:not(.vertical), ++ entry:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-color: #e5e5e5; } ++ spinbutton:backdrop:not(.vertical), ++ entry:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } ++ spinbutton:backdrop:disabled:not(.vertical), ++ entry:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-color: #e5e5e5; } ++ spinbutton.error:not(.vertical), ++ entry.error { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ spinbutton.error:focus:not(.vertical), ++ entry.error:focus { ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ spinbutton.error:selected:not(.vertical), spinbutton.error:selected:focus:not(.vertical), ++ entry.error:selected, ++ entry.error:selected:focus { ++ background-color: #da4453; } ++ spinbutton.error:backdrop:not(.vertical), ++ entry.error:backdrop { ++ color: #da4453; ++ border-color: #da4453; ++ background-color: rgba(218, 68, 83, 0.5); } ++ spinbutton.warning:not(.vertical), ++ entry.warning { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ spinbutton.warning:focus:not(.vertical), ++ entry.warning:focus { ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ spinbutton.warning:selected:not(.vertical), spinbutton.warning:selected:focus:not(.vertical), ++ entry.warning:selected, ++ entry.warning:selected:focus { ++ background-color: #f67400; } ++ spinbutton.warning:backdrop:not(.vertical), ++ entry.warning:backdrop { ++ color: #f67400; ++ border-color: #f67400; ++ background-color: rgba(246, 116, 0, 0.5); } ++ spinbutton:not(.vertical) image, ++ entry image { ++ color: #31363b; } ++ spinbutton:not(.vertical) image:hover, ++ entry image:hover { ++ color: #93cee9; } ++ spinbutton:not(.vertical) image:active, ++ entry image:active { ++ color: #3daee9; } ++ spinbutton:not(.vertical) image:backdrop, ++ entry image:backdrop { ++ color: #31363b; } ++spinbutton:not(.vertical) progress, ++entry progress { ++ margin: 1px; ++ border-radius: 0; ++ border-width: 0 0 2px; ++ border-color: #3daee9; ++ border-style: solid; ++ background-image: none; ++ background-color: transparent; ++ box-shadow: none; } ++ spinbutton:not(.vertical) progress:backdrop, ++ entry progress:backdrop { ++ background-color: transparent; ++ border-color: rgba(61, 174, 233, 0.5); } ++ ++treeview acceleditor > label { ++ background-color: #3daee9; } ++ ++treeview entry.flat, treeview entry { ++ border-radius: 0; ++ background-image: none; ++ background-color: #fcfcfc; } ++ treeview entry.flat:focus, treeview entry:focus { ++ border-color: #3daee9; } ++ ++/********************* ++ * App Notifications * ++ *********************/ ++.app-notification, ++.app-notification.frame { ++ padding: 10px; ++ border-top-width: 0px; ++ border-radius: 0px 0px 3px 3px; } ++ .app-notification:backdrop, ++ .app-notification.frame:backdrop { ++ background-image: none; } ++ .app-notification button, ++ .app-notification.frame button { ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .app-notification button.flat, ++ .app-notification.frame button.flat { ++ -gtk-icon-shadow: none; ++ text-shadow: none; } ++ .app-notification button.flat:hover, ++ .app-notification.frame button.flat:hover { ++ color: #93cee9; } ++ .app-notification button.flat:active, ++ .app-notification.frame button.flat:active { ++ color: #3daee9; } ++ .app-notification button:hover, ++ .app-notification.frame button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ .app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked, ++ .app-notification.frame button:active, ++ .app-notification.frame button:checked, ++ .app-notification.frame button:backdrop:active, ++ .app-notification.frame button:backdrop:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ .app-notification button:disabled, .app-notification button:backdrop:disabled, ++ .app-notification.frame button:disabled, ++ .app-notification.frame button:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: linear-gradient(to bottom, rgba(218, 220, 223, 0.35), rgba(209, 212, 215, 0.35)); } ++ .app-notification button:disabled > .label, .app-notification button:backdrop:disabled > .label, ++ .app-notification.frame button:disabled > .label, ++ .app-notification.frame button:backdrop:disabled > .label { ++ color: inherit; } ++ .app-notification button:backdrop, ++ .app-notification.frame button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ .app-notification border, ++ .app-notification.frame border { ++ border: none; } ++ ++/************ ++ * Calendar * ++ ***********/ ++calendar { ++ color: #31363b; ++ border: 1px solid #c0c2c4; ++ background-color: #fcfcfc; } ++ calendar:selected { ++ background-color: #c0c2c4; } ++ calendar.header { ++ border: 1px solid #c0c2c4; ++ border-radius: 0; ++ color: #31363b; } ++ calendar.header:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; } ++ calendar.button { ++ color: #31363b; } ++ calendar.button:hover { ++ color: #93cee9; } ++ calendar.button:active { ++ color: #3daee9; } ++ calendar.button:backdrop { ++ color: #31363b; } ++ calendar:indeterminate, calendar.highlight { ++ color: rgba(49, 54, 59, 0.5); } ++ calendar:indeterminate:backdrop, calendar.highlight:backdrop { ++ color: rgba(49, 54, 59, 0.5); } ++ calendar:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } ++ ++/************************* ++ * Check and Radio items * ++ *************************/ ++.view.content-view.check:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:hover:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:active:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:hover:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:checked:active:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png")); ++ background-color: transparent; } ++ ++.view.content-view.check:backdrop:checked:not(list) { ++ -gtk-icon-shadow: none; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png")); ++ background-color: transparent; } ++ ++checkbutton.text-button, radiobutton.text-button { ++ padding: 2px 0; ++ outline-offset: 0; } ++ checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { ++ margin-left: 4px; } ++ checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { ++ margin-right: 4px; } ++ ++check { ++ margin: 0 4px; ++ min-height: 18px; ++ min-width: 18px; ++ animation: none; ++ background-color: transparent; ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ check:only-child { ++ margin: 0; } ++ check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); } ++ check:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); } ++ check:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); } ++ check:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); } ++ check:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ check:checked:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); } ++ check:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ check:indeterminate:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); } ++ menu menuitem check { ++ margin: 0; ++ min-height: 18px; ++ min-width: 18px; ++ background-color: transparent; ++ box-shadow: none; ++ -gtk-icon-shadow: none; ++ animation: none; } ++ menu menuitem check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ menu menuitem check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ menu menuitem check:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); } ++ ++radio { ++ margin: 0 4px; ++ min-height: 18px; ++ min-width: 18px; ++ animation: none; ++ background-color: transparent; ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ radio:only-child { ++ margin: 0; } ++ radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); } ++ radio:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:active { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); } ++ radio:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:backdrop { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); } ++ radio:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); } ++ radio:checked { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ radio:checked:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); } ++ radio:indeterminate { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ radio:indeterminate:backdrop:disabled { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); } ++ menu menuitem radio { ++ margin: 0; ++ min-height: 18px; ++ min-width: 18px; ++ background-color: transparent; ++ box-shadow: none; ++ -gtk-icon-shadow: none; ++ animation: none; } ++ menu menuitem radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ menu menuitem radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ menu menuitem radio:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); } ++ ++/***************** ++ * Color Chooser * ++ *****************/ ++:selected colorswatch { ++ box-shadow: none; } ++ :selected colorswatch.overlay, :selected colorswatch.overlay:hover { ++ border-color: #eff0f1; } ++colorswatch:selected { ++ box-shadow: none; } ++colorswatch.top, colorswatch.bottom, colorswatch.left, colorswatch:first-child:not(.overlay):not(.top), colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom), colorswatch:only-child:not(.overlay), colorswatch.top > .overlay, colorswatch.bottom > .overlay, colorswatch:first-child:not(.top) > .overlay, colorswatch:last-child:not(.bottom) > .overlay, colorswatch:only-child > .overlay { ++ border-radius: 3px; } ++colorswatch:hover, colorswatch:hover:selected { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); ++ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); } ++ colorswatch:hover.color-dark, colorswatch:hover:selected.color-dark { ++ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } ++colorswatch:backdrop, colorswatch:backdrop:selected ++colorswatch.color-dark:backdrop, colorswatch.color-dark:backdrop:selected { ++ background-image: none; ++ box-shadow: none; } ++GtkColorEditor colorswatch { ++ border-radius: 3px; } ++ GtkColorEditor colorswatch:hover { ++ background-image: none; ++ box-shadow: none; } ++ GtkColorEditor colorswatch:backdrop { ++ box-shadow: none; } ++colorswatch.color-dark { ++ color: white; ++ outline-color: rgba(0, 0, 0, 0.3); } ++ colorswatch.color-dark:backdrop { ++ color: rgba(255, 255, 255, 0.3); } ++colorswatch.color-light { ++ color: black; ++ outline-color: rgba(255, 255, 255, 0.5); } ++ colorswatch.color-light:backdrop { ++ color: rgba(0, 0, 0, 0.3); } ++colorswatch overlay, ++colorswatch overlay:selected { ++ border: 1px solid #c0c2c4; } ++ colorswatch overlay:hover, ++ colorswatch overlay:selected:hover { ++ border-color: #93cee9; } ++colorswatch#add-color-button { ++ border-style: solid; ++ border-width: 1px; ++ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ colorswatch#add-color-button:hover { ++ color: #31363b; ++ border-color: #93cee9; } ++ colorswatch#add-color-button:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); } ++ colorswatch#add-color-button overlay { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ ++GtkColorButton.button { ++ padding: 5px; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child { ++ border-radius: 0; ++ box-shadow: none; } ++ GtkColorButton.button GtkColorSwatch:first-child:last-child:disabled, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop { ++ box-shadow: none; } ++ ++/*********** ++ * Dialogs * ++ ***********/ ++messagedialog.background { ++ background-color: #eff0f1; } ++messagedialog:backdrop { ++ background-color: #eff0f1; } ++messagedialog .titlebar { ++ min-height: 32px; ++ background-color: transparent; ++ background-image: linear-gradient(to bottom, #556068, #475057); ++ box-shadow: none; } ++messagedialog .dialog-action-area { ++ padding: 8px; } ++messagedialog button { ++ margin: 2px; } ++ ++filechooser .search-bar { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ box-shadow: none; } ++ filechooser .search-bar:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #31363b; } ++filechooser .dialog-action-box { ++ border-top: 1px solid #c0c2c4; } ++ filechooser .dialog-action-box:backdrop { ++ border-top-color: #c0c2c4; } ++filechooser #pathbarbox { ++ background-color: #eff0f1; ++ border-bottom: 1px solid #c0c2c4; } ++ ++/*************** ++ * Header bars * ++ ***************/ ++headerbar { ++ transition: none; ++ padding: 0px 6px; ++ border-width: 0px 0px 1px 0px; ++ border-radius: 3px 3px 0px 0px; ++ border-style: solid; ++ border-color: #3daee9; ++ color: #eff0f1; ++ background-image: linear-gradient(to bottom, #556068, #475057); } ++ headerbar:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; ++ box-shadow: none; } ++ headerbar label { ++ font-weight: normal; } ++ headerbar label:backdrop { ++ color: #bdc3c7; } ++ headerbar .path-bar button { ++ color: #eff0f1; ++ font-weight: normal; } ++ headerbar .path-bar button:backdrop { ++ color: #bdc3c7; } ++ headerbar button { ++ transition: none; ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ headerbar button.flat { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #eff0f1; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ headerbar button:hover { ++ color: #eff0f1; ++ border-color: #93cee9; } ++ headerbar button:hover:backdrop { ++ border-color: #eff0f1; } ++ headerbar button:active, ++ headerbar button:checked { ++ color: #eff0f1; ++ border-color: #3daee9; ++ background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); } ++ headerbar button:active:hover, ++ headerbar button:checked:hover { ++ color: #31363b; ++ border-color: #93cee9; ++ background-image: linear-gradient(to bottom, #9cd2eb, #76c1e3); } ++ headerbar button:active:backdrop, ++ headerbar button:checked:backdrop { ++ background-image: none; ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #bdc3c7; } ++ headerbar button:backdrop { ++ border-color: transparent; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; } ++ headerbar button.flat:backdrop, ++ headerbar button.flat:backdrop:disabled, ++ headerbar button:disabled:backdrop { ++ background-image: none; ++ background-color: #eff0f1; ++ color: #bdc3c7; ++ border-color: transparent; } ++ headerbar button.flat:disabled { ++ color: rgba(216, 218, 221, 0.35); } ++ headerbar button:disabled { ++ background-color: transparent; ++ background-image: none; ++ border-color: transparent; ++ color: rgba(216, 218, 221, 0.35); } ++ headerbar button:disabled:active, ++ headerbar button:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ headerbar button:disabled:active > .label, ++ headerbar button:disabled:checked > .label { ++ color: inherit; } ++ headerbar .title { ++ font-weight: normal; ++ padding: 0px 12px; } ++ headerbar .title:backdrop { ++ color: #bdc3c7; } ++ headerbar .subtitle { ++ font-size: smaller; ++ padding: 0 12px; } ++ headerbar .subtitle:backdrop { ++ color: #bdc3c7; } ++ headerbar separator { ++ border-width: 0px; ++ background-color: transparent; ++ background-image: none; ++ border-color: transparent; } ++ headerbar.selection-mode .selection-menu { ++ padding: 4px 6px; } ++ headerbar.selection-mode .selection-menu GtkArrow { ++ -GtkArrow-arrow-scaling: 1; } ++ headerbar.selection-mode .selection-menu .arrow { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); ++ -gtk-icon-shadow: none; } ++ .tiled ++ headerbar, .maximized ++ headerbar { ++ border-radius: 0; } ++ ++headerbar entry, ++headerbar spinbutton, ++headerbar separator, ++headerbar button { ++ margin-top: 3px; ++ margin-bottom: 3px; } ++ ++headerbar button.suggested-action, ++headerbar.selection-mode.suggested-action { ++ background-image: none; ++ background-color: #3daee9; } ++ headerbar button.suggested-action:hover, ++ headerbar.selection-mode.suggested-action:hover { ++ background-color: #93cee9; ++ color: #31363b; } ++ headerbar button.suggested-action:disabled, ++ headerbar.selection-mode.suggested-action:disabled { ++ background-color: transparent; ++ background-image: none; ++ color: rgba(216, 218, 221, 0.35); } ++ headerbar button.suggested-action:disabled:active, ++ headerbar.selection-mode.suggested-action:disabled:active, ++ headerbar button.suggested-action:disabled:checked, ++ headerbar.selection-mode.suggested-action:disabled:checked { ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(37, 164, 230, 0.35); ++ background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); } ++ headerbar button.suggested-action:disabled:active > .label, ++ headerbar.selection-mode.suggested-action:disabled:active > .label, ++ headerbar button.suggested-action:disabled:checked > .label, ++ headerbar.selection-mode.suggested-action:disabled:checked > .label { ++ color: inherit; } ++ headerbar button.suggested-action:backdrop, ++ headerbar.selection-mode.suggested-action:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ color: #bdc3c7; } ++ headerbar button.suggested-action:backdrop:disabled, ++ headerbar.selection-mode.suggested-action:backdrop:disabled { ++ color: rgba(170, 178, 183, 0.35); } ++ ++/************** ++ * GtkInfoBar * ++ **************/ ++infobar { ++ border-style: none; ++ border-bottom: 1px solid #c0c2c4; ++ background-color: #eff0f1; ++ background-image: none; } ++ infobar:backdrop { ++ border-bottom: 1px solid #c0c2c4; } ++ ++.info, ++headerbar.selection-mode, ++.question, ++.warning, ++.error { ++ background-color: #eff0f1; ++ background-image: none; ++ color: #f67400; ++ text-shadow: none; } ++ .info:backdrop, ++ headerbar.selection-mode:backdrop, ++ .question:backdrop, ++ .warning:backdrop, ++ .error:backdrop { ++ background-color: #eff0f1; ++ color: #f67400; } ++ .info button, ++ headerbar.selection-mode button, ++ .question button, ++ .warning button, ++ .error button { ++ box-shadow: none; ++ background-image: none; ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #31363b; } ++ .info button:hover, ++ headerbar.selection-mode button:hover, ++ .question button:hover, ++ .warning button:hover, ++ .error button:hover { ++ background-color: rgba(246, 116, 0, 0.25); ++ border-color: #f67400; } ++ .info button:active, ++ headerbar.selection-mode button:active, .info button:checked, ++ headerbar.selection-mode button:checked, ++ .question button:active, ++ .question button:checked, ++ .warning button:active, ++ .warning button:checked, ++ .error button:active, ++ .error button:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #eff0f1; ++ border-color: #f67400; } ++ .info button:disabled, ++ headerbar.selection-mode button:disabled, ++ .question button:disabled, ++ .warning button:disabled, ++ .error button:disabled { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(45, 49, 54, 0.35); } ++ .info button:backdrop, ++ headerbar.selection-mode button:backdrop, ++ .question button:backdrop, ++ .warning button:backdrop, ++ .error button:backdrop { ++ background-color: rgba(246, 116, 0, 0.5); ++ border-color: rgba(246, 116, 0, 0.5); ++ color: #31363b; } ++ .info button:backdrop:active, ++ headerbar.selection-mode button:backdrop:active, .info button:backdrop:checked, ++ headerbar.selection-mode button:backdrop:checked, ++ .question button:backdrop:active, ++ .question button:backdrop:checked, ++ .warning button:backdrop:active, ++ .warning button:backdrop:checked, ++ .error button:backdrop:active, ++ .error button:backdrop:checked { ++ background-image: linear-gradient(to bottom, #f87500, #ef7100); ++ color: #eff0f1; ++ border-color: #f67400; } ++ .info button:backdrop:disabled, ++ headerbar.selection-mode button:backdrop:disabled, ++ .question button:backdrop:disabled, ++ .warning button:backdrop:disabled, ++ .error button:backdrop:disabled { ++ background-color: rgba(224, 105, 0, 0); ++ border-color: rgba(224, 105, 0, 0); ++ color: rgba(45, 49, 54, 0.35); } ++ .info button:backdrop:disabled:active, ++ headerbar.selection-mode button:backdrop:disabled:active, .info button:backdrop:disabled:checked, ++ headerbar.selection-mode button:backdrop:disabled:checked, ++ .question button:backdrop:disabled:active, ++ .question button:backdrop:disabled:checked, ++ .warning button:backdrop:disabled:active, ++ .warning button:backdrop:disabled:checked, ++ .error button:backdrop:disabled:active, ++ .error button:backdrop:disabled:checked { ++ background-image: linear-gradient(to bottom, rgba(226, 107, 0, 0.35), rgba(217, 102, 0, 0.35)); ++ color: rgba(216, 218, 221, 0.35); ++ border-color: rgba(224, 105, 0, 0.35); } ++ ++/********* ++ * Links * ++ *********/ ++button:link > label, ++button:visited > label, ++*:link, ++button:link, ++button:visited { ++ color: #2980b9; } ++ button:link > label:visited, ++ button:visited > label:visited, ++ *:link:visited, ++ button:visited { ++ color: #7f8c8d; } ++ *:selected button:link > label:visited, ++ *:selected button:visited > label:visited, *:selected ++ *:link:visited, *:selected ++ button:visited:link, ++ *:selected button:visited { ++ color: #a8d6ee; } ++ button:link > label:hover, ++ button:visited > label:hover, ++ *:link:hover, ++ button:hover:link, ++ button:hover:visited { ++ color: #409ad5; } ++ *:selected button:link > label:hover, ++ *:selected button:visited > label:hover, *:selected ++ *:link:hover, *:selected ++ button:hover:link, ++ *:selected button:hover:visited { ++ color: #dde9f0; } ++ button:link > label:active, ++ button:visited > label:active, ++ *:link:active, ++ button:active:link, ++ button:active:visited { ++ color: #2980b9; } ++ *:selected button:link > label:active, ++ *:selected button:visited > label:active, *:selected ++ *:link:active, *:selected ++ button:active:link, ++ *:selected button:active:visited { ++ color: #cbe3ef; } ++ button:link > label:backdrop, ++ button:visited > label:backdrop, button:link > label:backdrop:hover, ++ button:visited > label:backdrop:hover, button:link > label:backdrop:hover:selected, ++ button:visited > label:backdrop:hover:selected, ++ *:link:backdrop, ++ button:backdrop:link, ++ button:backdrop:visited, ++ *:link:backdrop:hover, ++ button:backdrop:hover:link, ++ button:backdrop:hover:visited, ++ *:link:backdrop:hover:selected, ++ headerbar.selection-mode .subtitle:backdrop:hover:link, ++ button:backdrop:hover:selected:link, ++ button:backdrop:hover:selected:visited { ++ color: rgba(61, 174, 233, 0.5); } ++ button:link > label:selected, ++ button:visited > label:selected, *:selected button:link > label, ++ *:selected button:visited > label, ++ *:link:selected, ++ headerbar.selection-mode .subtitle:link, ++ button:selected:link, ++ button:selected:visited, *:selected ++ *:link, *:selected ++ button:link, ++ *:selected button:visited { ++ color: #cbe3ef; } ++ ++button:link, ++button:visited { ++ text-shadow: none; } ++ button:link:hover, button:link:active, button:link:checked, ++ button:visited:hover, ++ button:visited:active, ++ button:visited:checked { ++ text-shadow: none; } ++ button:link > label, ++ button:visited > label { ++ text-decoration-line: underline; } ++ ++/********* ++ * Lists * ++ *********/ ++list { ++ background-color: #eff0f1; ++ color: #31363b; ++ border-width: 0px; } ++ list:backdrop { ++ background-color: #eff0f1; ++ color: #31363b; } ++ list row { ++ padding: 2px; } ++ ++row { ++ transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } ++ row:hover { ++ transition: none; } ++ row.activatable.has-open-popup, row.activatable:hover { ++ background-color: rgba(61, 174, 233, 0.5); } ++ row.activatable:active { ++ box-shadow: none; ++ background-color: #3daee9; } ++ row.activatable:selected:active { ++ box-shadow: none; ++ background-color: #3daee9; } ++ row.activatable:selected.has-open-popup, row.activatable:selected:hover { ++ color: #31363b; ++ background-color: #93cee9; } ++ row.activatable:selected:backdrop { ++ background-color: #3daee9; } ++ ++/********* ++ * Menus * ++ *********/ ++menubar, ++.menubar { ++ -GtkWidget-window-dragging: true; ++ padding: 0px; ++ box-shadow: none; ++ border-style: none; ++ background-color: #eff0f1; } ++ menubar:backdrop, ++ .menubar:backdrop { ++ background-color: #eff0f1; } ++ menubar > menuitem, ++ .menubar > menuitem { ++ min-height: 16px; ++ padding: 4px 6px; ++ border-style: solid; ++ border-width: 1px 0px; ++ border-color: #eff0f1; } ++ menubar > menuitem:hover, ++ .menubar > menuitem:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ menubar > menuitem:disabled, ++ .menubar > menuitem:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ box-shadow: none; } ++ menubar > menuitem:disabled:backdrop, ++ .menubar > menuitem:disabled:backdrop { ++ background-color: #eff0f1; ++ color: rgba(45, 49, 54, 0.35); } ++ menubar > menuitem:backdrop, ++ .menubar > menuitem:backdrop { ++ background-color: #eff0f1; ++ border-color: #eff0f1; ++ color: #31363b; } ++ ++menu, ++.menu { ++ padding: 0px; ++ background-color: #eff0f1; ++ border: 0px solid transparent; ++ box-shadow: inset 0px 0px 0px 1px #c0c2c4; ++ border-radius: 3px; } ++ .csd menu, .csd ++ .menu { ++ border: 0px solid; ++ border-radius: 3px; } ++ menu separator, ++ .menu separator { ++ color: #c0c2c4; ++ margin-top: 3px; ++ margin-bottom: 3px; } ++ menu menuitem, ++ .menu menuitem { ++ text-shadow: none; ++ min-height: 16px; ++ min-width: 40px; ++ padding: 4px 4px; } ++ menu menuitem:hover, ++ .menu menuitem:hover { ++ color: #eff0f1; ++ background-color: #3daee9; } ++ menu menuitem:disabled, ++ .menu menuitem:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++ menu menuitem:disabled:backdrop, ++ .menu menuitem:disabled:backdrop { ++ color: rgba(45, 49, 54, 0.35); } ++ menu menuitem:backdrop, menu menuitem:backdrop:hover, ++ .menu menuitem:backdrop, ++ .menu menuitem:backdrop:hover { ++ color: #31363b; ++ background-color: #eff0f1; } ++ menu menuitem arrow, ++ .menu menuitem arrow { ++ min-height: 16px; ++ min-width: 16px; } ++ menu menuitem arrow:dir(ltr), ++ .menu menuitem arrow:dir(ltr) { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ margin-left: 10px; } ++ menu menuitem arrow:dir(rtl), ++ .menu menuitem arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); ++ margin-right: 10px; } ++ menu > arrow, ++ .menu > arrow { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ min-height: 16px; ++ min-width: 16px; ++ padding: 4px; ++ background-color: transparent; ++ border-radius: 0; } ++ menu > arrow.top, ++ .menu > arrow.top { ++ margin-top: -6px; ++ border: none; ++ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } ++ menu > arrow.bottom, ++ .menu > arrow.bottom { ++ margin-bottom: -6px; ++ border: none; ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ menu > arrow:hover, ++ .menu > arrow:hover { ++ color: #93cee9; } ++ menu > arrow:active, ++ .menu > arrow:active { ++ color: #3daee9; } ++ menu > arrow:backdrop, ++ .menu > arrow:backdrop { ++ background-color: #eff0f1; } ++ menu > arrow:disabled, ++ .menu > arrow:disabled { ++ color: transparent; ++ background-color: transparent; ++ border-color: transparent; } ++ ++menuitem accelerator { ++ color: alpha(currentColor,0.55); } ++menuitem check, ++menuitem radio { ++ min-height: 18px; ++ min-width: 18px; } ++ menuitem check:dir(ltr), ++ menuitem radio:dir(ltr) { ++ margin-right: 6px; } ++ menuitem check:dir(rtl), ++ menuitem radio:dir(rtl) { ++ margin-left: 6px; } ++ ++/*************** ++ * Popovers * ++ ***************/ ++/* menu buttons */ ++modelbutton.flat, popover.background checkbutton, ++popover.background radiobutton, ++.menuitem.button.flat { ++ min-height: 16px; ++ padding: 4px 8px; ++ color: #31363b; } ++ modelbutton.flat:hover, popover.background checkbutton:hover, ++ popover.background radiobutton:hover, ++ .menuitem.button.flat:hover { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ modelbutton.flat:selected, popover.background checkbutton:selected, ++ popover.background radiobutton:selected, ++ .menuitem.button.flat:selected { ++ background-color: #3daee9; ++ color: #eff0f1; } ++ modelbutton.flat:backdrop, popover.background checkbutton:backdrop, ++ popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, ++ popover.background radiobutton:backdrop:hover, ++ .menuitem.button.flat:backdrop, ++ .menuitem.button.flat:backdrop:hover { ++ color: #31363b; } ++ modelbutton.flat check:hover, popover.background checkbutton check:hover, ++ popover.background radiobutton check:hover, ++ .menuitem.button.flat check:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); } ++ modelbutton.flat radio:hover, popover.background checkbutton radio:hover, ++ popover.background radiobutton radio:hover, ++ .menuitem.button.flat radio:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); } ++ modelbutton.flat check:checked:hover, popover.background checkbutton check:checked:hover, ++ popover.background radiobutton check:checked:hover, ++ .menuitem.button.flat check:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); } ++ modelbutton.flat radio:checked:hover, popover.background checkbutton radio:checked:hover, ++ popover.background radiobutton radio:checked:hover, ++ .menuitem.button.flat radio:checked:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); } ++ modelbutton.flat check:indeterminate:hover, popover.background checkbutton check:indeterminate:hover, ++ popover.background radiobutton check:indeterminate:hover, ++ .menuitem.button.flat check:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed.png"), url("../assets/check-mixed@2.png")); } ++ modelbutton.flat radio:indeterminate:hover, popover.background checkbutton radio:indeterminate:hover, ++ popover.background radiobutton radio:indeterminate:hover, ++ .menuitem.button.flat radio:indeterminate:hover { ++ -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); } ++ modelbutton.flat check:last-child, popover.background checkbutton check:last-child, ++ popover.background radiobutton check:last-child, ++ modelbutton.flat radio:last-child, ++ popover.background checkbutton radio:last-child, ++ popover.background radiobutton radio:last-child, ++ .menuitem.button.flat check:last-child, ++ .menuitem.button.flat radio:last-child { ++ margin-right: 0px; } ++ modelbutton.flat check:first-child, popover.background checkbutton check:first-child, ++ popover.background radiobutton check:first-child, ++ modelbutton.flat radio:first-child, ++ popover.background checkbutton radio:first-child, ++ popover.background radiobutton radio:first-child, ++ .menuitem.button.flat check:first-child, ++ .menuitem.button.flat radio:first-child { ++ margin-left: 0px; } ++ ++modelbutton.flat arrow, popover.background checkbutton arrow, ++popover.background radiobutton arrow { ++ background: none; } ++ modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, ++ popover.background radiobutton arrow:hover { ++ background: none; } ++ modelbutton.flat arrow.left, popover.background checkbutton arrow.left, ++ popover.background radiobutton arrow.left { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ modelbutton.flat arrow.right, popover.background checkbutton arrow.right, ++ popover.background radiobutton arrow.right { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ ++popover.background { ++ margin: -10px; ++ padding: 0px; ++ border: 1px solid #c0c2c4; ++ border-radius: 3px; ++ background-color: #eff0f1; ++ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.9); } ++ popover.background:backdrop { ++ box-shadow: none; } ++ popover.background > list, ++ popover.background > .view, ++ popover.background > toolbar { ++ border-style: none; ++ background-color: transparent; } ++ .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { ++ border: 1px solid #c0c2c4; } ++ popover.background separator { ++ margin: 3px; } ++ popover.background list separator { ++ margin: 0px; } ++ ++GtkVolumeButton.button { ++ padding: 5px; } ++ ++/******** ++ * Misc * ++ ********/ ++/**************** ++* Print dialog * ++*****************/ ++printdialog paper { ++ color: #31363b; ++ border: 1px solid #c0c2c4; ++ background: white; ++ padding: 0; } ++ printdialog paper:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background: white; } ++printdialog .dialog-action-box { ++ margin: 12px; } ++ ++/********** ++* Frames * ++**********/ ++frame > border, ++.frame { ++ box-shadow: none; ++ margin: 0; ++ padding: 0; ++ border-radius: 0; ++ border: 1px solid #c0c2c4; } ++ frame > border.flat, ++ .frame.flat { ++ border-style: none; } ++ frame > border:backdrop, ++ .frame:backdrop { ++ border-color: #c0c2c4; } ++ ++actionbar > revealer > box { ++ padding: 6px; ++ border-top: 1px solid #c0c2c4; } ++ actionbar > revealer > box:backdrop { ++ border-color: #c0c2c4; } ++ ++scrolledwindow viewport.frame { ++ border-style: none; } ++scrolledwindow junction { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: none; } ++ ++separator { ++ background: #c0c2c4; ++ min-width: 1px; ++ min-height: 1px; } ++ ++/************* ++* Expanders * ++*************/ ++expander arrow { ++ min-width: 16px; ++ min-height: 16px; ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ expander arrow:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ expander arrow:hover { ++ color: #77838e; } ++ expander arrow:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ ++/********* ++* Paned * ++*********/ ++paned > separator { ++ min-width: 1px; ++ min-height: 1px; ++ -gtk-icon-source: none; ++ border-style: none; ++ background-color: transparent; ++ background-image: image(#c0c2c4); ++ background-size: 1px 1px; } ++ paned > separator:backdrop { ++ background-image: image(#c0c2c4); } ++ paned > separator.wide { ++ min-width: 5px; ++ min-height: 5px; ++ background-color: #eff0f1; ++ background-image: image(#c0c2c4), image(#c0c2c4); ++ background-size: 1px 1px, 1px 1px; } ++ paned > separator.wide:backdrop { ++ background-color: #eff0f1; ++ background-image: image(#c0c2c4), image(#c0c2c4); } ++paned.horizontal > separator { ++ background-repeat: repeat-y; } ++ paned.horizontal > separator:dir(ltr) { ++ margin: 0 -8px 0 0; ++ padding: 0 8px 0 0; ++ background-position: left; } ++ paned.horizontal > separator:dir(rtl) { ++ margin: 0 0 0 -8px; ++ padding: 0 0 0 8px; ++ background-position: right; } ++ paned.horizontal > separator.wide { ++ margin: 0; ++ padding: 0; ++ background-repeat: repeat-y, repeat-y; ++ background-position: left, right; } ++paned.vertical > separator { ++ margin: 0 0 -8px 0; ++ padding: 0 0 8px 0; ++ background-repeat: repeat-x; ++ background-position: top; } ++ paned.vertical > separator.wide { ++ margin: 0; ++ padding: 0; ++ background-repeat: repeat-x, repeat-x; ++ background-position: bottom, top; } ++ ++/********************* ++* Spinner Animation * ++*********************/ ++@keyframes spin { ++ to { ++ -gtk-icon-transform: rotate(1turn); } } ++spinner { ++ background-image: none; ++ opacity: 0; ++ -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } ++ spinner:checked { ++ opacity: 1; ++ animation: spin 1s linear infinite; } ++ spinner:checked:disabled { ++ opacity: 0.5; } ++ ++/***************** ++ * Notebooks and * ++ * Tabs * ++ *****************/ ++/************* ++ * Notebooks * ++ *************/ ++notebook.frame { ++ border: none; ++ padding: 0px; ++ box-shadow: inset 0px 0px 0px 1px #c0c2c4; } ++notebook > header { ++ padding: 0px; ++ border: none; ++ background-color: #eff0f1; } ++ notebook > header.top { ++ box-shadow: inset 0 -1px #c0c2c4; } ++ notebook > header.top:backdrop { ++ box-shadow: inset 0 -1px #c0c2c4; } ++ notebook > header.bottom { ++ box-shadow: inset 0 1px #c0c2c4; } ++ notebook > header.bottom:backdrop { ++ box-shadow: inset 0 1px #c0c2c4; } ++ notebook > header.right { ++ box-shadow: inset 1px 0 #c0c2c4; } ++ notebook > header.right:backdrop { ++ box-shadow: inset 1px 0 #c0c2c4; } ++ notebook > header.left { ++ box-shadow: inset -1px 0 #c0c2c4; } ++ notebook > header.left:backdrop { ++ box-shadow: inset -1px 0 #c0c2c4; } ++ notebook > header:backdrop { ++ background-color: #eff0f1; } ++ notebook > header tabs { ++ margin: 0px; } ++ notebook > header.top > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(49, 54, 59, 0.2); ++ background-color: rgba(49, 54, 59, 0.2); ++ border-radius: 3px 3px 0px 0px; ++ border-bottom-color: transparent; } ++ notebook > header.top > tabs > tab:hover, notebook > header.top > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.top > tabs > tab:checked { ++ border-color: #c0c2c4; ++ border-bottom-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.top > tabs > tab:checked:backdrop { ++ border-color: #c0c2c4; ++ border-bottom-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.bottom > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(49, 54, 59, 0.2); ++ background-color: rgba(49, 54, 59, 0.2); ++ border-radius: 0px 0px 3px 3px; ++ border-top-color: transparent; } ++ notebook > header.bottom > tabs > tab:hover, notebook > header.bottom > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.bottom > tabs > tab:checked { ++ border-color: #c0c2c4; ++ border-top-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.bottom > tabs > tab:checked:backdrop { ++ border-color: #c0c2c4; ++ border-top-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.left > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(49, 54, 59, 0.2); ++ background-color: rgba(49, 54, 59, 0.2); ++ border-radius: 3px 0px 0px 3px; ++ border-right-color: transparent; } ++ notebook > header.left > tabs > tab:hover, notebook > header.left > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.left > tabs > tab:checked { ++ border-color: #c0c2c4; ++ border-right-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.left > tabs > tab:checked:backdrop { ++ border-color: #c0c2c4; ++ border-right-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.right > tabs > tab { ++ padding: 4px 6px; ++ border: 1px solid rgba(49, 54, 59, 0.2); ++ background-color: rgba(49, 54, 59, 0.2); ++ border-radius: 0px 3px 3px 0px; ++ border-left-color: transparent; } ++ notebook > header.right > tabs > tab:hover, notebook > header.right > tabs > tab.prelight-page { ++ background-color: rgba(61, 174, 233, 0.2); ++ border-color: rgba(61, 174, 233, 0.2); } ++ notebook > header.right > tabs > tab:checked { ++ border-color: #c0c2c4; ++ border-left-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.right > tabs > tab:checked:backdrop { ++ border-color: #c0c2c4; ++ border-left-color: #eff0f1; ++ background-color: #eff0f1; } ++ notebook > header.top > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #c0c2c4; ++ box-shadow: inset -3px 0px 0px 0px #eff0f1; } ++ notebook > header.top > tabs > tab.reorderable-page:hover, notebook > header.top > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #eff0f1; } ++ notebook > header.top > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } ++ notebook > header.top > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.top > tabs > tab.reorderable-page:backdrop { ++ background-color: #eff0f1; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.bottom > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-right-width: 1px; ++ border-right-color: #c0c2c4; ++ box-shadow: inset -3px 0px 0px 0px #eff0f1; } ++ notebook > header.bottom > tabs > tab.reorderable-page:hover, notebook > header.bottom > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset -3px 0px 0px 0px #eff0f1; } ++ notebook > header.bottom > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset -3px 0px 0px 0px #eff0f1; } ++ notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.bottom > tabs > tab.reorderable-page:backdrop { ++ background-color: #eff0f1; ++ border-right-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.left > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #c0c2c4; ++ box-shadow: inset 0px -3px 0px 0px #eff0f1; } ++ notebook > header.left > tabs > tab.reorderable-page:hover, notebook > header.left > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #eff0f1; } ++ notebook > header.left > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } ++ notebook > header.left > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.left > tabs > tab.reorderable-page:backdrop { ++ background-color: #eff0f1; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.right > tabs > tab.reorderable-page { ++ border-width: 3px; ++ border-style: solid; ++ border-color: transparent; ++ background-color: #eff0f1; ++ background-clip: padding-box; ++ border-bottom-width: 1px; ++ border-bottom-color: #c0c2c4; ++ box-shadow: inset 0px -3px 0px 0px #eff0f1; } ++ notebook > header.right > tabs > tab.reorderable-page:hover, notebook > header.right > tabs > tab.reorderable-page.prelight-page { ++ box-shadow: inset 0px -3px 0px 0px rgba(61, 174, 233, 0.2), inset 0px -3px 0px 0px #eff0f1; } ++ notebook > header.right > tabs > tab.reorderable-page:checked { ++ box-shadow: inset 0px -3px 0px 0px #3daee9, inset 0px -3px 0px 0px #eff0f1; } ++ notebook > header.right > tabs > tab.reorderable-page:checked:backdrop { ++ background-color: #eff0f1; ++ border-color: transparent; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.right > tabs > tab.reorderable-page:backdrop { ++ background-color: #eff0f1; ++ border-bottom-color: #c0c2c4; ++ box-shadow: none; } ++ notebook > header.top > tabs > arrow { ++ border-top-style: none; } ++ notebook > header.bottom > tabs > arrow { ++ border-bottom-style: none; } ++ notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { ++ margin-left: -5px; ++ margin-right: -5px; ++ padding-left: 4px; ++ padding-right: 4px; } ++ notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ notebook > header.left > tabs > arrow { ++ border-left-style: none; } ++ notebook > header.right > tabs > arrow { ++ border-right-style: none; } ++ notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { ++ margin-top: -5px; ++ margin-bottom: -5px; ++ padding-top: 4px; ++ padding-bottom: 4px; } ++ notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { ++ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } ++ notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ notebook > header > tabs > arrow { ++ min-height: 16px; ++ min-width: 16px; ++ border-radius: 0; } ++ notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { ++ background-clip: padding-box; ++ background-image: none; ++ background-color: rgba(255, 255, 255, 0.3); ++ border-color: transparent; ++ box-shadow: none; } ++ notebook > header > tabs > arrow:disabled { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; } ++ notebook > header button.flat { ++ padding: 0; ++ margin: 4px; ++ min-width: 12px; ++ min-height: 12px; ++ border: 0px solid; ++ border-radius: 50%; ++ color: #eff0f1; ++ background-color: #c0c2c4; ++ background-image: none; } ++ notebook > header button.flat:hover { ++ background-color: #da4453; } ++ notebook > header button.flat:active { ++ background-color: #da4453; } ++ notebook > header button.flat:backdrop { ++ background-color: #c0c2c4; ++ color: #eff0f1; } ++notebook > stack:not(:only-child) { ++ background-color: transparent; ++ border-style: solid; ++ border-color: #c0c2c4; ++ border-width: 0px; } ++ ++scrolledwindow overshoot.top { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.top:backdrop { ++ background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center top; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow overshoot.bottom { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 100% 5%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.bottom:backdrop { ++ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 100% 5%; ++ background-repeat: no-repeat; ++ background-position: center bottom; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow overshoot.left { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.left:backdrop { ++ background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: left center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow overshoot.right { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a6a9ab), to(rgba(166, 169, 171, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); ++ background-size: 5% 100%, 100% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++ scrolledwindow overshoot.right:backdrop { ++ background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#c0c2c4), to(rgba(192, 194, 196, 0))); ++ background-size: 5% 100%; ++ background-repeat: no-repeat; ++ background-position: right center; ++ background-color: transparent; ++ border: none; ++ box-shadow: none; } ++scrolledwindow undershoot { ++ background-image: none; ++ border: none; } ++ ++/************ ++ * Pathbars * ++ ************/ ++.path-bar { ++ background-color: #eff0f1; ++ border-bottom: 1px solid #c0c2c4; } ++ ++.path-bar button { ++ border-color: rgba(255, 255, 255, 0); ++ background-color: transparent; ++ background-image: none; ++ box-shadow: none; ++ color: #31363b; ++ text-shadow: none; ++ -gtk-icon-shadow: none; ++ padding: 4px 8px; ++ color: #31363b; } ++ .path-bar button:hover { ++ border-color: #93cee9; } ++ .path-bar button:active, .path-bar button:checked { ++ background-color: #c0c2c4; ++ font-weight: normal; } ++ .path-bar button.text-button, .path-bar button.image-button, .path-bar button { ++ padding-left: 4px; ++ padding-right: 4px; } ++ .path-bar button.text-button.image-button label { ++ padding-left: 0; ++ padding-right: 0; } ++ .path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { ++ padding-right: 8px; } ++ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { ++ padding-left: 8px; } ++ .path-bar button image { ++ padding-left: 4px; ++ padding-right: 4px; } ++ .path-bar button.slider-button { ++ padding-left: 0; ++ padding-right: 0; } ++ ++/***************** ++ * Progress bars * ++ *****************/ ++progressbar { ++ font-size: smaller; ++ color: rgba(49, 54, 59, 0.3); } ++ progressbar.horizontal trough, ++ progressbar.horizontal progress { ++ min-height: 6px; } ++ progressbar.vertical trough, ++ progressbar.vertical progress { ++ min-width: 6px; } ++ progressbar trough { ++ border: 0px solid transparent; ++ border-radius: 3px; ++ background-color: rgba(49, 54, 59, 0.3); } ++ progressbar:backdrop trough { ++ background-color: rgba(49, 54, 59, 0.3); } ++ progressbar progress { ++ background-color: #3daee9; ++ border: 0px solid transparent; ++ border-radius: 3px; ++ box-shadow: none; } ++ progressbar:backdrop progress { ++ background-color: #3daee9; } ++ progressbar.osd { ++ background-color: transparent; } ++ ++treeview.view.progressbar { ++ border: 0px solid transparent; ++ border-radius: 3px; ++ background-color: #3daee9; ++ color: #eff0f1; ++ background-image: none; } ++ treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { ++ background-color: rgba(239, 240, 241, 0.25); } ++treeview.view.trough { ++ background-color: #b6b8ba; } ++ treeview.view.trough:selected:focus, treeview.view.trough:selected { ++ background-color: rgba(239, 240, 241, 0.3); } ++ ++/************* ++ * Level Bar * ++ *************/ ++levelbar block { ++ min-width: 32px; ++ min-height: 6px; } ++levelbar.vertical block { ++ min-width: 6px; ++ min-height: 32px; } ++levelbar trough { ++ border: 1px solid; ++ padding: 2px; ++ border-radius: 3px; ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; ++ box-shadow: none; } ++ levelbar trough:backdrop { ++ color: #31363b; ++ border-color: #c0c2c4; ++ background-color: #fcfcfc; } ++levelbar.horizontal.discrete block { ++ margin: 0 1px; } ++levelbar.vertical.discrete block { ++ margin: 1px 0; } ++levelbar block:not(.empty) { ++ border: 1px solid #3daee9; ++ background-color: #3daee9; ++ box-shadow: none; ++ border-radius: 1px; } ++ levelbar block:not(.empty):backdrop { ++ border-color: #3daee9; ++ background-color: #3daee9; } ++levelbar block.low { ++ border-color: #f67400; ++ background-color: #f67400; } ++ levelbar block.low:backdrop { ++ background-color: #f67400; ++ border-color: #f67400; } ++levelbar block.high { ++ border-color: #27ae60; ++ background-color: #27ae60; } ++ levelbar block.high:backdrop { ++ background-color: #27ae60; ++ border-color: #27ae60; } ++levelbar block.full { ++ border-color: #27ae60; ++ background-color: #27ae60; } ++ levelbar block.full:backdrop { ++ background-color: #27ae60; ++ border-color: #27ae60; } ++levelbar block.empty { ++ background-color: rgba(49, 54, 59, 0.3); ++ border-color: transparent; ++ box-shadow: none; } ++ levelbar block.empty:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); } ++ ++/************ ++ * GtkScale * ++ ************/ ++scale.fine-tune.trough { ++ margin: 8px; ++ border-radius: 3px; } ++scale slider { ++ min-width: 18px; ++ min-height: 18px; ++ background-color: #eff0f1; ++ border: 1px solid #c0c2c4; ++ border-radius: 50%; ++ box-shadow: none; ++ margin: -9px; } ++ scale slider:hover { ++ border-style: solid; ++ border-width: 2px; ++ border-color: #93cee9; ++ border-radius: 50%; } ++ scale slider:hover:backdrop { ++ background-color: #eff0f1; ++ border-color: #93cee9; } ++ scale slider:disabled { ++ border-style: solid; ++ border-radius: 50%; ++ background-color: #eff0f1; ++ border-color: rgba(174, 176, 179, 0.35); } ++ scale slider:disabled:backdrop { ++ background-color: #eff0f1; ++ border-color: rgba(174, 176, 179, 0.35); } ++ scale slider:active { ++ border: 2px solid #3daee9; } ++ scale slider:active:backdrop { ++ background-color: #eff0f1; ++ border-color: #3daee9; } ++ scale slider:backdrop { ++ background-color: #eff0f1; ++ border-color: #c0c2c4; } ++scale trough { ++ min-width: 6px; ++ min-height: 6px; ++ margin: 9px; ++ border: 0px solid; ++ border-radius: 3px; ++ background-color: #b6b8ba; ++ box-shadow: none; } ++ scale trough:disabled, scale trough.vertical:disabled { ++ border-color: rgba(165, 167, 170, 0.35); ++ background-color: rgba(165, 167, 170, 0.35); ++ box-shadow: none; } ++ scale trough:disabled:backdrop, scale trough.vertical:disabled:backdrop { ++ background-color: rgba(165, 167, 170, 0.35); ++ border-color: rgba(165, 167, 170, 0.35); } ++ scale trough:backdrop { ++ background-color: #b6b8ba; ++ border-color: #b6b8ba; } ++scale highlight { ++ border: 0px solid; ++ border-radius: 3px; ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ scale highlight.vertical { ++ background-color: #3daee9; ++ border-color: #3daee9; } ++ scale highlight:disabled { ++ background-color: rgba(37, 164, 230, 0.35); } ++ scale highlight:backdrop { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-color: rgba(61, 174, 233, 0.5); } ++ scale highlight:backdrop:disabled { ++ background-color: rgba(37, 164, 230, 0.35); } ++ ++/************** ++ * Scrollbars * ++ **************/ ++scrollbar { ++ -GtkScrollbar-has-backward-stepper: true; ++ -GtkScrollbar-has-forward-stepper: true; ++ background-color: #eff0f1; ++ border-width: 3px 0px; ++ border-color: #eff0f1; ++ margin: 0px; } ++ scrollbar button { ++ min-width: 14px; ++ min-height: 14px; ++ margin: 0px; ++ padding: 0px 3px; ++ border: none; ++ border-radius: 0px; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #31363b; ++ box-shadow: none; } ++ scrollbar button:hover { ++ border: none; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #93cee9; } ++ scrollbar button:active, scrollbar button:active:hover { ++ border: none; ++ background-image: none; ++ background-color: #eff0f1; ++ color: #3daee9; } ++ scrollbar button:disabled { ++ border: none; ++ background-color: #eff0f1; ++ background-image: none; ++ color: rgba(45, 49, 54, 0.35); } ++ scrollbar button:backdrop { ++ color: #31363b; } ++ scrollbar button:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++ scrollbar.dragging, scrollbar.hovering { ++ opacity: 0.9910; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ opacity: 0.999; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) { ++ -GtkScrollbar-has-backward-stepper: false; ++ -GtkScrollbar-has-forward-stepper: false; ++ background: none; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { ++ min-width: 4px; ++ margin: 2px; ++ border: none; ++ border-radius: 2px; ++ background-color: #74777b; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider:backdrop { ++ background-color: #74777b; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough { ++ min-width: 4px; ++ min-height: 4px; ++ border: none; ++ background: none; ++ box-shadow: none; } ++ scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { ++ min-height: 4px; } ++ scrollbar trough { ++ min-width: 16px; ++ min-height: 16px; ++ border: 0px solid transparent; ++ border-radius: 8px; ++ background-color: #b6b8ba; ++ box-shadow: inset 0px 0px 0px 3px #eff0f1; } ++ scrollbar slider { ++ min-width: 10px; ++ min-height: 30px; ++ border: 2px solid transparent; ++ border-radius: 8px; ++ background-clip: padding-box; ++ background-color: #74777b; } ++ scrollbar slider:hover { ++ background-color: #93cee9; } ++ scrollbar slider:active { ++ background-color: #3daee9; } ++ scrollbar slider:disabled { ++ background-color: rgba(105, 108, 112, 0.35); } ++ scrollbar slider:backdrop { ++ background-color: #74777b; } ++ scrollbar slider:backdrop:disabled { ++ background-color: rgba(105, 108, 112, 0.35); } ++ scrollbar.horizontal slider { ++ min-width: 30px; ++ min-height: 10px; } ++ scrollbar.vertical button.down { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ scrollbar.vertical button.up { ++ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } ++ scrollbar.horizontal button.down { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } ++ scrollbar.horizontal button.up { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ ++/*********** ++ * Sidebar * ++ ***********/ ++.sidebar { ++ border: none; ++ background-color: #eff0f1; } ++ .sidebar:backdrop { ++ background-color: #eff0f1; } ++ ++placessidebar > viewport.frame { ++ border-style: none; } ++placessidebar row { ++ min-height: 36px; ++ padding: 0px; } ++ placessidebar row > revealer { ++ padding: 0 14px; } ++ placessidebar row:selected { ++ color: #eff0f1; } ++ placessidebar row:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++ placessidebar row:backdrop { ++ color: #31363b; } ++ placessidebar row:backdrop:selected { ++ color: #3daee9; } ++ placessidebar row:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++ placessidebar row image.sidebar-icon:dir(ltr) { ++ padding-right: 8px; } ++ placessidebar row image.sidebar-icon:dir(rtl) { ++ padding-left: 8px; } ++ placessidebar row label.sidebar-label:dir(ltr) { ++ padding-right: 2px; } ++ placessidebar row label.sidebar-label:dir(rtl) { ++ padding-left: 2px; } ++ button.sidebar-button { ++ min-height: 26px; ++ min-width: 26px; ++ margin-top: 3px; ++ margin-bottom: 3px; ++ padding: 0; } ++ placessidebar row:selected:active { ++ box-shadow: none; } ++ placessidebar row.sidebar-placeholder-row { ++ padding: 0 8px; ++ min-height: 2px; ++ background-image: none; ++ background-clip: content-box; } ++ placessidebar row.sidebar-new-bookmark-row { ++ color: #3daee9; } ++ ++placesview .server-list-button > image { ++ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ -gtk-icon-transform: rotate(0turn); } ++placesview .server-list-button:checked > image { ++ transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); ++ -gtk-icon-transform: rotate(-0.5turn); } ++placesview row.activatable:hover { ++ background-color: transparent; } ++placesview > actionbar > revealer > box > label { ++ padding-left: 8px; ++ padding-right: 8px; } ++ ++stacksidebar.sidebar row { ++ padding: 10px 4px; } ++ stacksidebar.sidebar row > label { ++ padding-left: 6px; ++ padding-right: 6px; } ++ stacksidebar.sidebar row.needs-attention > .label { ++ background-size: 6px 6px, 0 0; } ++ ++/***************** ++ * GtkSpinButton * ++ *****************/ ++spinbutton:not(.vertical) { ++ padding: 0; } ++ spinbutton:not(.vertical) entry { ++ min-width: 28px; ++ margin: 0; ++ background: none; ++ background-color: transparent; ++ border: none; ++ border-radius: 0; ++ box-shadow: none; } ++ spinbutton:not(.vertical) entry:backdrop:disabled { ++ background-color: transparent; } ++ spinbutton:not(.vertical) button { ++ min-height: 16px; ++ margin: 0; ++ padding-bottom: 0; ++ padding-top: 0; ++ color: #31363b; ++ background-image: none; ++ background-color: transparent; ++ border-style: none; ++ box-shadow: none; } ++ spinbutton:not(.vertical) button:hover { ++ color: #93cee9; } ++ spinbutton:not(.vertical) button:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++ spinbutton:not(.vertical) button:active { ++ color: #3daee9; ++ box-shadow: none; } ++ spinbutton:not(.vertical) button:backdrop { ++ color: #31363b; ++ background-color: transparent; } ++ spinbutton:not(.vertical) button:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ background-color: transparent; ++ border-style: none; } ++ spinbutton:not(.vertical) button:dir(ltr):last-child { ++ border-radius: 0 3px 3px 0; } ++ spinbutton:not(.vertical) button:dir(rtl):first-child { ++ border-radius: 3px 0 0 3px; } ++spinbutton.vertical:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++spinbutton.vertical:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); } ++spinbutton.vertical:drop(active) { ++ border-color: transparent; ++ box-shadow: none; } ++spinbutton.vertical entry { ++ margin: 0px; ++ min-height: 26px; ++ min-width: 26px; ++ border-style: none solid none solid; ++ border-color: #c0c2c4; ++ padding: 0; ++ border-radius: 0; } ++ spinbutton.vertical entry:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ background-color: #e5e5e5; ++ border-color: rgba(174, 176, 179, 0.35); } ++ spinbutton.vertical entry:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ background-color: #e5e5e5; ++ border-color: rgba(174, 176, 179, 0.35); } ++spinbutton.vertical button { ++ min-height: 26px; ++ min-width: 26px; ++ padding: 0; ++ box-shadow: none; ++ background-image: none; ++ background-color: #fcfcfc; ++ color: #31363b; ++ border-color: #c0c2c4; } ++ spinbutton.vertical button:hover { ++ color: #93cee9; } ++ spinbutton.vertical button:active { ++ color: #3daee9; } ++ spinbutton.vertical button:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ background-color: #e5e5e5; ++ border-color: rgba(174, 176, 179, 0.35); } ++ spinbutton.vertical button:backdrop:disabled { ++ color: rgba(45, 49, 54, 0.35); ++ background-color: #e5e5e5; ++ border-color: rgba(174, 176, 179, 0.35); } ++spinbutton.vertical button.up { ++ border-radius: 3px 3px 0 0; ++ border-style: solid solid none solid; } ++spinbutton.vertical button.down { ++ border-radius: 0 0 3px 3px; ++ border-style: none solid solid solid; } ++treeview spinbutton:not(.vertical) { ++ min-height: 0; ++ border-style: none; ++ border-radius: 0; } ++ treeview spinbutton:not(.vertical) entry { ++ min-height: 0; ++ padding: 1px 2px; } ++ ++/********** ++ * Switch * ++ **********/ ++switch { ++ margin: 2px; ++ font-weight: bold; ++ font-size: smaller; ++ min-width: 48px; ++ min-height: 24px; ++ border: 0px solid; ++ border-radius: 12px; ++ color: transparent; ++ background-color: rgba(49, 54, 59, 0.3); ++ text-shadow: none; } ++ switch:checked { ++ background-color: #3daee9; } ++ switch:backdrop { ++ background-color: rgba(49, 54, 59, 0.3); ++ text-shadow: none; } ++ switch:backdrop:checked { ++ background-color: #3daee9; } ++ switch slider { ++ min-width: 22px; ++ min-height: 22px; ++ border: 1px solid; ++ border-radius: 11px; ++ background-color: #eff0f1; ++ border-color: #c0c2c4; } ++ switch:hover slider { ++ border-color: #93cee9; } ++ switch:disabled slider { ++ background-color: rgba(216, 218, 221, 0.35); } ++ switch:backdrop slider { ++ background-color: #eff0f1; } ++ switch:backdrop:disabled slider { ++ background-color: rgba(216, 218, 221, 0.35); } ++ ++/************ ++ * Toolbars * ++ ************/ ++toolbar, .inline-toolbar, searchbar, ++.location-bar { ++ -GtkWidget-window-dragging: true; ++ padding: 4px; ++ background-color: #eff0f1; } ++ ++toolbar { ++ padding: 4px 3px 3px 4px; } ++ toolbar:backdrop { ++ background-color: #eff0f1; ++ box-shadow: none; } ++ toolbar button { ++ margin: 2px; ++ padding: 3px; } ++ toolbar button.image-button, toolbar button.text-button.image-button { ++ padding: 3px; } ++ toolbar separator { ++ margin-left: 3px; ++ margin-right: 3px; } ++ toolbar entry { ++ margin: 3px; } ++ .osd toolbar { ++ background-color: transparent; } ++ toolbar.osd { ++ padding: 13px; ++ border: none; ++ border-radius: 3px; ++ background-color: #eff0f1; } ++ toolbar.osd:backdrop { ++ border-color: #c0c2c4; ++ background-color: #eff0f1; ++ box-shadow: none; } ++ toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { ++ border-radius: 0; } ++ ++.inline-toolbar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; ++ border-radius: 0; } ++ ++searchbar, ++.location-bar { ++ border-width: 0px 0px 1px 0px; ++ padding: 3px; } ++ ++.inline-toolbar, searchbar, ++.location-bar { ++ border-style: solid; ++ border-color: #c0c2c4; ++ text-shadow: none; ++ background-color: #eff0f1; } ++ ++/************ ++ * Tooltips * ++ ************/ ++tooltip { ++ color: #eff0f1; ++ padding: 4px; ++ /* not working */ ++ border-radius: 3px; ++ box-shadow: none; ++ text-shadow: none; } ++ tooltip.background { ++ background-color: #31363b; ++ background-clip: padding-box; } ++ tooltip.window-frame.csd { ++ background-color: transparent; ++ box-shadow: none; } ++ tooltip decoration { ++ background-color: transparent; } ++ ++tooltip * { ++ padding: 0px; ++ background-color: transparent; ++ color: #eff0f1; } ++ ++/************** ++ * Tree Views * ++ **************/ ++treeview.view { ++ -GtkTreeView-grid-line-width: 0; ++ -GtkTreeView-grid-line-pattern: ''; ++ -GtkTreeView-tree-line-width: 1; ++ -GtkTreeView-tree-line-pattern: ''; ++ -GtkTreeView-expander-size: 16; ++ border-left-color: #c0c2c4; ++ border-top-color: transparent; } ++ treeview.view:selected { ++ border-radius: 0; } ++ treeview.view:selected { ++ background-color: #3daee9; ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ treeview.view:backdrop:selected { ++ background-color: rgba(61, 174, 233, 0.5); ++ border-left-color: #eff0f1; ++ border-top-color: #eff0f1; } ++ treeview.view:disabled { ++ color: rgba(174, 176, 179, 0.35); } ++ treeview.view:disabled:selected { ++ color: rgba(216, 218, 221, 0.35); } ++ treeview.view:disabled:selected:backdrop { ++ color: rgba(216, 218, 221, 0.35); } ++ treeview.view:disabled:backdrop { ++ color: rgba(174, 176, 179, 0.35); } ++ treeview.view.seperator { ++ min-height: 2px; ++ color: #c0c2c4; } ++ treeview.view.separator:backdrop { ++ color: #c0c2c4; } ++ treeview.view:backdrop { ++ border-left-color: #c0c2c4; } ++ treeview.view:drop(active) { ++ border-style: solid none; ++ border-width: 1px; ++ border-color: #93cee9; } ++ treeview.view.expander { ++ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); ++ color: #31363b; } ++ treeview.view.expander:dir(rtl) { ++ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } ++ treeview.view.expander:hover { ++ color: #93cee9; } ++ treeview.view.expander:selected { ++ color: #eff0f1; } ++ treeview.view.expander:checked { ++ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } ++ treeview.view.expander:checked:selected { ++ color: #eff0f1; } ++ treeview.view.expander:checked:backdrop { ++ color: #fcfcfc; } ++ treeview.view.expander:backdrop { ++ color: #fcfcfc; } ++ treeview.view header button { ++ color: #31363b; ++ background-color: #eff0f1; ++ text-shadow: none; ++ box-shadow: none; } ++ treeview.view header button:hover { ++ color: #31363b; ++ background-color: rgba(147, 206, 233, 0.5); ++ box-shadow: none; ++ transition: none; } ++ treeview.view header button:active { ++ color: #31363b; ++ background-color: rgba(147, 206, 233, 0.5); ++ transition: none; } ++ treeview.view header button:last-child:backdrop, treeview.view header button:last-child { ++ border-right-style: none; } ++ treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, ++ treeview.view header.button.dnd:active, ++ treeview.view header.button.dnd:selected, ++ treeview.view header.button.dnd:hover, ++ treeview.view header.button.dnd { ++ padding: 0 6px; ++ color: #eff0f1; ++ background-image: none; ++ background-color: #3daee9; ++ border-style: none; ++ border-radius: 0; ++ box-shadow: none; ++ text-shadow: none; ++ transition: none; } ++ ++treeview.view header button, treeview.view header button:hover, treeview.view header button:active { ++ padding: 6px; ++ border-style: none solid solid none; ++ border-radius: 0; ++ background-image: none; ++ border-color: #c0c2c4; ++ text-shadow: none; } ++ treeview.view header button:disabled { ++ border-color: rgba(174, 176, 179, 0.35); ++ color: rgba(45, 49, 54, 0.35); ++ background-color: rgba(216, 218, 221, 0.35); ++ background-image: none; } ++ treeview.view header button:backdrop { ++ border-color: #c0c2c4; ++ border-style: none solid solid none; ++ color: #31363b; ++ background-image: none; ++ background-color: #eff0f1; } ++ treeview.view header button:backdrop:disabled { ++ border-color: rgba(174, 176, 179, 0.35); ++ background-image: none; ++ background-color: rgba(216, 218, 221, 0.35); ++ color: rgba(45, 49, 54, 0.35); } ++ ++/********************** ++ * Window Decorations * ++ *********************/ ++decoration { ++ border-radius: 3px 3px 0 0; ++ border-width: 0px; ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); ++ /* this is used for the resize cursor area */ ++ margin: 10px; } ++ .maximized decoration, .fullscreen decoration, .tiled decoration { ++ border-radius: 0; } ++ .popup decoration { ++ border-radius: 3px; ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .ssd decoration { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } ++ .csd decoration { ++ border-radius: 3px; } ++ .csd decoration.popup { ++ box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } ++ .csd decoration.tooltip { ++ box-shadow: none; } ++ .csd decoration.message-dialog { ++ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } ++ .solid-csd decoration { ++ border-radius: 0; ++ margin: 0; ++ padding: 1px; ++ border: none; ++ background-color: #c0c2c4; ++ box-shadow: none; } ++ ++headerbar.default-decoration button.titlebutton, ++.titlebar.default-decoration button.titlebutton { ++ padding: 6px 1px; ++ min-height: 18px; ++ min-width: 18px; ++ margin: 0; } ++headerbar button.titlebutton, ++.titlebar button.titlebutton { ++ padding: 6px; } ++ headerbar button.titlebutton:hover, headerbar button.titlebutton:active, headerbar button.titlebutton:checked, headerbar button.titlebutton:backdrop, headerbar button.titlebutton:active:hover, ++ .titlebar button.titlebutton:hover, ++ .titlebar button.titlebutton:active, ++ .titlebar button.titlebutton:checked, ++ .titlebar button.titlebutton:backdrop, ++ .titlebar button.titlebutton:active:hover { ++ transition: none; } ++ headerbar button.titlebutton.close, ++ .titlebar button.titlebutton.close { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close.png"), url("../assets/titlebutton-close@2.png")); } ++ headerbar button.titlebutton.close:hover, ++ .titlebar button.titlebutton.close:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-hover.png"), url("../assets/titlebutton-close-hover@2.png")); } ++ headerbar button.titlebutton.close:active, ++ .titlebar button.titlebutton.close:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-active.png"), url("../assets/titlebutton-close-active@2.png")); } ++ headerbar button.titlebutton.close:backdrop, ++ .titlebar button.titlebutton.close:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-close-backdrop.png"), url("../assets/titlebutton-close-backdrop@2.png")); } ++ headerbar button.titlebutton.maximize, ++ .titlebar button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize.png"), url("../assets/titlebutton-maximize@2.png")); } ++ headerbar button.titlebutton.maximize:hover, ++ .titlebar button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-hover.png"), url("../assets/titlebutton-maximize-hover@2.png")); } ++ headerbar button.titlebutton.maximize:active, ++ .titlebar button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-active.png"), url("../assets/titlebutton-maximize-active@2.png")); } ++ headerbar button.titlebutton.maximize:backdrop, ++ .titlebar button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-backdrop.png"), url("../assets/titlebutton-maximize-backdrop@2.png")); } ++ headerbar button.titlebutton.minimize, ++ .titlebar button.titlebutton.minimize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize.png"), url("../assets/titlebutton-minimize@2.png")); } ++ headerbar button.titlebutton.minimize:hover, ++ .titlebar button.titlebutton.minimize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-hover.png"), url("../assets/titlebutton-minimize-hover@2.png")); } ++ headerbar button.titlebutton.minimize:active, ++ .titlebar button.titlebutton.minimize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-active.png"), url("../assets/titlebutton-minimize-active@2.png")); } ++ headerbar button.titlebutton.minimize:backdrop, ++ .titlebar button.titlebutton.minimize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-minimize-backdrop.png"), url("../assets/titlebutton-minimize-backdrop@2.png")); } ++.maximized headerbar button.titlebutton.maximize, .maximized ++.titlebar button.titlebutton.maximize { ++ padding: 6px 1px; ++ color: transparent; ++ border-image: none; ++ box-shadow: none; ++ background-position: center; ++ background-repeat: no-repeat; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized.png"), url("../assets/titlebutton-maximize-maximized@2.png")); } ++.maximized headerbar button.titlebutton.maximize:hover, .maximized ++.titlebar button.titlebutton.maximize:hover { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-hover.png"), url("../assets/titlebutton-maximize-maximized-hover@2.png")); } ++.maximized headerbar button.titlebutton.maximize:active, .maximized ++.titlebar button.titlebutton.maximize:active { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-active.png"), url("../assets/titlebutton-maximize-maximized-active@2.png")); } ++.maximized headerbar button.titlebutton.maximize:backdrop, .maximized ++.titlebar button.titlebutton.maximize:backdrop { ++ border-color: transparent; ++ background-color: transparent; ++ background-image: -gtk-scaled(url("../assets/titlebutton-maximize-maximized-backdrop.png"), url("../assets/titlebutton-maximize-maximized-backdrop@2.png")); } ++ ++headerbar.selection-mode button.titlebutton, ++.titlebar.selection-mode button.titlebutton { ++ text-shadow: none; } ++ headerbar.selection-mode button.titlebutton:backdrop, ++ .titlebar.selection-mode button.titlebutton:backdrop { ++ -gtk-icon-shadow: none; } +diff --git a/COPYING.LIB b/COPYING.LIB +old mode 100755 +new mode 100644 +diff --git a/README.md b/README.md +old mode 100755 +new mode 100644 +-- +2.8.3 + diff --git a/breeze-gtk-3.20-2.patch b/breeze-gtk-3.20-2.patch new file mode 100644 index 0000000..a3e8f48 --- /dev/null +++ b/breeze-gtk-3.20-2.patch @@ -0,0 +1,78 @@ +From 93eb6e6ebcb825cd7b740069f02bc6ea3995aa19 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame <lbeltrame@kde.org> +Date: Sun, 5 Jun 2016 15:46:14 +0200 +Subject: [PATCH 2/3] Properly install GTK+ theme depending on version + +Currently, even if the theme was updated, CMakeLists.txt would still +pick data from an old "gtk-3.0" directory, instead of the newer +"gtk-3.18" (for GTK+ <= 3.18) or "gtk-3.20" (for GTK+ 3.20 or newer). + +This patch fixes it by setting a runtime option ("-DWITH_GTK3_VERSION") +which is set to 3.18 as default (same behavior as before). If one sets +-DWITH_GTK3_VERSION=3.20 or anything higher, CMake will install the +GTK+ 3.20 version. + +Thus, (fellow) packagers, bear this in mind: the next version of Plasma +(5.7) will require -DGTK3_VERSION=3.20 added to your CMake setup command +if you use GTK+ 3.20, otherwise, nothing will be needed. + +Both Breeze and Breeze-Dark have been adjusted for this. + +This was done as opposed to having a version check to not require the +GTK+3 development package just to check the version. + +CCMAIL: plasma-devel@kde.org +CCMAIL: kde-distro-packagers@kde.org +--- + Breeze-dark-gtk/CMakeLists.txt | 8 ++++++-- + Breeze-gtk/CMakeLists.txt | 8 ++++++-- + CMakeLists.txt | 3 +++ + 3 files changed, 15 insertions(+), 4 deletions(-) + +diff --git a/Breeze-dark-gtk/CMakeLists.txt b/Breeze-dark-gtk/CMakeLists.txt +index 45aa2c6..fb99f60 100644 +--- a/Breeze-dark-gtk/CMakeLists.txt ++++ b/Breeze-dark-gtk/CMakeLists.txt +@@ -1,4 +1,8 @@ + install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark + ${directory_EXCLUDES}) +-install(DIRECTORY gtk-3.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark +- ${directory_EXCLUDES}) ++ ++if (WITH_GTK3_VERSION VERSION_LESS "3.20") ++install(FILES gtk-3.18/gtk.css DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark/gtk-3.0/) ++else() ++install(FILES gtk-3.20/gtk.css DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark/gtk-3.0/) ++endif() +diff --git a/Breeze-gtk/CMakeLists.txt b/Breeze-gtk/CMakeLists.txt +index f629e15..4b2e8e6 100644 +--- a/Breeze-gtk/CMakeLists.txt ++++ b/Breeze-gtk/CMakeLists.txt +@@ -1,4 +1,8 @@ + install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze + ${directory_EXCLUDES}) +-install(DIRECTORY gtk-3.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze +- ${directory_EXCLUDES}) ++ ++if (WITH_GTK3_VERSION VERSION_LESS "3.20") ++install(FILES gtk-3.18/gtk.css DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze/gtk-3.0/) ++else() ++install(FILES gtk-3.20/gtk.css DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze/gtk-3.0/) ++endif() +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b38e4c9..c5abafe 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -7,6 +7,9 @@ cmake_minimum_required(VERSION 2.8.12) + find_package(ECM 0.0.9 REQUIRED NO_MODULE) + include(FeatureSummary) + ++set(WITH_GTK3_VERSION 3.18 CACHE STRING ++ "Use the theme for the specified GTK+3 version (default: 3.18)") ++ + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} "${CMAKE_SOURCE_DIR}/cmake") + include(KDEInstallDirs) + +-- +2.8.3 + diff --git a/breeze-gtk-3.20-3.patch b/breeze-gtk-3.20-3.patch new file mode 100644 index 0000000..5653a24 --- /dev/null +++ b/breeze-gtk-3.20-3.patch @@ -0,0 +1,37 @@ +From 4fcde887a817e948c1605d42091ca11504367f43 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame <lbeltrame@kde.org> +Date: Sun, 5 Jun 2016 17:09:19 +0200 +Subject: [PATCH 3/3] Also install the assets folder + +--- + Breeze-dark-gtk/CMakeLists.txt | 2 ++ + Breeze-gtk/CMakeLists.txt | 2 ++ + 2 files changed, 4 insertions(+) + +diff --git a/Breeze-dark-gtk/CMakeLists.txt b/Breeze-dark-gtk/CMakeLists.txt +index fb99f60..4cafdd8 100644 +--- a/Breeze-dark-gtk/CMakeLists.txt ++++ b/Breeze-dark-gtk/CMakeLists.txt +@@ -1,5 +1,7 @@ + install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark + ${directory_EXCLUDES}) ++install(DIRECTORY assets DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark ++ ${directory_EXCLUDES}) + + if (WITH_GTK3_VERSION VERSION_LESS "3.20") + install(FILES gtk-3.18/gtk.css DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark/gtk-3.0/) +diff --git a/Breeze-gtk/CMakeLists.txt b/Breeze-gtk/CMakeLists.txt +index 4b2e8e6..957665f 100644 +--- a/Breeze-gtk/CMakeLists.txt ++++ b/Breeze-gtk/CMakeLists.txt +@@ -1,5 +1,7 @@ + install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze + ${directory_EXCLUDES}) ++install(DIRECTORY assets DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze ++ ${directory_EXCLUDES}) + + if (WITH_GTK3_VERSION VERSION_LESS "3.20") + install(FILES gtk-3.18/gtk.css DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze/gtk-3.0/) +-- +2.8.3 +