Skip to content

ptdewey/monalisa-nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonaLisa

A dark and colorful theme for Neovim

MonaLisa Screenshot with a few windows

Inspired by the painting and the iterm2 theme.

Note

This theme is still a work in progress, and colors may change in the near future.

Built with lush.

Installation

Lazy.nvim:

{
    "ptdewey/monalisa-nvim",
    priority = 1000,
}

Usage

vim.cmd.colorscheme("monalisa")

Build or Modify

  1. Ensure lush.nvim and shipwright.nvim are installed
  2. Modify lush_theme/monalisa.lua
  3. Rebuild the colorscheme using ./build.sh