mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add @variable.global
This commit is contained in:
parent
1719511253
commit
54f27732c3
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ function M.get(config)
|
|||
['@type'] = { link = 'Type' },
|
||||
['@variable'] = { fg = p.text, style = styles.italic },
|
||||
['@variable.builtin'] = { fg = p.love },
|
||||
['@variable.global'] = { fg = p.love },
|
||||
|
||||
-- vim.lsp.buf.document_highlight()
|
||||
LspReferenceText = { bg = p.highlight_med },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue