vim colorscheme generator
Project description
vcologen - vim colorscheme generator
Install
pip install vcologen
Usage
import vcologen
name = "mytheme"
vcg = vcologen.Generator(name)
vcg.theme = "dark"
vcg.bg = "#000000" # background
vcg.fg = "#ffffff" # foreground
vcg.c1 = "#ff0000" # color 1
vcg.c2 = "#00ff00" # color 2
vcg.c3 = "#ffff00" # color 3
vcg.c4 = "#0000ff" # color 4
vcg.c5 = "#ff00ff" # color 5
vcg.c6 = "#00ffff" # color 6
vcg.cm = "#797979" # comment color
vcg.cl = "#333333" # cursor line color
path = "colors/mytheme.vim"
vcg.generate(path)
License
This project is under the MIT-License.
See also LICENSE.
Author
Laddge
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vcologen-1.1.2.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file vcologen-1.1.2.tar.gz
.
File metadata
- Download URL: vcologen-1.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1abf96c2a75e5c8025f8dfac2e7531e7c9aa5bc5b31369f42cbd8be426e8f5e |
|
MD5 | d0e73a1eda3d011ba2302eac47e74089 |
|
BLAKE2b-256 | 8653965c00c34a6605d823c8d4dd3102431fcfef06e4f254eb5bac2e4da2af2f |
File details
Details for the file vcologen-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: vcologen-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0474d180909bc7bd927cb0fa43d4dea1ea576eea9be643dc24a10c47e6561b3c |
|
MD5 | 6f6f083ee4b75f95b3828ea538ff03d1 |
|
BLAKE2b-256 | 6dcbdd08f59b8a5b68efc93b1b58e16522bc0a5725f0c979f81d7787f700da47 |