refactor(nvim): remove some color defs in kanagawa and use default
This commit is contained in:
parent
e23a485ef7
commit
840c753d65
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user