From ab4876aa354b6bbb2cab801f73232cbd088c9af0 Mon Sep 17 00:00:00 2001 From: Red Headphone <55500003+RedHeadphone@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:35:48 +0530 Subject: [PATCH] style(theme): added cobalt2 theme (#1343) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index e5e311d0..132924b8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -306,6 +306,12 @@ const themes = { text_color: "FF75B5", bg_color: "31353a", }, + cobalt2: { + title_color: "ffc600", + icon_color: "ffffff", + text_color: "0088ff", + bg_color: "193549", + }, }; module.exports = themes;