Variable: lightTheme
const
lightTheme:Theme
Defined in: src/theme/themes.ts:163
Light theme configuration. Provides a clean, bright appearance suitable for well-lit environments.
Remarksโ
This is the default theme that uses the base theme values without modifications. It provides optimal readability and accessibility in bright environments.
Exampleโ
import { lightTheme } from "./themes";
themeManager.applyTheme(lightTheme);