Skip to content

Commit

Permalink
Update theme.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
saberzero1 authored Nov 14, 2023
1 parent 73b0483 commit 59d83dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const COLORS: {[name: string]: Theme} = {
export const COLORS: { [name: string]: Theme } = {
default: {
BACKGROUND: "#FFF",
TITLE: "#000",
Expand Down Expand Up @@ -574,7 +574,7 @@ export const COLORS: {[name: string]: Theme} = {
DEFAULT_RANK_BASE: "#8ab1b0",
DEFAULT_RANK_SHADOW: "#719190",
DEFAULT_RANK_TEXT: "#d3af86",
}
},
};

export interface Theme {
Expand All @@ -601,4 +601,3 @@ export interface Theme {
DEFAULT_RANK_SHADOW: string;
DEFAULT_RANK_TEXT: string;
}

0 comments on commit 59d83dc

Please sign in to comment.