mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add support for grug-far.nvim (#304)
* feat: add support for grug-far.nvim * fix: change link for results match to `CurSearch` Co-authored-by: not <mvllow@icloud.com> * fix: add highlights for line numbers --------- Co-authored-by: not <mvllow@icloud.com>
This commit is contained in:
parent
e72f6ea4a9
commit
e4b08d74b7
1 changed files with 19 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ local function set_highlights()
|
|||
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
|
||||
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },
|
||||
RedrawDebugRecompose = { fg = palette.base, bg = palette.love },
|
||||
Search = { fg = palette.base, bg = palette.text },
|
||||
Search = { fg = palette.base, bg = palette.rose },
|
||||
SignColumn = { fg = palette.text, bg = "NONE" },
|
||||
SpecialKey = { fg = palette.foam },
|
||||
SpellBad = { sp = palette.subtle, undercurl = true },
|
||||
|
|
@ -941,6 +941,24 @@ local function set_highlights()
|
|||
RenderMarkdownTableHead = { fg = palette.subtle },
|
||||
RenderMarkdownTableRow = { fg = palette.subtle },
|
||||
RenderMarkdownUnchecked = { fg = palette.subtle },
|
||||
|
||||
-- MagicDuck/grug-far.nvim
|
||||
GrugFarHelpHeader = { fg = palette.pine },
|
||||
GrugFarHelpHeaderKey = { fg = palette.gold },
|
||||
GrugFarHelpWinActionKey = { fg = palette.gold },
|
||||
GrugFarHelpWinActionPrefix = { fg = palette.foam },
|
||||
GrugFarHelpWinActionText = { fg = palette.pine },
|
||||
GrugFarHelpWinHeader = { link = "FloatTitle" },
|
||||
GrugFarInputLabel = { fg = palette.foam },
|
||||
GrugFarInputPlaceholder = { link = "Comment" },
|
||||
GrugFarResultsActionMessage = { fg = palette.foam },
|
||||
GrugFarResultsChangeIndicator = { fg = groups.git_change },
|
||||
GrugFarResultsHeader = { fg = palette.pine },
|
||||
GrugFarResultsLineNo = { fg = palette.iris },
|
||||
GrugFarResultsLineColumn = { link = "GrugFarResultsLineNo" },
|
||||
GrugFarResultsMatch = { link = "CurSearch" },
|
||||
GrugFarResultsPath = { fg = palette.foam },
|
||||
GrugFarResultsStats = { fg = palette.iris },
|
||||
}
|
||||
local transparency_highlights = {
|
||||
DiagnosticVirtualTextError = { fg = groups.error },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue