refactor(nvim): improve blink appearance
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s

This commit is contained in:
Price Hiller 2024-12-22 17:41:02 -06:00
parent 29cd1e771b
commit 93b6ecdd50
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 2 additions and 2 deletions

View File

@ -161,6 +161,7 @@ return {
---@diagnostic disable-next-line: missing-fields
menu = {
winblend = 50,
draw = {
padding = 0,
columns = {

View File

@ -46,8 +46,8 @@ return {
-- Built-ins
{ "StatusLineNC", { bg = nil } },
{ "menuSel", { bg = colors.sumiInk0, fg = "NONE" } },
{ "Pmenu", { fg = colors.fujiWhite, bg = colors.sumiInk2 } },
{ "PmenuSel", get_hl("PmenuSel", { blend = 25 }) },
{ "WinBarNC", { bg = nil } },
{ "Visual", { bg = colors.sumiInk5 } },
{ "CursorLine", { bg = colors.sumiInk4 } },
@ -108,7 +108,6 @@ return {
{ "NeogitNotificationError", { fg = colors.samuraiRed, bold = true } },
-- Cmp
{ "CmpGhostText", { fg = colors.boatYellow1, italic = true } },
{ "BlinkCmpAbbrDeprecated", { fg = colors.fujiGray, bg = "NONE" } },
{ "BlinkCmpAbbrMatch", { fg = colors.crystalBlue, bg = "NONE" } },
{ "BlinkCmpAbbrMatchFuzzy", { fg = colors.crystalBlue, bg = "NONE" } },