Updated README
parent
475ecef8e7
commit
2aa2c10a42
24
README
24
README
|
@ -1,24 +0,0 @@
|
|||
Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox. The theme is compatible with GTK 3.6 and 3.8. It also includes a GTK 2.0 theme using Murrine engine.
|
||||
|
||||
---
|
||||
|
||||
Ubuntu users can install Numix from our themes PPA using the following commands,
|
||||
|
||||
sudo add-apt-repository ppa:satyajit-happy/themes
|
||||
sudo apt-get update && sudo apt-get install numix-gtk-theme
|
||||
|
||||
---
|
||||
|
||||
Installation Instructions for other distros:
|
||||
|
||||
Extract the zip file to the themes directory i.e. "/usr/share/themes/"
|
||||
|
||||
Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal,
|
||||
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
|
||||
|
||||
gsettings set org.gnome.desktop.wm.preferences theme "Numix"
|
||||
|
||||
---
|
||||
|
||||
License: GPL-3.0+
|
|
@ -0,0 +1,26 @@
|
|||
Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox.
|
||||
|
||||
Manual installation
|
||||
-------------------
|
||||
|
||||
Extract the zip file to the themes directory i.e. `/usr/share/themes/`
|
||||
|
||||
Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal,
|
||||
|
||||
```
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
|
||||
gsettings set org.gnome.desktop.wm.preferences theme "Numix"
|
||||
```
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
GTK+ 3.6 or above
|
||||
Murrine theme engine
|
||||
|
||||
Code and license
|
||||
----------------
|
||||
|
||||
Report bugs or contribute at [GitHub](https://github.com/shimmerproject/Numix)
|
||||
|
||||
License: GPL-3.0+
|
Loading…
Reference in New Issue