updated inactive lualine

This commit is contained in:
pr0c3550r 2023-02-25 21:17:11 +01:00
parent bbfe58d158
commit 34236543b8

View file

@ -64,28 +64,36 @@ return {
{
'branch',
icon = '',
color={fg='#d8a657', bg='#282828'},
}
},
lualine_c = {
{
'filename',
path = 3,
path = 1,
}
},
lualine_x = {
{
'filetype',
color={bg='#282828'},
color={gui='italic'},
fmt = function (str)
return (str:gsub("^%l", string.upper))
end,
}
},
lualine_y = {
{
'diagnostics',
color={gui='bold', bg='#141617'},
sections = { 'error', 'warn', 'info', 'hint' },
symbols = { error = "", warn = "", info = "", hint = "󰌶 " },
update_in_insert = true
},
{
'diff',
icon = {'', color={fg='#d8a657', gui='bold'}},
icon = {'', color={bg='#141617', gui='bold'}},
color={gui='bold', bg='#141617'},
}
},
lualine_z = {'location'}