summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index 20b4c06..8c299c3 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -21,10 +21,10 @@ local Treesitter = {
TSCharacter = { fg = C.light_green },
TSError = { fg = C.error_red },
TSFunction = { fg = C.cyan },
- TSFuncBuiltin = { fg = C.white },
- TSMethod = { fg = C.white },
- TSConstMacro = { fg = C.white },
- TSFuncMacro = { fg = C.white },
+ TSFuncBuiltin = { fg = C.cyan },
+ TSMethod = { fg = C.cyan },
+ TSConstMacro = { fg = C.cyan },
+ TSFuncMacro = { fg = C.cyan },
TSVariable = { fg = C.white },
TSVariableBuiltin = { fg = C.white },
TSProperty = { fg = C.white },