From 3234b296d7f70cc78ac37a51fc3cff28e7871812 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Sun, 23 Oct 2022 01:03:46 +0200
Subject: Update constructor to cyan

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

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

diff --git a/lua/no-clown-fiesta/highlight-group/treesitter.lua b/lua/no-clown-fiesta/highlight-group/treesitter.lua
index 54fdfb6..6d5f8c6 100644
--- a/lua/no-clown-fiesta/highlight-group/treesitter.lua
+++ b/lua/no-clown-fiesta/highlight-group/treesitter.lua
@@ -5,7 +5,7 @@ function M.highlight(palette, opts)
     ["@comment"] = { fg = palette.medium_gray, style = opts.comments },
     ["@annotation"] = { fg = palette.white },
     ["@attribute"] = { fg = palette.white },
-    ["@constructor"] = { fg = palette.white },
+    ["@constructor"] = { fg = palette.cyan },
     ["@type"] = { fg = palette.white, style = opts.type },
     ["@type.builtin"] = { fg = palette.white },
     ["@conditional"] = { fg = palette.gray_blue },
-- 
cgit v1.2.3-70-g09d2