From 3b0ff3802805745acc570590149a5d3a8e940247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Mon, 30 Sep 2024 15:17:53 -0300 Subject: [PATCH] Update color of surface-container --- usr/share/bigbashview/framework/css/colors.sh.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/share/bigbashview/framework/css/colors.sh.css b/usr/share/bigbashview/framework/css/colors.sh.css index d6b0c22..250814c 100755 --- a/usr/share/bigbashview/framework/css/colors.sh.css +++ b/usr/share/bigbashview/framework/css/colors.sh.css @@ -66,9 +66,9 @@ body.light, body.dark { --inverse-primary:#8dcdff; --surface-dim:#d9dadd; --surface-bright:#f9f9fc; - --surface-container-lowest:#ffffff; - --surface-container-low: rgba(0,0,0,0.03); - --surface-container:rgba(0,0,0,0.06); + --surface-container: ${colors_window_backgroundalternate/)/,0.9)}; + --surface-container-low:rgba(0,0,0,0.03); + --surface-container-low:rgba(0,0,0,0.06); --surface-container-high:rgba(0,0,0,0.09); --surface-container-highest:rgba(0,0,0,0.12); --overlay: rgb(0 0 0 /0.5); @@ -78,7 +78,7 @@ body.light, body.dark { --elevate3: 0 0.375rem 0.75rem 0 rgb(0 0 0 / 0.45); --button-elevate1: 0 0.090rem 0.090rem 0 rgb(0 0 0 / 40%); --onhover-elevate1: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 18%); - --body: transparent; + --body: transparent; } " # Show the defined variables for verification