/*
This file should define colors for color theme as css custom properties in #eva-chat-ui container.
The colors set here will override anything in eva-chat.css.
File may be generated and modified programmatically.
*/

#eva-chat-ui {
    --theme-main_color: #80c342;
    --theme-incoming_msg_background_color: #597693;
    --theme-incoming_msg_font_color: #FFFFFF;
    --theme-outgoing_msg_background_color: #E2E2E2;
    --theme-outgoing_msg_font_color: #000000;
    --theme-send_icon_background_color: #374649;
    --theme-send_icon_border_color_hover: #B2A6A6;
    --theme-main_background_color: #F8F9FA;
    --theme-input_background_color: #E3E7E8;
    --theme-background_border_color: #C1C8CC;
    --theme-hint_background_color: #F5F5F5;
    --theme-hint_font_color: #000000;
    --theme-default_fb_color: #c0bfbf;
    --theme-positive_fb_color: #80c342;
    --theme-negative_fb_color: #e69999;
    --theme-send_icon_locked_background_color: #B2A6A6;
    --theme-send_icon_color: #FFFFFF;
    --theme-send_icon_locked_color: #E0E0E0;
    --theme-main_font_color: #FFFFFF;
    --theme-input_locked_border_bottom_color: #F5F5F5;
    --theme-sub_content_font_color: #C3C3C3;
}