Skip to content

Commit

Permalink
feat(IYY-297): add new coral theme
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower committed Nov 25, 2024
1 parent 8223065 commit 094374a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tokens/base/color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,26 @@ global-themes:
value: "{color.gray.900.value}"
slot-eight:
value: "{color.basic.white.value}"
"five":
label:
value: "Coral"
colors:
slot-one:
value: "{color.blue.yale.value}"
slot-two:
value: "{color.blue.medium.value}"
slot-three:
value: "{color.orange.coral.value}"
slot-four:
value: "{color.gray.100.value}"
slot-five:
value: "{color.blue.deep-teal.value}"
slot-six:
value: "{color.blue.yale.value}"
slot-seven:
value: "{color.gray.900.value}"
slot-eight:
value: "{color.basic.white.value}"
basic-themes:
"gray-800":
background:
Expand Down
8 changes: 8 additions & 0 deletions tokens/figma-export/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
"soft": {
"value": "#E4EEF8",
"type": "color"
},
"deep-teal": {
"value": "#163C50",
"type": "color"
}
},
"green": {
Expand All @@ -159,6 +163,10 @@
"peach" : {
"value": "#D6A760",
"type": "color"
},
"coral": {
"value": "#FF6654",
"type": "color"
}
},
"yellow": {
Expand Down

0 comments on commit 094374a

Please sign in to comment.