Closed ketor closed 8 years ago
The jellybeans has some compatibility issues with some terminals, and also is not compatible with the latest vim-airline. I forced to use jellybeans for airline, and it looks bad. But molokai is perfect in latest airline.
@yuandong1222
Molokai looks not perfect. Maybe we need make a colorscheme by ourself.
Is there a demo for molokai?
Get latest vimrc, and replace "colorscheme jellybeans" to "colorscheme molokai". Restart vim, you will see molokai.
And airline now use "powerlineish", you can also set it to "molokai" too.
Another question is how to update submodules to their latest upstream repo?
Maybe a shell script can do this, foreach bundle dir, do git pull?
On 9 February 2016 at 20:26, Ketor notifications@github.com wrote:
Get latest vimrc, and replace "colorscheme jellybeans" to "colorscheme molokai". Restart vim, you will see molokai.
And airline now use "powerlineish", you can also set it to "molokai" too.
Another question is how to update submodules to their latest upstream repo?
— Reply to this email directly or view it on GitHub https://github.com/coolceph/vimrc/issues/7#issuecomment-181844590.
Dong Yuan Email:yuandong1222@gmail.com
I tried molokai as you said, and what I got is ugly. But I am not sure whether I config right.
Look into the setup.sh. Now setup.sh work without git submodules, and the repo can only contains a vimrc file and setup.sh, it's very very tiny.
I do git clone in function init_plugins(), git pull in function update_plugins() and make_tar in function backup_vimrc().
After try a lot of colorschemes, I think jellybeans it the best one right now. And we can use 'powerlineish' colorscheme for airline, so everything is ok.
molokai is more likely to TextMate and Sublime, which is known as best gui editor on Mac. So would we change default colorscheme to molokai?