mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add QuickFixLine (#357)
This commit is contained in:
parent
d195ed8673
commit
6b9840790c
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ local function set_highlights()
|
|||
PmenuSel = { fg = palette.text, bg = palette.overlay },
|
||||
PmenuThumb = { bg = palette.muted },
|
||||
Question = { fg = palette.gold },
|
||||
-- QuickFixLink = {},
|
||||
QuickFixLine = { fg = palette.foam },
|
||||
-- RedrawDebugNormal = {},
|
||||
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
|
||||
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue