From 737a90352e703138d14f42d8f6e83ffe85053409 Mon Sep 17 00:00:00 2001 From: Len C Date: Fri, 14 Aug 2020 23:40:31 +0800 Subject: [PATCH] style(theme): add 'calm' theme (#299) --- themes/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index ac4f179..2eba951 100644 --- a/themes/index.js +++ b/themes/index.js @@ -184,7 +184,13 @@ const themes = { icon_color: "19f9d8", text_color: "ffffff", bg_color: "002b36", - } + }, + calm: { + title_color: "e07a5f", + icon_color: "edae49", + text_color: "ebcfb2", + bg_color: "373f51", + }, }; module.exports = themes;