fynnfluegge / monet.nvim

Neovim theme inspired by Claude Monet's iconic water lilies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘¨β€πŸŽ¨πŸŽ¨ 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!

About

Neovim theme inspired by Claude Monet's iconic water lilies

License:Apache License 2.0


Languages

Language:Lua 100.0%