Skip to content

Commit

Permalink
style(theme): added swift theme (#1395)
Browse files Browse the repository at this point in the history
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
  • Loading branch information
santieduardo and anuraghazra authored Nov 5, 2021
1 parent 53acb53 commit 22ab081
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

3 comments on commit 22ab081

@vercel
Copy link

@vercel vercel bot commented on 22ab081 Nov 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@santieduardo
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anuraghazra I think I forgot update the available theme list

@anuraghazra
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anuraghazra I think I forgot update the available theme list

You don't have to, we have a automated script to do that.

Please sign in to comment.