Skip to content

Commit

Permalink
style(theme): added aura_dark themes (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorebZ authored Sep 15, 2021
1 parent c7fd3ed commit 4dbb9e9
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;

1 comment on commit 4dbb9e9

@vercel
Copy link

@vercel vercel bot commented on 4dbb9e9 Sep 15, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.