From 655acfad615af196607e29fcabd8998ade9489a5 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 14 Jan 2023 15:53:29 +0100 Subject: [PATCH] fix(lazy): set todo progress to fg_gutter --- lua/tokyonight/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 534f0da..b0a1b3c 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -605,6 +605,7 @@ function M.setup() -- Lazy LazyProgressDone = { bold = true, fg = c.magenta2 }, + LazyProgressTodo = { bold = true, fg = c.fg_gutter }, -- Notify --- Border