Skip to content

Commit

Permalink
feat(data): added a callout color for marketing to consume on their b…
Browse files Browse the repository at this point in the history
…anners
  • Loading branch information
ljemmo committed Apr 4, 2024
1 parent 498c63c commit 782421b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
19 changes: 19 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,25 @@
"description": "used on pill hover states"
}
}
},
"callout": {
"standard": {
"default": {
"value": "{base.color.modifier.contrastLess}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.15",
"space": "lch",
"color": "{origin.colors.brilliantGreen}"
}
}
},
"description": "used for marketing banners"
}
}
}
},
"modifiers": {
Expand Down
5 changes: 0 additions & 5 deletions data/tokens/origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
"type": "color",
"description": "origin BASE (was originally #008146, darkened by 2% black, then changed from 008147 to 008047 to be AAA against FFFFFF bg)"
},
"mint": {
"value": "#D1FDE0",
"type": "color",
"description": "Used on .com promo banners"
},
"lightJade": {
"value": "#008F4F",
"type": "color",
Expand Down

0 comments on commit 782421b

Please sign in to comment.