mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: test trouble highlight
This commit is contained in:
parent
69ff130cb2
commit
e2953388ae
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ local function set_highlights()
|
||||||
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
||||||
}
|
}
|
||||||
local default_highlights = {
|
local default_highlights = {
|
||||||
|
-- Trouble.nvim highlights
|
||||||
|
TroubleBasename = { fg = palette.gold, bold = styles.bold },
|
||||||
|
|
||||||
ColorColumn = { bg = palette.surface },
|
ColorColumn = { bg = palette.surface },
|
||||||
Conceal = { bg = "NONE" },
|
Conceal = { bg = "NONE" },
|
||||||
CurSearch = { fg = palette.base, bg = palette.gold },
|
CurSearch = { fg = palette.base, bg = palette.gold },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue