All Projects → numixproject → Numix Gtk Theme

numixproject / Numix Gtk Theme

Licence: gpl-3.0
A modern flat theme with a combination of light and dark elements.

Projects that are alternatives of or similar to Numix Gtk Theme

Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (-92.96%)
Mutual labels:  unity, gnome
Flatabulous
This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
Stars: ✭ 3,725 (+232%)
Mutual labels:  unity, gnome
Gtk Theming Guide
Novice guide towards making your own first gtk theme!
Stars: ✭ 95 (-91.53%)
Mutual labels:  unity, gnome
Gnome Layout Manager
A bash script that batch installs and tweaks GNOME extensions as well as GTK/Shell themes. There are currently three options available: Unity, Windows and macOS.
Stars: ✭ 383 (-65.86%)
Mutual labels:  unity, gnome
Gromit Mpx
Gromit-MPX is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland.
Stars: ✭ 287 (-74.42%)
Mutual labels:  unity, gnome
Diodon
Aiming to be the best integrated clipboard manager for the Gnome/Unity desktop
Stars: ✭ 60 (-94.65%)
Mutual labels:  unity, gnome
Incontent
Image content with description building with CSS3 and SASS/LESS.
Stars: ✭ 58 (-94.83%)
Mutual labels:  scss
Roman.nurik.net
My personal site.
Stars: ✭ 60 (-94.65%)
Mutual labels:  scss
Gnome Shell Extension Window Session Manager
An indicator that let's you save and restore your open apps and the window positions and arrangements over multiple real and virtual displays.
Stars: ✭ 58 (-94.83%)
Mutual labels:  gnome
Hoshiyukitoonshader
GI&HDR based toon shader for Unity.
Stars: ✭ 58 (-94.83%)
Mutual labels:  unity
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-94.39%)
Mutual labels:  gnome
Unity Hierarchy Folders
Specialized folder objects for Unity Hierarchy.
Stars: ✭ 62 (-94.47%)
Mutual labels:  unity
Brunetons Ocean
Brunetons ocean in Unity
Stars: ✭ 60 (-94.65%)
Mutual labels:  unity
Hooking Template With Mod Menu
A small template for Android Hooking with Substrate. (Includes a mod menu written in Java)
Stars: ✭ 59 (-94.74%)
Mutual labels:  unity
Erbium
🤺Third Person Character Controller for unity🤺
Stars: ✭ 61 (-94.56%)
Mutual labels:  unity
Openshift Origin Design
Design repository for all things OpenShift
Stars: ✭ 58 (-94.83%)
Mutual labels:  scss
Unity Marching Cubes Gpu
GPU ComputeShader implementation of Marching Cubes algorithm
Stars: ✭ 62 (-94.47%)
Mutual labels:  unity
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-94.83%)
Mutual labels:  unity
Rizzo Next
The evolution of Lonely Planet's pattern library.
Stars: ✭ 59 (-94.74%)
Mutual labels:  scss
Design System Starter
🚀 The Australian Government Design System - Starter
Stars: ✭ 61 (-94.56%)
Mutual labels:  scss

Numix

A modern flat theme with a combination of light and dark elements. It supports GNOME, Unity, Xfce and Openbox.

By The Numix Project  Circle CI  GitHub release  Supports GTK+ 3.18  Supports GTK+ 3.24

Install It

Distro Packages

Distro Install Command/Links
arch  antergos sudo pacman -S numix-gtk-theme
opensuse 1 Click Install  |  OBS Repo
fedora sudo dnf install numix-gtk-theme
debian  ubuntu sudo apt install numix-gtk-theme

Build It

First, you need to compile the theme using the Sass compiler.

You will need to install SassC (sassc) which is likely to be available as a package in your distribution's software repositories.

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.

Distro Commands
arch  antergos sudo pacman -S sassc glib2 gdk-pixbuf2
opensuse sudo zypper install sassc glib2-devel gdk-pixbuf-devel
fedora sudo dnf install sassc glib2-devel gdk-pixbuf2-devel
debian  ubuntu sudo apt-get install sassc libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils

After installing all the dependencies, change to the cloned directory and, run the following in Terminal,

sudo make install

To set the theme in GNOME, run the following commands in Terminal,

gsettings set org.gnome.desktop.interface gtk-theme "Numix"
gsettings set org.gnome.desktop.wm.preferences theme "Numix"

To set the theme in Xfce, run the following commands in Terminal,

xfconf-query -c xsettings -p /Net/ThemeName -s "Numix"
xfconf-query -c xfwm4 -p /general/theme -s "Numix"

In Openbox you can set the theme with ObConf tool. Alternatively, you can set the theme by changing the <name>key value to Numix in the <theme> section of your rc.xml file.

For contributors

Start by reviewing the guidelines for contributing.

For developers

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,

make watch

If you change any assets, you'll need to regenerate the gtk.gresource.xml and gtk.gresource files. You can use grrr to do it easily.

Requirements

GTK+ 3.18 or above

Murrine theme engine

Code and license

Report bugs or contribute at GitHub

License: GPL-3.0+

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].