Theme for Neovim and WezTerm.
matteblack/
├── nvim/ # Neovim plugin
│ ├── lua/
│ │ └── matteblack/
│ │ ├── colors.lua
│ │ ├── init.lua
│ │ └── ...
│ ├── colors/
│ │ └── matteblack.lua
│ └── README.md
├── wezterm/
│ ├── matteblack.toml
│ └── README.md
└── README.md
Este repositório foi criado pela fusão de:
matteblack.nvimmatteblack.wezterm
Com lazy.nvim:
{
"bashln/matteblack",
config = function()
vim.cmd("colorscheme matteblack")
end
}Copie wezterm/matteblack.toml para ~/.config/wezterm/colors/ e selecione matteblack no wezterm.lua.