treesitter context bg color
This commit is contained in:
parent
f7f495acf1
commit
7e49b16157
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue