Skip to content

bobojef/matteblack.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matteblack.nvim (WIP)

A Matte Black colorscheme for Neovim.

Screenshots

TBD: Screenshots will be added soon.

Installation

Using lazy.nvim

{
  "bobojef/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 57.5%
  • JavaScript 9.8%
  • Python 6.1%
  • HTML 5.0%
  • Rust 4.4%
  • Svelte 4.0%
  • Other 13.2%