refactor(nvim): remove some color defs in kanagawa and use default

This commit is contained in:
Price Hiller 2024-02-14 16:24:15 -06:00
parent e23a485ef7
commit 840c753d65
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -46,9 +46,6 @@ return {
WinSeparator = { fg = colors.fujiGray },
StatusLine = { fg = colors.fujiWhite, bg = colors.sumiInk0 },
WinBar = { fg = colors.fujiWhite, bg = nil },
Visual = { bg = "#1d3554" },
DiffAdd = { bg = colors.winterGreen, fg = colors.autumnGreen },
DiffDelete = { bg = colors.winterRed, fg = colors.autumnRed },
NeogitPopupSectionTitle = { fg = colors.crystalBlue },
NeogitPopupConfigEnabled = { fg = colors.springBlue, italic = true },
NeogitPopupActionkey = { fg = colors.surimiOrange },