change nvim color scheme

This commit is contained in:
insects 2024-08-10 21:43:03 +02:00
parent 07d7f0e499
commit 84f52c4ca2

View file

@ -1,9 +1,9 @@
return {
{ "navarasu/onedark.nvim" },
{ "catppuccin/nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "onedark",
colorscheme = "catppuccin-frappe",
},
},
}