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
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Various browsers have started supporting the prefers-color-scheme CSS directive. Beta can take support this.
Describe the solution you'd like
Three settings:
Dark Mode off: Use light mode
Dark Mode on: Use dark mode
Dark Mode not set: use prefers-color-scheme to determine color.
Is your feature request related to a problem? Please describe.
Various browsers have started supporting the
prefers-color-schemeCSS directive. Beta can take support this.Describe the solution you'd like
Three settings:
prefers-color-schemeto determine color.Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme