Monet.nvim Save

Neovim theme inspired by Claude Monet's iconic water lilies

Project 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 = false,
    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!

Open Source Agenda is not affiliated with "Monet.nvim" Project. README Source: fynnfluegge/monet.nvim
Stars
71
Open Issues
2
Last Commit
2 weeks ago
License

Open Source Agenda Badge

Open Source Agenda Rating