Monet.Nvim banner
fynnfluegge fynnfluegge

Monet.Nvim

Development community

Description

Neovim theme inspired by Claude Monet's iconic water lilies

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

👨‍🎨🎨 Monet.nvim

đŸĒˇđŸĒģ Neovim theme inspired by Claude Monet's iconic water lilies

![New Project](https://github.com/fynnfluegge/monet.nvim/assets/16321871/ee8251de-9bea-4755-90c5-81506878c0b1)

đŸ“Ļ 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!