Skip to content

Commit

Permalink
color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jan 1, 2025
1 parent ca7402a commit aea617b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/helpers/utility/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export const colors = {
green: "#4caf50",
coin: "#ffdc16",
// branding colors
brand: "#76c945",
faithful_32x: "#00a2ff",
faithful_64x: "#d8158d",
classic_faithful_32x: "#00c756",
classic_faithful_32x_progart: "#a1db12",
classic_faithful_64x: "#9f00cf",
classic_faithful_64x_progart: "#0c2abd",
brand: "#76C945",
faithful_32x: "#00A2FF",
faithful_64x: "#FF0092",
classic_faithful_32x: "#1257CA",
classic_faithful_32x_progart: "#5ED900",
classic_faithful_64x: "#FF6900",
classic_faithful_64x_progart: "#BE42FF",
// workaround for getting const keys + djs compatible values
} satisfies Record<string, ColorResolvable>;

0 comments on commit aea617b

Please sign in to comment.