mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
docs: dark/light icons instructions in readme
This commit is contained in:
parent
b8a102d99b
commit
26a55eddd4
15
README.md
15
README.md
@ -93,6 +93,21 @@ yarn install
|
||||
},
|
||||
```
|
||||
|
||||
or to support a different logo for light and dark themes:
|
||||
|
||||
```json
|
||||
{
|
||||
"id": 45248,
|
||||
"title": "Title",
|
||||
"category": "Category",
|
||||
"route": {
|
||||
"light": "/library/your_logo_light.svg",
|
||||
"dark": "/library/your_logo_dark.svg"
|
||||
},
|
||||
"url": "Website"
|
||||
},
|
||||
```
|
||||
|
||||
And create a pull request with your logo 🚀.
|
||||
|
||||
## ✌️ Contributing
|
||||
|
Loading…
Reference in New Issue
Block a user