dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.27k stars 319 forks source link

MacVIM doesn't load wal correctly #566

Open roman-dusek opened 3 years ago

roman-dusek commented 3 years ago

Hi, I can run this colorscheme on iTerm2, but not on MacVIM. All kinds of other schemes work but not this one. On picture you can see first "set bg=dark" and "set bg=light" Snímek obrazovky 2020-11-24 v 14 04 16

Can anyone try, if he gets the same. I am using macOS Catalina 10.15.7 and newest MacVIM

robwaz commented 3 years ago

AFIK, MacVim does not respect terminal colors. It uses its own color settings defined in the application bundle at

Colors: /Applications/MacVim.app/Contents/Resources/Colors.plist ColorSchemes: /Applications/MacVim.app/Contents/Resources/vim/runtime/colors

Using wal colorscheme in macvim may achieve what you are after.

Alternatively, you could build a custom colorscheme starting from the vim pywal template.

Personally, I'd just use vim in terminal.

roman-dusek commented 3 years ago

Thank you for your answer!

EDIT: I have found solution, can be found HERE