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.
13 lines
451 B
Markdown
13 lines
451 B
Markdown
# img
|
|
|
|
This folder contains image files and other resources related to images.
|
|
|
|
## logo.svg
|
|
|
|
[logo.svg](./logo.svg) is the master logo from which all other icons or images are created from.
|
|
It should be the only file that will be changed manually.
|
|
|
|
[`logo-update.mjs`](./logo-update.mjs) script in this folder updates all the logo files.
|
|
It should be executed everytime the logo is changed.
|
|
It automates recreation of logo files in different formats.
|