mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
widget/material: use more readable editor default selection color
Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ func Editor(th *Theme, editor *widget.Editor, hint string) EditorStyle {
|
|||||||
shaper: th.Shaper,
|
shaper: th.Shaper,
|
||||||
Hint: hint,
|
Hint: hint,
|
||||||
HintColor: f32color.MulAlpha(th.Palette.Fg, 0xbb),
|
HintColor: f32color.MulAlpha(th.Palette.Fg, 0xbb),
|
||||||
SelectionColor: th.Palette.ContrastBg,
|
SelectionColor: f32color.MulAlpha(th.Palette.ContrastBg, 0x60),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user