From 0474a8b17b932f01ca8825c67e31d43916fd1667 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 Oct 2022 23:32:41 +0200 Subject: Update --- lua/no-clown-fiesta/highlight-group/treesitter.lua | 4 ++-- 1 file 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 6acd7bb..6139cd3 100644 --- a/lua/no-clown-fiesta/highlight-group/treesitter.lua +++ b/lua/no-clown-fiesta/highlight-group/treesitter.lua @@ -11,8 +11,8 @@ function M.highlight(palette, opts) ["@conditional"] = { fg = palette.red }, ["@exception"] = { fg = palette.red }, ["@include"] = { fg = palette.red }, - ["@keyword"] = { fg = palette.gray_blue, style = opts.keywords }, - ["@keyword.function"] = { fg = palette.cyan, style = opts.keywords }, + ["@keyword"] = { fg = palette.red, style = opts.keywords }, + ["@keyword.function"] = { fg = palette.gray_blue, style = opts.keywords }, ["@label"] = { fg = palette.red }, ["@namespace"] = { fg = palette.white }, ["@repeat"] = { fg = palette.red }, -- cgit v1.2.3-70-g09d2