Skip to content

svjunic/RadicalGoodSpeed.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

RadicalGoodSpeed.vim

RadicalGoodSpeed.vim is a high-contrast Vim color scheme.

Screenshot

es6

es6

This capture uses the following Javascript syntax:

Please bundling.

html/css

html-css

ruby

es6

install details

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

About

RadicalGoodSpeed.vim is a high-contrast Vim color scheme.

Resources

Stars

Watchers

Forks

Packages

No packages published