Skip to content

Commit

Permalink
feat: add lime to color palette
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Wilken <gnomation@gnomeontherun.com>
  • Loading branch information
gnomeontherun committed Dec 14, 2021
1 parent ad27af7 commit 7c052b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/core/build/tokens.ts
Expand Up @@ -178,6 +178,19 @@ const color = {
900: token([40, 100, 18]),
1000: token([40, 100, 13]),
},
lime: {
50: token([66, 100, 94]),
100: token([66, 95, 83]),
200: token([66, 85, 70]),
300: token([66, 80, 58]),
400: token([66, 80, 48]),
500: token([66, 90, 41]),
600: token([66, 90, 36]),
700: token([66, 100, 28]),
800: token([66, 100, 22]),
900: token([66, 100, 12]),
1000: token([66, 100, 7]),
},
tangerine: {
50: token([25, 100, 95]),
100: token([25, 100, 88]),
Expand Down

0 comments on commit 7c052b1

Please sign in to comment.