This commit is contained in:
pika 2025-05-16 09:03:43 +02:00
parent 9327d7cf0d
commit 38d9610d92

View file

@ -5,27 +5,22 @@ return {
{ "fynnfluegge/monet.nvim", name = "monet" },
{ "L-Colombo/oldschool.nvim", config = true },
{ "rose-pine/neovim", name = "rose-pine" },
{ "AlexvZyl/nordic.nvim" },
{ "eldritch-theme/eldritch.nvim" },
{ "samharju/synthweave.nvim" },
{ "ptdewey/darkearth-nvim" },
{ "zootedb0t/citruszest.nvim" },
-- { "AlexvZyl/nordic.nvim" },
-- { "eldritch-theme/eldritch.nvim" },
{
"wtfox/jellybeans.nvim",
"cdmill/neomodern.nvim",
lazy = false,
opts = {
style = "dark", -- "dark" or "light"
transparent = false,
italics = true,
flat_ui = true, -- toggles "flat UI" for pickers
palette = nil, -- specify a palette variant: nil (default/"vibrant") or "jellybeans_muted"
plugins = {
all = false,
auto = true, -- will read lazy.nvim and apply the colors for plugins that are installed
},
-- on_highlights = function(highlights, colors) end,
-- on_colors = function(colors) end,
},
priority = 1000,
config = function()
require("neomodern").setup({
-- optional configuration here
})
require("neomodern").load()
end,
},
-- { "samharju/synthweave.nvim" },
-- { "ptdewey/darkearth-nvim" },
-- {
-- "AstroNvim/astrotheme",
-- opts = {