22 lines
262 B
Lua
Raw Normal View History

2023-07-29 18:15:47 +00:00
return {
{
"navarasu/onedark.nvim",
2023-08-18 22:40:26 +00:00
opts = {
style = "dark",
--transparent = true,
},
},
{
"rcarriga/nvim-notify",
opts = {
--background_colour = "#000000",
},
2023-07-29 18:15:47 +00:00
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "onedark",
},
},
}