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:
Paolo Tormon 2020-07-28 19:43:35 +08:00 committed by GitHub
parent 12ec9fd715
commit 3206c68f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;