Create and apply randomly generated Base16 color scheme

neovim
reddit
Author

Evgeni Chasnovski

Published

September 9, 2022

Originally posted on Reddit

Hello, Neovim users!

I decided to share a bit silly, but fun way to choose a color scheme you like. Maybe even have this in your startup config, if you feel particularly adventurous :)

It uses mini.base16 module of mini.nvim for both palette generation and color scheme application. Granted, results are not that different from one another (mainly because they share same highlight group definitions and idea behind making distinctive accent colors), but vary quite a bit.

Here is a gist with code. It has the instructions of how to use it.