fix: revert last two commits

This commit is contained in:
benjamin 2025-01-19 14:21:49 +00:00
commit 6d68345a49

View file

@ -78,10 +78,6 @@ local function set_highlights()
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
}
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" },
CurSearch = { fg = palette.base, bg = palette.gold },