bluz71 / nvim-linefly

A simple Lua statusline for Neovim
MIT License
79 stars 2 forks source link

gruvbox theme linefly inconsistent colors #13

Closed qbnil closed 3 weeks ago

qbnil commented 4 weeks ago

image the blue color appeared out of nowhere..

bluz71 commented 4 weeks ago

Which exact gruvbox theme? Please provide link to the gruvbox you are using thanks.

qbnil commented 4 weeks ago

https://github.com/ellisonleao/gruvbox.nvim - the original one

bluz71 commented 4 weeks ago

Hmmm, it appears to work for me:

gruvbox

bluz71 commented 4 weeks ago

The above screenshot is GNOME Terminal. Alacritty also works for me.

Can you experiment with a different font AND a different terminal.

Are you using Neovim 0.10? That's what I am using.

qbnil commented 4 weeks ago

yep, just making it clear: i use kitty on arch with Neovim v0.10.0

bluz71 commented 4 weeks ago

Can you test on another terminal such as Alacritty.

Also change to a different NERDFont, maybe update to the very latest NERDFont, or alternatively downgrade to an older font.

Try different combinations and see what happens. You are going to have to test since at the moment I can’t repeat your issue.

bluz71 commented 3 weeks ago

Hello @qbnil,

I installed kitty (on Linux) and was unable to repeat this issue.

It definitely looks to be a file icon issue where the icon itself weirdly is taking up two characters, the file icon (Lua icon) and an erroneous extra space (both blue). I can not explain this.

Honestly speaking, I suspect you have an interaction action issue between your kitty configuration, nerd-font and Neovim web-devicons.

There is no way I can debug this remotely.

My recommendations to you:

I do not believe there is an underlying bug in this linefly plugin otherwise I would have seen more bug reports like yours.

For now I am closing this down; if you provide a series of steps (including a minimal Neovim configuration file) that can reproduce the issue I will re-open.

Best of luck debugging since there is nothing I can do to fix this for you, you will have to get your hands dirty with some of the recommendations I have provided.

Cheers.

qbnil commented 3 weeks ago

Alr, i gotcha, thx