fynnfluegge
monet.nvim
Lua

Neovim theme inspired by Claude Monet's iconic water lilies

Last updated Apr 26, 2026
152
Stars
7
Forks
1
Issues
0
Stars/day
Attention Score
46
Language breakdown
Lua 100.0%
โ–ธ Files click to expand
README

๐Ÿ‘จโ€๐ŸŽจ๐ŸŽจ Monet.nvim

๐Ÿชท๐Ÿชป Neovim theme inspired by Claude Monet's iconic water lilies

New Project

๐Ÿ“ฆ Installation

{
  "fynnfluegge/monet.nvim",
  name = "monet",
}

๐Ÿ”ง Configuration

Default configuration

require("monet").setup {
    transparent_background = false,
    semantic_tokens = true,
    dark_mode = true,
    highlight_overrides= {},
    color_overrides = {},
    styles = {},
}

Customize highlight groups

highlight_override= {
  -- override neovim highlight groups
  Normal = { fg = "#c2f5bf" },
  -- override plugin highlight groups
  TelescopeMatching = { fg = "#5cd5db" },
}

Customize color palette

color_overrides = {
    red = "#ad3621",
}

Customize styles

styles = {
  strings = { "italic" },
}

โœจ Contributing

If you are missing a plugin integration don't hesitate to open an issue or raise a PR. Any kind of contribution is highly appreciated!

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท fynnfluegge/monet.nvim ยท Updated daily from GitHub