Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/veggiemonk/quiet2

neovim monochrome color scheme plugin
https://github.com/veggiemonk/quiet2

colorscheme monochrome neovim neovim-colorscheme neovim-plugin nvim-colorscheme

Last synced: about 1 month ago
JSON representation

neovim monochrome color scheme plugin

Awesome Lists containing this project

README

        

# Monochrome Neovim theme

It's code, not fruit salad. Even if fruit salad is very tasty, I just had too much.

Adapted from [quiet](https://github.com/vim/vim/blob/master/runtime/colors/quiet.vim) in the [vim](https://github.com/vim/vim/blob/master/runtime/colors/quiet.vim) repository.

## Install

Sorry but I have no idea how to write plugins. I'm a real dumb-dumb.
I just use [LazyVim](https://lazyvim.org) and this is how I set it up.
So far, this seems to work.

```lua
{
"veggiemonk/quiet2",
name = "quiet2",
priority = 1000,
lazy = false,
config = function()
require("quiet2").setup()
end,
},
```

## Screenshot

Screenshot 2024-05-05 at 15 42 15