use dark theming

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-08-31 02:05:16 +02:00
parent e3e88e2d70
commit 7337f1702d
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -40,6 +40,7 @@ export async function openFullWindow({
title: name,
decorations: true,
url: url,
theme: 'dark',
})
let monitor = await currentMonitor()
@@ -96,6 +97,7 @@ export async function openWindow({
title: name,
decorations: false,
url: url,
theme: 'dark',
// parent: 'main',
})
+2 -1
View File
@@ -22,7 +22,8 @@
"visible": false,
"decorations": false,
"focus": true,
"url": "tray.html"
"url": "tray.html",
"theme": "dark"
}
],
"security": {