CoderOnline :: Icon theme

This icon theme follows freedesktops Icon Naming Specification and works nicely together with xfce, gnome, kde and others.

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 :)