diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 196e0b93..82c9df53 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -253,8 +253,9 @@ function M.setup() ["@markup.strikethrough"] = { strikethrough = true }, ["@markup.underline"] = { underline = true }, ["@markup.heading"] = { link = "Title" }, - ["@comment.hint"] = { fg = c.hint }, + ["@comment.note"] = { fg = c.hint }, ["@comment.error"] = { fg = c.error }, + ["@comment.hint"] = { fg = c.hint }, ["@comment.info"] = { fg = c.info }, ["@comment.warning"] = { fg = c.warning }, ["@comment.todo"] = { fg = c.todo },