You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since icarus already uses Bulma CSS, there are 2 solutions that work well with Bulma:
https://www.npmjs.com/package/bulma-dark-variant, it's super easy, just requiring this module automatically make the switch between light and dark theme with prefers-color-scheme CSS. I have used it on this website if you want to see the result.
https://www.npmjs.com/package/bulma-darkify to create a custom dark theme, if you want more control on what the dark theme looks like and add a manual switch rather than relaying on prefers-color-scheme
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
About dark theme support #564
Describe the solution you'd like
since icarus already uses Bulma CSS, there are 2 solutions that work well with Bulma:
prefers-color-scheme
CSS. I have used it on this website if you want to see the result.prefers-color-scheme
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: