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