This repo contains a collection of color schemes for vim.
The theme colors based on base16.
The vim color schemes was generated by builder.php
, origin in repo base16-build-php. I copyed it here and did some change to make it works only for vim.
You can just copy the file in the colors directory to your ~/.vim/colors
.
To enable the color scheme, you can use command in your vim with:
:colorscheme base16-3024
Or add the follow line to your '~/.vimrc'.
colorscheme base16-3024
Add the following line to your '~/.vimrc' and run PluginInstall
in Vim.
Plugin 'zcodes/vim-base16'
Add the following line to your '~/.vimrc' and run PlugInstall
in Vim.
Plug 'zcodes/vim-base16'
You can enable or disable GitGutter sign background by the global variable g:gitgutter_disable_sign_background
.
GitGutter sign background is enabled by default, to disable GitGutter sign background, add the following line in your ~/.vimrc
let g:gitgutter_disable_sign_background = 1
The vim color schemes is gnerate by builder.php
, to regenerate them, you need php
and composer
.
composer install
php builder.php update
php builder.php