-
Notifications
You must be signed in to change notification settings - Fork 164
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
Effects of 'solarized_termtrans=1' #125
Comments
The auto-color selecting feature is very basic when using terminal colors. It's probably best to define your own indent guide colors:
|
Thanks, @nathanaelkane. However, that was my point. In my experience, with |
That's expected if you're using a custom iTerm theme, which I believe you are. If you are, then you only have 16 colors to choose from and the custom iTerm theme has overridden those 16 colors. NeoVim supports truecolor, so maybe try to find an alternative version of your colorscheme that sets the |
Thanks again. I'm using iTerm2's built-in Solarized Dark theme. With NeoVim, I'm using solarized8, which seems to imply the above requirements are fulfilled. |
In order to get iTerm2 + tmux + neovim w/ solarized to render "correctly", I'm setting
g:solarized_termtrans = 1
. This is having the effect causing any color choices in vim-indent-guides to render the same, regardless of color selected.Below is how it renders for me with default settings, but I've experimented with
guibg
andctermbg
. Perhaps this is expected behavior, but I haven't found a fix.The text was updated successfully, but these errors were encountered: