diff --git a/themes/index.js b/themes/index.js index 046ef47..9d3440f 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;