mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: update variable highlights (#226)
This commit is contained in:
parent
8514c638bc
commit
0b77ef0e7b
1 changed files with 2 additions and 2 deletions
|
|
@ -267,7 +267,7 @@ local function set_highlights()
|
|||
|
||||
--- Identifiers
|
||||
["@variable"] = { fg = palette.text, italic = styles.italic },
|
||||
["@variable.builtin"] = { fg = palette.text, bold = styles.bold },
|
||||
["@variable.builtin"] = { fg = palette.love, bold = styles.bold },
|
||||
["@variable.parameter"] = { fg = palette.iris, italic = styles.italic },
|
||||
["@variable.member"] = { fg = palette.foam },
|
||||
|
||||
|
|
@ -395,7 +395,7 @@ local function set_highlights()
|
|||
["@lsp.type.namespace"] = { link = "@namespace" },
|
||||
["@lsp.type.parameter"] = { link = "@parameter" },
|
||||
["@lsp.type.property"] = { link = "@property" },
|
||||
["@lsp.type.variable"] = {},
|
||||
["@lsp.type.variable"] = { link = "@variable" },
|
||||
["@lsp.typemod.function.defaultLibrary"] = { link = "@function.builtin" },
|
||||
["@lsp.typemod.operator.injected"] = { link = "@operator" },
|
||||
["@lsp.typemod.string.injected"] = { link = "@string" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue