sainnhe / edge

Clean & Elegant Color Scheme inspired by Atom One and Material
MIT License
869 stars 56 forks source link

Use lightline/airline cofniguration with Tmuxline #4

Closed mlopezgva closed 4 years ago

mlopezgva commented 4 years ago

Hello.

I have just set up edge and it is very pleasant, well done. However, I use the lightline colors to setup the tmux colors using TmuxLine plugin to set up the tmux colorscheme. The problem is that when I setup edge, lightline is just fine, but tmux is almost absolutely black (or blank...). Luckily my setup allows me to assing an alternative to a given colorscheme, but I suppose you would want to know about this issue.

Thanks for the scheme; like I said, it's a pleasant one, and this is unusual. :-)

sainnhe commented 4 years ago

Both this color scheme and tmuxline have problems.

As for tmuxline, it doesn't support true colors for lightline, I've opened a PR to fix it but it hasn't been merged yet: #101

You can temporarily use my fork.

Because tmuxline doesn't support true colors for lightline, it will fall back to notermguicolors, but this color scheme has very weak support for notermguicolors, so you will basically see absolutely black in tmuxline.

However, this problem should be fixed in ea4a094.

mlopezgva commented 4 years ago

Oh, I understand. Thank you.