Shadow

February 18, 2025 ยท View on GitHub

A dark, muted colorscheme for Neovim.

Screenshots

Screenshot

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

License

This project is licensed under the MIT License - see the LICENSE file for details.