You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to tune the appearance of the float by adjusting the NormalFloat highlight group (which works for other cases, like nvim-cmp floats). How about introducing a new highlight group DapUINormalFloat, or using the NormalFloat group directly, so that the float background/text can be adjusted independently from the Normal group?
The default setting for a potential new DapUINormalFloat could be to link it to the Normal group, thus not changing the current behaviour.
The text was updated successfully, but these errors were encountered:
My goal is to set the float highlights in some way, for when I call
eval()
.Currently, it looks to me like a new float uses the
Normal
highlight group - always. Am I misreading this?nvim-dap-ui/lua/dapui/windows/float.lua
Line 102 in 120cb68
I wasn't able to tune the appearance of the float by adjusting the
NormalFloat
highlight group (which works for other cases, likenvim-cmp
floats). How about introducing a new highlight groupDapUINormalFloat
, or using theNormalFloat
group directly, so that the float background/text can be adjusted independently from theNormal
group?The default setting for a potential new
DapUINormalFloat
could be to link it to theNormal
group, thus not changing the current behaviour.The text was updated successfully, but these errors were encountered: