Feat: Adds Icons Color for Purple and grey (changes orange to orange, was yellow) (#103)

This commit is contained in:
Smeagol
2025-10-15 16:27:07 +02:00
committed by GitHub
parent 32f6ca0d68
commit 07647ad23e
+3
View File
@@ -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" },