CosecSecCot / midnight-desert.nvim

A dark purple and brown themed colorscheme, created for neovim using lush

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Midnight Desert - A Lush Theme For Neovim

A purple and brown theme made with lush. I hope you enjoy it :D

Screenshots

images

Installation

You can use any package manager you want, for example:

Using lazy:

return {
    "CosecSecCot/midnight-desert.nvim",
    dependencies = {
        "rktjmp/lush.nvim",
    },
    -- no setup function required
}

Using packer:

use {
    "CosecSecCot/midnight-desert.nvim",
    requires = "rktjmp/lush.nvim"
}

Usage

To use this colorscheme simply type :colorscheme midnight-desert

or add this code in your config file:

" Vimscript
colorscheme midnight-desert

or

-- Lua
vim.cmd [[colorscheme midnight-desert]]

About

A dark purple and brown themed colorscheme, created for neovim using lush

License:MIT License


Languages

Language:Lua 100.0%