-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cursor is not visible while Gruvbox light #35
Comments
Did you set these colors in Xresources or in the source code? I just activated gruvbox light colors from Xresources and I don't get this problem in neovim. Mind showing exactly what your settings/changes are? |
I just changed Xresources to gruvbox light and problem disappeared. Yet I want to use dark scheme for the terminal itself. In Vim I change color-scheme to light on daylight, dark scheme otherwise. Do I need to change Xresources for this? I don't understand how this works. I basically use |
So you want a dark terminal but a light vim? Your problem is probably that the vim colorscheme doesn't set a cursor color for each them. I guess you can add that manually if you'd like (I suppose it's possible, but I don't know about or use vim colorschemes). |
I tried xterm and urxvt and they do the same thing as st here - the cursor color stays the same across ":set bg=light/dark". The reason Alacritty behaves differently seems to be it automatically reverses cursor color, rather than use a set one. A solution would be to set the defaultbg, defaultcs etc to their their own indexes after 255 in st's config.h:
... and put this in .vimrc:
|
@terriblephrases Thank you for clarifying the problem. |
I use gruvbox in neovim. Problem appears in light version.
Expected behavior (Screenshot is from alacritty)
What is happening(Screenshot from st)
Theme is
morhetz/gruvbox
set termguicolors
is onThe text was updated successfully, but these errors were encountered: