catppuccin / nvim

🍨 Soothing pastel theme for (Neo)vim
MIT License
5.59k stars 252 forks source link

git diffs blend in the background in lualine #15

Closed ashincoder closed 3 years ago

ashincoder commented 3 years ago

Hi @Pocco81 . I absolutely love this theme. But one thing that concerned me was after editing a file there would be some diffs right. So the count of the diffs are blended to background in lualine. Here is the screenshot: 2021-08-28-171202_510x85_scrot

ashincoder commented 3 years ago

and also could u make the todo comments more bold. It would be a nice touch.. :smile:

pocco81 commented 3 years ago

If you want pretty TODO comments then I'd recommend ya todo-comments.nvim . They looks very cool:

image

ashincoder commented 3 years ago

That's enough. I just want the todo comments bolder. That's it thank you.

pocco81 commented 3 years ago

Wait so you don't want the diffs in lualine to be more visible? I think I'm still gonna do this...

ashincoder commented 3 years ago

I want it visible. But it's too blended in the lualine.

ashincoder commented 3 years ago

I can't see it properly

pocco81 commented 3 years ago

Looking good now:

image

ashincoder commented 3 years ago

yes it does :+1:

pocco81 commented 3 years ago

This issue made realize that I was handling diffs and git stuff differently although they both reflect the same thing: changes in a file. So I ended up refactoring that part and this is how it looks with various integrations enabled (the things in the red boxes):

image

I still need to update the doc before this gets to main tho.

pocco81 commented 3 years ago

Ok it's all merged. Enjoy :+1: