mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): link @float to Number
This commit is contained in:
parent
3f0c350251
commit
e8bac58a3e
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ function M.get(config)
|
|||
['@label'] = { fg = p.foam },
|
||||
['@namespace'] = { link = 'Include' },
|
||||
['@number'] = { link = 'Number' },
|
||||
['@float'] = { link = 'Number' },
|
||||
['@operator'] = { fg = p.subtle },
|
||||
['@parameter'] = { fg = p.iris, style = styles.italic },
|
||||
['@property'] = { fg = p.iris, style = styles.italic },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue