Tweak treesitter context bg
This commit is contained in:
parent
aab90988ba
commit
a87191e8f0
@ -720,7 +720,7 @@ function M.setup()
|
|||||||
|
|
||||||
NoiceCompletionItemKindDefault = { fg = c.fg_dark, bg = c.none },
|
NoiceCompletionItemKindDefault = { fg = c.fg_dark, bg = c.none },
|
||||||
|
|
||||||
TreesitterContext = { bg = util.darken(c.fg_gutter, 0.8) },
|
TreesitterContext = { bg = util.darken(c.fg_gutter, 0.2) },
|
||||||
Hlargs = { fg = c.yellow },
|
Hlargs = { fg = c.yellow },
|
||||||
-- TreesitterContext = { bg = util.darken(c.bg_visual, 0.4) },
|
-- TreesitterContext = { bg = util.darken(c.bg_visual, 0.4) },
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user