Skip to content

Commit 66345d0

Browse files
committed
Reverse the search highlight group to persist when selected in visual
mode.
1 parent b6bdd6f commit 66345d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nord/groups.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ M.setup = function()
9898
WildMenu = { fg = colors.ice_blue_8, bg = colors.darker_night_1 },
9999
-- search
100100
IncSearch = { fg = colors.lightest_snow_6, bg = colors.ocean_blue_10, underline = config.underline },
101-
Search = { fg = colors.darker_night_1, bg = colors.ice_blue_8 },
101+
Search = { reverse = true, bg = colors.darker_night_1, fg = colors.ice_blue_8 },
102102
-- tabs
103103
TabLine = { fg = colors.snow_4, bg = colors.darker_night_1 },
104104
TabLineFill = { fg = colors.snow_4, bg = colors.darker_night_1 },

0 commit comments

Comments
 (0)