https://github.com/alajmo/pinto
:paintbrush: Create, view and edit vim color themes
https://github.com/alajmo/pinto
editor theme vim
Last synced: 5 months 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:01:09.000Z (over 3 years ago)
- Last Synced: 2024-11-21T00:04:53.915Z (over 1 year 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.

## 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.