UiColorScheme

data class UiColorScheme(val mainToolbar: MainToolbarColors, val settingsColorScheme: SettingsColorScheme, val aiAssistantColorScheme: AiAssistantColorScheme, val documentInfoColorScheme: DocumentInfoColorScheme)

Container class that holds custom Compose color schemes for all UI components.

Constructors

Link copied to clipboard
constructor(mainToolbar: MainToolbarColors, settingsColorScheme: SettingsColorScheme, aiAssistantColorScheme: AiAssistantColorScheme, documentInfoColorScheme: DocumentInfoColorScheme)

Types

Link copied to clipboard
object Companion

Companion object providing factory methods for UiColorScheme.

Properties

Link copied to clipboard

Color scheme for the AI assistant UI.

Link copied to clipboard

Color scheme for the document info view.

Link copied to clipboard

Color scheme for the main toolbar.

Link copied to clipboard

Color scheme for settings UI components.