Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active November 28, 2018 20:54
Show Gist options
  • Save plembo/a23beaab4b544a9e0057e69f1fc1efbe to your computer and use it in GitHub Desktop.
Save plembo/a23beaab4b544a9e0057e69f1fc1efbe to your computer and use it in GitHub Desktop.
Making Numix work on Ubuntu 18.04

Making Numix work on Ubuntu 18.04 LTS

Ubuntu 18.04's package repos include the Numix Project's gtk theme and icon theme, but these have an undocumented dependency on gnome-icon-theme, which is not installed by default.

So to make Numix work you need to first:

sudo apt install gnome-icon-theme numix-gtk-theme numix-icon-theme

If not already installed, also add (Gnome) Tweak tool:

sudo apt install gnome-tweak-tool

Then open up Tweaks , go to the Appearance tab, and change:

Themes... Applications to "Numix"

Themes... Icons to "Numix"

That's it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment