-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Add support for prefers-color-scheme
#986
Comments
We've been working on it on the newest version of the project here but it is going to take some time, since I have to make all the icons by hand to implement the |
Hi @LelouchFR, <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://go-skill-icons.vercel.app/api/icons?i=c,java,python&theme=dark" />
<img src="https://go-skill-icons.vercel.app/api/icons?i=c,java,python&theme=light">
</picture> In this code you dont have to create an option |
Hey @alvinsjoy , The point of the feature of |
Hi @LelouchFR , |
@alvinsjoy I'm try harding for it right now, so it might go out at the end of the day. Praying it works xD |
@alvinsjoy it's live !! just one thing, it might not seem to work for the global |
That's fantastic news! 🎉 I'm glad to hear it's working well overall. I just tested the icons on my GitHub readme and it works perfectly! |
Feature requested
GitHub has a
prefers-color-scheme
setting to set color of images/icons by checking for the default theme used by the user.Skill-icons currently does not work on the GitHub readme when using
prefers-color-scheme
.Here's an example readme where
prefers-color-scheme
is used but is not supported by skill-icons.Related issue: #927
The text was updated successfully, but these errors were encountered: