diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 17:46:49 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 17:46:49 +0100 |
commit | ad908d551706b10245643961fa14df93e4234791 (patch) | |
tree | f00efeb2c062ac7fe5ffbd3a4ec0a2d89b6e6231 /lua/no-clown-fiesta | |
parent | 9461d7dc1ddff8ec7e39ae773eb69a4e51cbeb6f (diff) |
feat: change Type to white
Diffstat (limited to 'lua/no-clown-fiesta')
-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 }, |