Dark theme for Vim based on the Emacs green phosphor Emacs colour theme.
The plugin should work as-is with Vim/NeoVim's native plugin manager. For instance,
$ cd ~/.vim/pack/plugins/start && git clone https://github.com/timmyjose-projects/kryptonite.vim
should have the plugin up and running.
Add the following line to your Vim/NeoVim configuration file's Vim-Plug
plugin section:
Plug 'timmyjose-projects/kryptonite.vim'
and then run PlugInstall
or (PlugUpdate
as the case may be).
Add the following line to your Vim/NeoVim configuration file's Vundle
plugin section:
Plugin 'timmyjose-projects/kryptonite.vim'
and then run PluginInstall
(or PluginUpdate
as the case may be)
This plugin is compatible with Pathogen as well. Clone the kryptonite.vim
project into ~/.vim/bundle
as for any
other plugin:
cd ~/.vim/bundle && git clone https://github.com/timmyjose-projects/kryptonite.vim
Common Lisp:
Rust:
C++:
See LICENSE.md.