Merge pull request #214 from judicaelandria/patch-1

style(theme): added algolia theme
This commit is contained in:
Anurag Hazra 2020-07-27 19:24:27 +05:30 committed by GitHub
commit 243dd0f204
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;