mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
docs(styles): update dafault syntax styles.
This commit is contained in:
parent
4db28ae644
commit
216d8b9bcc
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ require("rose-pine").setup({
|
||||||
},
|
},
|
||||||
|
|
||||||
styles = {
|
styles = {
|
||||||
|
comments = { italic = true },
|
||||||
|
functions = {},
|
||||||
|
keywords = { italic = true },
|
||||||
|
variables = {},
|
||||||
bold = true,
|
bold = true,
|
||||||
italic = true,
|
italic = true,
|
||||||
transparency = false,
|
transparency = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue