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.
2016-09-22 06:35:32 -05:00
[](https://numixproject.org/) [](https://circleci.com/gh/numixproject/numix-gtk-theme/tree/master) [](https://github.com/numixproject/numix-gtk-theme/releases/latest)  
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-04 10:31:00 +02:00
To install Sass, install Ruby and the gem command using your distribution's package manager. Then install `sass` with the `gem` command,
2015-08-07 02:52:27 +05:30
`gem install sass`
2016-09-11 14:01:44 -05:00
You'll also need the ```glib-compile-schemas` `` and ` ``gdk-pixbuf-pixdata` `` commands in your path to generate the gresource binary. Install them using your distribution's package manager.
2015-08-07 02:52:27 +05:30
2016-09-11 14:01:44 -05:00
#### Debian, Ubuntu
` ``sh
sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils
` ``
#### Fedora
` ``sh
sudo dnf install glib2-devel gdk-pixbuf2-devel
` ``
#### Arch Linux
` ``sh
sudo pacman -S glib2 gdk-pixbuf2
` ``
2015-08-07 02:52:27 +05:30
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
2016-07-20 00:37:58 +05:30
GTK+ 3.18 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+