mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: update navic colours
This commit is contained in:
parent
90f8ac9c11
commit
91be5366f1
1 changed files with 12 additions and 12 deletions
|
|
@ -429,7 +429,7 @@ function M._load(options)
|
|||
local float_background = options.dim_nc_background
|
||||
and (options.disable_float_background and groups.panel_nc or groups.panel)
|
||||
or maybe.surface
|
||||
|
||||
|
||||
-- ggandor/leap.nvim
|
||||
h('LeapMatch', { link = 'MatchParen' })
|
||||
h('LeapLabelPrimary', { link = 'IncSearch' })
|
||||
|
|
@ -494,28 +494,28 @@ function M._load(options)
|
|||
h('NavicIconsModule', { fg = p.rose })
|
||||
h('NavicIconsNamespace', { fg = p.base })
|
||||
h('NavicIconsPackage', { fg = p.base })
|
||||
h('NavicIconsClass', { fg = p.gold })
|
||||
h('NavicIconsMethod', { fg = p.pine })
|
||||
h('NavicIconsClass', { fg = p.foam })
|
||||
h('NavicIconsMethod', { fg = p.iris })
|
||||
h('NavicIconsProperty', { fg = p.foam })
|
||||
h('NavicIconsField', { fg = p.foam })
|
||||
h('NavicIconsConstructor', { fg = p.gold })
|
||||
h('NavicIconsEnum', { fg = p.gold })
|
||||
h('NavicIconsInterface', { fg = p.gold })
|
||||
h('NavicIconsInterface', { fg = p.foam })
|
||||
h('NavicIconsFunction', { fg = p.pine })
|
||||
h('NavicIconsVariable', { fg = p.love })
|
||||
h('NavicIconsConstant', { fg = p.love })
|
||||
h('NavicIconsString', { fg = p.green })
|
||||
h('NavicIconsVariable', { fg = p.text })
|
||||
h('NavicIconsConstant', { fg = p.gold })
|
||||
h('NavicIconsString', { fg = p.gold })
|
||||
h('NavicIconsNumber', { fg = p.gold })
|
||||
h('NavicIconsBoolean', { fg = p.gold })
|
||||
h('NavicIconsBoolean', { fg = p.rose })
|
||||
h('NavicIconsArray', { fg = p.gold })
|
||||
h('NavicIconsObject', { fg = p.gold })
|
||||
h('NavicIconsKey', { fg = p.iris })
|
||||
h('NavicIconsKeyword', { fg = p.iris })
|
||||
h('NavicIconsNull', { fg = p.gold })
|
||||
h('NavicIconsKeyword', { fg = p.pine })
|
||||
h('NavicIconsNull', { fg = p.love })
|
||||
h('NavicIconsEnumMember', { fg = p.foam })
|
||||
h('NavicIconsStruct', { fg = p.gold })
|
||||
h('NavicIconsStruct', { fg = p.foam })
|
||||
h('NavicIconsEvent', { fg = p.gold })
|
||||
h('NavicIconsOperator', { fg = p.base })
|
||||
h('NavicIconsOperator', { fg = p.subtle })
|
||||
h('NavicIconsTypeParameter', { fg = p.foam })
|
||||
h('NavicText', { fg = p.subtle })
|
||||
h('NavicSeparator', { fg = p.subtle })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue