Closed shuckster closed 4 months ago
Ah, sorry about that! Thanks for the issue. I will try highlighting the group manually (instead of linking to Visual
). I have found that when you have a linked group, you cannot just use synIDattr(hlID('PmenuSel'), 'bg#')
to get background color. Let me know if this next commit fixes the issue for you. If not, I will just revert that whole part of the change. Sorry and thanks again for the report!
PS Just out of curiosity, is there any reason you are using this method rather than hi! link CocMenuSel PmenuSel
?
I have found that when you have a linked group, you cannot just use
synIDattr(hlID('PmenuSel'), 'bg#')
to get background color.PS Just out of curiosity, is there any reason you are using this method rather than
hi! link CocMenuSel PmenuSel
?
Interesting information, thank you!
On the second point, it's just ignorance: I'm pretty new to Vim + NeoVim, and don't know all the ins-and-outs. I'll try out the above line - it's way simpler, thank you.
I'll also try your recent commit and report back.
hi! link CocMenuSel PmenuSel
This, along with your recent commit, fixed the menu-selection colour for me.
Thank you!
Glad to hear it, thanks for reporting back!
I've noticed this since the dropbar commit because I had a little hack to copy the
PmenuSel
colours toCocMenuSel
in my config:Without the above the CoC menu-selection colours are invisible.
I do notice that your theme supports CoC, so perhaps I did something wrong myself? I accept this could be an issue elsewhere in my config.
Anyway, I really like the Bamboo theme, so thank you regardless of whether or not this issue is relevant.