Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reobin/vcspg
The vim color scheme preview generator
https://github.com/reobin/vcspg
color generator preview scheme vim
Last synced: 20 days ago
JSON representation
The vim color scheme preview generator
- Host: GitHub
- URL: https://github.com/reobin/vcspg
- Owner: reobin
- License: agpl-3.0
- Created: 2020-08-13T23:08:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T11:46:38.000Z (over 4 years ago)
- Last Synced: 2024-04-14T08:30:46.541Z (9 months ago)
- Topics: color, generator, preview, scheme, vim
- Language: Vim script
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
V.C.S.P.G.
The vim color scheme preview generator
### Requirements
- [local docker](https://docs.docker.com/desktop/)
### 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
```shell
docker build -t vcspg .
```Once built, run the image like an executable by giving it 2 parameters.
```shell
docker run vcspg
```Example:
```shell
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:
```shell
docker run vcspg NLKNguyen papercolor-theme PaperColor
```This would add the line `colorscheme PaperColor` to the `.vimrc`. By default, the second parameter is used.