diff options
Diffstat (limited to 'lua/no-clown-fiesta/groups')
-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 7163dc0..d3653a6 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -10,7 +10,7 @@ function M.highlight(palette, opts) ["@comment.documentation"] = { fg = palette.medium_gray }, ["@comment.error"] = { fg = palette.error }, ["@comment.note"] = { fg = palette.light_gray }, - ["@comment.todo"] = { fg = palette.hint }, + ["@comment.todo"] = { fg = palette.todo }, ["@comment.warning"] = { fg = palette.warning }, ["@const.builtin"] = { fg = palette.red }, ["@const.macro"] = { fg = palette.cyan }, |