Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcombeau/monoquoi.nvim
https://github.com/mcombeau/monoquoi.nvim
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcombeau/monoquoi.nvim
- Owner: mcombeau
- License: mit
- Created: 2024-08-11T13:11:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:15:34.000Z (5 months ago)
- Last Synced: 2024-08-25T08:58:01.957Z (4 months ago)
- Language: Lua
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).