use dark theming
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"visible": false,
|
||||
"decorations": false,
|
||||
"focus": true,
|
||||
"url": "tray.html"
|
||||
"url": "tray.html",
|
||||
"theme": "dark"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user