Skip to content

Commit

Permalink
feat(themes): aura theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhana GAYRETLİ committed Oct 27, 2021
1 parent bc6c22e commit a82716a
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",
},
aura: {
title_color: "a277ff",
icon_color: "ffca85",
text_color: "61ffca",
bg_color: "15141b",
},
};

module.exports = themes;

0 comments on commit a82716a

Please sign in to comment.