refactor(nvim): improve Visual & CursorLine bg colors

This commit is contained in:
Price Hiller 2024-03-04 16:07:09 -06:00
parent 635e9f31cc
commit cee6db9c98
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -53,6 +53,8 @@ return {
{ "Winbar", { bg = nil } },
{ "StatusLineNC", { bg = nil } },
{ "WinBarNC", { bg = nil } },
{ "Visual", { bg = colors.sumiInk5 }},
{ "CursorLine", { bg = colors.sumiInk4 }},
{ "CursorLineNr", { fg = colors.roninYellow, bg = palette.theme.ui.bg_m1 } },
{ "CursorLineFold", { fg = colors.crystalBlue, bg = palette.theme.ui.bg_m1 } },
{ "CursorLineSign", { bg = palette.theme.ui.bg_m1 } },