style(theme): added aura_dark themes (#1312)

This commit is contained in:
Horeb Parraud 2021-09-15 16:13:31 +02:00 committed by GitHub
parent c7fd3ed8f2
commit 4dbb9e93b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;