style(themes): aura theme (#1423)

This commit is contained in:
Tuhana GAYRETLİ
2021-11-05 17:24:30 +03:00
committed by GitHub
parent 28fa0b8877
commit 53acb536f8
+6
View File
@@ -324,6 +324,12 @@ const themes = {
text_color: "0088ff",
bg_color: "193549",
},
aura: {
title_color: "a277ff",
icon_color: "ffca85",
text_color: "61ffca",
bg_color: "15141b",
},
};
module.exports = themes;