adds a new theme: "blue-green"

I added a new theme. Hope you like it.
This commit is contained in:
Debaleen Das Spandan 2020-07-26 13:50:57 +05:30 committed by GitHub
parent 7f220bb072
commit c1438fe7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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