From da31cfe7be2a479e112909df30bb17091ab97501 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Mon, 21 Mar 2022 20:14:34 +0100
Subject: feat(treesitter): update kw fun to light gray

---
 lua/no-clown-fiesta/Treesitter.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lua/no-clown-fiesta')

diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index a841ecb..7f13a6d 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -9,7 +9,7 @@ local Treesitter = {
   TSException = { fg = C.red },
   TSInclude = { fg = C.gray_blue },
   TSKeyword = { fg = C.gray },
-  TSKeywordFunction = { fg = C.blue },
+  TSKeywordFunction = { fg = C.light_gray },
   TSLabel = { fg = C.white },
   TSNamespace = { fg = C.white },
   TSRepeat = { fg = C.red },
-- 
cgit v1.2.3-70-g09d2