Skip to content

Commit 22ab081

Browse files
style(theme): added swift theme (#1395)
Co-authored-by: Anurag Hazra <[email protected]>
1 parent 53acb53 commit 22ab081

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@ const themes = {
324324
text_color: "0088ff",
325325
bg_color: "193549",
326326
},
327+
swift: {
328+
title_color: "000000",
329+
icon_color: "f05237",
330+
text_color: "000000",
331+
bg_color: "f7f7f7",
332+
},
327333
aura: {
328334
title_color: "a277ff",
329335
icon_color: "ffca85",

0 commit comments

Comments
 (0)