A dark, muted colorscheme for Neovim.
Using lazy.nvim:
{
"rjshkhr/shadow.nvim",
priority = 1000,
config = function()
vim.opt.termguicolors = true
vim.cmd.colorscheme("shadow")
end,
}
Using packer.nvim:
use {
"rjshkhr/shadow.nvim",
config = function()
vim.opt.termguicolors = true
vim.cmd.colorscheme("shadow")
end
}
- telescope.nvim
- nvim-cmp
- oil.nvim
- dressing.nvim
- nvim-treesitter
- mini.starter
- nvim-tree.lua
- which-key.nvim
This project is licensed under the MIT License - see the LICENSE file for details.