diff options
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 d2761e9..20b4c06 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -3,7 +3,7 @@ local Treesitter = { TSAnnotation = { fg = C.white }, TSAttribute = { fg = C.white }, TSConstructor = { fg = C.white }, - TSType = { fg = C.blue }, + TSType = { fg = C.white }, TSTypeBuiltin = { fg = C.white }, TSConditional = { fg = C.red }, TSException = { fg = C.red }, |