A Matte Black colorscheme for Neovim.
TBD: Screenshots will be added soon.
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.
-- Apply the complete theme (includes treesitter and Snacks support)
require("matteblack").colorscheme()
-- Or use the traditional method
vim.cmd.colorscheme "matteblack"
Pull requests and issues are welcome! Please open an issue to discuss your ideas or report bugs.
MIT