feat(lazy): progress done

This commit is contained in:
Folke Lemaitre 2022-12-26 09:36:39 +01:00
parent 8b55a47165
commit ca668075ef
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -576,6 +576,9 @@ function M.setup()
YankyPut = { link = "IncSearch" },
YankyYanked = { link = "IncSearch" },
-- Lazy
LazyProgressDone = { bold = true, fg = c.magenta2 },
-- Notify
--- Border
NotifyERRORBorder = { fg = util.darken(c.error, 0.3), bg = options.transparent and c.none or c.bg },