feat(nvim): set highlights for headlines.nvim

This commit is contained in:
Price Hiller 2023-04-05 21:39:41 -05:00
parent 36256444d2
commit 21b1849b9b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -125,7 +125,9 @@ require("kanagawa").setup({
SmoothCursorTrailXSmall = { fg = colors.waveAqua2 },
TreesitterContext = { bg = colors.sumiInk0 },
FloatTitle = { bg = "NONE" },
DiffviewFilePanelTitle = { fg = colors.crystalBlue }
DiffviewFilePanelTitle = { fg = colors.crystalBlue },
Headline = { bg = colors.sumiInk2 },
HeadlineReversed = { bg = colors.sumiInk1 }
}
return overrides