Skip to content

Commit

Permalink
feat(ui): make home bold
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 17, 2022
1 parent a46c0c0 commit 0b4a04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function M:title()
if View.mode == mode.name then
if mode.name == "home" then
self:append(title, "LazyH1")
self:highlight({ ["%w+"] = "Bold" })
else
self:append(title, "LazyButtonActive")
self:highlight({ ["%(.%)"] = "LazySpecial" })
Expand Down

0 comments on commit 0b4a04d

Please sign in to comment.