An Atom theme that goes well with the Iris GTK theme. Based on Seti UI.
Easiest way to install all this stuff and keep it updated is via git. Here's how I do it:
Clone everything into a globally readable directory like /opt/gitstuff
sudo mkdir /opt/gitstuffcd /opt/gitstuffsudo git clone https://github.com/xyl0n/iris.gitsudo git clone https://github.com/phaux/iris-shell.gitsudo git clone https://github.com/ozonos/ozon-icon-theme.git
Symlink
sudo ln -sT /opt/gitstuff/iris /usr/share/themes/Irissudo ln -sT /opt/gitstuff/iris-shell /usr/share/themes/Iris-Shellsudo ln -sT /opt/gitstuff/ozon-icon-theme/Ozon /usr/share/icons/Ozon
Select the themes with the Tweak Tool and you're done!
Later you can use this script to update everything:
#!/bin/bashfor repo in /opt/gitstuff/*docd $repogit pulldone
These scripts were tested on Fedora 21 x86_64
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.