changed startupcolorscheme to gruvbox-material
This commit is contained in:
parent
8b1e4263a9
commit
c47939eced
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
ui = {
|
ui = {
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
}
|
},
|
||||||
|
install = {
|
||||||
|
colorscheme = { "gruvbox-material" }
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue