[(n)vim] update to new everforest theme

This commit is contained in:
Marco Thomas
2022-12-08 12:34:40 +01:00
parent d8417c2c2e
commit 70fc17cd4d
3 changed files with 8 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
vim.cmd("set background=light")
vim.cmd("let g:everforest_background = 'hard'")
vim.cmd("let g:everforest_background = 'medium'")
vim.cmd("colorscheme everforest")

View File

@@ -60,7 +60,12 @@ require('lualine').setup({
-- 'lsp_progress' -- noice already shows this.. better
},
lualine_y = {},
lualine_z = {}
lualine_z = {
{
'filename',
path = 1,
},
}
},
-- all sections from left to right
sections = {
@@ -73,10 +78,6 @@ require('lualine').setup({
'branch',
},
lualine_c = {
{
'filename',
path = 1,
},
},
lualine_x = {
{