Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.29 KB

export-colorscheme.nvim

A neovim plugin that generates a colorscheme for an another CLI program based on your currently enabled vim colorscheme.

The user is prompted to select a supported CLI program, and a colorscheme is generated in the CWD.

This is alpha quality and you may need to tweak the generated colorscheme.

ecs-demo

Currently Supported

"Planned"

Installation

Packer

vim-plug

Plug 'jpe90/export-colorscheme.nvim'

packer

use 'jpe90/export-colorscheme.nvim'

require('export-colorscheme')

Usage

  • Enter Ecs at the command prompt
  • Hit <Space> followed by <Tab> to cycle through output options
  • Select an option with <Return>

ecs

Contributing

PRs on Github patches on Sourcehut are welcome