feat(nvim): add highlight for neogit unmerged

This commit is contained in:
Price Hiller 2023-07-27 22:43:36 -05:00
parent 09fba08405
commit 2ee3fde793
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -40,6 +40,7 @@ require("kanagawa").setup({
NeogitHunkHeader = { fg = colors.crystalBlue, bg = colors.sumiInk2 },
NeogitHunkHeaderHighlight = { fg = colors.roninYellow, bg = colors.sumiInk1 },
NeogitBranch = { fg = colors.autumnYellow, bold = true },
NeogitUnmergedInto = { fg = colors.roninYellow, bold = true },
NeogitRemote = { fg = colors.carpYellow, bold = true },
NeogitDiffContext = { bg = colors.sumiInk3 },
NeogitDiffContextHighlight = { bg = colors.sumiInk4 },