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
+ \rtitle-color: #${titleColor}
+ \ricon-color: #${iconColor}
+ \rtext-color: #${textColor}
+ \rbg-color: #${bgColor}
+
+ \r[](${url})
`,
issue_number: pullRequestId,
});