Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coc.nvim suggestion menu current selection is not visible #70

Open
luciandf opened this issue Nov 21, 2021 · 1 comment
Open

coc.nvim suggestion menu current selection is not visible #70

luciandf opened this issue Nov 21, 2021 · 1 comment

Comments

@luciandf
Copy link

when I write some text and coc presents the list of suggestions I cannot see which I select. See an example in the screen shot:

image

What do i have to modify to see the selection like it is the case with a different theme (e.g. seoul256)

image

These are the relevant lines in the .vimrc

set termguicolors                                                                                                                                                                    
set background=dark                                                                                                                                                                  
let g:ayucolor="mirage"                                                                                                                                                              
set t_Co=256                                                                                                                                                                         
colorscheme ayu                                                                                                                                                                                                                                                                                                        
"colorscheme seoul256                                                                                                                                                                 
@mkayyash
Copy link

mkayyash commented Sep 1, 2022

Add these:

highlight! link CocPumMenu Pmenu
highlight! link CocMenuSel PmenuSel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants