Skip to content

Commit e59786f

Browse files
committed
feat: default to dark theme
1 parent 8359eb2 commit e59786f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/renderer/lib/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function getStoredThemeName(): string | null {
4242
}
4343

4444
export function getDefaultThemeName(): string {
45-
return 'light';
45+
return 'dark';
4646
}
4747

4848
export interface Theme {

0 commit comments

Comments
 (0)