Unverified Commit ee853703 authored by Tanha Patel's avatar Tanha Patel Committed by GitHub
Browse files

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



* indian theme added to readme-stats

* Update index.js

Co-authored-by: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent c05a8966
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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",