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.
Plugin support:
- LSP and Diagnostics
- Lazy
- Mason
- Treesitter
- Telescope
- Lualine
- Neotree
- nvim-cmp
- gitsigns
- leap
- snacks.input
- undotree
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!
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 viridescentConfiguration 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!
- ashharrrrr who contributed the original viridescent theme to Monkeytype.
- ribru17/bamboo for being close-enough with syntax colors that I liked.
