Skip to content

Commit 4d9b7be

Browse files
authored
feat(themes): add support for nvim-treesitter-context (#96)
1 parent bb72e81 commit 4d9b7be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ local defaults = {
207207
["@lsp.type.xmlDocCommentAttributeQuotes"] = { fg = colors.yellow },
208208
["@lsp.type.xmlDocCommentAttributeName"] = { fg = colors.green },
209209

210+
-- nvim-treesitter-context
211+
TreesitterContext = { bg = config.transparent and colors.bg:lighten(0.85) or colors.bg:darken(0.8) },
212+
210213
-- nvim-ts-rainbow 2
211214
TSRainbowRed = { fg = colors.dark_red },
212215
TSRainbowOrange = { fg = colors.orange },

0 commit comments

Comments
 (0)