Skip to main content
Bumped by Community user
Bumped by Community user
added 1 character in body
Source Link
Vivian De Smedt
  • 24.9k
  • 5
  • 29
  • 48

vimVim/nvimNeovim 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 the chromeChrome dev tools to modify some colors of the vimVim theme if we want to.

Now how do we generate a color scheme from the html file?

vim/nvim 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 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?

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?

Source Link

Possible to generate a color scheme from the output of :TOhtml?

vim/nvim 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 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?