From 4cf570905aef57537c8a6a1017348ebdad89fda5 Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Thu, 14 May 2026 14:52:50 +0800 Subject: [PATCH] theme: Fix dark theme `overlay` color --- crates/ui/src/theme/default-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui/src/theme/default-theme.json b/crates/ui/src/theme/default-theme.json index a6482225a5..2e19e66f70 100644 --- a/crates/ui/src/theme/default-theme.json +++ b/crates/ui/src/theme/default-theme.json @@ -292,7 +292,7 @@ "title_bar.border": "#262626", "warning.background": "yellow-400", "warning.foreground": "yellow-600", - "overlay": "#ffffff08", + "overlay": "#00000033", "window.border": "#262626", "base.red": "red-400", "base.red.light": "red-300",