mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Merge pull request #404 from vanillajonathan/patch-1
Fixed capitalization, use https
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
## Numix
|
## Numix
|
||||||
##### A modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox.
|
##### A modern flat theme with a combination of light and dark elements. It supports GNOME, Unity, Xfce and Openbox.
|
||||||
##### [](http://numixproject.org) [The Numix Project](http://numixproject.org)
|
##### [](https://numixproject.org/) [The Numix Project](https://numixproject.org/)
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation
|
||||||
|
|
||||||
First, you need to compile the theme using the [Sass](http://sass-lang.com/) compiler.
|
First, you need to compile the theme using the [Sass](http://sass-lang.com/) compiler.
|
||||||
|
|
||||||
To install Sass, install ruby and the gem command using your distro's package manager. Then install `sass` with the `gem` command,
|
To install Sass, install Ruby and the gem command using your distributions' package manager. Then install `sass` with the `gem` command,
|
||||||
|
|
||||||
`gem install sass`
|
`gem install sass`
|
||||||
|
|
||||||
You'll also need the following commands in your path to generate the gresource binary. Install them using your distro's package manager.
|
You'll also need the following commands in your path to generate the gresource binary. Install them using your distributions' package manager.
|
||||||
|
|
||||||
* `glib-compile-schemas`
|
* `glib-compile-schemas`
|
||||||
* `gdk-pixbuf-pixdata`
|
* `gdk-pixbuf-pixdata`
|
||||||
@@ -22,7 +22,7 @@ make
|
|||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
To set the theme in Gnome, run the following commands in Terminal,
|
To set the theme in GNOME, run the following commands in Terminal,
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
|
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
|
||||||
|
|||||||
Reference in New Issue
Block a user