Unverified Commit 45cb505a authored by Judicael's avatar Judicael Committed by GitHub
Browse files

added: theme algolia

parent 11757dba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;