From 0742ec5e44ed11821a5a6d02f5d8cfad6b3b9c9c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 Oct 2022 22:43:26 +0200 Subject: Update constructor to gray blue --- lua/no-clown-fiesta/highlight-group/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/no-clown-fiesta/highlight-group/treesitter.lua b/lua/no-clown-fiesta/highlight-group/treesitter.lua index 63cd28a..473fc69 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.gray_blue }, ["@type"] = { fg = palette.white, style = opts.type }, ["@type.builtin"] = { fg = palette.white }, ["@conditional"] = { fg = palette.gray_blue }, -- cgit v1.2.3-70-g09d2