home/.config/nvim/lua/plugins/theme.lua
2023-08-19 00:40:26 +02:00

21 lines
262 B
Lua

return {
{
"navarasu/onedark.nvim",
opts = {
style = "dark",
--transparent = true,
},
},
{
"rcarriga/nvim-notify",
opts = {
--background_colour = "#000000",
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "onedark",
},
},
}