mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-02 23:00:12 +01:00
UI: very minor color change
This commit is contained in:
parent
517fcc1f23
commit
c43ee5db11
|
|
@ -56,7 +56,7 @@ if not shared.args.old_colors:
|
|||
border_color_primary='#c5c5d2',
|
||||
body_text_color_subdued='#484848',
|
||||
background_fill_secondary='#eaeaea',
|
||||
background_fill_secondary_dark='var(--dark-gray)',
|
||||
background_fill_secondary_dark='var(--selected-item-color-dark)',
|
||||
background_fill_primary='var(--neutral-50)',
|
||||
background_fill_primary_dark='var(--darker-gray)',
|
||||
body_background_fill="white",
|
||||
|
|
@ -82,7 +82,7 @@ if not shared.args.old_colors:
|
|||
button_secondary_background_fill_hover_dark='var(--selected-item-color-dark)',
|
||||
checkbox_label_background_fill_hover_dark='var(--selected-item-color-dark)',
|
||||
table_even_background_fill_dark='var(--darker-gray)',
|
||||
table_odd_background_fill_dark='var(--dark-gray)',
|
||||
table_odd_background_fill_dark='var(--selected-item-color-dark)',
|
||||
|
||||
# Shadows and Radius
|
||||
checkbox_label_shadow='none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue