From 93fb28b0dd47149a244f65258a976f78381e69ad Mon Sep 17 00:00:00 2001 From: DooSkagg Date: Wed, 4 Jun 2025 02:52:35 -0400 Subject: [PATCH] updated color of background --- ClearVision.theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ClearVision.theme.css b/ClearVision.theme.css index d7d8ce4..6e37b9b 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.6); + --background-shading: rgba(0, 0, 0, 0.2); --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.6); + --background-shading: rgba(0, 0, 0, 0.2); --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.6); + --background-shading: rgba(0, 0, 0, 0.2); --card-shading: rgba(0, 0, 0, 0); --popout-shading: rgba(0, 0, 0, 0); --modal-shading: rgba(0, 0, 0, 0);