change nvim color scheme
This commit is contained in:
parent
07d7f0e499
commit
84f52c4ca2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
return {
|
||||
{ "navarasu/onedark.nvim" },
|
||||
{ "catppuccin/nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "onedark",
|
||||
colorscheme = "catppuccin-frappe",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue