UI: make light theme less blinding

This commit is contained in:
oobabooga 2024-03-13 08:18:49 -07:00
parent 40a60e0297
commit 2ef5490a36

View File

@ -35,7 +35,8 @@ theme = gr.themes.Default(
border_color_primary='#c5c5d2',
button_large_padding='6px 12px',
body_text_color_subdued='#484848',
background_fill_secondary='#eaeaea'
background_fill_secondary='#eaeaea',
background_fill_primary='#fafafa',
)
if Path("notification.mp3").exists():