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:
Johan Restrepo 2024-03-16 14:22:28 -05:00
commit 4db28ae644
3 changed files with 23 additions and 9 deletions

View file

@ -30,6 +30,10 @@ config.options = {
},
styles = {
comments = { italic = true },
functions = {},
keywords = { italic = true },
variables = {},
bold = true,
italic = true,
transparency = false,