From 22ab081cee1162148aef2e67c380888d0acd0f29 Mon Sep 17 00:00:00 2001 From: Eduardo Santi Date: Fri, 5 Nov 2021 14:28:01 +0000 Subject: [PATCH] style(theme): added swift theme (#1395) 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 296540d..e92139c 100644 --- a/themes/index.js +++ b/themes/index.js @@ -324,6 +324,12 @@ const themes = { text_color: "0088ff", bg_color: "193549", }, + swift: { + title_color: "000000", + icon_color: "f05237", + text_color: "000000", + bg_color: "f7f7f7", + }, aura: { title_color: "a277ff", icon_color: "ffca85",