Skip to content

Commit

Permalink
Update theme.ts
Browse files Browse the repository at this point in the history
add fresh color
  • Loading branch information
adityadees committed Jan 12, 2021
1 parent af12ef6 commit f49acea
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 @@ -239,6 +239,30 @@ export const COLORS: {[name: string]: Theme} = {
DEFAULT_RANK_SHADOW: "#6272a4",
DEFAULT_RANK_TEXT: "#0d1117",
},
adsJuicyFresh: {
BACKGROUND: "#0d0c15",
TITLE: "#f7d745",
ICON_CIRCLE: "#FFF",
TEXT: "#b2d76c",
LAUREL: "#8bb071",
SECRET_RANK_1: "#a8d937",
SECRET_RANK_2: "#f7e662",
SECRET_RANK_3: "#4d9b1c",
SECRET_RANK_TEXT: "#ff5700",
NEXT_RANK_BAR: "#6562af",
S_RANK_BASE: "#f7d644",
S_RANK_SHADOW: "#f69e44",
S_RANK_TEXT: "#ff5700",
A_RANK_BASE: "#f69e44",
A_RANK_SHADOW: "#f46d5a",
A_RANK_TEXT: "#ff5700",
B_RANK_BASE: "#f46d5a",
B_RANK_SHADOW: "#f73155",
B_RANK_TEXT: "#ff5700",
DEFAULT_RANK_BASE: "#f0d7d6",
DEFAULT_RANK_SHADOW: "#f58867",
DEFAULT_RANK_TEXT: "#ff5700",
},
};

export interface Theme {
Expand Down

0 comments on commit f49acea

Please sign in to comment.