x1unix / go-playground

Better Go Playground powered by Monaco editor

Home Page:https://goplay.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync with system dark mode settings

x1unix opened this issue · comments

Detect and automatically use system color scheme preferences (aka Dark mode) to set editor theme.

CSS prefers-color-scheme media query can be used to detect and apply theme.

Also need to add fallback value for browsers/systems that don't support this feature