UI: improve the light theme a bit

This commit is contained in:
oobabooga 2024-06-27 20:47:42 -07:00
parent 1da47f2ae6
commit da196707cf
3 changed files with 8 additions and 3 deletions

View file

@ -43,6 +43,11 @@ theme = gr.themes.Default(
body_text_color_subdued='#484848',
background_fill_secondary='#eaeaea',
background_fill_primary='var(--neutral-50)',
body_background_fill="white",
block_background_fill="#f4f4f4",
body_text_color="#333",
button_secondary_background_fill="#f4f4f4",
button_secondary_border_color="var(--border-color-primary)"
)
if Path("notification.mp3").exists():