Skip to content

Commit

Permalink
Add: new LCH for violet accent tokens (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
  • Loading branch information
davyd-akamai and jaalah authored Jul 25, 2024
1 parent 3d89ef3 commit fd476e0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tokens/alias/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,25 @@
}
}
}
},
"violet": {
"primary": {
"value": "{global.color.violet.50}",
"type": "color"
},
"secondary": {
"value": "{global.color.violet.50}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
}
},
"elevation": {
Expand Down
19 changes: 19 additions & 0 deletions tokens/alias/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,25 @@
}
}
}
},
"violet": {
"primary": {
"value": "{global.color.violet.90}",
"type": "color"
},
"secondary": {
"value": "{global.color.violet.90}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.12",
"space": "lch"
}
}
}
}
}
},
"chart": {
Expand Down

0 comments on commit fd476e0

Please sign in to comment.