change nvim colorscheme to miasma
This commit is contained in:
parent
96d188d01d
commit
a2c50e7be8
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
return {
|
||||
{ "navarasu/onedark.nvim" },
|
||||
{ "xero/miasma.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "onedark",
|
||||
colorscheme = "miasma",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue