get Ai Assistant Color Scheme
fun getAiAssistantColorScheme(containerColor: Color = MaterialTheme.colorScheme.background, chatBackground: Color = MaterialTheme.colorScheme.surface, mineChatBackground: Color = MaterialTheme.colorScheme.secondary, mineChatTextColor: Color = MaterialTheme.colorScheme.onSecondary, innerChatBackground: Color = MaterialTheme.colorScheme.secondaryContainer, innerChatTextColor: Color = MaterialTheme.colorScheme.onSecondaryContainer, textFieldBackgroundColor: Color = MaterialTheme.colorScheme.background, textFieldTextColor: Color = MaterialTheme.colorScheme.onSecondary, textFieldHintColor: Color = MaterialTheme.colorScheme.onSecondary, retryButtonBackgroundColor: Color = MaterialTheme.colorScheme.onSecondaryContainer, textColor: Color = MaterialTheme.colorScheme.primary, labelColor: Color = MaterialTheme.colorScheme.primary, iconColor: Color = MaterialTheme.colorScheme.primary, submitButtonEnabledColor: Color = MaterialTheme.colorScheme.secondaryContainer): AiAssistantColorScheme
Creates an AiAssistantColorScheme with the specified colors for AI assistant UI components.
Return
A configured AiAssistantColorScheme instance.
Parameters
container Color
Background color for the AI assistant container.
chat Background
Background color for the chat area.
mine Chat Background
Background color for user's chat messages.
mine Chat Text Color
Text color for user's chat messages.
inner Chat Background
Background color for AI assistant's chat messages.
inner Chat Text Color
Text color for AI assistant's chat messages.
text Field Background Color
Background color for the text input field.
text Field Text Color
Text color for the text input field.
text Field Hint Color
Hint text color for the text input field.
retry Button Background Color
Background color for the retry button.
text Color
Color for toolbar text.
label Color
Color for labels.
icon Color
Color for icons.
submit Button Enabled Color
Color for the enabled submit button.