mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
no italic for variables and parameters
This commit is contained in:
parent
bce182d02c
commit
0e912181c0
1 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ function M._load(options)
|
|||
["@method"] = { fg = p.rose },
|
||||
["@number"] = { link = "Number" },
|
||||
["@operator"] = { link = "Operator" },
|
||||
["@parameter"] = { fg = p.iris, italic = maybe.italic },
|
||||
["@parameter"] = { fg = p.iris },
|
||||
["@preproc"] = { link = "PreProc" },
|
||||
["@property"] = { fg = p.rose, italic = maybe.italic },
|
||||
["@punctuation"] = { fg = groups.punctuation },
|
||||
|
|
@ -259,7 +259,7 @@ function M._load(options)
|
|||
["@text.danger"] = { fg = groups.error },
|
||||
["@todo"] = { link = "Todo" },
|
||||
["@type"] = { link = "Type" },
|
||||
["@variable"] = { fg = p.text, italic = maybe.italic },
|
||||
["@variable"] = { fg = p.text },
|
||||
["@variable.builtin"] = { fg = p.love },
|
||||
["@namespace"] = { link = "@include" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue