mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: change link for results match to CurSearch
Co-authored-by: not <mvllow@icloud.com>
This commit is contained in:
parent
a330d39833
commit
3b64d9ffe6
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ local function set_highlights()
|
||||||
GrugFarResultsActionMessage = { fg = palette.foam },
|
GrugFarResultsActionMessage = { fg = palette.foam },
|
||||||
GrugFarResultsChangeIndicator = { fg = groups.git_change },
|
GrugFarResultsChangeIndicator = { fg = groups.git_change },
|
||||||
GrugFarResultsHeader = { fg = palette.pine },
|
GrugFarResultsHeader = { fg = palette.pine },
|
||||||
GrugFarResultsMatch = { link = "Search" },
|
GrugFarResultsMatch = { link = "CurSearch" },
|
||||||
GrugFarResultsPath = { fg = palette.foam },
|
GrugFarResultsPath = { fg = palette.foam },
|
||||||
GrugFarResultsStats = { fg = palette.iris },
|
GrugFarResultsStats = { fg = palette.iris },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue