feat(UI): merge scheme into UI

This commit is contained in:
Michel 2023-10-03 10:34:04 +02:00
parent 3289baffef
commit f94d0952f6
2 changed files with 9 additions and 17 deletions

View File

@ -1,4 +1,13 @@
vim.o.background = "dark"
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "lunaperche",
},
},
{
"echasnovski/mini.indentscope",
opts = function(_, opts)

View File

@ -1,17 +0,0 @@
vim.o.background = "dark"
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "lunaperche",
},
},
{
"folke/tokyonight.nvim",
opts = {
style = "storm",
-- transparent = true,
},
},
}