README.md 927 Bytes
Newer Older
isaagar's avatar
isaagar committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Paper Theme
===========

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 install

This procedure requires ```autotools``` on your system.

###Installing Paper

Alternatively you may install Paper with the provided installation script:

    ./install-gtk-theme.sh

-----------