Skip to content

Commit

Permalink
added new colors to fit dark scheme from violet onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjana-singhania committed Oct 17, 2024
1 parent b3a7147 commit 59de5d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tooling/tailwind/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ export default {
"good-dog-pink-500": "#EA8FBA",
"good-dog-green-500": "#619518",
"good-dog-red-500": "#F05833",
"good-dog-violet": "#0D0039",
"good-dog-teal": "#538687",
"good-dog-pale-yellow": "#F6F8DE",
"good-dog-celadon": "#ACDD92",
"good-dog-orange": "#EF946C",
"good-dog-purple": "#574AE2",
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",
Expand Down

0 comments on commit 59de5d9

Please sign in to comment.