summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-22 22:43:26 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-22 22:43:26 +0200
commit0742ec5e44ed11821a5a6d02f5d8cfad6b3b9c9c (patch)
tree01691033818c131a2afd9732a4e342a0138f966a
parentf9c9a4330ebd0258b1aefb99c83bb5bef8298d50 (diff)
Update constructor to gray blue
-rw-r--r--lua/no-clown-fiesta/highlight-group/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
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 },