LazyVim/lua/plugins/colorscheme.lua

18 lines
234 B
Lua
Raw Normal View History

2023-06-14 10:54:51 +02:00
vim.o.background = "dark"
return {
{
"LazyVim/LazyVim",
opts = {
2023-06-14 10:54:51 +02:00
colorscheme = "lunaperche",
},
},
{
"folke/tokyonight.nvim",
opts = {
style = "storm",
-- transparent = true,
},
},
}