feat(nvim): blink menu now uses the base catppuccin color for bg

This commit is contained in:
Sergio Laín 2025-08-04 21:29:02 +02:00
parent 238d9372c6
commit 0ab50d62f5
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -10,10 +10,10 @@ return {
opts = {
custom_highlights = {
-- Blink Menu
Pmenu = { bg = darken(palette.surface0, 0.8, palette.crust) },
Pmenu = { bg = palette.base },
PmenuSel = { bg = palette.surface1, style = { "bold" } },
PmenuBar = { bg = palette.surface1 },
BlinkCmpMenuBorder = { bg = darken(palette.surface0, 0.8, palette.crust) },
BlinkCmpMenuBorder = { bg = palette.base },
-- Snacks
SnacksNotifierInfo = { fg = palette.lavender },