We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8359eb2 commit e59786fCopy full SHA for e59786f
electron/renderer/lib/theme.ts
@@ -42,7 +42,7 @@ export function getStoredThemeName(): string | null {
42
}
43
44
export function getDefaultThemeName(): string {
45
- return 'light';
+ return 'dark';
46
47
48
export interface Theme {
0 commit comments