Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3206c68

Browse files
style(theme): Added Great Gatsby Theme (anuraghazra#231)
* Added Gatsby Theme * chore: change theme name Co-authored-by: Anurag Hazra <[email protected]>
1 parent 12ec9fd commit 3206c68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ const themes = {
119119
text_color: "FFFFFF",
120120
bg_color: "050F2C",
121121
},
122+
"great-gatsby":{
123+
title_color: "ffa726",
124+
icon_color: "ffb74d",
125+
text_color: "ffd95b",
126+
bg_color: "000000",
127+
},
122128
};
123129

124130
module.exports = themes;

0 commit comments

Comments
 (0)