refactor(nvim): improve highlight for NeogitCommitViewHeader
This commit is contained in:
parent
d570f6b6e2
commit
3455a85340
@ -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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user