ambiere / dark-mono

Dark monochrome colorscheme with hint of color for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark Monochrome Release

Dark monochrome colorscheme for vim
with a simple accent color inspired by vesper colorscheme.

Installation

Plugin manager: Lazyvim

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

License

MIT license

About

Dark monochrome colorscheme with hint of color for vim

License:MIT License


Languages

Language:Vim Script 100.0%