summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
-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 7f13a6d..e530350 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -8,8 +8,8 @@ local Treesitter = {
TSConditional = { fg = C.red },
TSException = { fg = C.red },
TSInclude = { fg = C.gray_blue },
- TSKeyword = { fg = C.gray },
- TSKeywordFunction = { fg = C.light_gray },
+ TSKeyword = { fg = C.medium_gray },
+ TSKeywordFunction = { fg = C.cyan },
TSLabel = { fg = C.white },
TSNamespace = { fg = C.white },
TSRepeat = { fg = C.red },