mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
UI: make light theme less blinding
This commit is contained in:
parent
40a60e0297
commit
2ef5490a36
@ -35,7 +35,8 @@ theme = gr.themes.Default(
|
|||||||
border_color_primary='#c5c5d2',
|
border_color_primary='#c5c5d2',
|
||||||
button_large_padding='6px 12px',
|
button_large_padding='6px 12px',
|
||||||
body_text_color_subdued='#484848',
|
body_text_color_subdued='#484848',
|
||||||
background_fill_secondary='#eaeaea'
|
background_fill_secondary='#eaeaea',
|
||||||
|
background_fill_primary='#fafafa',
|
||||||
)
|
)
|
||||||
|
|
||||||
if Path("notification.mp3").exists():
|
if Path("notification.mp3").exists():
|
||||||
|
Loading…
Reference in New Issue
Block a user