mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
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 a new issue