From 735b5a32c53a36cc77a5790da79d1a3bb39d215f Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Thu, 20 Jan 2022 18:29:19 +0100
Subject: Update Constants and Type to blue

---
 lua/no-clown-fiesta/Treesitter.lua | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'lua')

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 },
-- 
cgit v1.2.3-70-g09d2