A monokai theme for Vim and Neovim, based on Monokai-phoenix
Using Plug, you can do the following:
Plug 'KTSCode/vim-monokai-basilisk'
Then do :PlugInstall and you're good to go
Below follows issues that are outside of my control.
- nvim-qt#145 does not apply terminal cursor color correctly. This is specific to this application and I can therefore not apply a fix directly. There is however a fix for it:
hi TermCursor cterm=reverse gui=reverse
should display the cursor correctly.