Vim/Neovim allows us to use the command :TOhtml to create an html file of the buffer, which can then be opened in a browser, displaying an effigy of said buffer.
We can then use the Chrome dev tools to modify some colors of the Vim theme if we want to.
Now how do we generate a color scheme from the html file?