


GTK3 Themes by theZest 49 comments

Full Icon Themes by jennie 19 comments
Since there are a couple of different options available, exactly which instructions did you use?
Anyway, I just changed something in the instructions, so maybe it will install fine if you try again. Remember to select the correct icons name (LilaU-SOMENAME, not LilaU), and maybe restart the computer afterwards. - Mar 04 2014

Full Icon Themes by jennie 53 comments
Please let me know if that fixes your problem, so that I can update the instructions. - Dec 19 2011

Full Icon Themes by jennie 53 comments
Actually, I am not responsible for Magicons, so you should ask AlexiBaba about this. Of course, he will probably tell you that although he has made it very easy to add magicons compatibility to iconsets, he has left it up to the artists themselves to decide whether they want to do that or not. - Jul 11 2010

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments
sudo ln -s ~/.icons /root/.icons
and also:
sudo ln -s ~/.themes /root/.themes
This way, when you run applications like synaptic, which need root access, the root account can also access the themes and icons you have installed in your user account. - Apr 30 2010

Full Icon Themes by jennie 53 comments
- Apr 30 2010

Full Icon Themes by jennie 53 comments
- Apr 30 2010

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments
The difference between Humanity-Colors and Humanity is that Humanity uses 30 or so different shades of orange and brown, while Humanity-Colors only uses 4. So, if you do find&replace for these 4 color codes, you get a new theme. - Feb 27 2010

Full Icon Themes by jennie 19 comments
From what I understand, the main compatibility problem between gnome and KDE is that KDE avoids using svg icons. So, here is how you can turn the svg icons to png:
1. Install inkscape and decompress Lila-Ubuntu.tar.bz2 inside your home folder.
2. Replace all the symbolic links with icons, because we will rename the icons to .png, and the links will be broken. In a terminal:
mkdir Lila-KDE; cp -r -L -t Lila-KDE Lila-Ubuntu/*
3. Use inkscape from the terminal to export to png:
cd Lila-KDE; find -depth -name "*.svg" | while read i; do inkscape -f "$i" -e "${i/.svg}".png; done
(This exports to the original size of the svgs. You can use e.g. "inkscape -h 48" to indicate an icon height of 48px.
One thing you could do now is move this new folder to your kde icons folder, and see if it works. If it doesn't, you might have to make a copy of your default kde theme (Oxygen, right?), and replace its icons one by one, renaming when necessary. Also, you will have to make the necessary changes to the index.theme file. - Feb 04 2010

Full Icon Themes by jennie 19 comments
Truth is, I have never really used KDE, so I am not really interested in spending time renaming a bunch of icons that I will not be using. Plus, it is a lot more difficult to do testing when you are not familiar with an environment.
I would provide hints to anyone who might be interested in doing this, however. There used to be a Lila-KDE theme, and you can find the svg icons in http://prdownload.berlios.de/lila-theme/lila-kde-svg-0.8.3.tar.bz2, so you would probably end up with a pretty complete theme.
Sorry for disappointing you! - Feb 03 2010

Full Icon Themes by jennie 19 comments
Truth is, I have never really used KDE, so I am not really interested in spending time renaming a bunch of icons that I will not be using. Plus, it is a lot more difficult to do testing when you are not familiar with an environment.
I would provide hints to anyone who might be interested in doing this, however. There used to be a Lila-KDE theme, and you can find the svg icons in http://prdownload.berlios.de/lila-theme/lila-kde-svg-0.8.3.tar.bz2, so you would probably end up with a pretty complete theme.
Sorry for disappointing you! - Feb 03 2010

Full Icon Themes by jennie 19 comments
Also, have you tried any new color combinations? Please share! - Feb 03 2010

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 19 comments

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments

Full Icon Themes by jennie 53 comments
For the record, I did try to find a colorizable version of the Humanity icons before deciding to make my own. It would have saved me some work after all! - Dec 21 2009

Full Icon Themes by jennie 53 comments
You are right about the extracting part, I 'll probably update the instructions. - Dec 18 2009

Full Icon Themes by jennie 53 comments
Fuer gelb kannst du dass probieren:
cd ~/Humanity-Colors; find . -type f | xargs sed -i -e "s/edd563/fdef72/g" -e "s/e08223/e2cb0b/g" -e "s/cd8033/d7c20f/g" -e "s/bb5e12/b6970d/g" -e "s/Humanity-Colors/Humanity-Star/g"; cd ~; mv Humanity-Colors ~/.icons/Humanity-Star;
Vielleicht werde ich die Instruktionen vereinfachen. Die Phasen 2 und 3 sind nicht noetig wenn man kein ganz eigenes Iconset will.
Um mehrere Farbkombinazionen zu finden, kannst du ein Program wie "Agave" benutzen. Es zeigt die HexCodes fuer jede Farbe. Und dann kannst du diese HexCodes benutzen um deine eigene Terminal-Command zu schaffen.
P.S. Sorry for the awful German!
- Dec 17 2009