summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/highlight-group
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta/highlight-group')
-rw-r--r--lua/no-clown-fiesta/highlight-group/treesitter.lua2
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 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 },