Package-level declarations
Types
Mutable implementation of PaletteonConfig to allow changes to configuration settings.
Interface for managing Paletteon configuration settings.
Data class representing the theme configuration for Paletteon.
Represents different styles for generating color palettes, aligned with Variant in the Material Design guidelines.
Properties
Returns the on-success color from the current ColorScheme.
Returns the on-success container color from the current ColorScheme.
Returns the on-warning color from the current ColorScheme.
Returns the on-warning container color from the current ColorScheme.
Returns the success color from the current ColorScheme.
Returns the success container color from the current ColorScheme.
Returns the warning color from the current ColorScheme.
Returns the warning container color from the current ColorScheme.
Functions
Configures the current PaletteonTheme using a DSL-style builder.
Configures a new PaletteonTheme using a DSL-style builder.
Creates a ColorScheme based on the given seedColor and isDark mode.
A custom theme based on Paletteon, which adapts to the provided seed color and other configuration parameters.
Remembers and returns a Color associated with a specific DynamicColor role.
Creates and remember a ColorScheme based on the given seedColor and isDark mode.