@public
type
StudioThemeColorSchemeKey
Used to specify light or dark mode, or to respect system settings (prefers-color-scheme media query) use 'system'
Import
import {type StudioThemeColorSchemeKey} from 'sanity'
Signature
type StudioThemeColorSchemeKey = ThemeColorSchemeKey | 'system'
type StudioThemeColorSchemeKey = ThemeColorSchemeKey | 'system'