ppoffice / hexo-theme-icarus

A simple, delicate, and modern theme for the static site generator Hexo.
https://ppoffice.github.io/hexo-theme-icarus/
MIT License
6.28k stars 1.54k forks source link

easy dark theme support with Bulma plugin #1241

Open noraj opened 7 months ago

noraj commented 7 months ago

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:

  1. 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.
  2. 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

stale[bot] commented 3 months ago

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.

noraj commented 3 months ago

stale bots…