mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
style(theme): Added Great Gatsby Theme (#231)
* Added Gatsby Theme * chore: change theme name Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
parent
12ec9fd715
commit
3206c68f71
@ -119,6 +119,12 @@ const themes = {
|
||||
text_color: "FFFFFF",
|
||||
bg_color: "050F2C",
|
||||
},
|
||||
"great-gatsby":{
|
||||
title_color: "ffa726",
|
||||
icon_color: "ffb74d",
|
||||
text_color: "ffd95b",
|
||||
bg_color: "000000",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Loading…
Reference in New Issue
Block a user