From ee853703c6cff61d5d6917e23f560f358ce24a72 Mon Sep 17 00:00:00 2001 From: Tanha Patel <47564751+tanharpatel@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:15:08 +0530 Subject: [PATCH] style(theme): added indian theme added to readme-stats (#394) * indian theme added to readme-stats * Update index.js Co-authored-by: Anurag Hazra --- themes/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index c460a29..e31f088 100644 --- a/themes/index.js +++ b/themes/index.js @@ -209,11 +209,17 @@ const themes = { text_color: "ebcfb2", bg_color: "373f51", }, + "flag-india": { + title_color: "ff8f1c", + icon_color: "250E62", + text_color: "509E2F", + bg_color: "ffffff", + }, omni: { title_color: "FF79C6", icon_color: "e7de79", text_color: "E1E1E6", - bg_color: "191622" + bg_color: "191622", }, react: { title_color: "61dafb",