reobin / vcspg

The vim color scheme preview generator
GNU Affero General Public License v3.0
2 stars 0 forks source link
color generator preview scheme vim

V.C.S.P.G.

The vim color scheme preview generator

Requirements

Get started

Note: this is still a prototype in VERY early stages

First, clone and cd into the root of the repository.

Then, build the docker image

docker build -t vcspg .

Once built, run the image like an executable by giving it 2 parameters.

docker run vcspg <github_owner_name> <github_name>

Example:

docker run vcspg morhetz gruvbox

There is a third optional parameter which is the name of the color scheme needed for the vim configuration.

Example:

docker run vcspg NLKNguyen papercolor-theme PaperColor

This would add the line colorscheme PaperColor to the .vimrc. By default, the second parameter is used.