• 4 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle

  • A bunch! First I used Affinity Designer to work on the more complex icons, then I have another SVG editor called Boxy I use for smaller edits because it doesn’t mess with metadata. Then I used many terminal commands to mass edit the files, such as applying a colour fill or the accent fill. I’ve got another app that optimized the SVG files into similar structures to also help with the terminal commands. Also I found this cool app on my Mac that lets me export an entire font as individual SVG files, so it let me add the whole Google Noto emoji library as proper glyphs that work with my theme. I also ran some command on the emojis to rename them to their proper emoji names from their Unicode ID. I also used a spreadsheet to sort out my commands and colours.

    So plenty of apps! 😅









  • With the icons I’m releasing an “unfilled set”. And I have tediously made sure all my icons are single layer proper svg files without any styles or unnecessary metadata and no strokes. That way it’s super easy to run batch commands on the whole set. Say you wanna replace a colour, do a find and replace and command, it’s that’s simple. So for chaos you could just make a script to keep changing the fill as it goes through every icon.