Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Buffers" in top bar is grey #250

Open
diego898 opened this issue Aug 5, 2018 · 2 comments
Open

"Buffers" in top bar is grey #250

diego898 opened this issue Aug 5, 2018 · 2 comments

Comments

@diego898
Copy link

diego898 commented Aug 5, 2018

In the screenshot the "buffers' on the top right appears orange, but for me its always grey

@diego898
Copy link
Author

just bumping in case anyone else knows how to change

@rbong
Copy link

rbong commented May 30, 2019

Turns out, this is an airline issue.

As of this commit, airline no longer uses airline_tabtype to set the tab color.

Currently, it uses the tablabel highlight groups to style the element.

Probably, airline should return to using the tabtype highlight group. For now, you can use this workaround depending on if you show your tab type on the left or right:

" right
autocmd VimEnter * hi! link airline_tablabel_right airline_tabtype
" left
autocmd VimEnter * hi! link airline_tablabel airline_tabtype

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants