From 380c33a498528fc214e3a4a6c4a2e32b12c07ebc Mon Sep 17 00:00:00 2001 From: CPea Date: Wed, 19 Feb 2025 00:30:05 +0700 Subject: [PATCH] feat(themes): add support for `nvim-treesitter-context` --- lua/one_monokai/themes/groups.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/one_monokai/themes/groups.lua b/lua/one_monokai/themes/groups.lua index 51585e2..f957f79 100644 --- a/lua/one_monokai/themes/groups.lua +++ b/lua/one_monokai/themes/groups.lua @@ -207,6 +207,9 @@ local defaults = { ["@lsp.type.xmlDocCommentAttributeQuotes"] = { fg = colors.yellow }, ["@lsp.type.xmlDocCommentAttributeName"] = { fg = colors.green }, + -- nvim-treesitter-context + TreesitterContext = { bg = config.transparent and colors.bg:lighten(0.85) or colors.bg:darken(0.8) }, + -- nvim-ts-rainbow 2 TSRainbowRed = { fg = colors.dark_red }, TSRainbowOrange = { fg = colors.orange },