https://github.com/solus-project/evopop-gtk-theme
Modern Desktop Theme Suite
https://github.com/solus-project/evopop-gtk-theme
Last synced: over 1 year ago
JSON representation
Modern Desktop Theme Suite
- Host: GitHub
- URL: https://github.com/solus-project/evopop-gtk-theme
- Owner: solus-project
- License: gpl-3.0
- Created: 2015-02-15T22:19:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T23:00:41.000Z (over 8 years ago)
- Last Synced: 2025-04-15T07:07:51.387Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 3.56 MB
- Stars: 192
- Watchers: 25
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EvoPop Theme
============
EvoPop is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
Requires Gtk 3.20 to function properly.
The theme is primarily build for the Solus Project, this means I can only provide Budgie, Mate and Gnome support.
EvoPop is distributed under the terms the GNU General Public License (GNU GPL v.3).
### Supported Desktop Environments
* Budgie-Desktop
* Gnome-Shell
* Mate
### Getting EvoPop
You can download the EvoPop theme [here](https://github.com/solus-cold-storage/evopop-gtk-theme).
### Building EvoPop
You can build and install the EvoPop GTK theme from source:
./autogen.sh
make
sudo make install
This procedure requires ```autotools``` on your system.
### Installing EvoPop
Alternatively you may install EvoPop with the provided installation scripts:
./install-gtk-theme.sh
./install-gtk-azure-theme.sh
### Geary Fix
For those of you who run Geary, there is a common problem where it uses the active font color for regular buttons. Which makes them unreadable.
This bash file makes a decent workaround (which is also fine to use for other themes)
./install-geary-fix.sh
-----------