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
- Host: GitHub
- URL: https://github.com/ambiere/dark-mono
- Owner: ambiere
- License: mit
- Created: 2024-04-28T12:52:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:54:07.000Z (about 2 years ago)
- Last Synced: 2025-04-01T19:29:00.476Z (about 1 year ago)
- Topics: color-scheme, colorscheme, dark-theme, monochrome, nvim, vim
- Language: Vim Script
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/funding.yml
- License: license
- Code of conduct: .github/code_of_conduct.md
Awesome Lists containing this project
README
## Dark Monochrome [](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)