gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
805 stars 62 forks source link

dark mode cursor not visible in OSX terminal #35

Open rbong opened 5 years ago

rbong commented 5 years ago

Hi,

On OSX I have put

colorscheme gruvbox set background=dark

into the vimrc, however when using the terminal version of vim the cursor is set to a very dark colour so is not visible.

If I change to the light background I can see it as a very dark grey colour. My MacVim works fine however and in there the cursor seems to change to the colour of whatever it's currently over, or when it's not over text it's a light colour. In the terminal the cursor doesn't change colour.

Putting ':set termguicolors' in the vimrc does not help this as I saw suggested in another post.

Thanks,

Ian

:robot: This issue has been automatically copied from morhetz#274 :robot:

ghost commented 5 years ago

It seems, that this problem only occurs in some places and only under certain conditions. For me, just restarting my terminal, would bring back the cursor(in insert mode) for about 5 minutes. After that, it would again disappear. Will keep on playing with the settings and report back to you.