Go to file
2017-01-05 21:24:07 -07:00
src Adding tests and linting. 2017-01-05 21:24:07 -07:00
.babelrc Initial commit. 2016-11-26 20:04:15 -07:00
.editorconfig Initial commit. 2016-11-26 20:04:15 -07:00
.eslintrc.json Adding tests and linting. 2017-01-05 21:24:07 -07:00
.gitignore Initial commit. 2016-11-26 20:04:15 -07:00
.npmignore Preparing for publish. 2016-11-28 11:22:24 -07:00
package.json Adding tests and linting. 2017-01-05 21:24:07 -07:00
README.md Updating README links. 2016-11-29 07:01:27 -07:00
yarn.lock Adding tests and linting. 2017-01-05 21:24:07 -07:00

A lightline.vim theme template for themer.

Installation & usage

Install this module wherever you have themer installed:

yarn add themer-vim-lightline

Then pass themer-vim-lightline as a -t (--template) arg to themer:

themer -c my-colors.js -t themer-vim-lightline -o gen

themer-vim-lightline will generate a ThemerVimLightline.vim file, which you should copy (or symlink) to ~/.vim/autoload/lightline/colorscheme/.

Finally, set the lightline colorscheme in your .vimrc file:

let g:lightline = { 'colorscheme': 'ThemerVimLightline' }