Skip to content

Commit

Permalink
infra: theme preview script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Aug 14, 2020
1 parent e980388 commit 2ea2ed9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/preview-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ async function run() {
repo: "github-readme-stats",
body: `
\rTheme preview (bot)
\rtitle-color: <code>#${titleColor}</code>
\ricon-color: <code>#${iconColor}</code>
\rtext-color: <code>#${textColor}</code>
\rbg-color: <code>#${bgColor}</code>
\ntitle-color: <code>#${titleColor}</code>
\nicon-color: <code>#${iconColor}</code>
\ntext-color: <code>#${textColor}</code>
\nbg-color: <code>#${bgColor}</code>
\r[![](${url})](${url})
`,
Expand Down

0 comments on commit 2ea2ed9

Please sign in to comment.