updates default colorscheme to everforest

This commit is contained in:
xesc 2023-12-10 16:57:09 +01:00
parent 162febc284
commit 7fd18eeda9
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ require("lazy").setup({
border = "rounded", border = "rounded",
}, },
install = { install = {
colorscheme = { "gruvbox-material" } colorscheme = { "everforest" }
}, },
}) })

View file

@ -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")

View file

@ -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")