An open API service indexing awesome lists of open source software.

https://github.com/manicharan01/severance-mdr.nvim

Color scheme based on the color pastel of MDR division in Severance Apple+ TV show
https://github.com/manicharan01/severance-mdr.nvim

colorscheme lua neovim neovim-colorscheme neovim-lua neovim-plugin neovim-theme nvim theme vim vim-theme

Last synced: 5 months ago
JSON representation

Color scheme based on the color pastel of MDR division in Severance Apple+ TV show

Awesome Lists containing this project

README

          

# Installation

[lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
"Manicharan01/mdr.nvim",
lazy = false,
priority = 1000,
config = function()
require("mdr").setup()
end
}
```

[packer.nvim](https://github.com/wbthomason/packer.nvim)

```lua
use {
"Manicharan01/mdr.nvim",
config = function()
require("mdr").setup()
end
}
```

# Usage

```vim
:colorscheme mdr
```