Skip to content

ntk148v/komau.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

komau.vim

Yet another minimal colorscheme for Vim/Neovim.

komau -> không màu (Vietnamese) -> no color (English)

GitHub license GitHub stars

Dark Light
dark dark

1. Installation

You can install komau with your plugin manager:

Plug 'ntk148v/komau.vim' " Vim-plug
use {"ntk148v/komau.vim"} -- Packer

2. Usage

colorscheme komau
" For light version
set background=light
" For dark version
set background=dark
" Disable italic, enable by default
let g:komau_italic=0
" Disable bold, enable by default
let g:komau_bold=0

3. Credits

Based on the off colorscheme.

4. Contributions

If you find any problems with this color scheme please post an issue here on GitHub.