Skip to content

Commit

Permalink
adds a new theme: "blue-green"
Browse files Browse the repository at this point in the history
I added a new theme. Hope you like it.
  • Loading branch information
the-it-weirdo authored Jul 26, 2020
1 parent 7f220bb commit c1438fe
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 @@ -107,6 +107,12 @@ const themes = {
text_color: "363636",
bg_color: "ffffff",
},
"blue-green": {
title_color: "2F97C1",
icon_color: "F5B700",
text_color: "0CF574",
bg_color: "040F0F",
},
};

module.exports = themes;

0 comments on commit c1438fe

Please sign in to comment.