Skip to content

gregborane/matteblack.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matteblack.nvim (WIP)

A Matte Black colorscheme for Neovim.

Replacing Yellow by Blue accents.

Name Old Value New Value Purpose
orange #F59E0B #357ABD replaces bright orange with muted blue for softer contrast
amber #D97706 #2A4F7D substitutes deep orange with darker blue tone
yellow #FBBF24 #4A90E2 replaces yellow highlights with balanced medium blue
gold #EFBF04 #5AA0E8 shifts gold to a lighter blue accent
ochre #BF9903 #357ABD aligns ochre with the same matte blue as orange

Installation

Using lazy.nvim

{
  "gregborane/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 55.4%
  • JavaScript 10.3%
  • Python 6.4%
  • HTML 5.3%
  • Rust 4.6%
  • Svelte 4.2%
  • Other 13.8%