summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 18:05:13 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 18:05:13 +0200
commitdac30d5da54dac2365d1ae1e95f258558abe1904 (patch)
treedeb0ad93cf91316030bb0ceede1229fc42c081d8
parent0b3d207181e1c60b3ddbdfc4d4b2fe5474a2e069 (diff)
Revert "Set macros to red"
This reverts commit 0b3d207181e1c60b3ddbdfc4d4b2fe5474a2e069.
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index f11a3f4..4fe5d24 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -23,8 +23,8 @@ local Treesitter = {
TSFunction = { fg = C.cyan, style = Config.italic_functions },
TSFuncBuiltin = { fg = C.cyan },
TSMethod = { fg = C.cyan },
- TSConstMacro = { fg = C.red },
- TSFuncMacro = { fg = C.red },
+ TSConstMacro = { fg = C.cyan },
+ TSFuncMacro = { fg = C.cyan },
TSVariable = { fg = C.white, style = Config.italic_variables },
TSVariableBuiltin = { fg = C.white },
TSProperty = { fg = C.white },