Skip to content

fynnfluegge/monet.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👨‍🎨🎨 Monet.nvim

🪷🪻 Neovim theme inspired by Claude Monet's iconic water lilies

New Project (6)-min

📦 Installation

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

🔧 Configuration

Default configuration

require("monet").setup {
    transparent_background = false,
    semantic_tokens = 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",
}

Cusomize 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

Topics

Resources

License

Stars

Watchers

Forks

Languages