A dark Vim colorscheme
-
Copy colors/kuroi.vim to:
~/.vim/colors/kuroi.vim
or alternatively, use a plugin manger such as vim-plug, NeoBundle, Vundle, or Pathogen.
-
Terminal color modes:
To use the colorscheme in a 256-color terminal, add this to your ~/.vimrc:
set t_Co=256
You might have your background color a little off in terminal Vim. To fix this, you need to set your terminal's background color to
#1b1918
for the dark colorscheme and"#e4e4e4"
for the light colorscheme.To use the true color mode, make sure to set this in your ~/.vimrc:
set termguicolors
This works in both true color terminals and GUI Vim clients such as GVim or MacVim.
-
Add to ~/.vimrc:
set background=dark "or use the light theme: set background=light colorscheme kuroi
This colorscheme is originally based on vim-hybrid. I only changed the color palette and some other properties.
Contributions are welcome. If you find something you want to change, open an issue or send a pull request.
See LICENSE.
Dark
Light