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 722819a..4b910d9 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -15,9 +15,9 @@ local Treesitter = { TSRepeat = { fg = C.gray_blue }, TSConstant = { fg = C.white }, TSConstBuiltin = { fg = C.white }, - TSFloat = { fg = C.blue }, - TSNumber = { fg = C.blue }, - TSBoolean = { fg = C.blue }, + TSFloat = { fg = C.red }, + TSNumber = { fg = C.red }, + TSBoolean = { fg = C.red }, TSCharacter = { fg = C.light_green }, TSError = { fg = C.error_red }, TSFunction = { fg = C.cyan, style = Config.italic_functions }, |