mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(syntax)!: add additional syntax styles.
Introduce new styles options in order to be able to customize a bit more the rose pine colorscheme syntax and not depend exclusively on italic and bold style options. A new utility function was added in order to add a custom hl property style for custom syntax styles.
This commit is contained in:
parent
c52167563e
commit
4db28ae644
3 changed files with 23 additions and 9 deletions
|
|
@ -30,6 +30,10 @@ config.options = {
|
|||
},
|
||||
|
||||
styles = {
|
||||
comments = { italic = true },
|
||||
functions = {},
|
||||
keywords = { italic = true },
|
||||
variables = {},
|
||||
bold = true,
|
||||
italic = true,
|
||||
transparency = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue