diff --git a/themes/index.js b/themes/index.js index 961e0d6e93ac6..6460dd3148751 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;