diff options
Diffstat (limited to 'helix-term/src/ui')
-rw-r--r-- | helix-term/src/ui/editor.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 00305fc8..dd385ac9 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -240,8 +240,7 @@ impl EditorView { // .bg(Color::Rgb(255, 255, 255)) .add_modifier(Modifier::REVERSED); - // let selection_style = Style::default().bg(Color::Rgb(94, 0, 128)); - let selection_style = Style::default().bg(Color::Rgb(84, 0, 153)); + let selection_style = theme.get("ui.selection"); for selection in doc .selection(view.id) |