dylanaraps / wal.vim

🎨 A vim colorscheme for use with wal
MIT License
220 stars 41 forks source link

How do I make this theme work with MacVim? #7

Open yamini-krishnamurthy opened 6 years ago

yamini-krishnamurthy commented 6 years ago

I would really like to switch to MacVim but I don't know how to use wal.vim for MacVim. Is this possible? Cheers

dylanaraps commented 6 years ago

wal.vim doesn't support GUI colorschemes but I can add this feature.

yamini-krishnamurthy commented 6 years ago

Awesome! Sounds good.

ghost commented 5 years ago

This Pluging works with neovim aswell? I am experiencing E185: Cannot find color scheme 'wal'

dylanaraps commented 5 years ago

Yes it does (I use nvim).

ghost commented 5 years ago

How are you @dylanaraps? Any idea of why isn't working for me?

dylanaraps commented 5 years ago
Plug 'dylanaraps/wal.vim'
colorscheme wal
ghost commented 5 years ago

Yes! Done. Still comes with E185: cannot find color scheme 'wal'

dylanaraps commented 5 years ago

Is the colorscheme installed correctly? Have you run :PlugUpdate?

ghost commented 5 years ago

Yes, Plugin correctly installed and updated as well.

11 commented 5 years ago

Has anyone found a solution to the E185 issue for nvim?

4fthawaiian commented 5 years ago

would love to see this in macvim. Looks awesome in terminal, but would fit into my flow much better in macvim.

roman-dusek commented 3 years ago

The edited gui version still didnt work for me, but adding highlight Normal guibg=#2E3440 guifg=#E5E9F0 and highlight Cursor guibg=#E5E9F0 to ~/.gvimrc finally works