fix(lazy): set todo progress to fg_gutter
This commit is contained in:
parent
73671f5dd4
commit
655acfad61
@ -605,6 +605,7 @@ function M.setup()
|
||||
|
||||
-- Lazy
|
||||
LazyProgressDone = { bold = true, fg = c.magenta2 },
|
||||
LazyProgressTodo = { bold = true, fg = c.fg_gutter },
|
||||
|
||||
-- Notify
|
||||
--- Border
|
||||
|
Loading…
Reference in New Issue
Block a user