A modern and smooth Kanagawa.nvim-inspired colorscheme for Vim.
Mimics the wave variant of the Kanagawa palette. Requires true-color support.
With vim-plug
Plug 'menisadi/kanagawa.vim'Then restart Vim and run :PlugInstall.
With Vundle
Plugin 'menisadi/kanagawa.vim'Then restart Vim and run :PluginInstall.
With Pathogen
cd ~/.vim/bundle
git clone https://github.com/menisadi/kanagawa.vim- Download or clone this repository.
- Copy (or symlink) the
colors/kanagawa.vimfile to your~/.vim/colorsdirectory.
In your .vimrc (or init.vim):
set termguicolors
colorscheme kanagawaIf you’re using Tmux, ensure you’re using true-color overrides:
set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
- kanagawa.nvim by rebelot (inspiration & palette).
- vim docs on colorschemes.
