A dark and colorful theme for Neovim
Inspired by the painting and the iterm2 theme.
lazy.nvim
:
{
"ptdewey/monalisa-nvim",
priority = 1000,
}
vim.pack
:
vim.pack.add({ "https://github.com/ptdewey/monalisa-nvim" })
vim.cmd.colorscheme("monalisa")
- fennel or hotpot.nvim is installed
- Modify fnl/monalisa/init.fnl as desired
- Rebuild the colorscheme
- With
fennel
: Use./build.sh
orjust build
- With
hotpot.nvim
: Builds are automatic upon savingfnl/monalisa/init.fnl
- With
Note: The version of monalisa made with lush can be found on the v1 branch