https://github.com/ptdewey/monalisa-nvim
[WIP] Mona Lisa inspired colorscheme for Neovim
https://github.com/ptdewey/monalisa-nvim
Last synced: 5 days ago
JSON representation
[WIP] Mona Lisa inspired colorscheme for Neovim
- Host: GitHub
- URL: https://github.com/ptdewey/monalisa-nvim
- Owner: ptdewey
- License: mit
- Created: 2025-04-09T16:25:18.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-04-09T17:43:53.000Z (11 days ago)
- Last Synced: 2025-04-09T18:48:21.896Z (11 days ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - ptdewey/monalisa-nvim - A dark and colorful Mona Lisa inspired colorscheme. (Colorscheme / Tree-sitter Supported Colorscheme)
- awesome-neovim-sorted - ptdewey/monalisa-nvim
README
MonaLisa
A dark and colorful theme for Neovim

Inspired by the painting and hte iterm2 theme.
> [!NOTE]
> This theme is still a work in progress, and colors may change in the near future.Built with [lush](https://github.com/rktjmp/lush.nvim).
## Installation
Lazy.nvim:
```lua
{
"ptdewey/monalisa-nvim",
priority = 1000,
}
```## Usage
```lua
vim.cmd.colorscheme("monalisa")
```## Build or Modify
1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed
2. Modify [lush_theme/monalisa.lua](lush_theme/monalisa.lua)
3. Rebuild the colorscheme using `./build.sh`