README.md
August 10, 2025 ยท View on GitHub
MonaLisa
A dark and colorful theme for Neovim

Inspired by the painting and the iterm2 theme.
Installation
lazy.nvim:
{
"ptdewey/monalisa-nvim",
priority = 1000,
}
vim.pack:
vim.pack.add({ "https://github.com/ptdewey/monalisa-nvim" })
Usage
vim.cmd.colorscheme("monalisa")
Build or Modify
- fennel or hotpot.nvim is installed
- Modify fnl/monalisa/init.fnl as desired
- Rebuild the colorscheme
- With
fennel: Use./build.shorjust 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