A simple colorscheme for vim
-
Download and install Shougo's dein.vim.
-
Next, put the following lines in your
dein.toml
[[plugins]]
repo = 'junk-e/identity.vim'
- Finally, put the following lines in your
.vimrcorinit.vim
syntax enable
set termguicolors
colorscheme identity
This software is released under the MIT License, see LICENSE.txt.