mirror of
https://github.com/gbprod/nord.nvim.git
synced 2026-08-24 02:34:16 -05:00
Feat: Adds Icons Color for Purple and grey (changes orange to orange, was yellow) (#103)
This commit is contained in:
@@ -9,6 +9,9 @@ function ui.highlights()
|
||||
WhichKeyGroup = { fg = c.frost.artic_water },
|
||||
WhichKeyDesc = { fg = c.snow_storm.origin },
|
||||
WhichKeyFloat = { bg = c.polar_night.bright },
|
||||
WhichKeyIconOrange = { fg = c.aurora.orange },
|
||||
WhichKeyIconPurple = { fg = c.aurora.purple },
|
||||
WhichKeyIconGrey = { fg = c.polar_night.brightest },
|
||||
|
||||
-- SmiteshP/nvim-navic
|
||||
NavicIconsFile = { link = "@include" },
|
||||
|
||||
Reference in New Issue
Block a user