updates default colorscheme to everforest
This commit is contained in:
parent
162febc284
commit
7fd18eeda9
3 changed files with 3 additions and 3 deletions
2
init.lua
2
init.lua
|
@ -22,7 +22,7 @@ require("lazy").setup({
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
},
|
},
|
||||||
install = {
|
install = {
|
||||||
colorscheme = { "gruvbox-material" }
|
colorscheme = { "everforest" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"sainnhe/everforest",
|
"sainnhe/everforest",
|
||||||
lazy = true,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
-- Settings for colorscheme
|
-- Settings for colorscheme
|
||||||
vim.api.nvim_set_var("everforest_background", "hard")
|
vim.api.nvim_set_var("everforest_background", "hard")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"sainnhe/gruvbox-material",
|
"sainnhe/gruvbox-material",
|
||||||
priority = 1000,
|
lazy = true,
|
||||||
config = function()
|
config = function()
|
||||||
-- Settings for colorscheme
|
-- Settings for colorscheme
|
||||||
vim.api.nvim_set_var("gruvbox_material_background", "hard")
|
vim.api.nvim_set_var("gruvbox_material_background", "hard")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue