diff --git a/scripts/preview-theme.js b/scripts/preview-theme.js index fecba58..3ddc856 100644 --- a/scripts/preview-theme.js +++ b/scripts/preview-theme.js @@ -69,7 +69,12 @@ async function run() { repo: "github-readme-stats", body: ` \rTheme preview (bot) - \r![](${url}) + \rtitle-color: #${titleColor} + \ricon-color: #${iconColor} + \rtext-color: #${textColor} + \rbg-color: #${bgColor} + + \r[![](${url})](${url}) `, issue_number: pullRequestId, });