From 3206c68f719491168541f6f99cc2a1cdc053ca9f Mon Sep 17 00:00:00 2001 From: Paolo Tormon Date: Tue, 28 Jul 2020 19:43:35 +0800 Subject: [PATCH] style(theme): Added Great Gatsby Theme (#231) * Added Gatsby Theme * chore: change theme name Co-authored-by: Anurag Hazra --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 961e0d6e..6460dd31 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;