From f8729bd4c35cb9eee74c2cdb6540bf02156c0310 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 23 Oct 2022 00:09:34 +0200 Subject: Set fun red --- lua/no-clown-fiesta/highlight-group/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') 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 }, -- cgit v1.2.3-70-g09d2