Sequoia Moonlight for Neovim theme.
Sequoia theme created by Michael Andreuzza.
This Neovim theme is based on the color scheme of Sequoia for VS Code.
This plugin for Neovim created and maintained by Hiroya-W.
- Sequoia Moonlight is supported.
- Sequoia Monochrome is not supported.
- Neovim >= 0.5.0
use 'Hiroya-W/sequoia-moonlight.nvim'
Enable the colorscheme.
" for Vim Script
colorscheme sequoia
-- Lua
vim.cmd[[colorscheme sequoia]]
To enable theme for lualine.nvim
.
require('lualine').setup {
options = {
theme = 'sequoia'
}
}