mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
UI: improve the light theme a bit
This commit is contained in:
parent
1da47f2ae6
commit
da196707cf
3 changed files with 8 additions and 3 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue