refactor(nvim): link WinBar
hl to StatusLine
This commit is contained in:
parent
9c79f8ea09
commit
4e406baa08
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user