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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index 0215f51..35a3e7f 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -12,7 +12,7 @@ local Treesitter = {
TSKeywordFunction = { fg = C.gray_blue },
TSLabel = { fg = C.white },
TSNamespace = { fg = C.white },
- TSRepeat = { fg = C.red },
+ TSRepeat = { fg = C.gray_blue },
TSConstant = { fg = C.white },
TSConstBuiltin = { fg = C.white },
TSFloat = { fg = C.blue },