Skip to content

Commit

Permalink
Add kimbie_dark theme (#138)
Browse files Browse the repository at this point in the history
* Add kimbie_dark theme

* Update theme.ts
  • Loading branch information
saberzero1 committed Dec 5, 2023
1 parent 196e791 commit 10e24df
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 @@ -551,6 +551,30 @@ export const COLORS: { [name: string]: Theme } = {
DEFAULT_RANK_SHADOW: "#a598ed",
DEFAULT_RANK_TEXT: "#7f6ceb",
},
kimbie_dark: {
BACKGROUND: "#221a0f",
TITLE: "#d3af86",
ICON_CIRCLE: "#7e602c",
TEXT: "#d3af86",
LAUREL: "#889b4a",
SECRET_RANK_1: "#f14a68",
SECRET_RANK_2: "#f14a68",
SECRET_RANK_3: "#dc3958",
SECRET_RANK_TEXT: "#dc3958",
NEXT_RANK_BAR: "#dc3958",
S_RANK_BASE: "#fcac51",
S_RANK_SHADOW: "#f79a32",
S_RANK_TEXT: "#d3af86",
A_RANK_BASE: "#a3B95a",
A_RANK_SHADOW: "#889b4a",
A_RANK_TEXT: "#d3af86",
B_RANK_BASE: "#4c96a8",
B_RANK_SHADOW: "#418292",
B_RANK_TEXT: "#d3af86",
DEFAULT_RANK_BASE: "#8ab1b0",
DEFAULT_RANK_SHADOW: "#719190",
DEFAULT_RANK_TEXT: "#d3af86",
},
};

export interface Theme {
Expand Down

1 comment on commit 10e24df

@vercel
Copy link

@vercel vercel bot commented on 10e24df Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.