Skip to content

Commit

Permalink
style(theme): Added Great Gatsby Theme (anuraghazra#231)
Browse files Browse the repository at this point in the history
* Added Gatsby Theme

* chore: change theme name

Co-authored-by: Anurag Hazra <[email protected]>
  • Loading branch information
paolotormon and anuraghazra authored Jul 28, 2020
1 parent 12ec9fd commit 3206c68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 3206c68

Please sign in to comment.