2016-04-23 01:24:18 -05:00
## Numix
2016-05-03 14:10:18 +02:00
##### A modern flat theme with a combination of light and dark elements. It supports GNOME, Unity, Xfce and Openbox.
##### [](https://numixproject.org/) [The Numix Project](https://numixproject.org/)
2014-01-07 02:19:27 +05:30
2013-08-10 02:36:49 +05:30
### Manual installation
2013-08-10 02:32:24 +05:30
2015-08-07 02:52:27 +05:30
First, you need to compile the theme using the [Sass ](http://sass-lang.com/ ) compiler.
2016-05-03 14:10:18 +02:00
To install Sass, install Ruby and the gem command using your distributions' package manager. Then install `sass` with the `gem` command,
2015-08-07 02:52:27 +05:30
`gem install sass`
2016-05-03 14:10:18 +02:00
You'll also need the following commands in your path to generate the gresource binary. Install them using your distributions' package manager.
2015-08-07 02:52:27 +05:30
* `glib-compile-schemas`
* `gdk-pixbuf-pixdata`
After installing all the dependencies, switch to the cloned directory and, run the following in Terminal,
2015-09-10 00:35:36 +05:30
```sh
2015-08-07 02:52:27 +05:30
make
sudo make install
```
2013-08-10 02:32:24 +05:30
2016-05-03 14:10:18 +02:00
To set the theme in GNOME, run the following commands in Terminal,
2013-08-10 02:32:24 +05:30
2015-09-10 00:35:36 +05:30
```sh
2013-08-10 02:32:24 +05:30
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
gsettings set org.gnome.desktop.wm.preferences theme "Numix"
```
2013-08-10 02:42:33 +05:30
To set the theme in Xfce, run the following commands in Terminal,
2015-09-10 00:35:36 +05:30
```sh
2013-08-10 02:42:33 +05:30
xfconf-query -c xsettings -p /Net/ThemeName -s "Numix"
2013-08-11 06:49:48 +05:30
xfconf-query -c xfwm4 -p /general/theme -s "Numix"
2013-08-10 02:42:33 +05:30
```
2016-04-23 01:24:18 -05:00
### For contributors
Start by reviewing the [guidelines for contributing ](https://github.com/numixproject/numix-gtk-theme/blob/master/.github/CONTRIBUTING.md ).
2015-09-10 00:35:36 +05:30
2016-04-23 01:24:18 -05:00
#### For developers
2015-09-10 00:35:36 +05:30
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.
To start watching for changes, run the following,
```sh
make watch
```
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.
2013-08-10 02:36:49 +05:30
### Requirements
2013-08-10 02:32:24 +05:30
2015-08-07 02:19:29 +05:30
GTK+ 3.16 or above
2013-08-10 02:42:33 +05:30
2013-08-10 02:32:24 +05:30
Murrine theme engine
2013-08-10 02:36:49 +05:30
### Code and license
2013-08-10 02:32:24 +05:30
2016-04-19 01:46:57 +05:30
Report bugs or contribute at [GitHub ](https://github.com/numixproject/numix-gtk-theme )
2013-08-10 02:32:24 +05:30
License: GPL-3.0+