mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): make text.strong always bold
This commit is contained in:
parent
e896ae7a36
commit
512c297fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ function M.get(config)
|
|||
['@tag.attribute'] = { link = '@property' },
|
||||
['@tag.delimiter'] = { fg = p.subtle },
|
||||
['@text'] = { fg = p.text },
|
||||
['@text.strong'] = { bold = true },
|
||||
['@text.strong'] = { style = 'bold', bold = true },
|
||||
['@text.emphasis'] = { italic = true },
|
||||
['@text.underline'] = { underline = true },
|
||||
['@text.strike'] = { strikethrough = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue