barbar.nvim icon indicating copy to clipboard operation
barbar.nvim copied to clipboard

Icons color disappeared

Open anuvyklack opened this issue 2 years ago • 10 comments

For Lua, markdown, python, cpp files. For vim files, color is steel there. Other files I don't check.

Current version: Screenshot from 2022-06-29 17-28-04

1.0.0 version:

Screenshot from 2022-06-29 17-28-34

anuvyklack avatar Jun 29 '22 14:06 anuvyklack

~~Out of curiosity does this occur on 0.7?~~

Edit: Can't reproduce on 0.7.2

Edit 2: I can't reproduce on 0.8.0-dev+513-g01fc5097d either

I would suggest sticking to 0.7, 0.8 nightlies have seemed unstable for a while

Iron-E avatar Jun 29 '22 14:06 Iron-E

I'm returned to NVIM v0.7.0 (default from Fedora repo), and I have this problem.

anuvyklack avatar Jul 01 '22 21:07 anuvyklack

What colorscheme are you using?

Iron-E avatar Jul 01 '22 22:07 Iron-E

Thank you for the repro!

Iron-E avatar Jul 02 '22 16:07 Iron-E

Can you try out the attached PR @anuvyklack?

Iron-E avatar Jul 02 '22 18:07 Iron-E

No. The problem is still there.

anuvyklack avatar Jul 18 '22 09:07 anuvyklack

Try running this:

nvim --clean
     --cmd 'set rtp+=~/.local/share/nvim/site/pack/packer/start/barbar.nvim'
     --cmd 'set rtp+=~/.local/share/nvim/site/pack/packer/start/nvim-web-devicons'
     --cmd 'lua require"bufferline".setup {}'
     foo.rs foo.lua

If you can get the icon colors to disappear from within that --clean environment (you might have to change the rtp paths) it will help narrow where the issue is.

Edit: If necessary, you can put your barbar.nvim config within the setup {} function (e.g. require"bufferline".setup {animation = false})

Iron-E avatar Jul 18 '22 15:07 Iron-E

Oops. I forgot to reopen this after you reported it still happening

Iron-E avatar Jul 22 '22 17:07 Iron-E

Does #282 fix the issue?

Iron-E avatar Aug 29 '22 17:08 Iron-E

I will assume #282 fixed it :)

Iron-E avatar Oct 06 '22 20:10 Iron-E