Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.07 KB

Kaninchenhaus.vim

Kaninchenhaus.vim is a vim colorscheme with dimmed colors. It is intended for terminals with 256 colors on high brightness displays, such as Terminal of macOS.

Install

You can install this colorscheme with a plugin manager. For example, if you use https://github.com/junegunn/vim-plug, you add the following line in the plug section in .vimrc and execute PlugInstall.

After the installation, you add the following line in your .vimrc:

colorscheme Kaninchenhaus

Airline Theme

Kaninchenhaus.vim also provides a vim-airline theme. Add the following line in your .vimrc:

let g:airline_theme='Kaninchenhaus'

Build

It requires vim-colortemplate plugin.

After installing the plugin, you can build the colorscheme by executing make.

Screenshots

image

License

Vim license