Created by: bolshoytoster
The images don’t work well in dark mode (#630), I added a white background to all .png
files with imageMagick
:
find -name '*.png' -exec convert {} -background white -alpha remove -alpha off {} \;
Created by: bolshoytoster
The images don’t work well in dark mode (#630), I added a white background to all .png
files with imageMagick
:
find -name '*.png' -exec convert {} -background white -alpha remove -alpha off {} \;