-
-
Notifications
You must be signed in to change notification settings - Fork 170
Create light mode switch #43
Comments
Hi @lostdesign |
Hi @SarathSantoshDamaraju, you can sure take this up yeah! Maybe sync with @Shiroraven as he also proposed something on the discord server. |
@lostdesign Cant find him on devcord channel (am i checking at a wrong place?). I will start working on it till he replies here and we can cor-ordinate on this thread. |
Hey, @SarathSantoshDamaraju thanks for showing interest in helping out, I left devcord quite a while ago due to personal reasons. You can contact me on Discord using my tag Shiroraven#4302 or just work from this thread. 👍 |
Can we use this thread ? and do you have thoughts on this theme switcher as @lostdesign mentioned? |
I'm currently trying to figure out the best way to change the CSS upon switching the theme, maybe adding a class of |
looks good! We have to make sure to replace the blue parts though due to contrast |
also we need the webgems logo cleaned up |
i can push my switch component and you can tinker around with the css if you want |
Sure |
@Shiroraven Let me know after pushing the component |
Just want to also propose to make use of the
And make adjustments to the |
<!-- dark mode -->
<link rel="stylesheet"
href="dark.css"
media="(prefers-color-scheme: dark)">
<!-- light mode -->
<link rel="stylesheet"
href="light.css"
media="(prefers-color-scheme: light)"> This code will help, too. |
@SarathSantoshDamaraju @Shiroraven any updates on this? |
Hello, can I work on this issue? |
Thanks |
Use CSS root var to swap app theme
The text was updated successfully, but these errors were encountered: