Skip to content

Commit

Permalink
Icons: Use black-on-white
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 12, 2024
1 parent 31b386f commit 021ecdd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .icons/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .icons/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .icons/rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

for (outname, (author, iconname)) in game_icons.items():
svg = urllib.request.urlopen(f"https://game-icons.net/icons/ffffff/000000/1x1/{author}/{iconname}.svg").read()
svg = urllib.request.urlopen(f"https://game-icons.net/icons/000000/ffffff/1x1/{author}/{iconname}.svg").read()
outname = outname + ".png"
cairosvg.svg2png(bytestring=svg, write_to=outname, output_width=20, output_height=20)
with open(outname + ".license", "w") as licensefile:
Expand Down

0 comments on commit 021ecdd

Please sign in to comment.