From d8b0ef7b7454f3b1e030eac33f0622c28253f3a8 Mon Sep 17 00:00:00 2001 From: Dominic Hayes - Feren OS Dev Date: Mon, 27 Mar 2023 22:23:49 +0100 Subject: [PATCH] Fix Dark's shade color Signed-off-by: Dominic Hayes - Feren OS Dev --- curated/breeze-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curated/breeze-dark.json b/curated/breeze-dark.json index 4388ae5..61f5bae 100644 --- a/curated/breeze-dark.json +++ b/curated/breeze-dark.json @@ -32,7 +32,7 @@ "dialog_fg_color": "#fcfcfc", "popover_bg_color": "#1b1e20", "popover_fg_color": "#fcfcfc", - "shade_color": "rgba(255, 255, 255, 0.09)", + "shade_color": "rgba(0, 0, 0, 0.36)", "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" }, "palette": { @@ -105,4 +105,4 @@ "gtk3": "" }, "plugins": {} -} \ No newline at end of file +}