update lualine color

This commit is contained in:
xfy
2025-01-16 13:28:13 +08:00
parent 247073ca7a
commit 9efadcf8a6

View File

@ -19,6 +19,12 @@ return {
{ "fileformat" },
{ "filetype" },
},
lualine_y = {
{ "progress", color = { bg = "#de9aa3", fg = "#000000" } },
},
lualine_z = {
{ "location", color = { bg = "#eac8c7" } },
},
},
})
end,