Add an option to set selected text color
This commit is contained in:
parent
3c94352f3f
commit
10ae9a9b16
4 changed files with 22 additions and 2 deletions
|
|
@ -208,6 +208,7 @@ impl<'syntax_system, 'buffer> SyntaxEditor<'syntax_system, 'buffer> {
|
|||
self.foreground_color(),
|
||||
self.cursor_color(),
|
||||
self.selection_color(),
|
||||
self.foreground_color(),
|
||||
f,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue