Update selection style of Night Owl (#2668)

This commit is contained in:
nosa 2022-06-04 06:10:39 +01:00 committed by GitHub
parent dfd0754394
commit 5b4e0a304b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }