style(theme): Add material-palenight theme (#333)
This commit is contained in:
parent
3a61d18f41
commit
49f00cd7b2
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue