Skip to content

rjshkhr/shadow.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shadow

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.

About

A dark, muted colorscheme for Neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages