Randomly generated (neo)vim colorschemes.
Plug 'Resonious/nvim-schemer'
$ git clone https://github.com/Resonious/nvim-schemer ~/.config/nvim/bundle/nvim-schemer
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
.
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.