style(theme): Add material-palenight theme (#333)

This commit is contained in:
btwiusegentoo 2020-08-09 00:27:10 +09:00 committed by GitHub
parent 3a61d18f41
commit 49f00cd7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;