Go to file
Sam Hewitt a00b23027a Damn buttons. 2014-12-17 23:36:56 -05:00
Paper Damn buttons. 2014-12-17 23:36:56 -05:00
debian first commit 2014-12-13 12:48:16 -05:00
src Mucho refinement & additional app css. 2014-12-16 21:13:11 -05:00
AUTHORS first commit 2014-12-13 12:48:16 -05:00
INSTALL first commit 2014-12-13 12:48:16 -05:00
LICENSE first commit 2014-12-13 12:48:16 -05:00
README.md Many refinements. 2014-12-15 20:31:12 -05:00
install.sh Many revision. 2014-12-14 22:19:51 -05:00
paper-gtk-theme.spec first commit 2014-12-13 12:48:16 -05:00
render-gnome-shell-assets.py A bunch of changes. 2014-12-15 12:09:13 -05:00
render-gtk3-assets-hidpi.py first commit 2014-12-13 12:48:16 -05:00
render-gtk3-assets.py first commit 2014-12-13 12:48:16 -05:00
render-metacity-assets.py first commit 2014-12-13 12:48:16 -05:00
render-unity-assets.py first commit 2014-12-13 12:48:16 -05:00

README.md

Paper Theme

Paper is a modern GNOME desktop theme.

Paper is distributed under the terms the GNU GPL v.3

###Preamble

If you find any bugs or issues with Paper or if you have a question, you can visit Paper's primary issue tracker on GitHub.

###Getting the Source

The source for Paper GTK3 Theme can be found here.

Alternatively, you can clone the latest version its git repository:

git clone https://github.com/snwh/paper-gtk-theme.git

###Using the Source

There are scripts to simplify the rendering process;to run them (and edit icons) you will need:

  • inkscape
  • python3

To render new assets from their source SVG files, run the following:

./render-gtk3-assets.py
./render-gtk3-assets-hidpi.py
./render-metacity-assets.py
./render-gnome-shell-assets.py
./render-unity-assets.py

If it's throwing an error, the script may not be executable, try:

chmod +x *

This script will look in the source directories (../src/*) and render the respective icons (provided there are changes).