mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: reduce background opacity for special comments
This commit is contained in:
parent
0ca4bfbc6f
commit
3d71ab02f2
1 changed files with 4 additions and 4 deletions
|
|
@ -351,10 +351,10 @@ local function set_highlights()
|
|||
|
||||
["@comment.error"] = { fg = groups.error },
|
||||
["@comment.warning"] = { fg = groups.warn },
|
||||
["@comment.todo"] = { fg = groups.todo, bg = groups.todo, blend = 20 },
|
||||
["@comment.hint"] = { fg = groups.hint, bg = groups.hint, blend = 20 },
|
||||
["@comment.info"] = { fg = groups.info, bg = groups.info, blend = 20 },
|
||||
["@comment.note"] = { fg = groups.note, bg = groups.note, blend = 20 },
|
||||
["@comment.todo"] = { fg = groups.todo, bg = groups.todo, blend = 15 },
|
||||
["@comment.hint"] = { fg = groups.hint, bg = groups.hint, blend = 15 },
|
||||
["@comment.info"] = { fg = groups.info, bg = groups.info, blend = 15 },
|
||||
["@comment.note"] = { fg = groups.note, bg = groups.note, blend = 15 },
|
||||
|
||||
--- Markup
|
||||
["@markup.strong"] = { bold = styles.bold },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue