numixproject / numix-gtk-theme

A modern flat theme with a combination of light and dark elements.
GNU General Public License v3.0
1.19k stars 228 forks source link

Readme update #652

Open leoheck opened 7 years ago

leoheck commented 7 years ago

Readme says to run:

make
sudo make install

In other to build, but make install rebuild the sources again. So, we have 2 alternatives:

  1. Remove the 1rst line make from README.md
  2. Improve the makefile to install only when make was already made. I can help with that if you wish.
leoheck commented 7 years ago

Also, it is possible to improve the README.md with the theme color palette information?

khurshid-alam commented 7 years ago

From root of the repo run:

scss --update --sourcemap=none src/gtk-3.20/scss:src/gtk-3.20/dist
glib-compile-resources --sourcedir=src/gtk-3.20 src/gtk-3.20/gtk.gresource.xml
./scripts/utils.sh install /usr/share/themes/Numix/ 

/usr/share/themes/Numix/ should have read/write permission for your $USER/$GROUP.

About theme color palette, I will update the README.md

Also, please open a PR first.