feat(ui): make home bold

This commit is contained in:
Folke Lemaitre 2022-12-17 17:36:09 +01:00
parent a46c0c04f1
commit 0b4a04de7d
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ 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" })