feat(nvim): set no bg color for FloatTitle hl

This commit is contained in:
Price Hiller 2023-03-30 13:57:36 -05:00
parent f03778aba7
commit 70ba2e1e6f
No known key found for this signature in database

View File

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