README.md (1767B)
1 Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox. 2 3 Numix is a part of the [Numix Project](http://numixproject.org). 4 5 ### Manual installation 6 7 First, you need to compile the theme using the [Sass](http://sass-lang.com/) compiler. 8 9 To install Sass, install ruby and the gem command using your distro's package manager. Then install `sass` with the `gem` command, 10 11 `gem install sass` 12 13 You'll also need the following commands in your path to generate the gresource binary. Install them using your distro's package manager. 14 15 * `glib-compile-schemas` 16 * `gdk-pixbuf-pixdata` 17 18 After installing all the dependencies, switch to the cloned directory and, run the following in Terminal, 19 20 ```sh 21 make 22 sudo make install 23 ``` 24 25 To set the theme in Gnome, run the following commands in Terminal, 26 27 ```sh 28 gsettings set org.gnome.desktop.interface gtk-theme "Numix" 29 gsettings set org.gnome.desktop.wm.preferences theme "Numix" 30 ``` 31 32 To set the theme in Xfce, run the following commands in Terminal, 33 34 ```sh 35 xfconf-query -c xsettings -p /Net/ThemeName -s "Numix" 36 xfconf-query -c xfwm4 -p /general/theme -s "Numix" 37 ``` 38 39 ### For developers 40 41 If you want to hack on the theme, make sure you have the `inotifywait` command available, which is used for watching and automatically building the files. 42 43 To start watching for changes, run the following, 44 45 ```sh 46 make watch 47 ``` 48 49 If you change any assets, you'll need to regenerate the `gtk.gresource.xml` and `gtk.gresource` files. You can use [grrr](https://github.com/satya164/grrr) to do it easily. 50 51 ### Requirements 52 53 GTK+ 3.16 or above 54 55 Murrine theme engine 56 57 ### Code and license 58 59 Report bugs or contribute at [GitHub](https://github.com/shimmerproject/Numix) 60 61 License: GPL-3.0+