mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 18:45:21 +00:00
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:
parent
c05a8966d9
commit
ee853703c6
1 changed files with 7 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue