CoderOnline :: Icon theme
I feel thankful for the past ten years in which I used linux and bsd systems on a daily basis.
This is why I decided to make this icon theme a gift for the open source community.
This theme follows freedesktops
Icon Naming Specification and works nicely together with Xfce, Gnome, KDE and others and versions for MacOSX and Windows are planed as well.
places
devices
actions
status
emblems
categories
apps
Mimetype
Mime type Icons can be dynamically generated for all file types. As a result
you gonna get hundreds of icons allowing you to easily distinguish between
different file types. The generator uses templates, which you can see here:
Installation
1) Get the icons
installation with git (recommend)
- install
git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline
- update
cd ~/.local/share/icons/CoderOnline && git pull && cd -
installation / zip file
- download
- extract that file to
~/.local/share/icons/
2) generate mime type icons (optional)
A Makefile is provided, which can be used to generate mime type icons for individual systems:
cd ~/.local/share/icons && make mimetypes && cd -
This will take a very long time so go and get a coffee :)