diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 15:39:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 15:39:39 +0200 |
commit | d9dc0d26d1ace6d1668cc60cca3fab19a9272470 (patch) | |
tree | 0eb3796daa3c6c155523d26c2c72152e2075023f /README | |
parent | Add android-studio, electron, qemu, signal, transmission, and where-am-i (diff) | |
download | simple-icon-theme-d9dc0d26d1ace6d1668cc60cca3fab19a9272470.tar.gz simple-icon-theme-d9dc0d26d1ace6d1668cc60cca3fab19a9272470.tar.bz2 simple-icon-theme-d9dc0d26d1ace6d1668cc60cca3fab19a9272470.tar.xz |
Add more icons
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ +Design: + +• Icons should be in SVG, 16 by 16 pixels + +• Icons should be optimised for 16 by 16 pixels + +• Gaps between objects should be 1 pixel + +• The base colour should be #bebebe + +• Transparency should be used instead of colours + and shades, primarily 25% opaque and secondarily + 50% opaque, unless not appropriate + +• In exceptional cases colours can be used: + + Status indication: + • Red = #ef2929ff (critical state or missing) + • Orange = #f57900ff (warning) + • Green = #32a679ff (verified) + + User selectable colours: + • Red = #cd656cff + • Orange = #d69553ff + • Yellow = #ccad47ff + • Green = #32a679ff + • Cyan = #00a09fff + • Blue = #2495beff + • Magenta = #a46eb0ff + +• Icons that can be overlayed, such as emblems, + should have a 1 pixel black (#000000) outline + +• SVG files should be cleaned up with `svgcleaner` |