paper-gtk-theme/README.md

31 lines
927 B
Markdown
Raw Permalink Normal View History

2014-12-15 18:09:13 +01:00
Paper Theme
===========
2014-12-13 18:48:16 +01:00
2016-03-16 17:22:13 +01:00
Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
2014-12-13 18:48:16 +01:00
2015-03-13 19:18:38 +01: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 06:01:33 +01:00
Paper is distributed under the terms the GNU General Public License (GNU GPL v.3).
2016-03-16 17:21:12 +01:00
###Getting Paper
2014-12-13 18:48:16 +01:00
2016-03-16 17:22:13 +01: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 18:48:16 +01:00
2016-03-16 17:21:12 +01:00
###Building Paper
2014-12-13 18:48:16 +01:00
2016-03-16 17:21:12 +01:00
You can build and install the Paper GTK theme from source:
2014-12-13 18:48:16 +01:00
2016-03-16 17:21:12 +01:00
./autogen.sh
make
sudo make install
2014-12-13 18:48:16 +01:00
2016-03-16 17:21:12 +01:00
This procedure requires ```autotools``` on your system.
2014-12-13 18:48:16 +01:00
2016-03-16 17:21:12 +01:00
###Installing Paper
2014-12-13 18:48:16 +01:00
2016-03-16 17:21:12 +01:00
Alternatively you may install Paper with the provided installation script:
2014-12-13 18:48:16 +01:00
2016-05-18 18:43:26 +02:00
./install-gtk-theme.sh
2014-12-13 18:48:16 +01:00
2016-05-17 21:33:45 +02:00
-----------