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

setting background doesn't work #17

Open
yukunfeng opened this issue Jun 16, 2018 · 1 comment
Open

setting background doesn't work #17

yukunfeng opened this issue Jun 16, 2018 · 1 comment

Comments

@yukunfeng
Copy link

Hello, thanks for this nice color scheme. Now I'm using iterm2 and already used NeoDark.itermcolors. The colors in my terminal are nice. But in vim, the background color is always like Vim (256 color), third picture in README.md. And I cannot change this color to default dark color though I tried some combinations of given commands in README.md.

@yukunfeng
Copy link
Author

I've got dark background color. I tried some codes to support true color in my vimrc. The codes are from here:

if (empty($TMUX))                                                                                     
  if (has("nvim"))                                                                                    
  let $NVIM_TUI_ENABLE_TRUE_COLOR=1                                                                   
  endif                                                                                               
  if (has("termguicolors"))                                                                           
    set termguicolors                                                                                 
  endif                                                                                               
endif 

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

1 participant