Skip to content

Commit a152beb

Browse files
authored
Better icon scaling for light theme (#362)
1 parent 4575c51 commit a152beb

16 files changed

+46
-9
lines changed

Resources/Autocheck-bmp.bmp

-822 Bytes
Binary file not shown.

Resources/Autocheck.bmp

-1.3 KB
Binary file not shown.

Resources/Autocheck16.bmp

822 Bytes
Binary file not shown.

Resources/Autocheck2.bmp

-1.3 KB
Binary file not shown.

Resources/Autocheck24.bmp

1.74 KB
Binary file not shown.

Resources/Autocheck32.bmp

3.05 KB
Binary file not shown.

Resources/Autocheck64.bmp

12.1 KB
Binary file not shown.

Resources/arrow_refresh.ico

0 Bytes
Binary file not shown.

Resources/convert-icon.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

Resources/convert-svg-to-bmp.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
magick %1.svg -resize 16x16 -density 384 BMP3:%116.bmp
2+
magick %1.svg -resize 24x24 -density 384 BMP3:%124.bmp
3+
magick %1.svg -resize 32x32 -density 384 BMP3:%132.bmp
4+
magick %1.svg -resize 64x64 -density 384 BMP3:%164.bmp

0 commit comments

Comments
 (0)