Skip to content

Commit

Permalink
Reverse the search highlight group to persist when selected in visual
Browse files Browse the repository at this point in the history
mode.
  • Loading branch information
hoelter committed Sep 2, 2023
1 parent b6bdd6f commit 66345d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nord/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ M.setup = function()
WildMenu = { fg = colors.ice_blue_8, bg = colors.darker_night_1 },
-- search
IncSearch = { fg = colors.lightest_snow_6, bg = colors.ocean_blue_10, underline = config.underline },
Search = { fg = colors.darker_night_1, bg = colors.ice_blue_8 },
Search = { reverse = true, bg = colors.darker_night_1, fg = colors.ice_blue_8 },
-- tabs
TabLine = { fg = colors.snow_4, bg = colors.darker_night_1 },
TabLineFill = { fg = colors.snow_4, bg = colors.darker_night_1 },
Expand Down

0 comments on commit 66345d0

Please sign in to comment.