Merge pull request #16 from barrettruth/fix/todo
fix: color todo/notes with correct naming scheme
This commit is contained in:
commit
d31a1b322d
1 changed files with 4 additions and 4 deletions
|
|
@ -114,10 +114,10 @@ function M.apply()
|
|||
hi('@text.underline', { underline = true })
|
||||
hi('@text.uri', { fg = cs.white, underline = true }, { '@text.reference' })
|
||||
|
||||
hi('@text.danger', { fg = cs.red, bold = true, italic = true })
|
||||
hi('@text.note', { fg = cs.green, bold = true, italic = true })
|
||||
hi('@text.todo', { fg = cs.yellow, bold = true, italic = true }, { 'Todo' })
|
||||
hi('@text.warning', { fg = cs.yellow, bold = true, italic = true })
|
||||
hi('@comment.danger', { fg = cs.red, bold = true, italic = true })
|
||||
hi('@comment.note', { fg = cs.blue, bold = true, italic = true })
|
||||
hi('@comment.todo', { fg = cs.yellow, bold = true, italic = true }, { 'Todo' })
|
||||
hi('@comment.warning', { fg = cs.yellow, bold = true, italic = true })
|
||||
|
||||
hi('@variable', { none = true })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue