HUMANITIES INSTALLATION

Recommended Method

Download the Magicons application.
Select File->Install new icon set and browse for the Humanities-Dark.tar.bz2 package.
You can now use this graphical application to preview, customize, and install themes.

Alternative Method

If you experience problems with Magicons, you can use the terminal to install:

Existing themes

Name Command
Human Human tar -jxf Humanities-Dark.tar.bz2; mv Humanities-Dark ~/.icons;
Red Red tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/ff7f66/g" -e "s/e08222/ff0000/g" -e "s/cd8032/c30000/g" -e "s/bb5e11/a00000/g" -e "s/Humanities-Dark/Humanities-Dark-Red/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Red;
Blue Blue tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/93b9dd/g" -e "s/e08222/6396cd/g" -e "s/cd8032/387ab8/g" -e "s/bb5e11/234d73/g" -e "s/Humanities-Dark/Humanities-Dark-Blue/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Blue;
Yellow Yellow tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/fdef72/g" -e "s/e08222/c9b50a/g" -e "s/cd8032/bdaa0d/g" -e "s/bb5e11/9c810b/g" -e "s/Humanities-Dark/Humanities-Dark-Yellow/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Yellow;
Green Green tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/d7e866/g" -e "s/e08222/8cab2a/g" -e "s/cd8032/699536/g" -e "s/bb5e11/51732a/g" -e "s/Humanities-Dark/Humanities-Dark-Green/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Green;
Orange Orange tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/e18941/g" -e "s/e08222/ec4f18/g" -e "s/cd8032/e18941/g" -e "s/bb5e11/5e2c73/g" -e "s/Humanities-Dark/Humanities-Dark-Orange/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Orange;
Purple Purple tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/d78ec1/g" -e "s/e08222/c564be/g" -e "s/cd8032/9d3ea4/g" -e "s/bb5e11/5e2c73/g" -e "s/Humanities-Dark/Humanities-Dark-Purple/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Purple;
Pink Pink tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/f9a1ac/g" -e "s/e08222/f08290/g" -e "s/cd8032/dc6472/g" -e "s/bb5e11/c6464b/g" -e "s/Humanities-Dark/Humanities-Dark-Pink/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Pink;
Copper Copper tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/c2a78c/g" -e "s/e08222/b49372/g" -e "s/cd8032/906e4c/g" -e "s/bb5e11/745536/g" -e "s/Humanities-Dark/Humanities-Dark-Copper/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Copper;
Silver Silver tar -jxf Humanities-Dark.tar.bz2 && cd ~/Humanities-Dark && rm INSTRUCTIONS.html magicons.control -r SCREENSHOTS && find . -type f | xargs sed -i -e "s/edd562/cccdbc/g" -e "s/e08222/bcbea7/g" -e "s/cd8032/9c9e8a/g" -e "s/bb5e11/7d7e60/g" -e "s/Humanities-Dark/Humanities-Dark-Silver/g" && cd ~ && mv Humanities-Dark ~/.icons/Humanities-Dark-Silver;

Top

Custom themes

To create a custom theme, you have to choose four colors and use their six-digit hex codes (e.g. #ffffff).

Top