Hardcode dark theme

This commit is contained in:
Shantur Rathore
2025-10-30 09:55:18 +00:00
parent c854ee0659
commit 476834dab2
3 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ setupStorageIPC()
let mainWindow: BrowserWindow | null = null
function createWindow() {
const prefersDark = nativeTheme.shouldUseDarkColors
const prefersDark = true //nativeTheme.shouldUseDarkColors
const backgroundColor = prefersDark ? "#1a1a1a" : "#ffffff"
mainWindow = new BrowserWindow({