atelierbram / Base2Tone-vim

Base2Tone - duotone - Themes for Vim
MIT License
124 stars 5 forks source link

Base2Tone_MorningLight has yellow background #9

Open seasonedfish opened 2 years ago

seasonedfish commented 2 years ago

When I use Base2Tone_MorningLight, I get a yellow background.

Screen Shot 2021-11-20 at 12 44 04 PM

Vim version: https://pastebin.com/raw/W3MUDi79 iTerm2 version: 3.4.12

atelierbram commented 2 years ago

@tactlessfish Thanks for the feedback. I can confirm this issue in this configuration with the default Vim (that comes with Mac M1 on Big Sur) on this latest version of iTerm2. It seems to fallback on the 256 terminal colors ISO the true colors in this setup. No such problem with NeoVim on the same machine (Mac M1 on Big Sur) with that same latest version of iTerm2 though, works fine. Also works fine with Vim on Mac OSX on iTerm2 version: 3.3.12 So I'm going to think about this a bit more, and I know it's not trivial to update the default Vim that comes with MacOS, and I don't even know if this would fix this issue. The only thing I can recommend for now is to switch over to Neovim.

seasonedfish commented 2 years ago

Ah, I see. Thanks for the information!

seasonedfish commented 2 years ago

For anyone that finds this issue, switching to the nixpkgs version of vim and setting termguicolors is another option.

Screen Shot 2021-11-21 at 11 33 55 PM