From 6d1b1e220cf2f8c223e202f04d9a31829eca79f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Sat, 25 Jul 2020 20:26:23 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Shades=20of=20Purple?= =?UTF-8?q?=20Icon=20color=20(#190)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like this https://github-readme-stats.vercel.app/api?username=maedahbatool&show_icons=true&theme=shades-of-purple&icon_color=B362FF --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 787971f..01fd85c 100644 --- a/themes/index.js +++ b/themes/index.js @@ -91,7 +91,7 @@ const themes = { }, "shades-of-purple": { title_color: "FAD000", - icon_color: "FB94FF", + icon_color: "B362FF", text_color: "A599E9", bg_color: "2D2B55", },