git clone https://github.com/GreenRaccoon23/archdroid-icon-theme.git;
Or, for just the icons:
wget https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/master/archdroid-icon-theme.tar.xz;
xz -dv archdroid-icon-theme.tar.xz;
tar -xf archdroid-icon-theme.tar;
rm archdroid-icon-theme.tar;
- Arch Linux:
yaourt -Sa archdroid-icon-theme;
- Other Linux distributions (Ubuntu, etc.):
git clone https://github.com/GreenRaccoon23/archdroid-icon-theme.git;
cd archdroid-icon-theme;
chmod +x INSTALL;
./INSTALL;
Port of Google's material design icons for Android Lollipop 5.0 to Linux. The 21 different colors come from the material design color palette.
Some of these icons (i.e., the ones that did not have an equivalent in the material design icon set) have been created manually (through Inkscape). These missing icons were influenced in part by Ubuntu Mono, Mint-X and Numix.
Google's material design icons are totally open-source to edit and distribute non-commercially, and so is this project. Do whatever you want with these. 😄
If you like one of the Material Design Colors, but it is not included in this theme, by all means please request it here. I'll almost definitely make it for you. It's ridiculously easy for me to create new color sets because I wrote that svg-edit
file myself (in Go/Golang). Plus, I compress the images down a ton, so adding a new set only adds 5MB to the full package's size (and almost nothing to the compressed archdroid-icon-theme.tar.xz file).
This theme is pretty much complete, though I may continue to add a few more icons periodically. If you look closely, some of the icons are blurry when scaled down to 22 and 32 pixels, but in order to fix it, I'd have to go through and recreate each icon individually. 😩 That would take a ridiculous amount of time as well as double the size of the package, so I will leave them how they are. If anyone else knows an easier way to fix it, please let me know on the issues page or feel free to fix it yourself. 😄
As an additional resource, I've colorized Google's stock material design icons according to the material design palette and uploaded them here.