mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: try different todo colorus
This commit is contained in:
parent
f1d10f231b
commit
6d732c54f1
1 changed files with 2 additions and 0 deletions
|
|
@ -355,6 +355,8 @@ local function set_highlights()
|
|||
["@comment.info"] = { fg = groups.info, bg = groups.info, blend = 15 },
|
||||
["@comment.note"] = { fg = groups.note, bg = groups.note, blend = 15 },
|
||||
|
||||
["TodoBgTODO"] = { bg = palette.rose },
|
||||
|
||||
--- Markup
|
||||
["@markup.strong"] = { bold = styles.bold },
|
||||
["@markup.italic"] = { italic = styles.italic },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue