aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/readme.md24
-rw-r--r--index.theme4
2 files changed, 25 insertions, 3 deletions
diff --git a/doc/readme.md b/doc/readme.md
index 5036c0b..b4da9aa 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -1,6 +1,24 @@
1<h1>Pohle :: Icon theme</h1> 1<h1>CoderOnline :: Icon theme</h1>
2This icon theme follows freedesktops 2This icon theme follows freedesktops
3 <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a> 3 <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a>
4<br/>
5
6<h2>installation with git (recommend)</h2>
7<dl>
8 <dt>install</dt>
9 <dd><code>git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline</code></dd>
10 <dt>update</dt>
11 <dd><code>cd ~/.local/share/icons/CoderOnline && git pull && cd -</code></dd>
12</dl>
13<br/>
14
15<h2>installation / zip file</h2>
16To use this theme <a href="http://git.entwicklerseite.de/icons/snapshot/icons-master.zip">download</a> the latest version and extract it to <code>~/.local/share/icons/</code>
17<br/>
18<br/>
19
20
21<h1>Preview</h1>
4 22
5 23
6<h2>places</h2> 24<h2>places</h2>
@@ -28,3 +46,7 @@ This icon theme follows freedesktops
28Mime type Icons can be dynamically generated for all file types. As a result 46Mime type Icons can be dynamically generated for all file types. As a result
29you gonna get hundreds of icons allowing you to easily distinguish between 47you gonna get hundreds of icons allowing you to easily distinguish between
30different file types. The generator uses templates, which you can see here: 48different file types. The generator uses templates, which you can see here:
49
50
51
52
diff --git a/index.theme b/index.theme
index 121849d..dddd355 100644
--- a/index.theme
+++ b/index.theme
@@ -1,6 +1,6 @@
1[Icon Theme] 1[Icon Theme]
2Name=Pohle 2Name=CoderOnline
3Comment=Fancy 3d Icons with corresponding blender files 3Comment=a high quality, multi platform 3d icon theme
4Example=user-desktop 4Example=user-desktop
5Inherits=Adwaita,hicolor 5Inherits=Adwaita,hicolor
6Directories=scalable/actions,scalable/emblems,scalable/apps,scalable/status,scalable/places,scalable/devices,scalable/categories,scalable/mimetypes 6Directories=scalable/actions,scalable/emblems,scalable/apps,scalable/status,scalable/places,scalable/devices,scalable/categories,scalable/mimetypes
..