Skip to content

Commit

Permalink
style(theme): added aura_dark themes (anuraghazra#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorebZ authored and Kab1r committed Apr 4, 2022
1 parent d2696fd commit fefe0f1
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 @@ -294,6 +294,12 @@ const themes = {
text_color: "FFFFFF",
bg_color: "2C2F33",
},
aura_dark: {
title_color: "ff7372",
icon_color: "6cffd0",
text_color: "dbdbdb",
bg_color: "252334",
},
};

module.exports = themes;

0 comments on commit fefe0f1

Please sign in to comment.