From 5b4e0a304bc85b55202c895622b5cccf930a171f Mon Sep 17 00:00:00 2001 From: nosa <96927121+n0s4@users.noreply.github.com> Date: Sat, 4 Jun 2022 06:10:39 +0100 Subject: [PATCH] Update selection style of Night Owl (#2668) --- runtime/themes/night_owl.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/night_owl.toml b/runtime/themes/night_owl.toml index a26641b1..337fae86 100644 --- a/runtime/themes/night_owl.toml +++ b/runtime/themes/night_owl.toml @@ -17,7 +17,7 @@ 'ui.cursor' = { fg = 'background', bg = 'blue' } 'ui.cursor.primary' = { fg = 'background', bg = 'gold' } 'ui.cursor.match' = { bg = 'selection', modifiers = ['underlined'] } -'ui.selection' = { fg = 'foreground', bg = 'selection' } +'ui.selection' = { bg = 'selection', modifiers = ['dim'] } 'ui.linenr' = { fg = 'grey4', bg = 'background2' } 'ui.linenr.selected' = { fg = 'greyE', bg = 'background2' } 'ui.statusline' = { fg = 'greyE', bg = 'background2' }