change nvim colorscheme to miasma

This commit is contained in:
insects 2024-07-13 18:58:27 +02:00
parent 96d188d01d
commit a2c50e7be8

View file

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