style(theme): added cobalt2 theme (#1343)

This commit is contained in:
Red Headphone 2021-10-01 19:35:48 +05:30 committed by GitHub
parent 927e87d416
commit ab4876aa35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,12 @@ const themes = {
text_color: "FF75B5",
bg_color: "31353a",
},
cobalt2: {
title_color: "ffc600",
icon_color: "ffffff",
text_color: "0088ff",
bg_color: "193549",
},
};
module.exports = themes;