📆 Don't miss our Sanity Showcase virtual meetup on March 20th!
@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'
sanity@3.79.0