fix(lazy): set todo progress to fg_gutter

This commit is contained in:
Folke Lemaitre 2023-01-14 15:53:29 +01:00
parent 73671f5dd4
commit 655acfad61
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -605,6 +605,7 @@ function M.setup()
-- Lazy
LazyProgressDone = { bold = true, fg = c.magenta2 },
LazyProgressTodo = { bold = true, fg = c.fg_gutter },
-- Notify
--- Border