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

https://github.com/ambiere/dark-mono

Dark monochrome colorscheme with hint of color for vim
https://github.com/ambiere/dark-mono

color-scheme colorscheme dark-theme monochrome nvim vim

Last synced: about 2 months ago
JSON representation

Dark monochrome colorscheme with hint of color for vim

Awesome Lists containing this project

README

          

## Dark Monochrome [![Release](https://github.com/ambiere/dark-mono/actions/workflows/main.yml/badge.svg)](https://github.com/ambiere/dark-mono/actions/workflows/main.yml)
>Dark monochrome colorscheme for vim
with a simple accent color
inspired by vesper colorscheme.

## Installation

Plugin manager: `Lazyvim`
```bash
{
"ambiere/dark-mono",
name = "dark-mono",
priority = 1000,
config = function()
vim.cmd([[colorscheme dark-mono]])
end,
},
}
```

## License

[MIT license](https://github.com/ambiere/candle-grey-mod/blob/main/license)