style(theme): added indian theme added to readme-stats (#394)

* indian theme added to readme-stats

* Update index.js

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
Tanha Patel 2020-09-24 12:15:08 +05:30 committed by GitHub
parent c05a8966d9
commit ee853703c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",