numix-gtk-theme
numix-gtk-theme copied to clipboard
Readme update
Readme says to run:
make
sudo make install
In other to build, but make install rebuild the sources again. So, we have 2 alternatives:
- Remove the 1rst line
makefrom README.md - Improve the makefile to install only when make was already made. I can help with that if you wish.
Also, it is possible to improve the README.md with the theme color palette information?
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.