mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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',
|
||||
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():
|
||||
|
Loading…
Reference in New Issue
Block a user