Skip to content

Commit

Permalink
fix: default to Standard theme
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
UziTech committed Jul 11, 2021
1 parent f33f229 commit 512e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const config = configOrder({
"Solid Colors",
"Standard",
],
default: "Custom",
default: "Standard",
},
// TODO: add transparency settings?
foreground: {
Expand Down

0 comments on commit 512e285

Please sign in to comment.