Skip to content

tahayvr/matteblack.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matteblack.nvim (WIP)

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

About

A low distraction dark theme for NeoVim.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published