vedantnn71 / matte.nvim

A matte black colorscheme for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matte.nvim

Install

using Packer:

use {'https://github.com/vedantnn71/matte.nvim', config = function()
    vim.cmd 'colorscheme matte'
end}

using Lazy:

{
    'https://github.com/vedantnn71/matte.nvim',
    lazy = false,
    priority = 1000,
    config = function()
      vim.cmd('colorscheme matte')
    end
}

About

A matte black colorscheme for neovim

License:MIT License


Languages

Language:Lua 91.7%Language:Smarty 7.3%Language:Vim Script 0.9%