-
Notifications
You must be signed in to change notification settings - Fork 349
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
Themes won't work when using Tmux in terminal #220
Comments
So what about that? |
t_Co=256 |
does it work with any other theme? What about the graphical version (gvim)? Does (un-)setting termguicolors make any difference? |
I have tried most of the themes and all of them had the problem. Setting or unsetting the termguicolors makes no difference. I don't have gvim installed. |
Remove tmux.conf
I don't think this is a vim-airline issue. |
I made the file .tmux.conf in my home directory and pasted those two lines in the file. But the problem still persists. |
It does not reappear. |
As you mentioned it was tmux's problem. I reinstalled tmux and the problem solved. Thanks a lot. |
environment
vim: 8.2.1119
vim-airline: 0.11
colorscheme: no colorscheme
OS: Linux debian 4.19.0-9-amd64 screenshots #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
Have you reproduced with a minimal vimrc: ?yes
What is your airline configuration: let g:airline_powerline_fonts = 1
let g:airline_theme='powerlineish'
if you are using terminal:
if you are using Neovim:
actual behavior
Themes won't work when using Tmux in terminal
expected behavior
Themes should work weather Tmux is running or not
screen shot (if possible)
The text was updated successfully, but these errors were encountered: