
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/actionless/oomox
oomox
=====
Graphical application for generating different color variations of Numix theme (GTK2, GTK3) and gnome-colors icon theme.
### Arch Linux:
#### Install
yaourt -S oomox-git
#### GUI
run `oomox-gui`
### Ubuntu
Ubuntu 16.04 and 15.10 / Linux Mint 18 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: http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/o/oomox/
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
### 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
Make sure to remove `~/.config/oomox/spotify_backup` when upgrading Spotify to the new version.
Also you can replace font with `-f` argument, see `-h` for usage.
### Using the theme 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;
}
#### Review articles
To learn more about using the application you can check these articles:
* https://delightlylinux.wordpress.com/2016/08/22/customize-theme-colors-with-oomox/
* http://www.webupd8.org/2016/05/easily-create-your-own-numix-based-gtk.html
* http://www.webupd8.org/2016/06/tool-to-customize-numix-theme-colors.html
#### Demo video
One of the users, Spatry, made this cool demo video:
https://www.youtube.com/watch?v=Dh5TuIYQ6jo
changelog is available on github: 4 years ago
https://github.com/actionless/oomox/releases
changelog is available on github: 4 years ago
https://github.com/actionless/oomox/releases
4 years ago
- GUI
- AUR package
- synced with latest Numix for GTK+ 3.20 patches
fredbird67
4 days ago
Also, I have a feature request: Could you add the ability to have gradient selected_bg_colors in menus and progressbars and the ability to select our own slider, scrollbar, and progress bar look and feel?
Other than that, it's an awesome time saver when creating themes! Thanx for creating it! :-)
Report
blue-dxca93
5 years ago
BG=FFEB8A
FG=0e0021
MENU_BG=FFDF61
MENU_FG=00023B
SEL_BG=CF0808
SEL_FG=e6e6e6
TXT_BG=FAC150
TXT_FG=000000
BTN_BG=FFFCCF
BTN_FG=0e0021
have to set fg color manually in gtk2 and 3 / terminal colors still wrong bug?
:checked is :active on my system and
-gtk-icon-source:
is background-image: .
My system is ubuntu 14.04.
What gtk 3.0 version are you using ??
reagrds bluedxca93
Report
rahul324
7 months ago
Report
actionless
5 years ago
so in 3.12 i think it can be some appearance problems with checkboxes and radios
Report
blue-dxca93
5 years ago
great!!
Can i send you in a pm the changes for gtk versions below 3.12?
The newer version is indeed much better.
Downgraded some things and its working great now.!!
Its worth a upvote.
regards bluedxca93
Report
actionless
5 years ago
fixed that in 0.10.1 (uploaded it here already)
Report