diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-23 01:03:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-23 01:03:46 +0200 |
commit | 3234b296d7f70cc78ac37a51fc3cff28e7871812 (patch) | |
tree | 9cc4133a6080b7148e1764a7d11421ce8880a279 /lua/no-clown-fiesta/highlight-group | |
parent | 62ddaf6d7001cd91494c64eb997cbbc3604ec82f (diff) |
Update constructor to cyan
Diffstat (limited to 'lua/no-clown-fiesta/highlight-group')
-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 }, |