-
Notifications
You must be signed in to change notification settings - Fork 24
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
Strange background showing #63
Comments
I found a workaround: just add "set termguicolors" to your .vimrc |
I solved this problem finaly, you should replace "if has("gui") || has(”termguicolors)" to "if has("gui_running")" in buffet.vim and then modify some ctermfg or ctermbg to a name. Here is the patch:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to achive the same looks as in screenshot of README and I say I only got something partial. Here is the actual screenshot
The green background throughout the tabline spoiled the looks. and also notice buffer are separating ini weird way (with black background and white seperator)
The text was updated successfully, but these errors were encountered: