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
No known key found for this signature in database

View File

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