Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntk148v/komau.vim
- Owner: ntk148v
- License: apache-2.0
- Created: 2022-04-28T08:26:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T03:20:32.000Z (7 months ago)
- Last Synced: 2024-08-01T20:49:17.768Z (3 months ago)
- Topics: colorscheme, mono, neovim, neovim-colorscheme, neovim-theme, vim, vim-colorscheme, vim-theme
- Language: Vim Script
- Homepage:
- Size: 202 KB
- Stars: 69
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
komau.vim
Yet another minimal colorscheme for Vim/Neovim.
komau -> không màu (Vietnamese) -> no color (English)
| Dark | Light |
| --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| | |- [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.