Created
February 8, 2018 14:37
-
-
Save bbtdev/484ea526b832c4c4090e5a9995df18e2 to your computer and use it in GitHub Desktop.
tmux color fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I build the tmux from Github (Version 2.4), the problem still didn't solve. | |
Put the following config in .vimrc seems fixed the problem in my case. | |
set background=dark | |
set t_Co=256 | |
Both the color scheme and font are normal(still don't know why). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment