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
- Host: GitHub
- URL: https://github.com/manicharan01/severance-mdr.nvim
- Owner: Manicharan01
- License: mit
- Created: 2025-03-15T23:26:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T23:46:44.000Z (11 months ago)
- Last Synced: 2025-03-16T00:23:53.506Z (11 months ago)
- Topics: colorscheme, lua, neovim, neovim-colorscheme, neovim-lua, neovim-plugin, neovim-theme, nvim, theme, vim, vim-theme
- Language: Lua
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```