From f0c716f9333ddcb5a4e89b31e58e3af4595c2320 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 Oct 2022 22:28:03 +0200 Subject: Set operator to red --- lua/no-clown-fiesta/highlight-group/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/no-clown-fiesta/highlight-group/treesitter.lua b/lua/no-clown-fiesta/highlight-group/treesitter.lua index 4384423..d264ca1 100644 --- a/lua/no-clown-fiesta/highlight-group/treesitter.lua +++ b/lua/no-clown-fiesta/highlight-group/treesitter.lua @@ -31,7 +31,7 @@ function M.highlight(palette, opts) ["@variable"] = { fg = palette.white, style = opts.variables }, ["@variable.builtin"] = { fg = palette.white }, ["@property"] = { fg = palette.gray_blue }, - ["@operator"] = { fg = palette.gray_blue }, + ["@operator"] = { fg = palette.red }, ["@field"] = { fg = palette.white }, ["@parameter"] = { fg = palette.white }, ["@parameter.reference"] = { fg = palette.white }, -- cgit v1.2.3-70-g09d2