Skip to content

mecha/viridescent.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viridescent

A minty green Neovim colorscheme that is easy on the eyes.

Inspired by the Monkeytype theme of the same name, and ribru17's Bamboo theme.

screenshot

Features

Plugin support:

I made Viridescent purely for myself, so plugin support is limited to what I use, have previosuly used, and/or care about. But, if you like it and want to add something, contributions are welcome!

Installation

Use you favourite package manager, such as Lazy:

{
    'mecha/viridescent.nvim',
}

Then activate it as you would any other colorscheme:

vim.cmd("colorscheme viridescent")
colorscheme viridescent

Configuration

Configuration options may optionally be passed to setup().

require("viridescent").setup({
    overrides = {},
})

The default value will be used for any omitted option. No option is required.

Important

Make sure to call setup() BEFORE applying the colorscheme!

Acknowledgements

About

A minty green Neovim colorscheme that is easy on the eyes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages