feat(nvim): set no bg color for FloatTitle hl
This commit is contained in:
parent
f03778aba7
commit
70ba2e1e6f
@ -123,7 +123,8 @@ require("kanagawa").setup({
|
|||||||
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 }
|
TreesitterContext = { bg = colors.sumiInk0 },
|
||||||
|
FloatTitle = { bg = "NONE" }
|
||||||
}
|
}
|
||||||
|
|
||||||
return overrides
|
return overrides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user