From efd0a8bc4fa90a6d316e5f7981a95f5a5e3d7d5e Mon Sep 17 00:00:00 2001 From: Anant Mishra <84588156+Anant-mishra1729@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:01:36 +0530 Subject: [PATCH] style(theme): added noctis minimus theme (#1342) * Add Noctis minimus theme * Add Noctis minimus theme 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 132924b8fd217..3c212ab152289 100644 --- a/themes/index.js +++ b/themes/index.js @@ -306,6 +306,12 @@ const themes = { text_color: "FF75B5", bg_color: "31353a", }, + noctis_minimus: { + title_color: "d3b692", + icon_color: "72b7c0", + text_color: "c5cdd3", + bg_color: "1b2932", + }, cobalt2: { title_color: "ffc600", icon_color: "ffffff",