From ca668075efa2e3618bdc7ff0ddab99ce10fce040 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 26 Dec 2022 09:36:39 +0100 Subject: [PATCH] feat(lazy): progress done --- lua/tokyonight/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 8519fd1..19e008d 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },