Skip to content

THEME_MODES

const THEME_MODES: object

Defined in: core/src/components/Theme/ThemeContext.tsx:5

readonly DARK: "dark" = "dark"

readonly LIGHT: "light" = "light"

readonly SYSTEM: "system" = "system"