RadicalGoodSpeed.vim is a high-contrast Vim color scheme.
This capture uses the following Javascript syntax:
Please bundling.
Put the RadicalGoodSpeed.vim
file in your ~/.vim/colors/
folder.
If you use dein, add the following:
if dein#load_state('~/.cache/dein')
call dein#begin('~/.cache/dein')
call dein#add('~/.cache/dein/repos/github.com/Shougo/dein.vim')
call dein#add('svjunic/RadicalGoodSpeed')
call dein#end()
call dein#save_state()
endif
if using toml
[[plugins]]
repo = 'svjunic/RadicalGoodSpeed'
Next, add the following command to your ~/.vimrc
:
colorscheme radicalgoodspeed