diff --git a/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html b/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html
index 02219e1..4090b21 100644
--- a/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html
+++ b/plugins/ms-ai-architect/playground/ms-ai-architect-v3.html
@@ -5,6 +5,21 @@
ms-ai-architect — Playground v3
+
+
+
@@ -1456,6 +1471,9 @@
const crumbHtml = (orgName || crumb)
? '' + (orgName ? escapeHtml(orgName) : '') + (orgName && crumb ? ' · ' : '') + (crumb || '') + ''
: '';
+ const currentTheme = document.documentElement.getAttribute('data-theme') === 'light' ? 'light' : 'dark';
+ const themeLabel = currentTheme === 'light' ? 'Lys' : 'Mørk';
+ const themeNext = currentTheme === 'light' ? 'mørk' : 'lys';
return (
'