Skip to content

menisadi/kanagawa.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kanagawa.vim

A modern and smooth Kanagawa.nvim-inspired colorscheme for Vim.
Mimics the wave variant of the Kanagawa palette. Requires true-color support.

kanagawa.vim preview

Installation

Plug 'menisadi/kanagawa.vim'

Then restart Vim and run :PlugInstall.

With Vundle

Plugin 'menisadi/kanagawa.vim'

Then restart Vim and run :PluginInstall.

cd ~/.vim/bundle
git clone https://github.com/menisadi/kanagawa.vim

Manual Installation

  1. Download or clone this repository.
  2. Copy (or symlink) the colors/kanagawa.vim file to your ~/.vim/colors directory.

Usage

In your .vimrc (or init.vim):

set termguicolors
colorscheme kanagawa

Recommended Tmux Settings

If you’re using Tmux, ensure you’re using true-color overrides:

set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",xterm-256color:Tc"

Credits

License

MIT License.

About

🎨 A Vim colorscheme inspired by the popular kanagawa.nvim theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors