[(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("set background=light")
vim.cmd("let g:everforest_background = 'hard'") vim.cmd("let g:everforest_background = 'medium'")
vim.cmd("colorscheme everforest") vim.cmd("colorscheme everforest")

View File

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

View File

@@ -26,7 +26,7 @@ call plug#end()
" ============================== Colors " ============================== Colors
syntax on syntax on
set background=light set background=light
let g:everforest_background = 'hard' let g:everforest_background = 'medium'
let g:everforest_better_performance = 1 let g:everforest_better_performance = 1
colorscheme everforest colorscheme everforest
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"