Skip to content

Commit

Permalink
added Theme.ts file which contains all the hex values of the majors c…
Browse files Browse the repository at this point in the history
…olors that are used (#293)

* added Theme.ts file which contains all the hex values of the majors colors that are used

---------

Co-authored-by: Venkata Suresh <[email protected]>
Co-authored-by: Dylan <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 411e57d commit 65237a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/assets/theme.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const colors = {
gray: "#E3E3E3",
darkGray: "#8E8E8E",
green: "#34D1BF",
white: "#FFFFFF",
red: "#FF2147",
black: "#000000",
blue: "#3532D4",
};

0 comments on commit 65237a0

Please sign in to comment.