You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the example configuration I've added the termguicolors settings which could be one reason why the color is not rendered correctly. This is because the *_term attributes make use of the colors that are provided by the terminal color scheme, e.g. Alacritty in your case. The *_gui variables on the other side are used when Vim runs in GUI mode. So in order to run Vim in a terminal but use colors like in GUI mode the termguicolors variable must be set and your terminal emulator must support “true colors“ (24bit). This could fix the comment color not being brightened (see nordtheme/nord#94 for details) and the missing selection color.
I also remember that Alacritty uses custom terminfo definitions which might be necessary to set up properly.
@glyh Have you been able to solve the problem? If yes it would be nice if you could summarize your solution to help others who are facing the same problem.
screenshot
vim-plug's snapshot output
neovim version
minimal init.vim to reproduce the problem:
The text was updated successfully, but these errors were encountered: