Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/breeze-gtk
Breeze widget theme for GTK 2 and 3
https://github.com/kde/breeze-gtk
Last synced: 3 days ago
JSON representation
Breeze widget theme for GTK 2 and 3
- Host: GitHub
- URL: https://github.com/kde/breeze-gtk
- Owner: KDE
- Created: 2015-10-23T12:47:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T14:48:35.000Z (17 days ago)
- Last Synced: 2024-10-28T17:28:27.140Z (17 days ago)
- Language: SCSS
- Homepage: https://invent.kde.org/plasma/breeze-gtk
- Size: 2.88 MB
- Stars: 74
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# Gnome-breeze
A GTK Theme Built to Match KDE's Breeze. GTK2 theme made by [scionicspectre](https://github.com/scionicspectre/BreezyGTK)
# Requirements
- GTK+ 3.16
- Pixmap/Pixbuf theme engine for GTK 2# Install instructions
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".
```
find Breeze* -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
```To install only for the current user, copy the files to "~/.themes".
To set the theme in Plasma 5, install kde-gtk-config and use System Settings > Application Style > GNOME Application Style.
Also make sure to disable "apply colors to non-Qt applications" in System Settings > Colors > Options.