From ff17b79da9b22990bf3c9727a4fe6c672be4f708 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 03:24:40 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20purple=20text=20palette=20=E2=80=94=20m?= =?UTF-8?q?ithral=20to=20C4B5FD,=20dim=20to=20A78BFA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themepo-elegantfin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 44683cb..fc1f178 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -13,8 +13,8 @@ :root { /* --- Themepo Core Variables --- */ --obsidian: #08090C; - --mithral: #E2E8F0; - --mithral-dim: #94A3B8; + --mithral: #C4B5FD; + --mithral-dim: #A78BFA; --mithral-dark: #334155; --arcane-blue: #38BDF8; --arcane-purple: #A78BFA;