Warning, /plasma/breeze-gtk/README.md is written in an unsupported language. File is not indexed.

0001 # Gnome-breeze
0002 
0003 A GTK Theme Built to Match KDE's Breeze. GTK2 theme made by [scionicspectre](https://github.com/scionicspectre/BreezyGTK)
0004 
0005 # Requirements
0006 
0007 - GTK+ 3.16
0008 - Pixmap/Pixbuf theme engine for GTK 2
0009 
0010 # Install instructions
0011 If your distribution doesn't provide a package, you can install the theme system-wide by copying it to the appropriate directory, usually "/usr/share/themes".
0012 ```
0013 find Breeze* -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
0014 ```
0015 
0016 To install only for the current user, copy the files to "~/.themes".
0017 
0018 To set the theme in Plasma 5, install kde-gtk-config and use System Settings > Application Style > GNOME Application Style.
0019 Also make sure to disable "apply colors to non-Qt applications" in System Settings > Colors > Options.