Skip to content

Commit 6d27398

Browse files
committed
Use different colors for selection
1 parent 486d717 commit 6d27398

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/neovim.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ return {
3737
cursor = "{cursor}",
3838
foreground = "{foreground}",
3939
background = "{background}",
40-
selection = "{selection}",
41-
selection_foreground = "{selection_foreground}",
42-
selection_background = "{selection_background}",
40+
selection = "{lighter_bg}",
41+
selection_foreground = "{foreground}",
42+
selection_background = "{lighter_bg}",
4343
},
4444
},
4545
-- set up hot reload

0 commit comments

Comments
 (0)