diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-13 22:47:35 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-13 22:47:35 +0100 |
commit | 3e4b0088e0ecd494bc258b6f96d320e49d1cda30 (patch) | |
tree | e42c6aa5dd34d3ddb61de4db4c4c3780bbbfde39 /lua/no-clown-fiesta/groups/treesitter.lua | |
parent | dcc69176cfaa3ce16e296f9c5097188669d4ace6 (diff) |
Dim reds, remove bloat colors
Diffstat (limited to 'lua/no-clown-fiesta/groups/treesitter.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/treesitter.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua index e41f09e..b7cee4a 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -66,14 +66,14 @@ function M.highlight(palette, options) ["@string"] = { fg = palette.medium_gray_blue }, ["@string.regex"] = { fg = palette.medium_gray_blue }, ["@string.escape"] = { fg = palette.medium_gray_blue }, - ["@tag"] = { fg = palette.pale_purple }, + ["@tag"] = { fg = palette.blue }, ["@emphasis"] = { italic = true }, ["@underline"] = { underline = true }, ["@title"] = { fg = palette.medium_gray }, ["@literal"] = { fg = palette.medium_gray }, ["@uri"] = { fg = palette.cyan, underline = true }, ["@keyword.operator"] = { fg = palette.gray_blue }, - ["@structure"] = { fg = palette.purple_test }, + ["@structure"] = { fg = palette.gray_blue }, ["@strong"] = { fg = palette.medium_gray }, ["@query.linter.error"] = { fg = palette.warning }, } |