LitoMore / simple-icons-cdn

Colorable Simple Icons CDN
https://cdn.simpleicons.org
MIT License
90 stars 4 forks source link

Add `inherit` as color option, and explicit `brand` on darkModeColor #9

Closed adamrusted closed 9 months ago

adamrusted commented 9 months ago

Issue: closes #8

Allows a user to specify 'inherit' in either color field to display SVG in same color as surroundings (if embedding SVG directly) Allows a user to explictly mention 'brand' in the second field, if a different color is used in the first field.

Demos: displays in the brand color - regardless of light/dark mode

displays in color to match surrounding elements - regardles of lgiht/dark mode

inherits surrounding color by default, uses brand color in dark mode.

displays brand color in light mode - but 'inherits' in dark mode.