From 2ef5490a36bc824325eeee5b4356591e76ffcc54 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:18:49 -0700 Subject: [PATCH] UI: make light theme less blinding --- modules/ui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index ad1d5df4..0e9ebe02 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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():