Fixed todo-comment highlighting

This commit is contained in:
2024-04-18 04:16:15 +02:00
parent ad8a5caa99
commit 3c152c044c
2 changed files with 19 additions and 6 deletions

View File

@@ -34,6 +34,12 @@ return {
LspReferenceText = { fg = palette.dark0, bg = palette.neutral_purple },
LspReferenceRead = { link = "LspReferenceText" },
LspReferenceWrite = { link = "LspReferenceText" },
TodoCommentError = { fg = palette.bright_red },
TodoCommentWarning = { fg = palette.bright_yellow },
TodoCommentInfo = { fg = palette.light1 },
TodoCommentHint = { fg = palette.bright_aqua },
TodoCommentTest = { fg = palette.bright_purple },
TodoCommentDefault = { fg = palette.bright_blue },
},
})