Ecosyste.ms: Awesome

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

https://github.com/kdheepak/monochrome.nvim

A monochrome colorscheme for neovim
https://github.com/kdheepak/monochrome.nvim

colorscheme lua neovim

Last synced: about 2 months ago
JSON representation

A monochrome colorscheme for neovim

Lists

README

        

# monochrome.nvim

![](https://user-images.githubusercontent.com/1813121/125248771-b6dda580-e2b1-11eb-822b-563c7f1c49df.png)

### Install

using [Packer](https://github.com/wbthomason/packer.nvim):

```lua
use {'kdheepak/monochrome.nvim', config = function()
vim.cmd 'colorscheme monochrome'
end}
```