diff options
-rw-r--r-- | lua/no-clown-fiesta/highlight-group/treesitter.lua | 2 |
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 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 }, |