diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-17 00:46:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:00 +0200 |
| commit | 63ce266351683a94630d7aba58405301b8a8d993 (patch) | |
| tree | 5bde742eea6e3c9443f5aecbb335bc64ccdead31 /graphics/update | |
| parent | de9a0fddc7e44ad9c5985114ee35e4073641005b (diff) | |
Use different icons for the timeline in dark/light modes.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/update b/graphics/update index 755b73fc0..f42c3182b 100755 --- a/graphics/update +++ b/graphics/update @@ -95,8 +95,10 @@ else $INKSCAPE_EXPORT --export-filename=splash.png src/splash.svg -w 400 -h 300 # Timeline toolbar icons (all platforms) - for i in select zoom zoom_all snap sequence; do - inkbatch --inkscape $INKSCAPE -i timeline-$i -o $i.png --width 32 --height 32 src/timeline.svg + for c in black white; do + for i in select zoom zoom_all snap sequence; do + inkbatch --inkscape $INKSCAPE -i timeline-$i -o ${i}_${c}.png --width 32 --height 32 src/timeline_$c.svg + done done # Playlist editor tick/no-tick |
