From e980388867c29b99bce541c19d0e2541a4351bb7 Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Fri, 14 Aug 2020 21:01:33 +0530 Subject: [PATCH] infra: improved theme preview script markdown --- scripts/preview-theme.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/preview-theme.js b/scripts/preview-theme.js index fecba5800afb2..3ddc856053e52 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, });