timmyjose-projects / kryptonite.vim

Vim colour theme (green based).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kryptonite.vim

Dark theme for Vim based on the Emacs green phosphor Emacs colour theme.

Installation and Usage

Vanilla Vim/NeoVim

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.

Plug

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).

Vundle

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)

Pathogen

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

Screenshots

Common Lisp:

Common Lisp

Rust:

Rust

C++:

C++

LICENCE

See LICENSE.md.

About

Vim colour theme (green based).

License:The Unlicense


Languages

Language:Vim Script 100.0%