From 7b80a191a7438abbe2b8547f0b6b7bc65fa18aae Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 28 Jan 2025 13:04:18 -0800 Subject: [PATCH] New: Updated active item color --- Theme/ElegantFin-theme-nightly.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index cb44419..450a72f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -33,8 +33,8 @@ --highlightOutlineColor: rgb(37, 99, 235); --textColor: rgb(209, 213, 219); --dimTextColor: rgb(156, 163, 175); - --activeColorAlpha: rgba(144, 81, 169, 0.9); - --activeColor: rgb(144, 81, 169); + --activeColorAlpha: rgba(119, 91, 244, 0.9); + --activeColor: rgb(119, 91, 244); --tableBodyColor: rgb(31 41 55 / 1); --uiAccentColor: rgb(117 111 226); --backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));