Added new themes
This commit is contained in:
@@ -1,5 +1,31 @@
|
|||||||
--- @type LazyPluginSpec[]
|
--- @type LazyPluginSpec[]
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"2giosangmitom/nightfall.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
event = "User ThemeSwitcher",
|
||||||
|
config = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"yorik1984/newpaper.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
event = "User ThemeSwitcher",
|
||||||
|
config = function()
|
||||||
|
require("newpaper").setup({
|
||||||
|
style = "dark",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tiagovla/tokyodark.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
event = "User ThemeSwitcher",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Zeioth/neon.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
event = "User ThemeSwitcher",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Yazeed1s/oh-lucy.nvim",
|
"Yazeed1s/oh-lucy.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
|||||||
Reference in New Issue
Block a user