Skip to content

Commit

Permalink
feat: use dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Oct 23, 2023
1 parent 32ba541 commit 838543e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/renderer/lib/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function getStoredThemeName(): string | null {
}

export function getDefaultThemeName(): string {
return 'light';
return 'dark';
}

export interface Theme {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 838543e

Please sign in to comment.