From b17df65f6d423055e9fdfa4e7f55967c03862f29 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 7 Jul 2024 11:12:56 +0530 Subject: [PATCH] change color of comments.note hlgroup --- lua/base46/integrations/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },