We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f9dd4 commit ab1eab9Copy full SHA for ab1eab9
lua/catppuccino/core/integrations/treesitter.lua
@@ -38,7 +38,7 @@ function M.get(cpt)
38
TSNamespace = { fg = cpt.cyan }, -- For identifiers referring to modules and namespaces.
39
-- TSNone = { }; -- TODO: docs
40
-- TSNumber = { }; -- For all numbers
41
- TSOperator = { fg = cpt.fg }, -- For any operator: `+`, but also `->` and `*` in cpt.
+ TSOperator = { fg = cpt.cyan }, -- For any operator: `+`, but also `->` and `*` in cpt.
42
TSParameter = { fg = cpt.orange_br }, -- For parameters of a function.
43
-- TSParameterReference= { }; -- For references to parameters of a function.
44
TSProperty = { fg = cpt.red_br }, -- Same as `TSField`.
0 commit comments