summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/no-clown-fiesta/highlight-group/treesitter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/treesitter.lua b/lua/no-clown-fiesta/highlight-group/treesitter.lua
index 6139cd3..45339af 100644
--- a/lua/no-clown-fiesta/highlight-group/treesitter.lua
+++ b/lua/no-clown-fiesta/highlight-group/treesitter.lua
@@ -5,14 +5,14 @@ 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.red },
["@exception"] = { fg = palette.red },
["@include"] = { fg = palette.red },
["@keyword"] = { fg = palette.red, style = opts.keywords },
- ["@keyword.function"] = { fg = palette.gray_blue, style = opts.keywords },
+ ["@keyword.function"] = { fg = palette.red, style = opts.keywords },
["@label"] = { fg = palette.red },
["@namespace"] = { fg = palette.white },
["@repeat"] = { fg = palette.red },