matteblack.nvim (WIP)

July 23, 2025 ยท View on GitHub

A Matte Black colorscheme for Neovim.

Screenshots

TBD: Screenshots will be added soon.

Installation

Using lazy.nvim

{
  "tahayvr/matteblack.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd.colorscheme "matteblack"
  end,
}

I've only tested this with lazy.nvim, but it should work with other plugin managers.

Configuration

Basic Usage

-- Apply the complete theme (includes treesitter and Snacks support)
require("matteblack").colorscheme()

-- Or use the traditional method
vim.cmd.colorscheme "matteblack"

Contributing

Pull requests and issues are welcome! Please open an issue to discuss your ideas or report bugs.

License

MIT