From 753f0b9fec5c2ae51f35b4b40c5dc4ef61893a93 Mon Sep 17 00:00:00 2001 From: Sagar Date: Sat, 25 Jul 2020 18:26:15 +0530 Subject: [PATCH] feat(themes): Added shades of purple theme (#185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📦 NEW: shade of purple theme * style(theme): icons color update * chore: change theme name Co-authored-by: Anurag Hazra --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 858b6c9..ae4d9c1 100644 --- a/themes/index.js +++ b/themes/index.js @@ -89,6 +89,12 @@ const themes = { text_color: "273849", bg_color: "FFFEFE", }, + 'shades-of-purple': { + title_color: "FAD000", + icon_color: "FB94FF", + text_color: "A599E9", + bg_color: "2D2B55", + } }; module.exports = themes;