Skip to content

Commit

Permalink
fix: default themeColor to amber
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 23, 2024
1 parent a6c23cd commit e086941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const cli = createCLI({
setup: {
defaults: {
github: 'unjs',
themeColor: '#ECDC5A',
themeColor: 'amber',
},
},
})
Expand Down

0 comments on commit e086941

Please sign in to comment.