switched to cappuccin, again

This commit is contained in:
Léana 江 2023-04-17 22:19:19 +02:00 committed by Léana 江
parent d2c8493f28
commit e2cc4141f7
2 changed files with 7 additions and 7 deletions

View file

@ -81,7 +81,7 @@ require("lazy").setup({
},
},
}, {
install = { colorscheme = { "nord" } },
install = { colorscheme = { "catppuccin" } },
})
vim.cmd.colorscheme "nord"
vim.schedule(function() vim.cmd.colorscheme "catppuccin-frappe" end)