Skip to content

Commit

Permalink
feat(data): Add colors: yin.030, action.major.yin.030, action.major.350
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Mar 8, 2022
1 parent c89d472 commit 152215b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"value": "rgba(255,255,255,1)",
"type": "color"
},
"030": {
"value": "rgba(255,255,255,0.3)",
"type": "color"
},
"080": {
"value": "rgba(255,255,255,0.8)",
"type": "color"
Expand Down Expand Up @@ -483,6 +487,10 @@
"value": "#B3D9C8",
"type": "color"
},
"350": {
"value": "#4DA77E",
"type": "color"
},
"500": {
"value": "#007E45",
"type": "color",
Expand Down Expand Up @@ -527,6 +535,10 @@
"100": {
"value": "$colors.yang.100",
"type": "color"
},
"030": {
"value": "$colors.yang.030",
"type": "color"
}
}
},
Expand Down

0 comments on commit 152215b

Please sign in to comment.