treesitter context bg color

This commit is contained in:
andrzej 2024-10-13 14:43:08 +02:00
parent f7f495acf1
commit 7e49b16157
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ return {
-- VertSplit = { fg = "muted", bg = "muted" }, -- VertSplit = { fg = "muted", bg = "muted" },
Folded = { fg = "foam", bg = "highlight_med" }, Folded = { fg = "foam", bg = "highlight_med" },
CursorLine = { bg = "surface" }, CursorLine = { bg = "surface" },
TreesitterContext = { bg = "highlight_low" },
}, },
before_highlight = function(group, highlight, palette) before_highlight = function(group, highlight, palette)