Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.02 KB

Schemer

Randomly generated (neo)vim colorschemes.

schemer-examples

Installation

With Vim-Plug

Plug 'Resonious/nvim-schemer'

With Pathogen

$ git clone https://github.com/Resonious/nvim-schemer ~/.config/nvim/bundle/nvim-schemer

Usage

Adds :Schemer command to generate random colors.

Run :SchemerSave "mythemename" to save your currently generated scheme.

To generate a new scheme for every vim session, stick autocmd VimEnter * Schemer into your init.vim.

Limitations

Only works with Neovim, 'cause I didn't want to write the plugin in VimL or rely on an external scripting environment.

Currently only supports truecolor, so you'll need to run set termguicolors in order for the colors to show.

The way tokens are grouped does not vary. Only the colors. And not everything is colored, to maintain some sanity.

Assumes a black background. Apologies to light theme lovers.