Change color for suggestion popup #3999
-
Is there any way to change the color on popup suggestion windows? It's very hard for me to see the content |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
h coc-completion |
Beta Was this translation helpful? Give feedback.
-
Upgrade your coc.nvim to latest release version. |
Beta Was this translation helpful? Give feedback.
-
Improved the default color on latest release branch of coc.nvim. |
Beta Was this translation helpful? Give feedback.
-
Should be fixed on 28b7a59 |
Beta Was this translation helpful? Give feedback.
-
The issue seems to be back, to fix it on my end, I've added the following to my configuration: au ColorScheme * hi! link CocMenuSel PmenuSel
au ColorScheme * hi! link CocPumMenu Pmenu
au ColorScheme * hi! link CocPumVirtualText Comment I've also opened this PR on the theme I use: projekt0n/github-nvim-theme#208 |
Beta Was this translation helpful? Give feedback.
-
I've recently ran Currently using material.nvim as my nvim theme. |
Beta Was this translation helpful? Give feedback.
Should be fixed on 28b7a59