Skip to content

Commit

Permalink
feat(grug-far): add hl for grug-far
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Jul 22, 2024
1 parent 71b3360 commit 197f0e8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lua/kanagawa-paper/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,29 @@ function M.setup(colors, opts)
-- Spectre
SpectreFaint = { fg = theme.ui.fg_gray, italic = false },

-- grug-far
GrugFarHelpHeader = { fg = palette.dragonViolet },
GrugFarHelpHeaderKey = { fg = theme.ui.picker },
GrugFarHelpWinHeader = { fg = palette.dragonOrange },
GrugFarHelpWinActionPrefix = { link = "GrugFarHelpWinHeader" },
GrugFarHelpWinActionText = { link = "GrugFarHelpHeader" },
GrugFarHelpWinActionKey = { fg = theme.ui.picker },
GrugFarHelpWinActionDescription = { link = "NormalFloat" },

GrugFarInputLabel = { link = "Identifier" },
GrugFarInputPlaceholder = { link = "Comment" },

GrugFarResultsHeader = { fg = theme.ui.fg_gray },
GrugFarResultsStats = { link = "Comment" },
GrugFarResultsActionMessage = { link = "ModeMsg" },

GrugFarResultsMatch = { link = "Substitute" },
GrugFarResultsPath = { link = "@string.special.path" },
GrugFarResultsLineNo = { link = "LineNr" },
GrugFarResultsLineColumn = { link = "LineNr" },
GrugFarResultsChangeIndicator = { link = "@diff.delta" },
GrugFarResultsRgCmdHeader = { link = "@text.uri" },

-- Noice
NoiceVirtualText = { fg = theme.ui.bg_search },
NoicePopupBorder = { fg = theme.ui.bg_p2, bg = theme.ui.bg_p1 },
Expand Down

0 comments on commit 197f0e8

Please sign in to comment.