Skip to content

Commit

Permalink
Add o2 tag tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 11, 2024
1 parent 780d076 commit 66abf61
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,66 @@
"type": "color",
"description": "o2BluePrimary"
},
"tagTextPromo": {
"value": "{palette.o2Purple}",
"type": "color",
"description": "o2Purple"
},
"tagTextActive": {
"value": "{palette.o2BluePrimary}",
"type": "color",
"description": "o2BluePrimary"
},
"tagTextInactive": {
"value": "{palette.grey5}",
"type": "color",
"description": "grey5"
},
"tagTextSuccess": {
"value": "{palette.o2Green80}",
"type": "color",
"description": "o2Green80"
},
"tagTextWarning": {
"value": "{palette.o2Orange75}",
"type": "color",
"description": "o2Orange75"
},
"tagTextError": {
"value": "{palette.pepper60}",
"type": "color",
"description": "pepper60"
},
"tagBackgroundPromo": {
"value": "{palette.o2Purple10}",
"type": "color",
"description": "o2Purple10"
},
"tagBackgroundActive": {
"value": "{palette.o2BluePrimary10}",
"type": "color",
"description": "o2BluePrimary10"
},
"tagBackgroundInactive": {
"value": "{palette.grey1}",
"type": "color",
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.o2Green10}",
"type": "color",
"description": "o2Green10"
},
"tagBackgroundWarning": {
"value": "{palette.o2Orange10}",
"type": "color",
"description": "o2Orange10"
},
"tagBackgroundError": {
"value": "{palette.pepper10}",
"type": "color",
"description": "pepper10"
},
"overscroll": {
"value": "{palette.o2BluePrimary}",
"type": "color",
Expand Down Expand Up @@ -1117,6 +1177,66 @@
"type": "color",
"description": "darkModeBlack"
},
"tagTextPromo": {
"value": "{palette.o2Purple}",
"type": "color",
"description": "o2Purple"
},
"tagTextActive": {
"value": "{palette.o2BluePrimary30}",
"type": "color",
"description": "o2BluePrimary30"
},
"tagTextInactive": {
"value": "{palette.grey4}",
"type": "color",
"description": "grey4"
},
"tagTextSuccess": {
"value": "{palette.o2Green40}",
"type": "color",
"description": "o2Green40"
},
"tagTextWarning": {
"value": "{palette.o2Orange40}",
"type": "color",
"description": "o2Orange40"
},
"tagTextError": {
"value": "{palette.pepper40}",
"type": "color",
"description": "pepper40"
},
"tagBackgroundPromo": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundActive": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundInactive": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundSuccess": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundWarning": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundError": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"overscroll": {
"value": "{palette.darkModeBlack}",
"type": "color",
Expand Down

0 comments on commit 66abf61

Please sign in to comment.