ptdewey/monalisa-nvim

github github
colorschemetreesitter-colorschemes
stars 8
issues 0
subscribers 1
forks 3
CREATED

UPDATED


MonaLisa Screenshot with a few windows

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

  1. fennel or hotpot.nvim is installed
  2. Modify fnl/monalisa/init.fnl as desired
  3. Rebuild the colorscheme
    • With fennel: Use ./build.sh or just build
    • With hotpot.nvim: Builds are automatic upon saving fnl/monalisa/init.fnl

Note: The version of monalisa made with lush can be found on the v1 branch