wip
This commit is contained in:
parent
9327d7cf0d
commit
38d9610d92
1 changed files with 13 additions and 18 deletions
|
@ -5,27 +5,22 @@ return {
|
||||||
{ "fynnfluegge/monet.nvim", name = "monet" },
|
{ "fynnfluegge/monet.nvim", name = "monet" },
|
||||||
{ "L-Colombo/oldschool.nvim", config = true },
|
{ "L-Colombo/oldschool.nvim", config = true },
|
||||||
{ "rose-pine/neovim", name = "rose-pine" },
|
{ "rose-pine/neovim", name = "rose-pine" },
|
||||||
{ "AlexvZyl/nordic.nvim" },
|
{ "zootedb0t/citruszest.nvim" },
|
||||||
{ "eldritch-theme/eldritch.nvim" },
|
-- { "AlexvZyl/nordic.nvim" },
|
||||||
{ "samharju/synthweave.nvim" },
|
-- { "eldritch-theme/eldritch.nvim" },
|
||||||
{ "ptdewey/darkearth-nvim" },
|
|
||||||
{
|
{
|
||||||
"wtfox/jellybeans.nvim",
|
"cdmill/neomodern.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
opts = {
|
priority = 1000,
|
||||||
style = "dark", -- "dark" or "light"
|
config = function()
|
||||||
transparent = false,
|
require("neomodern").setup({
|
||||||
italics = true,
|
-- optional configuration here
|
||||||
flat_ui = true, -- toggles "flat UI" for pickers
|
})
|
||||||
palette = nil, -- specify a palette variant: nil (default/"vibrant") or "jellybeans_muted"
|
require("neomodern").load()
|
||||||
plugins = {
|
end,
|
||||||
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,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
-- { "samharju/synthweave.nvim" },
|
||||||
|
-- { "ptdewey/darkearth-nvim" },
|
||||||
-- {
|
-- {
|
||||||
-- "AstroNvim/astrotheme",
|
-- "AstroNvim/astrotheme",
|
||||||
-- opts = {
|
-- opts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue