Skip to content

TiZ-HugLife/oomox

 
 

Repository files navigation

oomox

Graphical application for generating different color variations of Numix theme (GTK2, GTK3), Gnome-Colors and Archdroid icon themes.

Screenshot GUI Big screenshot with number of examples Screenshot Themes

Arch Linux:

Install

yaourt -S oomox-git

GUI

oomox-gui

Ubuntu

Ubuntu 16.10, 16.04 and 15.10 (and other ubuntu-based like Linux Mint 18 and newer) users can install Oomox by using the main WebUpd8 PPA:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install oomox

If you don't want to add the PPA, you can download the deb from here.

For older Ubuntu releases install the dependencies manually and next follow general installation instructions below.

sudo apt install ruby libgdk-pixbuf2.0-dev libxml2-utils python3-gi gtk2-engines-murrine
sudo gem install sass

Fedora

Fedora 24 and 25 users users can install Oomox by using a third party copr repository:

sudo dnf copr enable tcg/themes
sudo dnf install oomox

Other distributions:

Prerequisites

You need to have python3-gobject binding and those executables:

  • glib-compile-schemas
  • gdk-pixbuf-pixdata
  • sass

For GTK2 you need murrine engine which can be not installed by default.

GUI

git clone https://github.com/actionless/oomox.git
cd oomox
./gui.sh

CLI:

git clone https://github.com/actionless/oomox.git
cd oomox
ls colors
./change_color.sh gnome_noble  # or other theme from above

next select oomox-current in your appearance config tool (for example, lxappearance)

Icons:

For icons you need to have inkscape and imagemagick installed.

To generate gnome-colors iconset with the selected colorscheme:

git clone https://github.com/actionless/oomox.git
cd oomox
ls colors
./gnome_colors.sh gnome_noble  # or other theme from above

next select oomox-current in your appearance config tool (for example, lxappearance)

Spotify:

git clone https://github.com/actionless/oomox.git
cd oomox
ls colors
./oomoxify.sh gnome_noble  # or other theme from above

Also you can normalize font weight with -w argument, see -h for usage.

Using with tiling WMs:

To resolve borders/shadow problem in tiling window managers create/append to ~/.config/gtk-3.0/gtk.css:

.window-frame, .window-frame:backdrop {
  box-shadow: 0 0 0 black;
  border-style: none;
  margin: 0;
  border-radius: 0;
}
.titlebar {
  border-radius: 0;
}
window decoration {
	margin: 0;
    border: 0;
}

Review articles

To learn more about using the application you can check these articles:

Demo video

One of the users, Spatry, made this cool demo video:

https://www.youtube.com/watch?v=Dh5TuIYQ6jo

About

Graphical application for generating different color variations of Numix theme (GTK2, GTK3)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 90.5%
  • Python 6.0%
  • Shell 2.2%
  • Makefile 1.3%