aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authornosa2022-06-04 05:10:39 +0000
committerGitHub2022-06-04 05:10:39 +0000
commit5b4e0a304bc85b55202c895622b5cccf930a171f (patch)
treef607472b71a0d60128aac7e5820223ff04c823d0 /runtime/themes
parentdfd07543946321223c16aeae3f46398f16f89805 (diff)
Update selection style of Night Owl (#2668)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/night_owl.toml2
1 files changed, 1 insertions, 1 deletions
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' }