From 847f3888941120d74ace0954c0a26e4f70a73330 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 28 Jan 2025 10:02:37 -0800 Subject: [PATCH] dev: activeColorAlpha was too transluscent --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 373acba..7fbf6a0 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -33,7 +33,7 @@ --highlightOutlineColor: rgb(37, 99, 235); --textColor: rgb(209, 213, 219); --dimTextColor: rgb(156, 163, 175); - --activeColorAlpha: rgba(144, 81, 169, 0.4); + --activeColorAlpha: rgba(144, 81, 169, 0.9); --activeColor: rgb(144, 81, 169); --tableBodyColor: rgb(31 41 55 / 1); --uiAccentColor: rgb(117 111 226);