starter/lua/plugins/theme.lua

20 lines
327 B
Lua
Raw Normal View History

return {
{
"neanias/everforest-nvim",
opts = {
priority = 1000,
2024-05-14 19:14:46 +08:00
background = "medium",
},
2024-05-14 19:14:46 +08:00
config = function() end,
},
2024-05-16 10:11:31 +08:00
{
"brenoprata10/nvim-highlight-colors",
lazy = true,
event = "VeryLazy",
2024-05-16 10:16:59 +08:00
opts = {
enable_named_color = true,
enable_tailwind = true,
},
2024-05-16 10:11:31 +08:00
},
}