Skip to content

Commit

Permalink
change color of comments.note hlgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Jul 7, 2024
1 parent a5f46f5 commit b17df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/base46/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit b17df65

Please sign in to comment.