From 9e72c6e29b337ceab802ba25a02bd2a2dcb49c48 Mon Sep 17 00:00:00 2001 From: DooSkagg Date: Sat, 10 May 2025 00:24:35 -0400 Subject: [PATCH] Changed color --- ClearVision.theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ClearVision.theme.css b/ClearVision.theme.css index 9dbf582..bf21ce7 100644 --- a/ClearVision.theme.css +++ b/ClearVision.theme.css @@ -60,7 +60,7 @@ /* ASH THEME */ :is(.theme-dark, .theme-light .theme-dark) { - --background-shading: rgba(0, 0, 0, 0); + --background-shading: rgba(0, 0, 0, 0.6); --card-shading: rgba(0, 0, 0, 0); --popout-shading: rgba(0, 0, 0, 0); --modal-shading: rgba(0, 0, 0, 0); @@ -71,7 +71,7 @@ /* DARK THEME */ :is(.theme-darker, .theme-light .theme-darker) { - --background-shading: rgba(0, 0, 0, 0); + --background-shading: rgba(0, 0, 0, 0.6); --card-shading: rgba(0, 0, 0, 0); --popout-shading: rgba(0, 0, 0, 0); --modal-shading: rgba(0, 0, 0, 0); @@ -82,7 +82,7 @@ /* ONYX THEME */ :is(.theme-midnight, .theme-light .theme-midnight) { - --background-shading: rgba(0, 0, 0, 0); + --background-shading: rgba(0, 0, 0, 0.6); --card-shading: rgba(0, 0, 0, 0); --popout-shading: rgba(0, 0, 0, 0); --modal-shading: rgba(0, 0, 0, 0);