Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcombeau/monoquoi.nvim


https://github.com/mcombeau/monoquoi.nvim

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Monoquoi

A monochromatic Neovim colorscheme with a splash of color.

# Installation

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

```lua
use 'mcombeau/monoquoi.nvim'
```

For [lazy.nvim](https://github.com/folke/lazy.nvim):

```lua
{
'mcombeau/monoquoi.nvim',
lazy = false,
priority = 1000,
config = function()
require 'monoquoi' .load()
end
}
```

For [vim-plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'monoquoi/monoquoi.nvim', { 'branch': 'main' }
```

# Acknowledgements

- This theme is based on [AlexvZyl/nordic.nvim](https://github.com/AlexvZyl/nordic.nvim).