UI: very minor color change

This commit is contained in:
oobabooga 2024-12-17 07:59:55 -08:00
parent 517fcc1f23
commit c43ee5db11

View File

@ -56,7 +56,7 @@ if not shared.args.old_colors:
border_color_primary='#c5c5d2', border_color_primary='#c5c5d2',
body_text_color_subdued='#484848', body_text_color_subdued='#484848',
background_fill_secondary='#eaeaea', 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='var(--neutral-50)',
background_fill_primary_dark='var(--darker-gray)', background_fill_primary_dark='var(--darker-gray)',
body_background_fill="white", 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)', button_secondary_background_fill_hover_dark='var(--selected-item-color-dark)',
checkbox_label_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_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 # Shadows and Radius
checkbox_label_shadow='none', checkbox_label_shadow='none',