diff options
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 2d424b3..016c943 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.orange }, + TSType = { fg = C.blue }, TSTypeBuiltin = { fg = C.white }, TSConditional = { fg = C.red }, TSException = { fg = C.red }, @@ -13,8 +13,8 @@ local Treesitter = { TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.red }, - TSConstant = { fg = C.orange }, - TSConstBuiltin = { fg = C.orange }, + TSConstant = { fg = C.blue }, + TSConstBuiltin = { fg = C.blue }, TSFloat = { fg = C.blue }, TSNumber = { fg = C.blue }, TSBoolean = { fg = C.blue }, |