Rework icon with higher quality and new color

Change icon color to match the primary color of the theme (i.e.,
`#3a65ab`). The new color looks good on both dark and light surfaces
which solves #155.

Introduce SVG logo instead of PNG for better quality and scalability.

Improve icon creation. Introduce an automated script to create different
logo formats in different sizes enabling easier update of logo from
single place.
This commit is contained in:
undergroundwires
2022-10-13 21:26:30 +02:00
parent 64cca1d9b8
commit f4a7ca76b8
21 changed files with 3475 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ You could run other types of tests as well, but they may take longer time and ov
- Build web application: `npm run build`
- Build desktop application: `npm run electron:build`
- (Re)create icons (see [documentation](../img/README.md)): `npm run create-icons`
## Recommended extensions