Skip to content

Commit

Permalink
Add Dracula theme
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Sep 8, 2020
1 parent 1f195de commit 4bd383f
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 @@ -23,6 +23,30 @@ export const COLORS: {[name: string]: Theme} = {
DEFAULT_RANK_SHADOW: "#333",
DEFAULT_RANK_TEXT: "#333",
},
dracula: {
PRIMARY: "#282a36",
SECONDARY: "#f8f8f2",
ICON_CIRCLE: "#f8f8f2",
TEXT: "#ff79c6",
LAUREL: "#50fa7b",
SECRET_RANK_1: "#ff5555",
SECRET_RANK_2: "#bd93f9",
SECRET_RANK_3: "#ff79c6",
SECRET_RANK_TEXT: "#bd93f9",
NEXT_RANK_BAR: "#8be9fd",
S_RANK_BASE: "#ffb86c",
S_RANK_SHADOW: "#ffb86c",
S_RANK_TEXT: "#6272a4",
A_RANK_BASE: "#8be9fd",
A_RANK_SHADOW: "#8be9fd",
A_RAKN_TEXT: "#6272a4",
B_RANK_BASE: "#ff5555",
B_RANK_SHADOW: "#ff5555",
B_RANK_TEXT: "#6272a4",
DEFAULT_RANK_BASE: "#6272a4",
DEFAULT_RANK_SHADOW: "#6272a4",
DEFAULT_RANK_TEXT: "#6272a4",
},
flat: {
PRIMARY: "#FFF",
SECONDARY: "#000",
Expand Down

0 comments on commit 4bd383f

Please sign in to comment.