Skip to content

Commit

Permalink
⛔ Removed Bad Themes
Browse files Browse the repository at this point in the history
  • Loading branch information
aromalanil committed Sep 6, 2020
1 parent 3af965c commit 229666e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/data/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,12 @@ const themeData = [
accentColor: "#693d3d",
textColor: "#eaecef",
linkColor:"#693d3d"
}, {
name: "Red",
primaryColor: "#f44336",
accentColor: "#ef9a9a",
textColor: "#8d0404"
}, {
}, {
name: "Indigo",
primaryColor: "#3f51b5",
accentColor: "#7986cb",
textColor: "#212121"
}, {
name: "Pink",
primaryColor: "#e91e63",
accentColor: "#f48fb1",
textColor: "#770a44"
},{
name: "Purple",
primaryColor: "#9c27b0",
accentColor: "#ce93d8",
Expand Down

0 comments on commit 229666e

Please sign in to comment.