menahishayan / HomeAssistant-Cupertino-Icons

Apple SF Symbols icons for Home Assistant! (3000+ icons)
Other
132 stars 8 forks source link

Coloured Icons #6

Closed drthanwho closed 3 years ago

drthanwho commented 3 years ago

Just a clarification I'm confused about. Is it only some icons that also exist in colour? From the readme it sounds like every single icon would also have a coloured version. But most icon I try to use they don't show with colour when I add #fullcolor at the end.

And if only some are available anyway to see which ones those are? The apple's application is only for iOS and I don't have any devices

menahishayan commented 3 years ago

You can have a look at ./custom_components/cupertino/data/ios/ in this repo to view all the SVG icons. You'll be able to distinguish the colored and regular icons there.

ElVit commented 2 years ago

I had the same problem and found this solution with VS Code:

  1. In VS Code install the extension "Native SVG Preview"
  2. Add the following code in VS Code settings.js so the preview is opend by default: "workbench.editorAssociations": { "*.svg": "svgPreview.previewEditor" }
  3. Clone this repo and open it in VS Code
  4. Search [CTRL+SHIFT+F] for multicolor to find all colored files

If you now press on a result entry you will see the colored icon. If you want the search results as list press [ALT+Enter].