Skip to main content

Variable: darkTheme

const darkTheme: Theme

Defined in: src/theme/themes.ts:183

Dark theme configuration. Provides a modern dark appearance suitable for low-light environments.

Remarksโ€‹

Features reduced blue light emission and carefully adjusted contrasts to minimize eye strain during extended use in dark environments. All colors maintain WCAG accessibility standards.

Exampleโ€‹

import { darkTheme } from "./themes";
themeManager.applyTheme(darkTheme);