Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
Resolve conflicts
  • Loading branch information
saberzero1 authored Nov 14, 2023
2 parents 0a3c385 + 8de550d commit ce4e02d
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

0 comments on commit ce4e02d

Please sign in to comment.