mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Update lualine.lua
This commit is contained in:
parent
ad4905a8ae
commit
743da76027
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ function generator.normal(p)
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
function generator.grey(p)
|
function generator.neutral(p)
|
||||||
return {
|
return {
|
||||||
normal = {
|
normal = {
|
||||||
a = { bg = p.rose, fg = p.base, gui = "bold" },
|
a = { bg = p.rose, fg = p.base, gui = "bold" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue