gruvbox-community / gruvbox

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

Cursor over highlight off in Vimr #121

Closed bronzehedwick closed 5 years ago

bronzehedwick commented 5 years ago

NOTE: Maybe this should go in the Vimr issue queue? But see below.

When your cursor is over highlighted text in Vimr, only a slight outline of the letter below is visible. gruvbox-highlight-1

This does not happen in the terminal, or in the other GUI I tested, neovim-qt.

However, it does not happen in Vimr in other themes. Example below of Oceanic Next and the default theme. oceanic-next-highlight Screen Shot 2019-09-13 at 1 53 44 PM

rbong commented 5 years ago

If this happens in Vimr and not other environments then it's a Vimr issue. Gruvbox might have certain highlight groups that cause this but Vimr should handle it like other environments. Since Vimr is a custom GUI and other environments aren't mentioned in this issue, I'm heavily inclined to believe that this is a problem with Vimr's highlight rendering and has little to do with Gruvbox.

Vimr will probably need you to describe what highlight group rules are causing the issue. You should check the following highlight groups:

:hi Search
:hi Cursor

You can also use this command to check any other highlight groups under the cursor.

Please feel free to reopen if I'm wrong and the problem is with Gruvbox.

bronzehedwick commented 5 years ago

Thanks! I'll open an issue in the Vimr project.