fix: don't alpha blend selections over matches
This commit is contained in:
parent
1545eb988d
commit
cbcf8cc2dd
2 changed files with 5 additions and 0 deletions
|
@ -972,6 +972,7 @@ pub const Editor = struct {
|
|||
}
|
||||
|
||||
inline fn render_selection_cell(_: *const Self, theme: *const Widget.Theme, cell: *Cell) void {
|
||||
cell.set_style_bg_opaque(theme.editor);
|
||||
cell.set_style_bg(theme.editor_selection);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue