diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-16 22:21:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:00 +0200 |
| commit | fecfda4c913da3f60ab4329d1f4f412bc27d19a7 (patch) | |
| tree | dbf98f66d23dd6677e487e4efdbdad8d7650923e /graphics/update | |
| parent | e983d424808894dc9b036c46cd61d8fa39487dfd (diff) | |
Use slightly better icons for macOS prefs in dark mode.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/update b/graphics/update index f518b5b5b..0195c3695 100755 --- a/graphics/update +++ b/graphics/update @@ -80,9 +80,11 @@ else # OS X preferences icons mkdir -p osx/preferences - for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do - inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/$i.png --width 32 --height 32 src/preferences.svg - inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/$i@2x.png --width 64 --height 64 src/preferences.svg + for c in black white; do + for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do + inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}_${c}.png --width 32 --height 32 src/preferences_$c.svg + inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}@2x_${c}.png --width 64 --height 64 src/preferences_$c.svg + done done # OS X menu bar icon for the server (in dark and light mode) |
