theme: Get the correct overlay color (#1174)

This commit is contained in:
Floyd Wang 2025-08-26 14:31:14 +08:00 committed by GitHub
parent e1c354916a
commit 9c615e5413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 @@
}
}
]
}
}