Shadow
February 18, 2025 ยท View on GitHub
A dark, muted colorscheme for Neovim.
Screenshots

Installation
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
}
Supported Plugins
- telescope.nvim
- nvim-cmp
- oil.nvim
- dressing.nvim
- nvim-treesitter
- mini.starter
- nvim-tree.lua
- which-key.nvim
License
This project is licensed under the MIT License - see the LICENSE file for details.