{
"fynnfluegge/monet.nvim",
name = "monet",
}
require("monet").setup {
transparent_background = false,
semantic_tokens = true,
dark_mode = true,
highlight_overrides= {},
color_overrides = {},
styles = {},
}
highlight_override= {
-- override neovim highlight groups
Normal = { fg = "#c2f5bf" },
-- override plugin highlight groups
TelescopeMatching = { fg = "#5cd5db" },
}
color_overrides = {
red = "#ad3621",
}
styles = {
strings = { "italic" },
}
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!