Skip to content

Neovim plugin that generates random colorschemes.

Notifications You must be signed in to change notification settings

Resonious/nvim-schemer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Neovim plugin that generates random colorschemes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published