mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: incorrect color reference
This commit is contained in:
parent
3f992c5c80
commit
7c9c2b9e8b
1 changed files with 9 additions and 9 deletions
|
|
@ -530,15 +530,15 @@ local function set_highlights()
|
||||||
WhichKeyFloat = { bg = groups.panel },
|
WhichKeyFloat = { bg = groups.panel },
|
||||||
WhichKeyGroup = { fg = palette.foam },
|
WhichKeyGroup = { fg = palette.foam },
|
||||||
WhichKeyIcon = { link = "Normal" },
|
WhichKeyIcon = { link = "Normal" },
|
||||||
WhichKeyIconAzure = { fg = "pine" },
|
WhichKeyIconAzure = { fg = palette.pine },
|
||||||
WhichKeyIconBlue = { fg = "pine" },
|
WhichKeyIconBlue = { fg = palette.pine },
|
||||||
WhichKeyIconCyan = { fg = "foam" },
|
WhichKeyIconCyan = { fg = palette.foam },
|
||||||
WhichKeyIconGreen = { fg = "leaf" },
|
WhichKeyIconGreen = { fg = palette.leaf },
|
||||||
WhichKeyIconGrey = { fg = "subtle" },
|
WhichKeyIconGrey = { fg = palette.subtle },
|
||||||
WhichKeyIconOrange = { fg = "rose" },
|
WhichKeyIconOrange = { fg = palette.rose },
|
||||||
WhichKeyIconPurple = { fg = "iris" },
|
WhichKeyIconPurple = { fg = palette.iris },
|
||||||
WhichKeyIconRed = { fg = "love" },
|
WhichKeyIconRed = { fg = palette.love },
|
||||||
WhichKeyIconYellow = { fg = "gold" },
|
WhichKeyIconYellow = { fg = palette.gold },
|
||||||
WhichKeyNormal = { link = "NormalFloat" },
|
WhichKeyNormal = { link = "NormalFloat" },
|
||||||
WhichKeySeparator = { fg = palette.subtle },
|
WhichKeySeparator = { fg = palette.subtle },
|
||||||
WhichKeyTitle = make_border(palette.foam),
|
WhichKeyTitle = make_border(palette.foam),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue