Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snwh/paper-gtk-theme
Paper Theme Suite
https://github.com/snwh/paper-gtk-theme
gtk3-theme
Last synced: about 2 months ago
JSON representation
Paper Theme Suite
- Host: GitHub
- URL: https://github.com/snwh/paper-gtk-theme
- Owner: snwh
- License: gpl-3.0
- Archived: true
- Created: 2014-12-13T19:01:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T16:23:59.000Z (almost 7 years ago)
- Last Synced: 2024-09-22T07:31:04.098Z (about 2 months ago)
- Topics: gtk3-theme
- Language: CSS
- Homepage: http://snwh.org/paper
- Size: 3.27 MB
- Stars: 1,013
- Watchers: 52
- Forks: 90
- Open Issues: 209
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - snwh/paper-gtk-theme
README
Paper Theme
===========#### Development of the Paper GTK theme has ended
Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
Paper has been developed primarily with modern GTK3 (GNOME-based) desktop environments in mind, legacy-toolkit and GTK2 environments will not provide an ideal experience, as much of the visual design relies on modern GTK3+ widgets.
Paper is distributed under the terms the GNU General Public License (GNU GPL v.3).
### Getting Paper
You can download the Paper [here](http://snwh.org/paper) or it clone from the [git repository](https://github.com/snwh/paper-gtk-theme).
### Building Paper
You can build and install the Paper GTK theme from source:
./autogen.sh
make
sudo make installThis procedure requires ```autotools``` on your system.
### Installing Paper
Alternatively you may install Paper with the provided installation script:
./install-gtk-theme.sh
-----------