From 02a2ffc80a6822f0080dc0fa29ee23c0071524dd Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 10 May 2025 15:57:08 -0600 Subject: [PATCH] fix noir progress bar color --- themes/list/noir.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/list/noir.ts b/themes/list/noir.ts index 85424bfd..eb4da13c 100644 --- a/themes/list/noir.ts +++ b/themes/list/noir.ts @@ -141,8 +141,8 @@ export default createTheme({ hoverAccent: tokens.black.c250, hoverShadow: tokens.black.c50, shadow: tokens.shade.c800, - barColor: tokens.ash.c200, - barFillColor: tokens.purple.c100, + barColor: tokens.shade.c200, + barFillColor: tokens.shade.c50, badge: tokens.shade.c700, badgeText: tokens.ash.c100 },