Tweak treesitter context bg

This commit is contained in:
Tyler Hallada 2023-12-01 15:30:50 -05:00
parent aab90988ba
commit a87191e8f0

View File

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