Package-level declarations
Types
The default color scheme for the COUI components.
The default text styles for the COUI components.
A controller for managing the current color scheme of the COUI theme.
Properties
CompositionLocal containing the preferred content color for a given position in the hierarchy. This typically represents the on color for a color in Colors. For example, if the background color is Colors.surface, this color is typically set to Colors.onSurface.
CompositionLocal that provides a dismiss request function for overlay components.
Functions
The COUI theme that provides color and text styles for the COUI components. This theme uses the provided colors and textStyles.
The COUI theme that provides color and text styles for the COUI components. This theme supports dynamic color schemes through the ThemeController.
COUI dark scheme. COUI: coui_color_blue_dark #247CFF; pure black page surface, translucent white cards.
COUI light scheme. COUI: coui_color_blue #0066FF; gray page surface, white cards and dialog panels.