refactor(nvim): improve highlight for NeogitCommitViewHeader

This commit is contained in:
Price Hiller 2023-04-24 14:54:02 -05:00
parent d570f6b6e2
commit 3455a85340
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -30,7 +30,7 @@ require("kanagawa").setup({
NeogitDiffContextHighlight = { link = "CursorLine" }, NeogitDiffContextHighlight = { link = "CursorLine" },
NeogitDiffDelete = { bg = colors.winterRed, fg = colors.autumnRed }, NeogitDiffDelete = { bg = colors.winterRed, fg = colors.autumnRed },
NeogitDiffAdd = { bg = colors.winterGreen, fg = colors.autumnGreen }, NeogitDiffAdd = { bg = colors.winterGreen, fg = colors.autumnGreen },
NeogitCommitViewHeader = { fg = colors.winterYellow, bg = colors.autumnYellow }, NeogitCommitViewHeader = { fg = colors.autumnGreen, bg = colors.sumiInk0 },
menuSel = { bg = colors.sumiInk0, fg = "NONE" }, menuSel = { bg = colors.sumiInk0, fg = "NONE" },
Pmenu = { fg = colors.fujiWhite, bg = colors.sumiInk2 }, Pmenu = { fg = colors.fujiWhite, bg = colors.sumiInk2 },
CmpItemAbbrDeprecated = { fg = colors.fujiGray, bg = "NONE" }, CmpItemAbbrDeprecated = { fg = colors.fujiGray, bg = "NONE" },