diff --git a/lua/pika/plugins/colorschemes.lua b/lua/pika/plugins/colorschemes.lua index 109f230..245327e 100644 --- a/lua/pika/plugins/colorschemes.lua +++ b/lua/pika/plugins/colorschemes.lua @@ -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 = {