-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[CRITICAL] Won't work with latest Vim build or any future builds in gnome-terminal #214
Comments
Same problem with neovim v.0.4.3, KDE Konsole (20.04.0) and Manjaro 20.0 |
Same problem with Fedora 32 , both gnome-terminal and Kitty, when I run :terminal in side VIM |
@lifecrisis and @roccr I guess the problems is VIM tries to read 256-color , instead of 16, when opening a :terminal. Use 256 colors with 'let g:solarized_termcolors=256' Examples to force using 16 colors could be,
I am not really sure how above examples can affect other apps(Please tell me pros and cons, if you have any!!) |
On Sun, 2020-05-10 at 02:49 -0700, rysktky wrote:
set t_Co=16
This was the only part of your suggestion that helped me. It seems that
setting this value explicitly to 16 will fix the display of colors. It
could be slightly off, but the difference is not immediately obvious.
export TERM=xterm-16color
I can't recommend this for anyone. Your terminal is what it is, and
setting this variable to something else will "lie" to applications about
their environment.
|
same here with linuxmint .. Help! |
@tz4678 , have you set the color palette of your terminal emulator to Solarized palette? |
it worked for me.. all you have to do is
make sure, your terminal theme is set to solarized |
|
Greetings:
I want to draw special attention to an issue that has been raised in the Vim project with regards to terminal color schemes in general. I also want to note that this directly affects the compatibility of this plugin with Vim.
As of Vim
v8.1.1146
, the Solarized color scheme is no longer functional ingnome-terminal
. I feel that this is critical, as it means that many users will need to move to a new color scheme if nothing is done to fix the problem. See vim/vim#5574.My set up is as follows:
v8.1.1146
)gnome-terminal
with the Solarized dark color paletteA screenshot of this configuration follows:
As you can see, the terminal window is barely usable, and the current line number (note that
number
andrelativenumber
are set) doesn't look as it should. See below for a screenshot of the expected appearance (before Vim patch 8.1.1146).I have used Solarized for many years in gnome-terminal without issues. It's wonderful on the eyes! I really hope that this issue can be resolved and that the plugin can be restored to proper functioning with the latest Vim build.
Thanks in advance for any help! Also, thank you for such a valuable addition to the Vim plugin ecosystem.
Best,
Jason
The text was updated successfully, but these errors were encountered: