From 2ea2ed98051bcf490a1ff93a2edd5d8f290b31bd Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Fri, 14 Aug 2020 21:27:45 +0530 Subject: [PATCH] infra: theme preview script updates --- scripts/preview-theme.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/preview-theme.js b/scripts/preview-theme.js index 3ddc856..65c53cf 100644 --- a/scripts/preview-theme.js +++ b/scripts/preview-theme.js @@ -69,10 +69,11 @@ async function run() { repo: "github-readme-stats", body: ` \rTheme preview (bot) - \rtitle-color: #${titleColor} - \ricon-color: #${iconColor} - \rtext-color: #${textColor} - \rbg-color: #${bgColor} + + \ntitle-color: #${titleColor} + \nicon-color: #${iconColor} + \ntext-color: #${textColor} + \nbg-color: #${bgColor} \r[![](${url})](${url}) `,