diff options
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 2 |
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 }, |