From ea67054c3028517294b4448ee921dee9950e3157 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Tue, 16 Jul 2024 16:07:46 +0000 Subject: [PATCH] update chuanhu theme --- themes/green.css | 4 ++-- themes/green.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/green.css b/themes/green.css index 85dd8013..1235b800 100644 --- a/themes/green.css +++ b/themes/green.css @@ -1,7 +1,7 @@ :root { --chatbot-color-light: #000000; --chatbot-color-dark: #FFFFFF; - --chatbot-background-color-light: #F3F3F3; + --chatbot-background-color-light: #FFFFFF; --chatbot-background-color-dark: #121111; --message-user-background-color-light: #95EC69; --message-user-background-color-dark: #26B561; @@ -196,7 +196,7 @@ footer { transition: opacity 0.3s ease-in-out; } textarea.svelte-1pie7s6 { - background: #e7e6e6 !important; + background: #f1f1f1 !important; width: 100% !important; } diff --git a/themes/green.py b/themes/green.py index b16249a8..bd1179a3 100644 --- a/themes/green.py +++ b/themes/green.py @@ -62,11 +62,11 @@ def adjust_theme(): button_primary_text_color="white", button_primary_text_color_dark="white", button_secondary_background_fill="*neutral_100", - button_secondary_background_fill_hover="*neutral_50", + button_secondary_background_fill_hover="#FEFEFE", button_secondary_background_fill_dark="*neutral_900", button_secondary_text_color="*neutral_800", button_secondary_text_color_dark="white", - background_fill_primary="*neutral_50", + background_fill_primary="#FEFEFE", background_fill_primary_dark="#1F1F1F", block_title_text_color="*primary_500", block_title_background_fill_dark="*primary_900",