We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
This my environment:
macOS sierra 10.12.1
iterm2 3.0.13 - with xterm-256color and onedark-256 itermcolor
xterm-256color
tmux 2.3 (with true color, checked with "tmux info | grep Tc"
nvim 0.1.7
Here is ~/.vimrc (the part which is related to the colors):
~/.vimrc
set t_Co=256 let g:rehash256 = 1 let g:onedark_termcolors=256 set background=dark colorscheme onedark
and in tmux I see those colors:
Outside of tmux it works.
Is this tmux issue? if so what's the specific issue?
The text was updated successfully, but these errors were encountered:
Please try the config snippet in step 1 of the README with the outer if (empty($TMUX)) check removed.
if (empty($TMUX))
Sorry, something went wrong.
Possible dupe of #73 #74 #69
(Really, this just amounts to adding set termguicolors to your vim configuration.)
set termguicolors
the config snippet don't work at all, but only set termguicolors worked great!
Thanks @joshdick
No branches or pull requests
Hi,
This my environment:
macOS sierra 10.12.1
iterm2 3.0.13 - with
xterm-256color
and onedark-256 itermcolortmux 2.3 (with true color, checked with "tmux info | grep Tc"
nvim 0.1.7
Here is
~/.vimrc
(the part which is related to the colors):and in tmux I see those colors:
Outside of tmux it works.
Is this tmux issue? if so what's the specific issue?
The text was updated successfully, but these errors were encountered: