Added new theme
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"JoosepAlviste/palenightfall.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
event = "User ThemeSwitcher",
|
||||||
|
config = function()
|
||||||
|
require("palenightfall").setup({
|
||||||
|
transparent = true,
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"EdenEast/nightfox.nvim",
|
"EdenEast/nightfox.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
|||||||
Reference in New Issue
Block a user