summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-30 20:06:20 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-30 20:06:20 +0100
commit487a45e3bd40a42a1f93e88f26da394c58784156 (patch)
tree803e41a0ea1d27355c601dca76f6fc718c715abd /lua
parent651732adb8d165a81514a8632a493d221c53c308 (diff)
feat: change func and macros to cyan
Diffstat (limited to 'lua')
-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 },