Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/veggiemonk/quiet2
- Owner: veggiemonk
- Created: 2024-03-30T12:54:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T21:24:25.000Z (5 months ago)
- Last Synced: 2024-10-28T11:34:07.230Z (3 months ago)
- Topics: colorscheme, monochrome, neovim, neovim-colorscheme, neovim-plugin, nvim-colorscheme
- Language: Lua
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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