mirror of https://github.com/folke/lazy.nvim.git
style: removed bold from home button
This commit is contained in:
parent
5fc87f924a
commit
968fa3fe20
|
@ -111,7 +111,6 @@ function M:title()
|
||||||
if View.mode == mode.name then
|
if View.mode == mode.name then
|
||||||
if mode.name == "home" then
|
if mode.name == "home" then
|
||||||
self:append(title, "LazyH1")
|
self:append(title, "LazyH1")
|
||||||
self:highlight({ ["%w+"] = "Bold" })
|
|
||||||
else
|
else
|
||||||
self:append(title, "LazyButtonActive")
|
self:append(title, "LazyButtonActive")
|
||||||
self:highlight({ ["%(.%)"] = "LazySpecial" })
|
self:highlight({ ["%(.%)"] = "LazySpecial" })
|
||||||
|
|
Loading…
Reference in New Issue