From 45cb505a5bc0e95b8ce723472e4b149b99543beb Mon Sep 17 00:00:00 2001 From: Judicael <46365844+judicaelandria@users.noreply.github.com> Date: Mon, 27 Jul 2020 16:44:13 +0300 Subject: [PATCH] added: theme algolia --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 90a59c2..961e0d6 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;