mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +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,
|
||||
Hint: hint,
|
||||
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