From 9c615e5413a5c6be6950d37db626ccc757462f30 Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Tue, 26 Aug 2025 14:31:14 +0800 Subject: [PATCH] theme: Get the correct overlay color (#1174) --- themes/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default.json b/themes/default.json index dec96e60..d79e34e1 100644 --- a/themes/default.json +++ b/themes/default.json @@ -101,7 +101,7 @@ "warning.active.background": "#ca8a04", "warning.hover.background": "#eab308e6", "warning.foreground": "#f9fafb", - "overlay.background": "#0000000d", + "overlay": "#0000000d", "window.border": "#e5e5e5", "base.red": "#ef4444", "base.red.light": "#fecaca", @@ -304,7 +304,7 @@ "warning.active.background": "#5b320f", "warning.foreground": "#fefce8", "warning.hover.background": "#7b4414", - "overlay.background": "#ffffff08", + "overlay": "#ffffff08", "window.border": "#262626", "base.red": "#ef4444", "base.red.light": "#fecaca", @@ -420,4 +420,4 @@ } } ] -} +} \ No newline at end of file