Skip to content

Commit 53acb53

Browse files
author
Tuhana GAYRETLİ
authored
style(themes): aura theme (#1423)
1 parent 28fa0b8 commit 53acb53

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+
aura: {
328+
title_color: "a277ff",
329+
icon_color: "ffca85",
330+
text_color: "61ffca",
331+
bg_color: "15141b",
332+
},
327333
};
328334

329335
module.exports = themes;

0 commit comments

Comments
 (0)