mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
update lualine color
This commit is contained in:
@ -19,6 +19,12 @@ return {
|
||||
{ "fileformat" },
|
||||
{ "filetype" },
|
||||
},
|
||||
lualine_y = {
|
||||
{ "progress", color = { bg = "#de9aa3", fg = "#000000" } },
|
||||
},
|
||||
lualine_z = {
|
||||
{ "location", color = { bg = "#eac8c7" } },
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
Reference in New Issue
Block a user