coolceph / vimrc

Best vimrc for CoolCeph team, used for C/C++, Python, PHP and Go.
https://github.com/coolceph/vimrc
GNU General Public License v2.0
63 stars 32 forks source link

Need better colorscheme #7

Closed ketor closed 8 years ago

ketor commented 8 years ago

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?

ketor commented 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

ketor commented 8 years ago

Molokai looks not perfect. Maybe we need make a colorscheme by ourself.

yuandong1222 commented 8 years ago

Is there a demo for molokai?

ketor commented 8 years ago

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?

yuandong1222 commented 8 years ago

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

yuandong1222 commented 8 years ago

I tried molokai as you said, and what I got is ugly. But I am not sure whether I config right.

ketor commented 8 years ago

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().

ketor commented 8 years ago

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.