Skip to content

CosecSecCot/midnight-desert.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]]