From 81d7847f99332730f4c14b4489a6eb4fb3ee70c0 Mon Sep 17 00:00:00 2001 From: Polgo Date: Thu, 27 Aug 2020 21:59:59 +0800 Subject: [PATCH] style(theme): Added Midnight-Purple Theme (#426) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 35ada57..a188c21 100644 --- a/themes/index.js +++ b/themes/index.js @@ -197,6 +197,12 @@ const themes = { text_color: "c7c8c2", bg_color: "1f2430", }, + "midnight-purple":{ + title_color: "9745f5", + icon_color: "9f4bff", + text_color: "ffffff", + bg_color: "000000", + }, calm: { title_color: "e07a5f", icon_color: "edae49",