mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00: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",
|
text_color: "FFFFFF",
|
||||||
bg_color: "050F2C",
|
bg_color: "050F2C",
|
||||||
},
|
},
|
||||||
|
"great-gatsby":{
|
||||||
|
title_color: "ffa726",
|
||||||
|
icon_color: "ffb74d",
|
||||||
|
text_color: "ffd95b",
|
||||||
|
bg_color: "000000",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user