Update lualine.lua

This commit is contained in:
not 2024-05-10 12:08:23 -05:00 committed by GitHub
commit 743da76027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ function generator.normal(p)
}
end
function generator.grey(p)
function generator.neutral(p)
return {
normal = {
a = { bg = p.rose, fg = p.base, gui = "bold" },