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

I can't change the color of the buffers #61

Closed
Cris-lml007 opened this issue Jun 5, 2021 · 4 comments
Closed

I can't change the color of the buffers #61

Cris-lml007 opened this issue Jun 5, 2021 · 4 comments

Comments

@Cris-lml007
Copy link

I cannot change the color of the buffers, and I have already tried several things to change it but nothing that I achieve, only when I put the function that is in the plugin documentation the active buffer turns purple, I tried to change the values ​​of the Colors but does not affect anything, please help.

@alexzanderr
Copy link

same here!

image

in my .vimrc:

function! g:BuffetSetCustomColors()
  hi! BuffetCurrentBuffer ctermbg=235 ctermfg=193
  hi! BuffetActiveBuffer ctermbg=235 ctermfg=193
  hi! BuffetTab ctermbg=235 ctermfg=193
endfunction

and these colors are definitely not like those in the photo.

and ofc, function is loaded before the plugin.

@Cris-lml007
Copy link
Author

After doing several tests I came to the conclusion that it is due to the terminal format or in other words, that those colors do not influence the terminals but rather the graphic mode of vim or also called gvim.

@qaqcxh
Copy link

qaqcxh commented Jan 2, 2022

There exists some bugs in this plugin when handling terminal vim, see #63

@Cris-lml007
Copy link
Author

I just fixed the error in the colors, it should be added to the .vimrc :
set termguicolors

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

3 participants