feat(nvim): set highlight for TreesitterContext

This commit is contained in:
Price Hiller 2023-03-08 14:03:04 -06:00
parent 6ae5d4dc17
commit 5581b48b7c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -122,7 +122,8 @@ require("kanagawa").setup({
SmoothCursorTrailBig2 = { fg = colors.crystalBlue }, SmoothCursorTrailBig2 = { fg = colors.crystalBlue },
SmoothCursorTrailMedium = { fg = colors.oniViolet }, SmoothCursorTrailMedium = { fg = colors.oniViolet },
SmoothCursorTrailSmall = { fg = colors.springBlue }, SmoothCursorTrailSmall = { fg = colors.springBlue },
SmoothCursorTrailXSmall = { fg = colors.waveAqua2 } SmoothCursorTrailXSmall = { fg = colors.waveAqua2 },
TreesitterContext = { bg = colors.sumiInk0 }
} }
return overrides return overrides