diff --git a/lua/base46/integrations/treesitter.lua b/lua/base46/integrations/treesitter.lua index 114a05aa..a06b6b3c 100644 --- a/lua/base46/integrations/treesitter.lua +++ b/lua/base46/integrations/treesitter.lua @@ -81,7 +81,7 @@ return { ["@comment"] = { fg = base30.grey_fg }, ["@comment.todo"] = { fg = base30.grey, bg = base30.white }, ["@comment.warning"] = { fg = base30.black2, bg = theme.base09 }, - ["@comment.note"] = { fg = base30.black2, bg = base30.white }, + ["@comment.note"] = { fg = base30.black, bg = base30.blue }, ["@comment.danger"] = { fg = base30.black2, bg = base30.red }, ["@diff.plus"] = { fg = base30.green },