refactor(nvim): set new highlight for diffvew file history

This commit is contained in:
Price Hiller 2023-04-05 15:58:46 -05:00
parent 638032941a
commit 228decdd75
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -124,7 +124,8 @@ require("kanagawa").setup({
SmoothCursorTrailSmall = { fg = colors.springBlue },
SmoothCursorTrailXSmall = { fg = colors.waveAqua2 },
TreesitterContext = { bg = colors.sumiInk0 },
FloatTitle = { bg = "NONE" }
FloatTitle = { bg = "NONE" },
DiffviewFilePanelTitle = { fg = colors.crystalBlue }
}
return overrides