paper-gtk-theme/README.md

33 lines
981 B
Markdown
Raw Permalink Normal View History

2014-12-15 12:09:13 -05:00
Paper Theme
===========
2014-12-13 12:48:16 -05:00
2017-12-07 11:23:59 -05:00
#### Development of the Paper GTK theme has ended
2016-03-16 12:22:13 -04:00
Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
2014-12-13 12:48:16 -05:00
2015-03-13 14:18:38 -04:00
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.
2014-12-18 00:01:33 -05:00
Paper is distributed under the terms the GNU General Public License (GNU GPL v.3).
2017-12-07 11:23:59 -05:00
### Getting Paper
2014-12-13 12:48:16 -05:00
2016-03-16 12:22:13 -04:00
You can download the Paper [here](http://snwh.org/paper) or it clone from the [git repository](https://github.com/snwh/paper-gtk-theme).
2014-12-13 12:48:16 -05:00
2017-12-07 11:23:59 -05:00
### Building Paper
2014-12-13 12:48:16 -05:00
2016-03-16 12:21:12 -04:00
You can build and install the Paper GTK theme from source:
2014-12-13 12:48:16 -05:00
2016-03-16 12:21:12 -04:00
./autogen.sh
make
sudo make install
2014-12-13 12:48:16 -05:00
2016-03-16 12:21:12 -04:00
This procedure requires ```autotools``` on your system.
2014-12-13 12:48:16 -05:00
2017-12-07 11:23:59 -05:00
### Installing Paper
2014-12-13 12:48:16 -05:00
2016-03-16 12:21:12 -04:00
Alternatively you may install Paper with the provided installation script:
2014-12-13 12:48:16 -05:00
2016-05-18 12:43:26 -04:00
./install-gtk-theme.sh
2014-12-13 12:48:16 -05:00
2016-05-17 15:33:45 -04:00
-----------