Skip to main content

vim colorscheme generator

Project description

vcologen - vim colorscheme generator

Install

pip install vcologen

Usage

import vcologen

name = "mytheme"
colors = [
    "#000000",  # background
    "#ffffff",  # foreground
    "#000000",  # black
    "#800000",  # red
    "#008000",  # green
    "#808000",  # yellow
    "#000080",  # blue
    "#800080",  # magenta
    "#008080",  # cyan
    "#c0c0c0",  # white
    "#808080",  # gray
    "#ff0000",  # light red
    "#00ff00",  # light green
    "#ffff00",  # light yellow
    "#0000ff",  # light blue
    "#ff00ff",  # light magenta
    "#00ffff",  # light cyan
    "#ffffff",  # bright white
]

generated = vcologen.generate(name, colors)

with open("mytheme.vim", "w") as f:
    f.write(generated)

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.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

vcologen-1.0.2-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page