feat: try another trouble highlight

This commit is contained in:
benjamin 2025-01-19 14:21:18 +00:00
commit 12e6bcb9e6

View file

@ -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" },