Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alajmo/pinto
:paintbrush: Create, view and edit vim color themes
https://github.com/alajmo/pinto
editor theme vim
Last synced: about 1 month ago
JSON representation
:paintbrush: Create, view and edit vim color themes
- Host: GitHub
- URL: https://github.com/alajmo/pinto
- Owner: alajmo
- License: mit
- Created: 2019-11-03T18:57:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:01:09.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T00:04:53.915Z (about 1 month ago)
- Topics: editor, theme, vim
- Language: JavaScript
- Homepage: https://pintovim.dev
- Size: 5.82 MB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pinto
Create, view and edit vim color themes. [pintovim.dev](https://pintovim.dev) delivers the source in this project.
![screenshot](/screenshots/pinto-1.gif)
## Development
```
# Install
npm run install# Development server
npm run start# Production build
npm run build
```### Generate Language Templates
To generate all language templates run:
```
./bin/bootstrap.sh
```## Contributing
All contributions are welcome.