Open themightyoarfish opened 4 years ago
Turns out this is stated in the readme … https://github.com/lifepillar/vim-solarized8#troubleshooting Sorry for the spam.
Hate to revisit this, but after some time, the same remote machine with the above settings and versions again exhibits this problem:
What troubleshooting can I do here?
Not sure. What if you uncomment the following lines in your tmux conf?
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
Shouldn't the terminal be the same in those two lines?
Also, is termguicolors
set? Do you get correct (approximate, of course) colors if you :set notermguicolors
?
These are some ideas off the top of my head. This is not an issue with the color scheme, but with the environment. You may get better help from Vim users's list.
With the above configuration and these tmux settings:
There is no syntax highlighting with this vimrc:
I have verified with this awk script that I get a smooth gradient outside of vim.
I had to add the lines
to the position marked above. Then it works.