Package-level declarations

Functions

Link copied to clipboard

A theme-driven color that resolves to value from the app's active Material 3 ColorScheme at render time — use with one of the themeColor* tokens so the tile follows theme and light/dark changes automatically.

A fixed color from a hex string ("#RRGGBB" or "#AARRGGBB"), independent of the app's theme.

fun color(r: Float = 0.0f, g: Float = 0.0f, b: Float = 0.0f, alpha: Float = 1.0f): ColorSchema.Rgba

A fixed color from individual RGBA float components (each 0f–1f), independent of the app's theme.

Link copied to clipboard

Theme's screen background color, the base layer behind all content.

Link copied to clipboard

Theme's error color, for validation failures and destructive actions.

Link copied to clipboard

Theme's standout container color built from the error hue.

Link copied to clipboard

Theme's color for content drawn on top of themeColorInverseSurface.

Link copied to clipboard

Theme's primary color adapted for use on top of themeColorInverseSurface.

Link copied to clipboard

Theme's inverted surface color, used for components that flip against the current brightness (e.g. Snackbar).

Link copied to clipboard

Theme's color for content drawn on top of themeColorBackground.

Link copied to clipboard

Theme's color for content drawn on top of themeColorError.

Link copied to clipboard

Theme's color for content drawn on top of themeColorErrorContainer.

Link copied to clipboard

Theme's color for content drawn on top of themeColorPrimary.

Link copied to clipboard
Link copied to clipboard

Theme's color for content drawn on top of themeColorSecondary.

Link copied to clipboard
Link copied to clipboard

Theme's color for content drawn on top of themeColorSurface.

Link copied to clipboard

Theme's color for content drawn on top of themeColorSurfaceVariant.

Link copied to clipboard

Theme's color for content drawn on top of themeColorTertiary.

Link copied to clipboard
Link copied to clipboard

Theme's color for borders and dividers that need to be clearly visible.

Link copied to clipboard

Theme's color for subtler borders and dividers, decorative rather than functional.

Link copied to clipboard

Theme's primary color — the highest-emphasis accent, used on prominent components like filled buttons.

Link copied to clipboard

Theme's standout container color built from the primary hue, for less prominent primary-tinted surfaces.

Link copied to clipboard

Theme's scrim color, applied over content behind modal surfaces (dialogs, sheets).

Link copied to clipboard

Theme's secondary color — a less prominent accent, used for filter chips and secondary controls.

Link copied to clipboard

Theme's standout container color built from the secondary hue.

Link copied to clipboard

Theme's default surface color for components (cards, sheets, menus).

Link copied to clipboard

Theme's brightest surface tone, the high end of the surface elevation scale.

Link copied to clipboard

Theme's default surface container tone, for components that sit above the background.

Link copied to clipboard

Theme's high-emphasis surface container tone.

Link copied to clipboard

Theme's highest-emphasis surface container tone.

Link copied to clipboard

Theme's low-emphasis surface container tone.

Link copied to clipboard

Theme's lowest-emphasis surface container tone.

Link copied to clipboard

Theme's dimmest surface tone, the low end of the surface elevation scale.

Link copied to clipboard

Theme's alternate surface color, for visually separating surfaces with lower emphasis.

Link copied to clipboard

Theme's tertiary color — a contrasting accent, used to balance primary/secondary or draw attention.

Link copied to clipboard

Theme's standout container color built from the tertiary hue.