style(theme): added swift theme (#1395)

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
Eduardo Santi 2021-11-05 14:28:01 +00:00 committed by GitHub
parent 53acb536f8
commit 22ab081cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,6 +324,12 @@ const themes = {
text_color: "0088ff", text_color: "0088ff",
bg_color: "193549", bg_color: "193549",
}, },
swift: {
title_color: "000000",
icon_color: "f05237",
text_color: "000000",
bg_color: "f7f7f7",
},
aura: { aura: {
title_color: "a277ff", title_color: "a277ff",
icon_color: "ffca85", icon_color: "ffca85",