Skip to content

Commit

Permalink
Added Algolia theme
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentiumYT committed Aug 29, 2021
1 parent f5d84d4 commit 167aeae
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,30 @@ export const COLORS: {[name: string]: Theme} = {
DEFAULT_RANK_SHADOW: "#3b8eea",
DEFAULT_RANK_TEXT: "#3A3A3A",
},
algolia: {
BACKGROUND: "#050f2c",
TITLE: "#00aeff",
ICON_CIRCLE: "#f0f6fb",
TEXT: "#7eace9",
LAUREL: "#178600",
SECRET_RANK_1: "#ff5555",
SECRET_RANK_2: "#ff79c6",
SECRET_RANK_3: "#388bfd",
SECRET_RANK_TEXT: "#ff79c6",
NEXT_RANK_BAR: "#00aeff",
S_RANK_BASE: "#ffb86c",
S_RANK_SHADOW: "#ffb86c",
S_RANK_TEXT: "#0d1117",
A_RANK_BASE: "#2dde98",
A_RANK_TEXT: "#0d1117",
A_RANK_SHADOW: "#2dde98",
B_RANK_BASE: "#8be9fd",
B_RANK_SHADOW: "#8be9fd",
B_RANK_TEXT: "#0d1117",
DEFAULT_RANK_BASE: "#5c75c3",
DEFAULT_RANK_SHADOW: "#6272a4",
DEFAULT_RANK_TEXT: "#0d1117",
},
};

export interface Theme {
Expand Down

0 comments on commit 167aeae

Please sign in to comment.