mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-31 00:20:11 +00:00
Official API definition: https://developer.chrome.com/extensions/devtools_panels#property-themeName Apparently Chrome extensions don't get the `prefers-color-scheme` media query and instead need to use this value. It can only be `"dark"` or `"default"` (even when users explicitly set their theme to `"light"`).