Unverified Commit 3206c68f authored by Paolo Tormon's avatar Paolo Tormon Committed by GitHub
Browse files

style(theme): Added Great Gatsby Theme (#231)



* Added Gatsby Theme

* chore: change theme name

Co-authored-by: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent 12ec9fd7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;