Skip to content

Commit

Permalink
style(theme): Add material-palenight theme (anuraghazra#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
btwiusegentoo authored Aug 8, 2020
1 parent 3a61d18 commit 49f00cd
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 @@ -155,6 +155,12 @@ const themes = {
text_color: "99d1ce",
bg_color: "0c1014",
},
"material-palenight": {
title_color: "c792ea",
icon_color: "89ddff",
text_color: "a6accd",
bg_color: "292d3e",
},
};

module.exports = themes;

0 comments on commit 49f00cd

Please sign in to comment.