Skip to content

Commit

Permalink
feat(catppuccin): add nvim-treehopper support (ayamir#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy authored and singlemancombat committed Jul 5, 2023
1 parent ce7a0c7 commit e305d0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/modules/configs/ui/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ return function()
TelescopeResultsDiffChange = { fg = cp.yellow },
TelescopeResultsDiffDelete = { fg = cp.red },

-- For nvim-treehopper
TSNodeKey = {
fg = cp.peach,
bg = transparent_background and cp.none or cp.base,
style = { "bold", "underline" },
},

-- For treesitter
["@keyword.return"] = { fg = cp.pink, style = clear },
}
Expand Down

0 comments on commit e305d0e

Please # to comment.