aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-10-12 18:54:35 +0200
committerMattias Andrée <maandree@kth.se>2020-10-12 18:54:35 +0200
commit0eef6c57d7e0e975014924230b364c3de11ce665 (patch)
tree3dd71ca7764bd86a301f127a60a47ecf102419d6 /README
parentMake it easy to change the colours (diff)
downloadsimple-icon-theme-0eef6c57d7e0e975014924230b364c3de11ce665.tar.gz
simple-icon-theme-0eef6c57d7e0e975014924230b364c3de11ce665.tar.bz2
simple-icon-theme-0eef6c57d7e0e975014924230b364c3de11ce665.tar.xz
Improve README
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 14a2bb1..54d1328 100644
--- a/README
+++ b/README
@@ -1,3 +1,8 @@
+A very simple icon theme designed to be distraction-free
+and look uniform. It has a small set of colours, with one
+one being regularly used. The colours are customisable via
+config.mk.
+
Design:
• Icons should be in SVG, 16 by 16 pixels
@@ -33,7 +38,5 @@ Design:
• SVG files should be cleaned up with `svgcleaner`
-Colours are customisable via config.mk.
-
When building, it is a good idea to run `make all-fast -j`
rather than `make all -j` or `make -j` (also if without -j).