added: theme algolia

This commit is contained in:
Judicael 2020-07-27 16:44:13 +03:00 committed by GitHub
parent 11757dba42
commit 45cb505a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,12 @@ const themes = {
text_color: "0cf574",
bg_color: "040f0f",
},
"algolia": {
title_color: "00AEFF",
icon_color: "2DDE98",
text_color: "FFFFFF",
bg_color: "050F2C",
},
};
module.exports = themes;