diff options
author | Mattias Andrée <maandree@kth.se> | 2020-10-12 18:51:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-10-12 18:51:28 +0200 |
commit | b7a164c2d1f3ad9e551ec2f98c502b262f1eb6cd (patch) | |
tree | 394d07ba47486bd9e4479ae807bdd21a07eab137 /README | |
parent | Add apps/org.inkscape.Inkscape and apps/wire-desktop (diff) | |
download | simple-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-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |