mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: update highlights for which-key.nvim
This commit is contained in:
parent
dded5c15e9
commit
6b32a82426
1 changed files with 7 additions and 1 deletions
|
|
@ -76,6 +76,9 @@ local function set_highlights()
|
||||||
IndentBlanklineChar = { fg = palette.muted, nocombine = true },
|
IndentBlanklineChar = { fg = palette.muted, nocombine = true },
|
||||||
IndentBlanklineSpaceChar = { fg = palette.muted, nocombine = true },
|
IndentBlanklineSpaceChar = { fg = palette.muted, nocombine = true },
|
||||||
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
||||||
|
|
||||||
|
-- folke/which-key.nvim
|
||||||
|
WhichKeyFloat = { bg = groups.panel },
|
||||||
}
|
}
|
||||||
local default_highlights = {
|
local default_highlights = {
|
||||||
ColorColumn = { bg = palette.surface },
|
ColorColumn = { bg = palette.surface },
|
||||||
|
|
@ -519,10 +522,12 @@ local function set_highlights()
|
||||||
|
|
||||||
-- folke/which-key.nvim
|
-- folke/which-key.nvim
|
||||||
WhichKey = { fg = palette.iris },
|
WhichKey = { fg = palette.iris },
|
||||||
|
WhichKeyBorder = make_border(),
|
||||||
WhichKeyDesc = { fg = palette.gold },
|
WhichKeyDesc = { fg = palette.gold },
|
||||||
WhichKeyFloat = { bg = groups.panel },
|
|
||||||
WhichKeyGroup = { fg = palette.foam },
|
WhichKeyGroup = { fg = palette.foam },
|
||||||
|
WhichKeyNormal = { link = "NormalFloat" },
|
||||||
WhichKeySeparator = { fg = palette.subtle },
|
WhichKeySeparator = { fg = palette.subtle },
|
||||||
|
WhichKeyTitle = make_border(palette.foam),
|
||||||
WhichKeyValue = { fg = palette.rose },
|
WhichKeyValue = { fg = palette.rose },
|
||||||
|
|
||||||
-- lukas-reineke/indent-blankline.nvim
|
-- lukas-reineke/indent-blankline.nvim
|
||||||
|
|
@ -920,6 +925,7 @@ local function set_highlights()
|
||||||
TelescopeSelectionCaret = { fg = palette.rose },
|
TelescopeSelectionCaret = { fg = palette.rose },
|
||||||
|
|
||||||
WhichKeyFloat = { bg = "NONE" },
|
WhichKeyFloat = { bg = "NONE" },
|
||||||
|
WhichKeyNormal = { bg = "NONE" },
|
||||||
|
|
||||||
IblIndent = { fg = palette.overlay, bg = "NONE" },
|
IblIndent = { fg = palette.overlay, bg = "NONE" },
|
||||||
IblScope = { fg = palette.foam, bg = "NONE" },
|
IblScope = { fg = palette.foam, bg = "NONE" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue