style(theme): added outrun theme (#887)

This commit is contained in:
Manasi Wader
2021-02-18 18:26:00 +05:30
committed by GitHub
parent 93ae8d995b
commit 81f5ecfed9
+6
View File
@@ -263,6 +263,12 @@ const themes = {
text_color: "d9c8a9",
bg_color: "402b23",
},
outrun:{
title_color: "ffcc00",
icon_color: "ff1aff",
text_color: "8080ff",
bg_color: "141439",
}
};
module.exports = themes;