nightwalker icon indicating copy to clipboard operation
nightwalker copied to clipboard

[Feature Request]: Respect Browser / System Theme

Open brettpetch opened this issue 4 years ago • 3 comments

Detect browser light or dark mode and respond to this with a light theme if the browser theme is light, or dark theme if browser theme is dark.

Thanks for the work on the theme!

brettpetch avatar Jan 13 '21 15:01 brettpetch

This is implemented in the next update.

repslet avatar Feb 01 '21 10:02 repslet

I actually solved this one. You can define root colours by using this technique.

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

More examples and junk here: https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/

brettpetch avatar Mar 26 '21 03:03 brettpetch

https://github.com/repslet/nightwalker/pull/9

brettpetch avatar Apr 01 '21 20:04 brettpetch