diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-05 23:33:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-05 23:33:28 +0100 |
commit | 96251840cc06dbe27f6768a2cccbc77d1f21c84f (patch) | |
tree | 73ce44b689aa07734e0a4fe9a541e2fc19915e49 /lua/no-clown-fiesta/groups/treesitter.lua | |
parent | 9701c410a4ad6f824f2917e08fb777fd24f5cf95 (diff) |
Remove only ref for light green
Diffstat (limited to 'lua/no-clown-fiesta/groups/treesitter.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua index 6217cb7..e41f09e 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -35,7 +35,7 @@ function M.highlight(palette, options) ["@float"] = { fg = palette.red }, ["@number"] = { fg = palette.red }, ["@boolean"] = { fg = palette.red }, - ["@character"] = { fg = palette.light_green }, + ["@character"] = { fg = palette.green }, ["@error"] = { fg = palette.error }, ["@function"] = vim.tbl_extend( "force", |