Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntk148v/komau.vim

Yet another minimal colorscheme for Vim/Neovim
https://github.com/ntk148v/komau.vim

colorscheme mono neovim neovim-colorscheme neovim-theme vim vim-colorscheme vim-theme

Last synced: 4 days ago
JSON representation

Yet another minimal colorscheme for Vim/Neovim

Awesome Lists containing this project

README

        


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](#1-installation)
- [2. Usage](#2-usage)
- [3. Credits](#3-credits)
- [4. Contributions](#4-contributions)

## 1. Installation

You can install `komau` with your plugin manager:

```vim
Plug 'ntk148v/komau.vim' " Vim-plug
```

```lua
use {"ntk148v/komau.vim"} -- Packer
```

## 2. Usage

```vim
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](https://github.com/pbrisbin/vim-colors-off) colorscheme.

## 4. Contributions

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