From 26a55eddd437e7919993b094f0a9ab37a28c0e84 Mon Sep 17 00:00:00 2001 From: Igor Bedesqui Date: Mon, 11 Dec 2023 21:34:15 -0300 Subject: [PATCH] docs: dark/light icons instructions in readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 78cc9b5..3581f84 100644 --- a/README.md +++ b/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