aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-10-12 18:51:28 +0200
committerMattias Andrée <maandree@kth.se>2020-10-12 18:51:28 +0200
commitb7a164c2d1f3ad9e551ec2f98c502b262f1eb6cd (patch)
tree394d07ba47486bd9e4479ae807bdd21a07eab137 /README
parentAdd apps/org.inkscape.Inkscape and apps/wire-desktop (diff)
downloadsimple-icon-theme-b7a164c2d1f3ad9e551ec2f98c502b262f1eb6cd.tar.gz
simple-icon-theme-b7a164c2d1f3ad9e551ec2f98c502b262f1eb6cd.tar.bz2
simple-icon-theme-b7a164c2d1f3ad9e551ec2f98c502b262f1eb6cd.tar.xz
Make it easy to change the colours
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index f0846cb..14a2bb1 100644
--- a/README
+++ b/README
@@ -32,3 +32,8 @@ Design:
should have a 1 pixel black (#000000) outline
• 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).