vim / colorschemes

colorschemes for Vim
285 stars 23 forks source link

Terminal background is off (too dark/too light) with retrobox in MacVim #248

Closed lifepillar closed 3 months ago

lifepillar commented 1 year ago

Using retrobox with MacVim r177 (Vim 9.0.1677), it appears that the background (and the foreground, too, perhaps?) are off, as in the screenshots below (the issue is more prominent with light background). Does anyone reproduce this issue? In terminals (I have tried iTerm2 with termiguicolors and Terminal.app without termguicolors) the colors are correct. On the other hand, other color schemes in MacVim do not have any issue (I have tried a few: darkblue, desert, peachpuff, sorbet, etc…: all fine), so I am a bit at loss why this is happening just with retrobox. It is not happening with Gruvbox 8 either.

retrobox-macvim-terminal-dark retrobox-macvim-terminal-light
arthur-jansen commented 3 months ago

The same issue occurs in GVim, and using :highlight link Terminal Normal fixes it. I suppose the rule Terminal -> Normal should be added to the retrobox.colortemplate file, which is present in all the other colorschemes.

habamax commented 3 months ago

Thx, fixed.