We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486d717 commit 6d27398Copy full SHA for 6d27398
1 file changed
templates/neovim.lua
@@ -37,9 +37,9 @@ return {
37
cursor = "{cursor}",
38
foreground = "{foreground}",
39
background = "{background}",
40
- selection = "{selection}",
41
- selection_foreground = "{selection_foreground}",
42
- selection_background = "{selection_background}",
+ selection = "{lighter_bg}",
+ selection_foreground = "{foreground}",
+ selection_background = "{lighter_bg}",
43
},
44
45
-- set up hot reload
0 commit comments