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

This commit is contained in:
Horeb Parraud
2021-09-15 19:43:31 +05:30
committed by GitHub
parent c7fd3ed8f2
commit 4dbb9e93b9
+6
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;