From 53acb536f814641ad1656a538657f2def702ebeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuhana=20GAYRETL=C4=B0?= Date: Fri, 5 Nov 2021 17:24:30 +0300 Subject: [PATCH] style(themes): aura theme (#1423) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index c30646c..296540d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -324,6 +324,12 @@ const themes = { text_color: "0088ff", bg_color: "193549", }, + aura: { + title_color: "a277ff", + icon_color: "ffca85", + text_color: "61ffca", + bg_color: "15141b", + }, }; module.exports = themes;