[(n)vim] update to new everforest theme
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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 = {
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user