Ai Assistant Color Scheme
data class AiAssistantColorScheme(val containerColor: Color, val chatBackground: Color, val mineChatBackground: Color, val mineChatTextColor: Color, val innerChatBackground: Color, val innerChatTextColor: Color, val textFieldBackgroundColor: Color, val textFieldTextColor: Color, val textFieldHintColor: Color, val retryButtonBackgroundColor: Color, val toolbarTextColor: Color, val textColor: Color, val iconColor: Color, val submitButtonEnabledColor: Color)
Color scheme for the AI assistant chat UI.
Constructors
Link copied to clipboard
constructor(containerColor: Color, chatBackground: Color, mineChatBackground: Color, mineChatTextColor: Color, innerChatBackground: Color, innerChatTextColor: Color, textFieldBackgroundColor: Color, textFieldTextColor: Color, textFieldHintColor: Color, retryButtonBackgroundColor: Color, toolbarTextColor: Color, textColor: Color, iconColor: Color, submitButtonEnabledColor: Color)
Properties
Link copied to clipboard
Background color for the chat area.
Link copied to clipboard
Background color of the AI assistant container.
Link copied to clipboard
Background color for AI response messages.
Link copied to clipboard
Text color for AI response messages.
Link copied to clipboard
Background color for user's chat messages.
Link copied to clipboard
Text color for user's chat messages.
Link copied to clipboard
Background color for the retry button.
Link copied to clipboard
Color of the submit button when enabled.
Link copied to clipboard
Background color for the text input field.
Link copied to clipboard
Hint text color for the text input field.
Link copied to clipboard
Text color for the text input field.
Link copied to clipboard
Text color for the AI assistant toolbar.