refactor(nvim): link WinBar hl to StatusLine

This commit is contained in:
Price Hiller 2024-03-13 21:23:10 -05:00
parent 9c79f8ea09
commit 4e406baa08
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -50,7 +50,6 @@ return {
{ "NvimNotifyInfo", { fg = colors.springGreen } },
{ "NvimNotifyDebug", { fg = colors.crystalBlue } },
{ "NvimNotifyTrace", { fg = colors.oniViolet } },
{ "Winbar", { bg = nil } },
{ "StatusLineNC", { bg = nil } },
{ "WinBarNC", { bg = nil } },
{ "Visual", { bg = colors.sumiInk5 }},
@ -65,7 +64,7 @@ return {
{ "LightBulbSign", { fg = colors.crystalBlue, bg = palette.theme.ui.bg_m1 } },
{ "WinSeparator", { fg = colors.fujiGray } },
{ "StatusLine", { fg = colors.fujiWhite, bg = colors.sumiInk0 } },
{ "WinBar", { fg = colors.fujiWhite, bg = nil } },
{ "WinBar", { link = "StatusLine" } },
{ "NeogitPopupSectionTitle", { fg = colors.crystalBlue } },
{ "NeogitPopupConfigEnabled", { fg = colors.springBlue, italic = true } },
{ "NeogitPopupActionkey", { fg = colors.surimiOrange } },