mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/editor.lua: add todo-comments highlight group fallbacks
This commit is contained in:
parent
bad6b59ab9
commit
6086176d77
1 changed files with 6 additions and 6 deletions
|
|
@ -37,12 +37,12 @@ return {
|
||||||
-- TODO = { color = "warning" },
|
-- TODO = { color = "warning" },
|
||||||
},
|
},
|
||||||
colors = {
|
colors = {
|
||||||
default = { "TodoCommentsDefault", "#7C3AED" },
|
default = { "TodoCommentsDefault", "Identifier", "#7C3AED" },
|
||||||
error = { "TodoCommentsError", "#DC2626" },
|
error = { "TodoCommentsError", "DiagnosticError", "ErrorMsg", "#DC2626" },
|
||||||
warning = { "TodoCommentsWarning", "#FBBF24" },
|
warning = { "TodoCommentsWarning", "DiagnosticWarn", "WarningMsg", "#FBBF24" },
|
||||||
info = { "TodoCommentsInfo", "#2563EB" },
|
info = { "TodoCommentsInfo", "DiagnosticInfo", "#2563EB" },
|
||||||
hint = { "TodoCommentsHint", "#10B981" },
|
hint = { "TodoCommentsHint", "DiagnosticHint", "#10B981" },
|
||||||
test = { "TodoCommentsTest", "#FF00FF" }
|
test = { "TodoCommentsTest", "Identifier", "#FF00FF" }
|
||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
keyword = 'fg',
|
keyword = 'fg',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue