We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvim-treesitter-context
1 parent bb72e81 commit 4d9b7beCopy full SHA for 4d9b7be
lua/one_monokai/themes/groups.lua
@@ -207,6 +207,9 @@ local defaults = {
207
["@lsp.type.xmlDocCommentAttributeQuotes"] = { fg = colors.yellow },
208
["@lsp.type.xmlDocCommentAttributeName"] = { fg = colors.green },
209
210
+ -- nvim-treesitter-context
211
+ TreesitterContext = { bg = config.transparent and colors.bg:lighten(0.85) or colors.bg:darken(0.8) },
212
+
213
-- nvim-ts-rainbow 2
214
TSRainbowRed = { fg = colors.dark_red },
215
TSRainbowOrange = { fg = colors.orange },
0 commit comments