A hight contrast monochromatic colorscheme for Neovim
vim.pack.add({{ src = "https://github.com/oery/shade.nvim"}});require('shade').setup {
theme = 'dark',
transparent = true,
}vim.cmd(':colorscheme shade')- The theme was originally a port of the VsCode R Dark Pro theme with black and white filter.
