edkolev / tmuxline.vim

Simple tmux statusline generator with support for powerline symbols and statusline / airline / lightline integration
MIT License
1.6k stars 90 forks source link

Add termguicolors support for airline #93

Closed electronicegg closed 5 years ago

electronicegg commented 6 years ago

tmuxline only gets cterm values even if termguicolors is set. The update checks if termguicolors is set and then creates a theme dictionary with true color entries from the airline theme. Else, the previous implementation for the theme dictionary is used.

martinisoft commented 5 years ago

This PR helps resolve an issue when you have airline configured and the wrong colors are sent to tmux which breaks it.

edkolev commented 5 years ago

Thanks, looks good, and sorry for the delay!

martinisoft commented 5 years ago

Thanks, looks good, and sorry for the delay!

No worries, thank you for keeping up with this ❤️ it helps make my tmux pretty quick and responsive.