Skip to main content

Interface: Themes

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

Interface for the themes collection.

Propertiesโ€‹

darkโ€‹

readonly dark: Theme

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

Dark theme configuration with dark backgrounds and light text.


high-contrastโ€‹

readonly high-contrast: Theme

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

High contrast theme for accessibility with maximum contrast ratios.


lightโ€‹

readonly light: Theme

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

Light theme configuration with light backgrounds and dark text.