Skip to content

Commit

Permalink
Added discord theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaNecron authored Jun 14, 2021
1 parent cbba3bc commit 45adda1
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 @@ -167,6 +167,30 @@ export const COLORS: {[name: string]: Theme} = {
DEFAULT_RANK_SHADOW: "#5E81AC",
DEFAULT_RANK_TEXT: "#3B4252",
},
discord: {
BACKGROUND: "#2C2F33",
TITLE: "#7289DA",
ICON_CIRCLE: "#FFFFFF",
TEXT: "#FFFFFF",
LAUREL: "#57F287",
SECRET_RANK_1: "#ED4245",
SECRET_RANK_2: "#57F287",
SECRET_RANK_3: "#5865F2",
SECRET_RANK_TEXT: "#000000",
NEXT_RANK_BAR: "#5865F2",
S_RANK_BASE: "#FEE75C",
S_RANK_SHADOW: "#ED4245",
S_RANK_TEXT: "#000000",
A_RANK_BASE: "#EB459E",
A_RANK_SHADOW: "#ED4245",
A_RANK_TEXT: "#000000",
B_RANK_BASE: "#ED4245",
B_RANK_SHADOW: "#ED4245",
B_RANK_TEXT: "#000000",
DEFAULT_RANK_BASE: "#5865F2",
DEFAULT_RANK_SHADOW: "#5865F2",
DEFAULT_RANK_TEXT: "#000000",
},
chalk: {
BACKGROUND: "#2d2d2d",
TITLE: "#fed37e",
Expand Down

0 comments on commit 45adda1

Please sign in to comment.