summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 17:46:49 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 17:46:49 +0100
commitad908d551706b10245643961fa14df93e4234791 (patch)
treef00efeb2c062ac7fe5ffbd3a4ec0a2d89b6e6231 /lua/no-clown-fiesta
parent9461d7dc1ddff8ec7e39ae773eb69a4e51cbeb6f (diff)
feat: change Type to white
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 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 },