@@ -1,4 +1,21 @@
|
|||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"EdenEast/nightfox.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
event = "User ThemeSwitcher",
|
||||||
|
config = function()
|
||||||
|
local nightfox = require("nightfox")
|
||||||
|
|
||||||
|
nightfox.setup({
|
||||||
|
options = {
|
||||||
|
styles = {
|
||||||
|
comments = "italic",
|
||||||
|
functions = "italic",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"rose-pine/neovim",
|
"rose-pine/neovim",
|
||||||
name = "rose-pine",
|
name = "rose-pine",
|
||||||
|
|||||||
Reference in New Issue
Block a user