diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 18:29:19 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 18:29:19 +0100 |
commit | 735b5a32c53a36cc77a5790da79d1a3bb39d215f (patch) | |
tree | 542b44c4e45b44a341bbd5f1e03d9b0f851032ff | |
parent | caacdede883e2341e4a6966461e6b343bba31824 (diff) |
Update Constants and Type to blue
-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 }, |