Skip to content

Commit

Permalink
Update selection style of Night Owl (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0s4 authored Jun 4, 2022
1 parent dfd0754 commit 5b4e0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/night_owl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 5b4e0a3

Please sign in to comment.