Skip to content
New issue

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

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

Already on GitHub? # to your account

Complete menu colours in terminal look odd #14

Closed
schivmeister opened this issue May 6, 2013 · 4 comments
Closed

Complete menu colours in terminal look odd #14

schivmeister opened this issue May 6, 2013 · 4 comments

Comments

@schivmeister
Copy link

Everything looks perfect with this scheme by default, except for the colouring of popups. Here it looks like the colours are inverted. If this is not intentional, then simply use the same colours as the statusline:

--- a/colors/molokai.vim                                                        
+++ b/colors/molokai.vim                                                        
@@ -176,8 +176,8 @@ if &t_Co > 255                                              
    hi Operator        ctermfg=161                                              

    " complete menu                                                             
-   hi Pmenu           ctermfg=81  ctermbg=16                                   
-   hi PmenuSel                    ctermbg=244                                  
+   hi Pmenu           ctermfg=253 ctermbg=238                                  
+   hi PmenuSel        ctermfg=81  ctermbg=16                                   
    hi PmenuSbar                   ctermbg=232                                  
    hi PmenuThumb      ctermfg=81
@tomasr
Copy link
Owner

tomasr commented Jun 17, 2013

Could you share a screenshot of how each of the two versions look for you? I don't use the terminal version much myself, and don't have a test environment handy at the moment....

@schivmeister
Copy link
Author

Sure, I should've done that while reporting this. Here it is:

molokai_cterm

@tomasr
Copy link
Owner

tomasr commented Jun 18, 2013

Wouldn't it make more sense to just change the selected foreground color, rather than invert the entire color selection?

@schivmeister
Copy link
Author

Yes, anything like that would work, as long as the contrast is there. The proposed scheme just fits better IMO, consistent with for e.g. the statusline.

I just had the chance to check the GVim colours and there the text is white, so it looks OK. So maybe if you want to keep both GUI and CLI colours in sync then just changing foreground would be fine.

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

No branches or pull requests

2 participants