diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:35:46 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:35:46 +0100 |
commit | 69a2da6810c2a01560f12e4bb02b9611a0f795e7 (patch) | |
tree | 9683ab791596561a6aff2eb5c0fe7e00893de880 /lua | |
parent | f62b277af6518d370d412d5b444e87d1c0ac0d4b (diff) |
feat(treesitter): repeat as gray blue
Diffstat (limited to 'lua')
-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 }, |