From fca99d96f4e9ad068deb86a25831f92eb6a3edb6 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 21 Jul 2022 21:22:16 +0200 Subject: Update colors --- lua/no-clown-fiesta/Treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/no-clown-fiesta/Treesitter.lua') 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 }, -- cgit v1.2.3-70-g09d2