For example, let's add the telegram icon to the list.
- Find a white PNG square logo without a background. I googled
telegram logo png white
. That's what I found: - Resize it to
512x512
. Make sure you crop it properly. - Find a suitable background color. I use brandcolors.net. For telegram it's
#0088CC
. - Put the logo to the
logos
folder. - Edit
icons.yaml
. Set the name (in lowercase) and color in HEX format without#
. - Install Python dependencies. Run
python -m pip install -r requirements.txt
. - Use the generator. Run
python generate.py telegram
with your icon name. - Check if everything is okay. Open one of the folders and look at your new cute icon.
- Edit
README.md
. Add your icon to the list. - Open a pull request.
Alternatively, find the logo and color and create a new issue, I'll do the rest for you.