https://github.com/menisadi/kanagawa.vim
🎨 A Vim colorscheme inspired by the popular kanagawa.nvim theme — bringing its serene aesthetic to classic Vim.
https://github.com/menisadi/kanagawa.vim
color-scheme colorscheme dark-theme kanagawa vim
Last synced: about 1 year ago
JSON representation
🎨 A Vim colorscheme inspired by the popular kanagawa.nvim theme — bringing its serene aesthetic to classic Vim.
- Host: GitHub
- URL: https://github.com/menisadi/kanagawa.vim
- Owner: menisadi
- License: mit
- Created: 2025-04-10T07:57:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T09:48:59.000Z (about 1 year ago)
- Last Synced: 2025-05-04T10:34:21.111Z (about 1 year ago)
- Topics: color-scheme, colorscheme, dark-theme, kanagawa, vim
- Language: Vim Script
- Homepage:
- Size: 662 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanagawa.vim
A modern and smooth [Kanagawa.nvim](https://github.com/rebelot/kanagawa.nvim)-inspired colorscheme for Vim.
Mimics the wave variant of the Kanagawa palette. Requires true-color support.

## Installation
### With [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'menisadi/kanagawa.vim'
```
Then restart Vim and run `:PlugInstall`.
### With [Vundle](https://github.com/VundleVim/Vundle.vim)
```vim
Plugin 'menisadi/kanagawa.vim'
```
Then restart Vim and run `:PluginInstall`.
### With [Pathogen](https://github.com/tpope/vim-pathogen)
```bash
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`):
```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
- [kanagawa.nvim](https://github.com/rebelot/kanagawa.nvim) by [rebelot](https://github.com/rebelot) (inspiration & palette).
- [vim docs on colorschemes](https://vimhelp.org/syntax.txt.html#%3Acolorscheme).
## License
[MIT License](LICENSE).