Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgepiloto/volk
Volk is a colorscheme designed for Vim to highlight Python syntax a really colorful way 🐺
https://github.com/jorgepiloto/volk
Last synced: about 1 month ago
JSON representation
Volk is a colorscheme designed for Vim to highlight Python syntax a really colorful way 🐺
- Host: GitHub
- URL: https://github.com/jorgepiloto/volk
- Owner: jorgepiloto
- License: gpl-3.0
- Created: 2019-05-02T07:53:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T06:21:23.000Z (5 months ago)
- Last Synced: 2024-08-05T10:34:31.688Z (5 months ago)
- Language: Vim Script
- Size: 227 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Volk colorscheme for vim
Volk is a colorscheme designed for Vim to highlight Python syntax a really
colorful way. I decided to develope it by my own and adapt it to my needs.
Its background dependes on how your terminal colors are configurated. I
strongly suggest you to use a true black background to have fun with this Vim
theme.The plugin is still under development. Everyday I learn something new in Vim
and therefore this package is supposed to improve along time. Some future
ideas would be:* Better color self and instances
* Use of regular expressions for matching string patterns
* Create a custom python_syntax.vim for the plugin## Installation
You can easily install Volk by adding the following to your .vimrc file:
```vim
Plugin 'jorgepiloto/volk'
```## Screenshot