Try to make light themes a bit more colorful

This commit is contained in:
Héctor Ramón Jiménez 2025-08-05 22:04:35 +02:00
parent e14d3609ac
commit 4d4f565da7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 18 additions and 15 deletions

View file

@ -1374,8 +1374,6 @@ pub struct Style {
pub background: Background,
/// The [`Border`] of the text input.
pub border: Border,
/// The [`Color`] of the icon of the text input.
pub icon: Color,
/// The [`Color`] of the placeholder of the text input.
pub placeholder: Color,
/// The [`Color`] of the value of the text input.
@ -1422,7 +1420,6 @@ pub fn default(theme: &Theme, status: Status) -> Style {
width: 1.0,
color: palette.background.strong.color,
},
icon: palette.background.weak.text,
placeholder: palette.secondary.base.color,
value: palette.background.base.text,
selection: palette.primary.weak.color,