From 4dbb9e93b9be070169228d89bff9a82342587a81 Mon Sep 17 00:00:00 2001 From: Horeb Parraud <44978959+HorebParraud@users.noreply.github.com> Date: Wed, 15 Sep 2021 16:13:31 +0200 Subject: [PATCH] style(theme): added aura_dark themes (#1312) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 046ef47cd8739..9d3440f21bc46 100644 --- a/themes/index.js +++ b/themes/index.js @@ -294,6 +294,12 @@ const themes = { text_color: "FFFFFF", bg_color: "2C2F33", }, + aura_dark: { + title_color: "ff7372", + icon_color: "6cffd0", + text_color: "dbdbdb", + bg_color: "252334", + }, }; module.exports = themes;