From 980694e57f353cdfb2a4a1d0289a0745da10549b Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Sat, 22 Oct 2022 23:11:12 +0200
Subject: Set fun to cyan

---
 lua/no-clown-fiesta/highlight-group/treesitter.lua | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'lua')

diff --git a/lua/no-clown-fiesta/highlight-group/treesitter.lua b/lua/no-clown-fiesta/highlight-group/treesitter.lua
index 4542805..6eb991a 100644
--- a/lua/no-clown-fiesta/highlight-group/treesitter.lua
+++ b/lua/no-clown-fiesta/highlight-group/treesitter.lua
@@ -23,9 +23,9 @@ function M.highlight(palette, opts)
     ["@boolean"] = { fg = palette.red },
     ["@character"] = { fg = palette.light_green },
     ["@error"] = { fg = palette.error_red },
-    ["@function"] = { fg = palette.white, style = opts.functions },
-    ["@function.builtin"] = { fg = palette.white },
-    ["@method"] = { fg = palette.white },
+    ["@function"] = { fg = palette.cyan, style = opts.functions },
+    ["@function.builtin"] = { fg = palette.cyan },
+    ["@method"] = { fg = palette.cyan },
     ["@const.macro"] = { fg = palette.cyan },
     ["@function.macro"] = { fg = palette.cyan },
     ["@variable"] = { fg = palette.white, style = opts.variables },
@@ -50,7 +50,7 @@ function M.highlight(palette, opts)
     ["@title"] = { fg = palette.medium_gray },
     ["@literal"] = { fg = palette.medium_gray },
     ["@uri"] = { fg = palette.cyan, style = "underline" },
-    ["@keyword.operator"] = { fg = palette.gray_blue },
+    ["@keyword.operator"] = { fg = palette.red },
     ["@structure"] = { fg = palette.purple_test },
     ["@strong"] = { fg = palette.medium_gray },
     ["@query.linter.error"] = { fg = palette.warning_orange },
-- 
cgit v1.2.3-70-g09d2