style(theme): add 'calm' theme (#299)

This commit is contained in:
Len C 2020-08-14 23:40:31 +08:00 committed by GitHub
parent 3718527791
commit 737a90352e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,13 @@ const themes = {
icon_color: "19f9d8", icon_color: "19f9d8",
text_color: "ffffff", text_color: "ffffff",
bg_color: "002b36", bg_color: "002b36",
} },
calm: {
title_color: "e07a5f",
icon_color: "edae49",
text_color: "ebcfb2",
bg_color: "373f51",
},
}; };
module.exports = themes; module.exports = themes;