diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-22 22:43:26 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-22 22:43:26 +0200 |
commit | 0742ec5e44ed11821a5a6d02f5d8cfad6b3b9c9c (patch) | |
tree | 01691033818c131a2afd9732a4e342a0138f966a /lua/no-clown-fiesta/highlight-group | |
parent | f9c9a4330ebd0258b1aefb99c83bb5bef8298d50 (diff) |
Update constructor to gray blue
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 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 }, |