feat(scheme): use dark lunaperche

This commit is contained in:
Michel 2023-06-14 10:54:51 +02:00
parent 1ae4ddab53
commit bcaa6ba676
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
vim.o.background = "light"
vim.o.background = "dark"
return {
{
"LazyVim/LazyVim",
opts = {
-- colorscheme = "koehler",
colorscheme = "lunaperche",
},
},
{