summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-22 23:32:41 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-22 23:32:41 +0200
commit0474a8b17b932f01ca8825c67e31d43916fd1667 (patch)
treed9fee0c33e3f93750d81950d176c601af54f5e49
parentdb146b849cd68dfe890e3ef0361ca8d3bd81d1a7 (diff)
Update
-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 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 },